|
|
@ -39,7 +39,7 @@ |
|
|
|
<nav> |
|
|
|
<nav> |
|
|
|
<a href="/">Home</a> |
|
|
|
<a href="/">Home</a> |
|
|
|
<a href="/gallery.html" title="Photo gallery">Photos</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> |
|
|
|
<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> |
|
|
|
<button id="btn-switch" title="Switch light / dark mode"><i class="fa-solid fa-circle-half-stroke"></i></button> |
|
|
|
</nav> |
|
|
|
</nav> |
|
|
@ -48,5 +48,16 @@ |
|
|
|
<h1>$title$</h1> |
|
|
|
<h1>$title$</h1> |
|
|
|
$body$ |
|
|
|
$body$ |
|
|
|
</main> |
|
|
|
</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> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |
|
|
|