feat(footer): add copyright in the footer
also change header name to generators gallery
This commit is contained in:
+6
-8
@@ -13,15 +13,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<!-- <hgroup> -->
|
<!-- <hgroup> -->
|
||||||
<h1>Generators</h1>
|
<h1>Generators Gallery</h1>
|
||||||
<!-- </hgroup> -->
|
<!-- </hgroup> -->
|
||||||
</header>
|
</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>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -58,7 +52,11 @@
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="row text-muted py-3 me-3 float-end" id="footer-author">
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="./scripts.js"></script>
|
<script src="./scripts.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user