Skip to content

Commit

Permalink
add website to portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
arkel-77 committed Jan 15, 2025
1 parent b1a01bd commit 5745241
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added public/files/website-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions public/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,24 @@ <h2 class="card-header">Revenge of the Pharaoh</h2>
>.
</p>
</li>
<li class="card">
<a href="https://arkel-77.github.io" class="card-cover">
<img
src="files/website-screenshot.png"
aria-label="A screenshot of this website's home page"
/>
</a>
<h2 class="card-header">arkel-77.github.io (this website)</h2>
<div class="card-content textbox">
<p>
As the first project for CSCE 331 (Software Engineering), I
made this website from scratch to showcase my work and learn
about web development & responsive design. It's a simple
static site written in raw HTML/CSS with some JavaScript for
interactivity.
</p>
</div>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 5745241

Please sign in to comment.