Reafcatred the stylesheets and made fixes to the Resume page.

This commit is contained in:
g* 2025-06-15 03:09:10 +02:00
commit 7ddca3c39d
14 changed files with 366 additions and 329 deletions

View file

@ -7,8 +7,11 @@ hide:
- footer
---
<link href="/src/stylesheets/_index.css" rel="stylesheet">
<style>
@import url(/src/stylesheets/_index.css);
div.footer {
display: none !important;
}
</style>
<div class='hero-text'>
@ -36,8 +39,7 @@ hide:
<div id='loader'>
<div><img src='/src/gugulet.hu-site-logo-350x350.png'></div>
<script src='/src/js/loader.js'></script>
</div>
<script src='/src/js/faces-intro.js'></script>
<script src='/src/js/hover-text.js'></script>
<script src='/src/js/page-loader.js'></script>
<script src='/src/js/index.js'></script>