Updates to projects section

This commit is contained in:
jme9
2024-12-06 15:49:22 -08:00
parent 3b3bba746b
commit 08c3537ef3
6 changed files with 149 additions and 3 deletions
+35 -1
View File
@@ -76,7 +76,41 @@
<section id="projects" class="projects-section">
<div class="project-box">
<h2 class="section-title">Projects</h2>
<div class="grid-container">
<h1 class="project-box-title">Personal Projects</h1>
<!-- Project 1 -->
<section class="grid-item">
<!-- Project 1 First Column: Project Overview Text -->
<div class="project-text">
<h1 class="project-title">LunaLight - A Retro Game Project,</h1>
<p id="project1-paragraph" class="project-paragraph">
Loading...
</p>
</div>
<!-- Project 1 Second Column: Images -->
<div class="project1-video-container">
<h1 class="project-title">LunaLight - Teaser</h1>
</div>
</section>
<!-- Project 2 -->
<section class="grid-item">
<!-- Project 2 First Column: Project Overview Text -->
<div class="project-text">
<h1 class="project-title">
EightBiterator - A Retro Game Melody Generator,
</h1>
<p id="project2-paragraph" class="project-paragraph">
Loading...
</p>
</div>
<!-- Project 2 Second Column: Images -->
<div class="project2-form-container">
<h1 class="project-title">EightBiterator</h1>
</div>
</section>
</div>
</div>
</section>