diff options
| author | s1n <[email protected]> | 2019-10-20 19:26:36 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 19:26:36 -0700 |
| commit | 6595076e55f1a38ee64ae8d996194987f3dfb44a (patch) | |
| tree | f4f67318741db3f6cd18a431456e12f05df834b3 /konami | |
| parent | grammer (diff) | |
| download | s1n.pw-admin-6595076e55f1a38ee64ae8d996194987f3dfb44a.tar.xz s1n.pw-admin-6595076e55f1a38ee64ae8d996194987f3dfb44a.zip | |
add portfolio to navbar
Diffstat (limited to 'konami')
| -rw-r--r-- | konami/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konami/index.html b/konami/index.html index 171be3a..660a78a 100644 --- a/konami/index.html +++ b/konami/index.html @@ -74,7 +74,7 @@ <nav class="nav"> <a href="/" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. --> <a href="/about/" class="nav-item" active-color="green">About</a> <!-- About --> - <!--<a href="/dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials --> + <a href="https://p.s1n.pw/" class="nav-item" active-color="blue">Portfolio</a> <!-- Testimonials --> <!--<a href="/doge" class="nav-item" active-color="red">Doge</a> <!-- Blog --> <!--<a href="/cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact --> <a href="/directory/" class="nav-item" active-color="rebeccapurple">Directory</a> |