Updates, decided not to do EightBiterator
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
/>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="about" class="about-section">
|
||||
<div class="about-box">
|
||||
<!-- First Column: About Text -->
|
||||
@@ -61,29 +61,24 @@
|
||||
alt="About Me Images"
|
||||
class="current-image"
|
||||
/>
|
||||
<p class="image-title">LunaLight Concept Work by @toastydoodles</p>
|
||||
<p class="image-title">
|
||||
LunaLight Concept Work by @toastydoodles
|
||||
</p>
|
||||
</div>
|
||||
<div class="image-container hidden-image">
|
||||
<img
|
||||
src="images/Clouds.png"
|
||||
alt="About Me Images"
|
||||
/>
|
||||
<img src="images/Clouds.png" alt="About Me Images" />
|
||||
<p class="image-title">Cloud Photography</p>
|
||||
</div>
|
||||
<div class="image-container hidden-image">
|
||||
<img
|
||||
src="images/SiteUpdate1.jpg"
|
||||
alt="About Me Images"
|
||||
/>
|
||||
<img src="images/SiteUpdate1.jpg" alt="About Me Images" />
|
||||
<p class="image-title">Website Update Mockup</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="about-buttons">
|
||||
<button class="prev-btn">←</button>
|
||||
<button class="next-btn">→</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
@@ -92,7 +87,7 @@
|
||||
<section id="projects" class="projects-section">
|
||||
<div class="project-box">
|
||||
<div class="grid-container">
|
||||
<h1 class="project-box-title">Personal Projects</h1>
|
||||
<h1 class="project-box-title">Projects</h1>
|
||||
|
||||
<!-- Project 1 -->
|
||||
<section class="grid-item">
|
||||
@@ -118,38 +113,31 @@
|
||||
></iframe>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Project 2 -->
|
||||
<section class="grid-item">
|
||||
<!-- Project 2 First Column: Project Overview Text -->
|
||||
<!-- Project 3 First Column: Project Overview Text -->
|
||||
<div class="project-text">
|
||||
<h1 class="project-title">
|
||||
EightBiterator - A Retro Game Melody Generator
|
||||
Capstone - A Mobile App for the CRN
|
||||
</h1>
|
||||
<p id="project2-paragraph" class="project-paragraph">
|
||||
Loading...
|
||||
</p>
|
||||
</div>
|
||||
<!-- Project 2 Second Column: Form -->
|
||||
<div class="project2-form-container">
|
||||
<h1 class="project-title">EightBiterator</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Project 3 -->
|
||||
<section class="grid-item">
|
||||
<!-- Project 2 First Column: Project Overview Text -->
|
||||
<div class="project-text">
|
||||
<h1 class="project-title">
|
||||
Capstone - A Mobile App for the CRN
|
||||
</h1>
|
||||
<p id="project3-paragraph" class="project-paragraph">
|
||||
Loading...
|
||||
</p>
|
||||
</div>
|
||||
<!-- Project 2 Second Column: Form -->
|
||||
<div class="project3-video-container">
|
||||
<!-- Project 3 Second Column: Form -->
|
||||
<div class="project2-video-container">
|
||||
<h1 class="project-title">Capstone Demo</h1>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube.com/embed/D4xNEe4QDXE?si=pHNHbAHnsie91A7P&autoplay=1&loop=1&playlist=D4xNEe4QDXE&mute=1"
|
||||
title="YouTube video player"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerpolicy="strict-origin-when-cross-origin"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@@ -214,7 +202,7 @@
|
||||
|
||||
<section id="contact" class="contact-section">
|
||||
<div class="contact-box">
|
||||
<h1 class="contact-section-title">ᛜ We'd love to hear from you! ᛜ</h1>
|
||||
<h1 class="contact-section-title">ᛜ I'd love to hear from you! ᛜ</h1>
|
||||
<form
|
||||
id="contact-form"
|
||||
method="POST"
|
||||
|
||||
Reference in New Issue
Block a user