Skip to content

Commit

Permalink
Added new project and cleaned up old one
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDevelops committed Dec 11, 2024
1 parent 353b05c commit aa93e95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ <h3>View past, present, and future projects.</h3>
<button onclick="clickNavPage('./contact');" class="nav-button"><i class="fa-solid fa-envelope"></i> Contact</button>
</nav>
<div class="project-container">
<div class="project-card">
<img class="project-image" src="./Assets/Images/projects/escape-to-the-squeakeasy.png" alt="Escape to the Squeakeasy" />
<div class="project-details">
<h2 id="escape-to-the-squeakeasy">Escape to the Squeakeasy</h2>
<p>
A Unity game created by a team of five students where the goal is to help the hamster escape from the pet store and make it to the Squeakeasy.
</p>
<div class="view-details-container">
<a class="view-details" href="https://dylandevelops.itch.io/escape-to-the-squeakeasy" target="_blank">Play in Browser</a>
</div>
</div>
</div>
<div class="project-card">
<img class="project-image" src="./Assets/Images/projects/AIdentify.png" alt="AIdentify" />
<div class="project-details">
Expand All @@ -76,7 +88,7 @@ <h2 id="aidentify">AIdentify</h2>
<div class="project-details">
<h2 id="the-obsessive-shadow">The Obsessive Shadow</h2>
<p>
A VR horror indie game I've been working on with our team at Sleepy Dog Studios using Unity and C#. It has already grown a sizeable player-base having over 20,000 downloads. Available on Oculus AppLab, Steam, and SideQuest.
A VR horror indie game I worked on with our team at Sleepy Dog Studios using Unity and C#. I helped it reach 40,000 downloads while at the studio. Available on Oculus AppLab, Steam, and SideQuest.
</p>
<div class="view-details-container">
<a class="view-details" href="https://www.sleepydogstudios.net/the-obsessive-shadow" target="_blank">View Website</a>
Expand All @@ -95,18 +107,6 @@ <h2 id="choose-your-own-dylan">Choose Your Own Dylan</h2>
</div>
</div>
</div>
<div class="project-card">
<img class="project-image" src="./Assets/Images/projects/sleepy-dog-studios-discord-bot-image2.webp" alt="Sleepy Dog Studios Discord Bot" />
<div class="project-details">
<h2 id="sleepy-dog-studios-discord-bot">Sleepy Dog Studios Discord Bot</h2>
<p>
A custom made discord bot using discord.js and Node.js for the Sleepy Dog Studios Discord server. It has many server specific features and is hosted on my Raspberry Pi.
</p>
<div class="view-details-container">
<a class="view-details" href="https://discord.gg/bBT9MxZB9Z" target="_blank">Visit Discord Server</a>
</div>
</div>
</div>
<div class="project-card">
<img class="project-image" src="./Assets/Images/projects/notion-to-outlook-logo.webp" alt="Notion To Outlook" />
<div class="project-details">
Expand Down

0 comments on commit aa93e95

Please sign in to comment.