interpeer/themes/main-theme/layouts/_default/home.html

74 lines
3.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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" }}
<div class="w-full">
<div class="container m-auto">
<div class="grid grid-cols-12 gap-14">
<div class="col-span-8 col- md:col-span-6">
<h1 class="text-5xl leading-10 font-normal text-forest mb-16">Towards a human-centric,<br />
next generation Internet.</h1>
<p class="w-64 h-8 text-2xl font-medium leading-loose text-salmon mb-4">Latest from the blog</p>
<div class="max-w-lg">
{{ range last 1 (where site.RegularPages "Type" "blog").ByDate }}
{{ partial "cards/blog-item" . }}
{{ end }}
</div>
</div>
<div class="col-span-4 md:col-span-6 max-w-xl">
<div class="inline-flex flex-col space-y-6">
<p class="w-64 h-8 text-2xl font-semibold leading-loose text-forest">What is Interpeer?</p>
<p class="text-lg leading-relaxed text-forest">The Interpeer
Projects objective is to empower a human centric internet. In practice, this currently takes
the
form of a technological initiative with the goal of providing a secure and efficient
peer-to-peer
networking stack, bypassing the protocols of the past. </p>
<h2 class="pt-8 font-normal text-5xl leading-10 text-forest">The future is fully distributed.</h2>
<p class="text-lg leading-relaxed text-forest">This initiative
is home to a growing number of projects, that can be explored in detail on this website. The
project's technical documentation is also available and regularly updated.
<br />
</p>
<div class="py-5 px-4 bg-forest w-full">
<div class="relative">
<p class="text-xl leading-7 text-white">Interested in supporting this
project? <a href="#"
class="text-xl font-medium leading-7 underline text-white uppercase">
donate</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="py-12 lg:py-20 flex justify-center align-middle">
{{ partial "mail-subscription" . }}
</div>
</div>
</div>
<!-- Towards a human-centric, next generation Internet.
What is Interpeer?
The Interpeer Projects objective is to empower a human centric internet. In practice, this currently takes the
form of a technological initiative with the goal of providing a secure and efficient peer-to-peer networking
stack, bypassing the protocols of the past.
The future is fully distributed.
This initiative is home to a growing number of projects, that can be explored in detail on this website. The
project's technical documentation is also available and regularly updated.
Interested in supporting this project? -->
{{ end }}