-
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.
button hovers and some padding at the bottom of the page
- Loading branch information
Showing
2 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -12,23 +12,23 @@ | |
<body class="font-mono"> | ||
<nav class="bg-white shadow px-6 py-6"> | ||
<div class="mx-auto flex items-center justify-between inline-block"> | ||
<a href="/" class="px-5 py-2 rounded-none-lg bg-orange-100 border-2 border-black">JMF</a> | ||
<a href="/static/img/resume.pdf" target="_blank" class="px-5 py-2 rounded-none-lg bg-orange-100 border-2 border-black">Resume</a> | ||
<a href="/" class="px-5 py-2 rounded-none-lg bg-orange-50 hover:bg-orange-100 border-2 border-black">JMF</a> | ||
<a href="/static/img/resume.pdf" target="_blank" class="px-5 py-2 rounded-none-lg bg-orange-50 hover:bg-orange-100 border-2 border-black">Resume</a> | ||
</div> | ||
</nav> | ||
<div class="flex justify-center mt-24"> | ||
<img class="w-40 h-40" src="/static/img/cartoonprof.png" alt="A cartoon representation of my face"> | ||
</div> | ||
<div class="flex justify-center"> | ||
<div class="text-center"> | ||
<h1>Jack Fordyce</h1> | ||
<p class="text-2xl">Jack Fordyce</p> | ||
<h3>Software Engineer</h3> | ||
</div> | ||
</div> | ||
<div class="flex justify-center gap-x-2 mt-3"> | ||
<a href="mailto:[email protected]" target="_blank" id="mail-link"><img class="w-10 h-8" src="../static/img/emailpic.png" alt="Send me an email"></a> | ||
<a href="https://github.com/jackmford" target="_blank" id="git-link"><img class="w-10 h-8" src="../static/img/octos.png" alt="Visit my Github page"></a> | ||
<a href="https://www.linkedin.com/in/jackmitchellfordyce/" target="_blank" id="linked-link"><img class="w-10 h-8" src="../static/img/linkedin.png" alt="Visit my Linkedin page"></a> | ||
<a href="mailto:[email protected]" target="_blank" id="mail-link"><img class="w-12 h-10" src="../static/img/emailpic.png" alt="Send me an email"></a> | ||
<a href="https://github.com/jackmford" target="_blank" id="git-link"><img class="w-12 h-10" src="../static/img/octos.png" alt="Visit my Github page"></a> | ||
<a href="https://www.linkedin.com/in/jackmitchellfordyce/" target="_blank" id="linked-link"><img class="w-12 h-10" src="../static/img/linkedin.png" alt="Visit my Linkedin page"></a> | ||
</div> | ||
<div class="flex flex-col space-y-8 mt-10"> | ||
<div class="flex justify-center"> | ||
|
@@ -58,7 +58,7 @@ | |
</div> | ||
</div> | ||
|
||
<div class="flex justify-center"> | ||
<div class="flex justify-center pb-10"> | ||
<div class="w-2/3 space-y-2"> | ||
<span class="proj-p-title"><a href=https://github.com/jackmford/finger-game target="_blank">Finger Game</a> <i class="fas fa-hand-point-up"></i></span> | ||
<p class="proj-p-des">Web application that utilizes self-trained object detection to identify the number of fingers a user is holding up to the webcam. Included usage of Flask, Javascript, Bulma CSS, and several Python libraries to train the finger-tip detector. Hack ISU 2018 project written with Zachary Macke, John Jago, and Sandeep Yeturu.</p> | ||
|
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