mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
25 lines
836 B
HTML
25 lines
836 B
HTML
{{ define "main" }}
|
|
|
|
{{ with .Params.section1 }}
|
|
<section class="section-1 bg-cover" style='background-image: url("{{ .topImage }}");'>
|
|
<div class="title-div common-layout">
|
|
<h1 class="title-center-h1">{{ .title }}</h1>
|
|
<p class="common-p">{{ .content }}</p>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|
|
|
|
<section class='section-iframe' style="margin-bottom: 60px;">
|
|
{{ with .Params.sectionIframe }}
|
|
<div class="common-layout">
|
|
<h2 style="margin: 40px 0;" class="title-black-h2">{{ .title }}</h2>
|
|
<iframe src="{{ .googleFormUrl }}" width="640" height="1000" frameborder="0" marginheight="0" marginwidth="0">正在加载…</iframe>
|
|
</div>
|
|
{{ end }}
|
|
</section>
|
|
|
|
<section class='section-4' style="min-height: 445px; padding-bottom: 0;">
|
|
<img src="/images/contribution/involve-bg.jpg" alt="">
|
|
</section>
|
|
|
|
{{ end }} |