-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
321752f
commit 0263783
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<div class="p-4 bg-gray-300 rounded-xl w-96 hover:cursor-pointer"> | ||
<a | ||
href="https://syedmsawaid.substack.com/subscribe" | ||
target="_blank" | ||
class="flex flex-col gap-2 text-black no-underline hover:bg-transparent" | ||
> | ||
<div class="text-base font-bold">Newsletter</div> | ||
<input | ||
class="w-full px-2 py-1 border border-black rounded pointer-events-none" | ||
placeholder="Your email" | ||
type="text" | ||
> | ||
<p class="my-0 text-sm ">Join my newsletter on tech, life and everything inbetween.</p> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters