Skip to content

Commit

Permalink
added RotP to portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
arkel-77 committed Jan 13, 2025
1 parent 8d567f3 commit 5d86315
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
Binary file added public/files/revenge-of-the-pharaoh-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 37 additions & 1 deletion public/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ <h2 class="card-header">ASCII Art Shader</h2>
href="https://github.com/arkelley77/WordleArchive/"
class="card-cover"
>
<img src="files/wordle-archive-preview.png" aria-label="A screenshot of WordleArchive"/>
<img
src="files/wordle-archive-preview.png"
aria-label="A screenshot of WordleArchive"
/>
</a>
<h2 class="card-header">WordleArchive</h2>
<p class="card-content textbox">
Expand All @@ -137,6 +140,39 @@ <h2 class="card-header">WordleArchive</h2>
<a href="https://github.com/arkelley77/WordleArchive/">here</a>.
</p>
</li>
<li class="card">
<a
href="https://sandstorm-interactive.itch.io/revenge-of-the-pharaoh"
class="card-cover"
>
<img
src="files/revenge-of-the-pharaoh-preview.png"
aria-label="A screenshot of Revenge of the Pharaoh"
/>
</a>
<h2 class="card-header">Revenge of the Pharaoh</h2>
<div class="card-content textbox">
<q>
Welcome to the afterlife! In Revenge of the Pharaoh, play as a
restless former pharaoh who wants his job back. Claw your way
free from the clutches of Osiris and make your way to a final
showdown. Will you usurp the throne and rise to your former
glory? Or will you fall, and be lost to the sands of time?
</q>
<p>
As the class project for Game Development (CSCE 443), I and a
group of 4 other people made this game in a semester using
Unity.
</p>
</div>
<p class="card-footer textbox">
Check it out on Itch
<a
href="https://sandstorm-interactive.itch.io/revenge-of-the-pharaoh"
>here</a
>.
</p>
</li>
</ul>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions public/styles/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,12 @@ p {

width: 300px;
height: 300px;
overflow: hidden;

* {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
object-fit: cover;
}
}

Expand Down Expand Up @@ -363,4 +365,4 @@ p {
margin: 1ch;
}
}
}
}

0 comments on commit 5d86315

Please sign in to comment.