-
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.
cv updates, added homelab dashboard link
- Loading branch information
Showing
5 changed files
with
23 additions
and
25 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script> | ||
import { faPenToSquare, faEnvelope, faFileLines } from '@fortawesome/free-solid-svg-icons'; | ||
import { faServer, faEnvelope, faFileLines } from '@fortawesome/free-solid-svg-icons'; | ||
import { faGithub, faLinkedin, faInstagram } from '@fortawesome/free-brands-svg-icons'; | ||
import { FontAwesomeIcon } from '@fortawesome/svelte-fontawesome'; | ||
import { base } from '$app/paths'; | ||
|
@@ -25,17 +25,13 @@ | |
</a> | ||
</div> | ||
<div class="pt-6"> | ||
<!--<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer" class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-md transition duration-300 mt-4 mx-1"> | ||
<FontAwesomeIcon icon={faEnvelope} /> | ||
Contact Me | ||
</a>--> | ||
<a href="{base}/Jake_Farrell_CV_2024.pdf" target="_blank" rel="noopener noreferrer" class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-md transition duration-300 mt-4 mx-1"> | ||
<FontAwesomeIcon icon={faFileLines} /> | ||
Résumé / CV | ||
</a> | ||
<a href="https://docs.jakefarrell.ie" target="_blank" rel="noopener noreferrer" class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-md transition duration-300 mt-4 mx-1"> | ||
<FontAwesomeIcon icon={faPenToSquare} /> | ||
Homelab Docs | ||
<a href="https://home.jakefarrell.ie" target="_blank" rel="noopener noreferrer" class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-md transition duration-300 mt-4 mx-1"> | ||
<FontAwesomeIcon icon={faServer} /> | ||
Home Server Dashboard | ||
</a> | ||
</div> | ||
</div> | ||
|
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
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
Binary file not shown.