-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Signal Update Info to the projects section
- Loading branch information
1 parent
8e084b3
commit 257fa54
Showing
3 changed files
with
36 additions
and
18 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,9 +48,6 @@ <h3> Quick Links </h3> | |
<a class="button" href="mailto:[email protected]"> | ||
<input class="uniformsize" type="button" value="Email"> | ||
</a> | ||
<a class="button" href="https://signal.me/#p/+13136765972"> | ||
<input class="uniformsize" type="button" value="Signal"> | ||
</a> | ||
</div> | ||
<div class="card"> | ||
<img class="cardicon" src="./assets/images/man-at-computer-emoji.svg"> | ||
|
@@ -62,21 +59,28 @@ <h3> About Me </h3> | |
</div> | ||
<!-- Projects --> | ||
<h1 class="divider" id="projects">Projects</h1> | ||
<div class="twocolumncardholder"> | ||
<a class="noshow" href="https://whatshouldieat.app/" target="_blank"> | ||
<div class="projectcard"> | ||
<img class="cardheader" src="./assets/images/What-Should-I-Eat.png"> | ||
<h3>What Should I Eat?</h3> | ||
<p>Can't decide what to eat? We'll pick for you.</p> | ||
</div> | ||
</a> | ||
<div class="threecolumncardholder"> | ||
<a class="noshow" href="https://tedgravlin.github.io/qr-crypt/" target="_blank"> | ||
<div class="projectcard"> | ||
<img class="cardheader" src="./assets/images/QR-Crypt.png"> | ||
<h3>QR-Crypt</h3> | ||
<p>An encrypted QR Code generator</p> | ||
</div> | ||
</a> | ||
<a class="noshow" href="https://tedgravlin.github.io/signal-update-info/" target="_blank"> | ||
<div class="projectcard"> | ||
<img class="cardheader" src="./assets/images/signal-update-info.png"> | ||
<h3>Signal Update Info</h3> | ||
<p>Signal news and updates</p> | ||
</div> | ||
</a> | ||
<a class="noshow" href="https://whatshouldieat.app/" target="_blank"> | ||
<div class="projectcard"> | ||
<img class="cardheader" src="./assets/images/What-Should-I-Eat.png"> | ||
<h3>What Should I Eat?</h3> | ||
<p>Can't decide what to eat? We'll pick for you.</p> | ||
</div> | ||
</a> | ||
</div> | ||
<!-- Footer --> | ||
<div class="footer"> | ||
|