Skip to content

Commit

Permalink
Add navbar to privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Abir-Tx committed Mar 20, 2024
1 parent c64c9d5 commit 4fa20e3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ <h6 class="card-subtitle mb-2 text-muted">AIUB Discobot Is Now
crossorigin="anonymous"></script>
</body>

</html>
</html>
18 changes: 18 additions & 0 deletions privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AIUB Discobot | Privacy Policy</title>
<link rel="stylesheet" href="res/css/custom/changelog.min.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
</head>
<body>
<div class="navbar">
<div class="navbar-left">
<a href="/index.html" class="back-to-main">Back to Main</a>
</div>
<div class="navbar-brand">AIUB Discobot</div>
</div>
<h2>PRIVACY NOTICE</h2>

<code>Last updated 15.11.23</code>
Expand Down Expand Up @@ -515,5 +528,10 @@ <h4>
your personal information, please fill out and submit a data subject
access request.
</p>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
</html>
2 changes: 1 addition & 1 deletion res/css/custom/custom.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion res/css/custom/custom.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fa20e3

Please sign in to comment.