Pre-launch: Added README.md
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<section class="section pb-0">
|
||||
<div class="container">
|
||||
<div class="row justify-content-between align-items-center">
|
||||
<div class="col-lg-7 text-center text-lg-start pe-lg-5">
|
||||
<div class="col-lg-7 text-center text-lg-start pe-5">
|
||||
{{ with .Params.banner }}
|
||||
<h1 class="mb-4">{{ .title | markdownify }}</h1>
|
||||
<p class="mb-4">{{ .subtitle | markdownify }}</p>
|
||||
|
||||
@@ -64,14 +64,14 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- for mobile
|
||||
<!-- for mobile -->
|
||||
<div class="d-lg-none d-block">
|
||||
{{ range site.Params.nav_button }}
|
||||
<a href="{{ .link | absLangURL }}"
|
||||
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
/for mobile -->
|
||||
<!-- /for mobile -->
|
||||
</div>
|
||||
|
||||
{{if not .IsHome }}
|
||||
@@ -82,14 +82,14 @@
|
||||
</form>
|
||||
{{ end }}
|
||||
|
||||
<!-- for desktop
|
||||
<!-- for desktop -->
|
||||
<div class="d-lg-flex d-none">
|
||||
{{ range site.Params.nav_button }}
|
||||
<a href="{{ .link | absLangURL }}"
|
||||
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
/for desktop -->
|
||||
<!-- /for desktop -->
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user