diff --git a/_data/work.yml b/_data/work.yml index f06091e..3cb48a5 100644 --- a/_data/work.yml +++ b/_data/work.yml @@ -4,7 +4,7 @@ malung: subtitle: COVID-19 Classifier stack: [ html, css, js, php, docker, mariadb, azure ] color: malung - image: /res/projects/malung.png + image: /res/projects/malung.webp ready: true @@ -36,7 +36,7 @@ freshmanual: stack: [ react, js, firebase, swift, objective-c ] link: https://apps.apple.com/us/app/freshmanuals/id1627091250 color: freshmanual - image: /res/projects/freshmanual.png + image: /res/projects/freshmanual.webp ready: false @@ -64,7 +64,7 @@ pollbuddy: stack: [ react, js, docker ] link: https://pollbuddy.app color: pollbuddy - image: /res/projects/pollbuddy.png + image: /res/projects/pollbuddy.webp ready: false @@ -92,7 +92,7 @@ rpi-crisis: stack: [ python, bs ] link: https://rpicrisis.org color: rpi-crisis - image: /res/projects/rpi-crisis.png + image: /res/projects/rpi-crisis.webp ready: false diff --git a/_includes/default.html b/_includes/default.html index 9ad323c..3d0e348 100644 --- a/_includes/default.html +++ b/_includes/default.html @@ -9,14 +9,14 @@ - + - - - + + + - - + + {{ include.title }} ─ Max Hutz diff --git a/_includes/footer.html b/_includes/footer.html index 315e032..7751b8d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,13 +1,13 @@ - + \ No newline at end of file diff --git a/_layouts/experience.html b/_layouts/experience.html index 5af6792..8124a7b 100644 --- a/_layouts/experience.html +++ b/_layouts/experience.html @@ -6,8 +6,8 @@ {% assign malung = site.data.work[page.project_id] %} {% assign techs = site.data.techs %} - - + +
diff --git a/res/icons/github.png b/res/icons/github.webp similarity index 100% rename from res/icons/github.png rename to res/icons/github.webp diff --git a/res/icons/linkedin.png b/res/icons/linkedin.webp similarity index 100% rename from res/icons/linkedin.png rename to res/icons/linkedin.webp diff --git a/res/projects/freshmanual.webp b/res/projects/freshmanual.webp new file mode 100644 index 0000000..63b5eea Binary files /dev/null and b/res/projects/freshmanual.webp differ diff --git a/res/projects/freshmanual.png b/res/projects/full/freshmanual.webp similarity index 100% rename from res/projects/freshmanual.png rename to res/projects/full/freshmanual.webp diff --git a/res/projects/malung.png b/res/projects/full/malung.webp similarity index 100% rename from res/projects/malung.png rename to res/projects/full/malung.webp diff --git a/res/projects/pollbuddy.png b/res/projects/full/pollbuddy.webp similarity index 100% rename from res/projects/pollbuddy.png rename to res/projects/full/pollbuddy.webp diff --git a/res/projects/rpi-crisis.png b/res/projects/full/rpi-crisis.webp similarity index 100% rename from res/projects/rpi-crisis.png rename to res/projects/full/rpi-crisis.webp diff --git a/res/projects/malung.webp b/res/projects/malung.webp new file mode 100644 index 0000000..a287d09 Binary files /dev/null and b/res/projects/malung.webp differ diff --git a/res/projects/pollbuddy.webp b/res/projects/pollbuddy.webp new file mode 100644 index 0000000..6589a8f Binary files /dev/null and b/res/projects/pollbuddy.webp differ diff --git a/res/projects/rpi-crisis.webp b/res/projects/rpi-crisis.webp new file mode 100644 index 0000000..4a11c42 Binary files /dev/null and b/res/projects/rpi-crisis.webp differ diff --git a/styles/default.css b/styles/default.css index 84baf8f..fa3a116 100644 --- a/styles/default.css +++ b/styles/default.css @@ -12,6 +12,7 @@ body { box-sizing: border-box; margin: auto; padding: 0 20px; + line-height: 1.2; } /*----------------------------------------------------------------------------*/ @@ -51,12 +52,14 @@ button { font-family: 'Material Symbols Outlined'; content: attr(data-i); font-size: 36px; + width: 1em; margin-right: 5px; } .r-icon::after { font-family: 'Material Symbols Outlined'; content: attr(data-i); + width: 1em; margin-left: 5px; } diff --git a/styles/experience.css b/styles/experience.css index 20799be..69de916 100644 --- a/styles/experience.css +++ b/styles/experience.css @@ -75,4 +75,9 @@ #image-inner { max-width: 100%; max-height: 100%; +} + +#close-icon { + font-size: 36px; + line-height: 1; } \ No newline at end of file