Compare commits

..

2 Commits

Author SHA1 Message Date
phillip 5b1df11d02 changed copyright and removed about from about.hmtl 2025-07-13 19:58:18 +02:00
phillip 27d2c32426 removed About redirect from about.html 2025-07-13 19:45:37 +02:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -29,12 +29,11 @@
<div class="container fixed-bottom"> <div class="container fixed-bottom">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"> <footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center"> <div class="col-md-4 d-flex align-items-center">
<span class="mb-3 mb-md-0 text-body-secondary">© 2024 Natsuki</span> <span class="mb-3 mb-md-0 text-body-secondary">© 2025 Natsuki</span>
</div> </div>
<ul class="nav col-md-4 justify-content-end"> <ul class="nav col-md-4 justify-content-end">
<li class="nav-item"><a href="/about" class="nav-link px-2 text-body-secondary">About</a></li> <li class="nav-item"><a href="/" class="nav-link px-2 text-body-secondary">Home</a>
<li class="nav-item"><a href="/" class="nav-link px-2 text-body-secondary">Home</a>
</ul> </ul>
</footer> </footer>
</div> </div>
+1 -1
View File
@@ -36,7 +36,7 @@
<div class="container fixed-bottom"> <div class="container fixed-bottom">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"> <footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center"> <div class="col-md-4 d-flex align-items-center">
<span class="mb-3 mb-md-0 text-body-secondary">© 2024 Natsuki</span> <span class="mb-3 mb-md-0 text-body-secondary">© 2025 Natsuki</span>
</div> </div>
<ul class="nav col-md-4 justify-content-end"> <ul class="nav col-md-4 justify-content-end">