add contact info
This commit is contained in:
+12
-1
@@ -39,7 +39,7 @@
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/gallery.html" title="Photo gallery">Photos</a>
|
||||
<a href="https://github.com/rostyhn" title="Github"><i class="fa-brands fa-github"></i></a>
|
||||
<a href="https://github.com/rostyhn" title="Github"><i class="fa-brands fa-github"></i></a>
|
||||
<a href="https://git.rshyn.site/explore/repos" title="Self-hosted Gitea instance"><i class="fa-brands fa-git-alt"></i></a>
|
||||
<button id="btn-switch" title="Switch light / dark mode"><i class="fa-solid fa-circle-half-stroke"></i></button>
|
||||
</nav>
|
||||
@@ -48,5 +48,16 @@
|
||||
<h1>$title$</h1>
|
||||
$body$
|
||||
</main>
|
||||
<footer>
|
||||
<i>
|
||||
Contact:
|
||||
</i>
|
||||
<div>
|
||||
<img class="svg-img" src="../images/email.svg"/>
|
||||
</div>
|
||||
<div>
|
||||
<img class="svg-img" src="../images/asu_email.svg"/>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user