Skip to content

Commit

Permalink
Styled privacy policy page
Browse files Browse the repository at this point in the history
  • Loading branch information
aslams2020 committed Jul 7, 2024
1 parent 10cfbb6 commit 49455a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@
</head>

<body id="terms-and-conditions">

<video autoplay muted loop class="video-background">
<source src="/img/bg video terms.mp4" type="video/mp4">
the video tag.
</video>
<a href="index.html"><img src="./img/Screenshot 2024-01-23 003448.png" style="width: 130px; border-radius: 6px; margin-top: 20px; margin-left: 20px;"></a>

<div class="container-fluid">
<div class="row terms-and-conditions-section">
<div class="col-xs-12 text-center">
<h1 class="title">Privacy Policy</h1>
<h1 class="title" style="color: #041338;">Privacy Policy</h1>
</div>

<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
Expand Down Expand Up @@ -73,6 +76,9 @@ <h2 class="section-title">Changes to This Privacy Policy</h2>
</div>
</div>
</div>
<div>
<div class="copyright-footer"> Copyright &copy;<span id="year"></span> </span> Arpan Chowdhury. All rights reserved. </div>
</div>

</body>
</html>

0 comments on commit 49455a6

Please sign in to comment.