feat(footer): add copyright in the footer

also change header name to generators gallery
This commit is contained in:
lifeadventurer
2023-12-02 23:44:10 +08:00
parent 4065fce13c
commit 3a90b4328f

View File

@@ -13,15 +13,9 @@
<body>
<header>
<!-- <hgroup> -->
<h1>Generators</h1>
<h1>Generators Gallery</h1>
<!-- </hgroup> -->
</header>
<!-- <nav class="navbar">
<ul class="navbar-nav">
<li><a href="./fortune_generator">Fortune Generator</a></li>
<li><a href="./quote_generator/">Quote Generator</a></li>
</ul>
</nav> -->
<section>
<div class="container">
<div class="row">
@@ -58,7 +52,11 @@
</section>
<footer>
<div class="row text-muted py-3 me-3 float-end" id="footer-author">
<h5>made by <b>LifeAdventurer</b> <a href="https://github.com/LifeAdventurer"><img id="footer-author-icon" src="./images/lifeadventurer.jpg" alt="footer image"></a></h5>
<h5> Copyright © 2023 LifeAdventurer | All Rights Reserved.
<a href="https://github.com/LifeAdventurer">
<img id="footer-author-icon" src="./images/lifeadventurer.jpg" alt="footer image">
</a>
</h5>
</div>
</footer>
<script src="./scripts.js"></script>