Skip to content

Commit

Permalink
Refactor navigation links in index.html, tool pages, and global.js to…
Browse files Browse the repository at this point in the history
… update home link anchor and improve readability
  • Loading branch information
RaannaKasturi committed Sep 11, 2024
1 parent b5eb730 commit 9735116
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container-fluid d-flex justify-content-between">
<div class="navbar-brand" href="/">
<i class="bi bi-shield-shaded"></i>
<a class="navbar-brand" href="/">Project Gatekeeper</a>
<a class="navbar-brand" href="/">Project<br>Gatekeeper</a>
</div>
<div>
<button class="btn btn-outline-secondary navbar-toggler" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion tool/cert-matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container-fluid d-flex justify-content-between">
<div class="navbar-brand" href="/">
<i class="bi bi-shield-shaded"></i>
<a class="navbar-brand" href="/">Project Gatekeeper</a>
<a class="navbar-brand" href="/">Project<br>Gatekeeper</a>
</div>
<div>
<button class="btn btn-outline-secondary navbar-toggler" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion tool/decode.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container-fluid d-flex justify-content-between">
<div class="navbar-brand" href="/">
<i class="bi bi-shield-shaded"></i>
<a class="navbar-brand" href="/">Project Gatekeeper</a>
<a class="navbar-brand" href="/">Project<br>Gatekeeper</a>
</div>
<div>
<button class="btn btn-outline-secondary navbar-toggler" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion tool/generate.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container-fluid d-flex justify-content-between">
<div class="navbar-brand" href="/">
<i class="bi bi-shield-shaded"></i>
<a class="navbar-brand" href="/">Project Gatekeeper</a>
<a class="navbar-brand" href="/">Project<br>Gatekeeper</a>
</div>
<div>
<button class="btn btn-outline-secondary navbar-toggler" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion tool/order.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container-fluid d-flex justify-content-between">
<div class="navbar-brand" href="/">
<i class="bi bi-shield-shaded"></i>
<a class="navbar-brand" href="/">Project Gatekeeper</a>
<a class="navbar-brand" href="/">Project<br>Gatekeeper</a>
</div>
<div>
<button class="btn btn-outline-secondary navbar-toggler" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion tool/revoke.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container-fluid d-flex justify-content-between">
<div class="navbar-brand" href="/">
<i class="bi bi-shield-shaded"></i>
<a class="navbar-brand" href="/">Project Gatekeeper</a>
<a class="navbar-brand" href="/">Project<br>Gatekeeper</a>
</div>
<div>
<button class="btn btn-outline-secondary navbar-toggler" data-bs-toggle="collapse"
Expand Down
2 changes: 1 addition & 1 deletion tool/ssl-integrity.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container-fluid d-flex justify-content-between">
<div class="navbar-brand" href="/">
<i class="bi bi-shield-shaded"></i>
<a class="navbar-brand" href="/">Project Gatekeeper</a>
<a class="navbar-brand" href="/">Project<br>Gatekeeper</a>
</div>
<div>
<button class="btn btn-outline-secondary navbar-toggler" data-bs-toggle="collapse"
Expand Down

0 comments on commit 9735116

Please sign in to comment.