Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated sidenav and added links from previous footer not present #1962

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions website/templates/includes/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<a href="{% url 'bltv' %}"><span class="text">BLTV</span></a>
</li>
</ul>
<ul class="space-y-2 font-medium text-2xl mt-1">
<ul class="space-y-2 font-medium text-2xl mt-1 pb-10">
<li class="mb-[-6px] ms-[1px]">
<span class="font-bold text-[#AAA] text-[1.2rem] tracking-wide">MORE</span>
</li>
Expand Down Expand Up @@ -145,7 +145,7 @@
<div class="w-8 mr-4">
<i class="fa fa-code-fork" id="icon"></i>
</div>
<a href="https://github.com/OWASP/BLT#readme" rel="noopener noreferrer"><span>Developers</span></a>
<a href="https://github.com/OWASP/BLT#readme" rel="noopener noreferrer"><span>Dev Guides</span></a>
</li>
<li class="flex items-center p-2">
<div class="w-8 mr-4">
Expand All @@ -159,6 +159,12 @@
</div>
<a href="https://github.com/OWASP/BLT/releases" class="text"><span>Features</span></a>
</li>
<li class="flex items-center p-2">
<div class="w-8 mr-4">
<i class="fa fa-file-code-o" id="icon"></i>
</div>
<a href="https://blt.owasp.org/swagger/" class="text"><span>Developer API</span></a>
</li>
<li class="flex items-center p-2">
<div class="w-8 mr-4">
<i class="fa fa-file" id="icon"></i>
Expand Down
Loading