Created feeds and UI for feeds and newsletter
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
+9
-1
@@ -17,6 +17,9 @@
|
||||
<meta name="author" content="Rohit Pai">
|
||||
<link rel="stylesheet" href="/blog/css/main.css">
|
||||
<script src="https://kit.fontawesome.com/ed3c25598e.js" crossorigin="anonymous"></script>
|
||||
<script type='text/javascript'
|
||||
src='https://platform-api.sharethis.com/js/sharethis.js#property=6550cdc47a115e0012964576&product=sop'
|
||||
async='async'></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
@@ -70,7 +73,12 @@
|
||||
</main>
|
||||
|
||||
<footer class="flexRow">
|
||||
<div class="spacer"></div>
|
||||
<div class="nav">
|
||||
<ul>
|
||||
<li><a href="/blog/policy/privacy" class="link">privacy policy</a></li>
|
||||
<li><a href="/blog/policy/cookie" class="link">cookie policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>© <span id="year"></span> Rohit Pai all rights reserved</p>
|
||||
<div class="button">
|
||||
<button id="goBackToTop"><i class="fa-solid fa-chevron-up"></i></button>
|
||||
|
||||
Reference in New Issue
Block a user