www/src/layouts/index.html
2022-09-08 15:23:13 -04:00

33 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ define "main" }}
<section class="hero-section">
<div class="container hero-container">
<div class="row">
<div class="col">
<h1>Keep <span class="white">what</span><br><span style="float:right;">is yours.</span></h1>
</div>
</div>
<div class="row">
<div class="col-6">
<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>
</div>
</div>
</div>
{{- partial "full-width-cta.html" . -}}
</section>
<section class="teal-bg impact-section">
<div class="container">
<div class="row">
<div class="col">
<h2 class="black text-center">equitable open-source for web3</h2>
</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>
</div>
</div>
</section>
{{ end }}