Skip to content

Commit

Permalink
Add Policy to header, and add dropdown to the policies
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx committed Nov 9, 2024
1 parent 48291f7 commit 76f30a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@

<li class="header-nav-item">
<a href="/policies/policies.html" class="header-nav-link">Policy</a>
<div class="header-dropdown">
<a href="/policies/data-retention-policy/data-retention.html" class="header-dropdown-item">Data Retention Policy</a>
<a href="/policies/privacy-policy/privacy-policy.html" class="header-dropdown-item">Privacy Policy</a>
<a href="/policies/security-policies/security-policy.html" class="header-dropdown-item">Security Policy</a>
<a href="/policies/terms-of-service/terms-of-service.html" class="header-dropdown-item">Terms Of Service</a>
</div>
</li>

<li class="header-nav-item">
Expand Down

0 comments on commit 76f30a6

Please sign in to comment.