Browse Source

fix(homepage): rename to git workshop

rename the site and apply better colors. perhaps the .io could be more
ledgable. the entire theme and ui needs a makeover.
master
DanConwayDev 2 years ago
parent
commit
018d424e50
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 9
      src/routes/+page.svelte

9
src/routes/+page.svelte

@ -6,9 +6,12 @@
<div class="hero bg-pr h-[calc(100vh-4rem)] md:basis-1/2"> <div class="hero bg-pr h-[calc(100vh-4rem)] md:basis-1/2">
<div class="hero-content text-center"> <div class="hero-content text-center">
<div class="max-w-md prose"> <div class="max-w-md prose">
<h1>GitTogether.xyz</h1> <h1 class="mb-2">
<h3>Code Collaboration over Nostr</h3> <span class="text-purple-600">git</span><span class="text-white"
<p>Pull Requests, Issues, and Git Branch State</p> >workshop</span
><span class="text-neutral">.io</span>
</h1>
<p class="mt-3">permissionless alternative to GitHub over nostr</p>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save