From cc4b87d9c54d7d9665da47326d52ba0121aceefb Mon Sep 17 00:00:00 2001 From: MajorDroolz Date: Fri, 6 Jan 2023 15:51:57 -0500 Subject: [PATCH] FIX: Malung link removed, FreshManuals link fixed, all outside links create tab. --- _data/work.yml | 3 +-- _includes/header.html | 6 +++--- _layouts/experience.html | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_data/work.yml b/_data/work.yml index e4e91fc..2a4bc97 100644 --- a/_data/work.yml +++ b/_data/work.yml @@ -3,7 +3,6 @@ malung: title: Malung subtitle: COVID-19 Classifier stack: [ html, css, js, php, docker, mariadb, azure ] - link: https://github.com/RPI-ITWS/IntroTeam18 color: malung image: /res/projects/malung.png @@ -29,7 +28,7 @@ freshmanual: title: FreshManual subtitle: Mobile App stack: [ react, js, firebase, swift, objective-c ] - link: https://apps.apple.com/en/app/freshmanuals/id1627091250 + link: https://apps.apple.com/us/app/freshmanuals/id1627091250 color: freshmanual image: /res/projects/freshmanual.png diff --git a/_includes/header.html b/_includes/header.html index aa1e3f7..9847d23 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,10 +4,10 @@ MAX HUTZ
Experience - Resume + Resume Contact - + @@ -23,7 +23,7 @@ Experience - Resume + Resume Contact diff --git a/_layouts/experience.html b/_layouts/experience.html index 23a0b96..5af6792 100644 --- a/_layouts/experience.html +++ b/_layouts/experience.html @@ -29,7 +29,7 @@ {% endfor %} {% if malung.link %} - View {{malung.title}} + View {{malung.title}} {% endif %}