Skip to content

Commit

Permalink
Merge pull request #16 from 2077-Collective/revert-15-main
Browse files Browse the repository at this point in the history
Revert "feat: Configure Subscribe button"
  • Loading branch information
happychuks authored Aug 19, 2024
2 parents 869fa4c + 87458b5 commit c246480
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions research/src/layouts/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,21 @@

<div class="flex items-center justify-center" id="subscribe">
<div class="text-center flex flex-col justify-center gap-4 w-max">
<div class="text-white">
<h3>Your Ethereum Edge</h3>
<p>Get first-hand research delivered by our team of experts.</p>
</div>
<div class="flex justify-center">
<a
href="http://127.0.0.1:8000/newsletter/subscribe/"
class="rounded bg-[#91b208] px-4 py-2 font-bold text-white min-w-[110px] min-h-[42px] flex items-center justify-center"
>
Click here to subscribe
</a>
</div>
<span class="text-sm"></span>
<div>
<h3>Your Ethereum Edge</h3><p>
Get first-hand research delivered by our team of experts.
</p>
</div><div class="flex justify-center">
<input
type="email"
class="outline-none rounded-l bg-black border border-white w-max-content p-2 text-sm w-full border-r-none"
value=""
/><button
class="rounded-r bg-[#91b208] px-4 py-2 font-bold min-w-[110px] min-h-[42px]"
>Subscribe</button>
</div><span class="text-sm"></span>
</div>
</div>
</div>

<div class="grid mt-16 flex justify-center">
<a href="/" class="logo">
Expand Down

0 comments on commit c246480

Please sign in to comment.