feat(footer): add copyright in the footer
also change header name to generators gallery
This commit is contained in:
14
index.html
14
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user