Added in a cookie popup and proper newsletter functionality
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 21s

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2023-12-06 00:38:33 +00:00
parent e6522fb05e
commit 52614e5835
37 changed files with 2634 additions and 154 deletions
+16
View File
@@ -72,6 +72,22 @@
</main>
<div class="modal-container" id="cookiePopup">
<div class="modal">
<div class="modal-content">
<h2><i class="fas fa-cookie-bite"></i> Hey I use cookies btw</h2>
<!-- cookie info text and 2 links disagree and agree, clicking disagree should redirect to google.co.uk -->
<p>Just to let you know, I use cookies to give you the best experience on my blog. By clicking agree
I'll assume that you are happy with it. <a href="/blog/policy/cookie" class="link">Read more</a>
</p>
<div class="flexRow">
<button class="btn btnPrimary" id="cookieAccept">agree</button>
<a href="https://google.co.uk" class="btn btnPrimary">disagree</a>
</div>
</div>
</div>
</div>
<footer class="flexRow">
<div class="nav">
<ul>