this repo has no description
1{{ define "timeline/fragments/hero" }}
2 <div class="mx-auto max-w-[100rem] flex flex-col text-black dark:text-white px-6 py-4 gap-6 items-center md:flex-row">
3 <div class="flex flex-col gap-6">
4 <h1 class="font-bold text-4xl">tightly-knit<br>social coding.</h1>
5
6 <p class="text-lg">
7 Tangled is a decentralized Git hosting and collaboration platform.
8 </p>
9 <p class="text-lg">
10 We envision a place where developers have complete ownership of their
11 code, open source communities can freely self-govern and most
12 importantly, coding can be social and fun again.
13 </p>
14
15 <div class="flex gap-6 items-center">
16 <a href="/signup" class="no-underline hover:no-underline ">
17 <button class="btn-create flex gap-2 px-4 items-center">
18 join now {{ i "arrow-right" "size-4" }}
19 </button>
20 </a>
21 </div>
22 </div>
23
24 <figure class="w-full hidden md:block md:w-auto">
25 <a href="https://tangled.org/@tangled.org/core" class="block">
26 <img src="https://assets.tangled.network/hero-repo.png" alt="Screenshot of the Tangled monorepo." class="max-w-md mx-auto md:max-w-none w-full md:w-[30vw] h-auto shadow-sm rounded" />
27 </a>
28 <figcaption class="text-sm text-gray-600 dark:text-gray-400 mt-2 text-center">
29 Monorepo for Tangled, built in the open with the community.
30 </figcaption>
31 </figure>
32 </div>
33{{ end }}