Skip to content

Commit

Permalink
feat(footer): add copyright in the footer
Browse files Browse the repository at this point in the history
also change header name to generators gallery
  • Loading branch information
LifeAdventurer committed Dec 2, 2023
1 parent 4065fce commit 3a90b43
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -58,7 +52,11 @@ <h4 class="card-title">Quote Generator</h4>
</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>
Expand Down

0 comments on commit 3a90b43

Please sign in to comment.