2022-06-08 02:18:10 +03:00
|
|
|
|
{{ define "main" }}
|
2022-09-07 20:29:07 +03:00
|
|
|
|
<section>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<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">
|
|
|
|
|
<p class="lead">The revolution is here. We’re 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-06-16 17:14:27 +03:00
|
|
|
|
{{ end }}
|