Skip to content

Commit

Permalink
feat: privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed May 23, 2023
1 parent c359f3a commit 53c4823
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 34 deletions.
34 changes: 0 additions & 34 deletions content/assets/landing.css

This file was deleted.

10 changes: 10 additions & 0 deletions content/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,13 @@ iframe {
font-size: 1.2rem;
color: white;
}

.footer {
display:flex;
width: 100%;
justify-content: center;
align-items: center;
font-size: 1rem;
margin: 35;
text-align: center;
}
4 changes: 4 additions & 0 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ <h1 class="animate__animated animate__fadeInDown">
</div>

</div>

<div class="footer">
<a href="https://shlokas.app/privacy-policy.html">Privacy Policy</a>
</div>
</body>

</html>

0 comments on commit 53c4823

Please sign in to comment.