Added parallax background effect

This commit is contained in:
jme9
2024-12-08 21:32:02 -08:00
parent 6e08004e87
commit 2cec6d3c1b
9 changed files with 103 additions and 41 deletions
+9 -1
View File
@@ -24,6 +24,7 @@
<a href="#projects" class="nav-link">Projects</a>
<a href="#work" class="nav-link">Work</a>
<a href="#contact" class="nav-link">Contact</a>
<a href="#credits" class="nav-link">Credits</a>
</div>
</nav>
</header>
@@ -113,7 +114,7 @@
></iframe>
</div>
</section>
<!-- Project 2 -->
<section class="grid-item">
<!-- Project 3 First Column: Project Overview Text -->
@@ -234,6 +235,13 @@
</section>
<section class="page-bottom-section"></section>
<section id="credits" class="credits-section">
<div class="credits-box">
<div class="title-text">
<p>I made this website! Copyright Jesse M. Ellis 2024 &#128522</p>
</div>
</div>
</section>
</div>
</body>
</html>