added footer to completed pages
This commit is contained in:
parent
f905805c2e
commit
9432342640
|
|
@ -82,7 +82,15 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© Joshua Perry 2022
|
<a href="home/index.html">
|
||||||
|
<img src="assets/images/favicon.svg" id="footer_logo" alt="Logo"/>
|
||||||
|
<p>©Joshua Perry 2022</p>
|
||||||
|
</a>
|
||||||
|
<a href="blog/blog.html"><h1>Blog</h1></a>
|
||||||
|
<a href="site/report.html"><h1>Site Report</h1></a>
|
||||||
|
<a href="site/map.html"><h1>Site Map</h1></a>
|
||||||
|
<a href="legal/terms.html"><h1>Terms</h1></a>
|
||||||
|
<a href="legal/privacy.html"><h1>Privacy</h1></a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -61,7 +61,15 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© Joshua Perry 2022
|
<a href="home/index.html">
|
||||||
|
<img src="assets/images/favicon.svg" id="footer_logo" alt="Logo"/>
|
||||||
|
<p>©Joshua Perry 2022</p>
|
||||||
|
</a>
|
||||||
|
<a href="blog/blog.html"><h1>Blog</h1></a>
|
||||||
|
<a href="site/report.html"><h1>Site Report</h1></a>
|
||||||
|
<a href="site/map.html"><h1>Site Map</h1></a>
|
||||||
|
<a href="legal/terms.html"><h1>Terms</h1></a>
|
||||||
|
<a href="legal/privacy.html"><h1>Privacy</h1></a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -53,7 +53,15 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© Joshua Perry 2022
|
<a href="home/index.html">
|
||||||
|
<img src="assets/images/favicon.svg" id="footer_logo" alt="Logo"/>
|
||||||
|
<p>©Joshua Perry 2022</p>
|
||||||
|
</a>
|
||||||
|
<a href="blog/blog.html"><h1>Blog</h1></a>
|
||||||
|
<a href="site/report.html"><h1>Site Report</h1></a>
|
||||||
|
<a href="site/map.html"><h1>Site Map</h1></a>
|
||||||
|
<a href="legal/terms.html"><h1>Terms</h1></a>
|
||||||
|
<a href="legal/privacy.html"><h1>Privacy</h1></a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue