This commit is contained in:
2026-08-06 11:18:12 +02:00
parent 70ce1c3efa
commit abcc01f717
3 changed files with 27 additions and 3 deletions
+6 -2
View File
@@ -18,6 +18,10 @@
<link rel="stylesheet" href="/fonts/fonts.css" />
<link rel="stylesheet" href="/fa/css/all.min.css" />
<link rel="stylesheet" href="style.css" />
<!-- Runs before the body paints, so the pre-reveal styles in style.css apply
from the very first frame instead of flashing. -->
<script>document.documentElement.classList.add('js');</script>
</head>
<body>
<!-- CANVAS BACKGROUND -->
@@ -47,7 +51,7 @@
<!-- HERO -->
<section id="home" class="hero">
<div class="hero-content">
<h1 class="hero-name" >Nikolaj Gade</h1>
<h1 class="hero-name"><span class="hero-name-static">Nikolaj Gade</span></h1>
<p class="hero-role">Software Developer</p>
<p class="hero-pronouns">they/them · he/him</p>
@@ -368,6 +372,6 @@
<p>This website was built by a horde of angry rats masquerading as a software developer</p>
</footer>
<script src="script.js"></script>
<script src="script.js" defer></script>
</body>
</html>