Skip to content

Commit

Permalink
Replace 'What Should I Eat' with 'Progress Tracker'
Browse files Browse the repository at this point in the history
* Also add alt text to images
  • Loading branch information
tedgravlin committed Apr 23, 2024
1 parent 7657df4 commit c314212
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Binary file removed assets/images/What-Should-I-Eat.png
Binary file not shown.
Binary file added assets/images/progress-tracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- Header -->
<header>
<div class="header-card">
<img src="/assets/images/picture-of-me.jpg">
<img alt="Ted Gravlin" src="/assets/images/picture-of-me.jpg">
<h1>Hi, I'm <span class="header-name">Ted Gravlin</span></h1>
</div>
</header>
Expand Down Expand Up @@ -71,7 +71,7 @@ <h3>About Me</h3>
<h3>Recent Projects</h3>
<div class="project-card-container">
<a target="_blank" href="https://signalupdateinfo.com/" class="project-card">
<img src="/assets/images/signal-update-info.png">
<img alt="Preview for Signal Update Info" src="/assets/images/signal-update-info.png">
<div class="project-overlay">
<div class="project-info">
<h4>Signal Update Info</h4>
Expand All @@ -80,7 +80,7 @@ <h4>Signal Update Info</h4>
</div>
</a>
<a target="_blank" href="https://tedgravlin.tech/qr-crypt/" class="project-card">
<img src="/assets/images/QR-Crypt.png">
<img alt="Preview for QR-Crypt" src="/assets/images/QR-Crypt.png">
<div class="project-overlay">
<div class="project-info">
<h4>QR-Crypt</h4>
Expand All @@ -89,21 +89,20 @@ <h4>QR-Crypt</h4>
</div>
</a>
<a target="_blank" href="https://github.com/COSC481W-2023Fall/planned-out" class="project-card">
<img src="/assets/images/planned-out.png">
<img alt="Preview for Planned Out" src="/assets/images/planned-out.png">
<div class="project-overlay">
<div class="project-info">
<h4>Planned-Out</h4>
<p>A simple, easy-to-use planner web app with social features.</p>
</div>
</div>
</a>
<a target="_blank" href="https://whatshouldieat.app/" class="project-card">
<img src="/assets/images/What-Should-I-Eat.png">
<a target="_blank" href="https://www.slackathon.tech/" class="project-card">
<img alt="Preview for Progress Tracker" src="/assets/images/progress-tracker.png">
<div class="project-overlay">
<div class="project-info">
<h4>What Should I Eat</h4>
<p>A simple website that chooses a random cuisine and helps you find places to eat
nearby. </p>
<h4>Progress Tracker</h4>
<p>A progress tracker web app built in less than 24 hours at Hack Dearborn 2023.</p>
</div>
</div>
</a>
Expand Down

0 comments on commit c314212

Please sign in to comment.