www/src/layouts/index.html

34 lines
1.1 KiB
HTML
Raw Normal View History

{{ define "main" }}
2022-09-08 22:23:13 +03:00
<section class="hero-section">
2022-09-07 23:48:00 +03:00
<div class="container hero-container">
2022-09-07 20:29:07 +03:00
<div class="row">
<div class="col">
2022-09-07 22:40:11 +03:00
<h1>Keep <span class="white">what</span><br><span style="float:right;">is yours.</span></h1>
2022-09-07 21:15:50 +03:00
</div>
</div>
<div class="row">
<div class="col-6">
2022-09-08 16:38:00 +03:00
<p class="lead" style="margin-top:-10px; margin-left: 20px;">The revolution is here. Were calling on all open-source devs to authenticate their Github with tea.</p>
2022-09-07 20:29:07 +03:00
</div>
</div>
</div>
2022-09-07 22:45:18 +03:00
{{- partial "full-width-cta.html" . -}}
2022-09-07 20:29:07 +03:00
</section>
2022-09-07 22:49:07 +03:00
2022-09-08 22:23:13 +03:00
<section class="teal-bg impact-section">
<div class="container">
<div class="row">
<div class="col">
2022-09-08 22:30:20 +03:00
<h2 class="black text-center">equitable open-source<br>for web3</h2>
2022-09-08 22:23:13 +03:00
</div>
</div>
<div class="row">
<div class="col black-bg">
<h3 class="text-center">Lorem ipsum dolor sit amet</h3>
<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta dolor a nibh viverra, eget aliquam velit semper. Duis vestibulum lectus eu nisl semper.</p>
</div>
2022-09-08 22:00:35 +03:00
</div>
</div>
2022-09-07 22:49:07 +03:00
</section>
{{ end }}