add the sign up button
This commit is contained in:
parent
217f605041
commit
470a4cad86
@ -11,6 +11,17 @@ import "../styles/globals.css";
|
|||||||
<Navbar />
|
<Navbar />
|
||||||
<div class="pl-4 pr-4">
|
<div class="pl-4 pr-4">
|
||||||
<h1 class="text-3xl font-semibold">Get Involved</h1>
|
<h1 class="text-3xl font-semibold">Get Involved</h1>
|
||||||
|
|
||||||
|
<div class="my-8">
|
||||||
|
<a
|
||||||
|
href="https://shlink.resisttechmonopolies.online/HNrZG"
|
||||||
|
class="px-6 py-3 bg-[#80aaff] text-white font-semibold rounded-md hover:bg-[#6090e0] transition-colors"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Sign Up Here
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user