From 777fc54c6caf38dd116d77479d3f621eefcdede7 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sat, 8 Nov 2025 18:49:29 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20some=20styling=20around=20?= =?UTF-8?q?skills?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/extra.scss | 6 ------ content/web/sections/010-skills.md | 8 ++++---- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/assets/scss/extra.scss b/assets/scss/extra.scss index 9ab56c0..dba29ca 100644 --- a/assets/scss/extra.scss +++ b/assets/scss/extra.scss @@ -20,12 +20,6 @@ figure { } } -ul.skills { - display: grid; - grid-gap: .25rem; - grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); -} - #projects > .projects { @media print { display: grid; diff --git a/content/web/sections/010-skills.md b/content/web/sections/010-skills.md index 1e1fefe..7b304c8 100644 --- a/content/web/sections/010-skills.md +++ b/content/web/sections/010-skills.md @@ -3,8 +3,8 @@ id: skills --- ## Skills -- **Architecture & Cloud**: Microservices | Event‑Driven Systems | REST | Domain‑Driven Design | CI/CD | Containers (Docker, Podman) | AWS | GCP | Back-end Architecture -- **Leadership & Delivery**: Technical Vision & Roadmaps | Mentorship | Agile / Scrum | Cross‑Functional Collaboration | Product Development | Problem Solving | Communication -- **Languages & Frameworks**: Go | PHP (Laravel, Wordpress) | Python | Javascript (node.js, Vue.js, React) | HTML | CSS (SCSS) -- **Databases & Tools**: MySQL | Mongodb | Linux | Git +- **Architecture & Cloud**: Microservices • Event‑Driven Systems • REST • Domain‑Driven Design • CI/CD • Containers (Docker, Podman) • AWS • GCP • Back-end Architecture +- **Leadership & Delivery**: Technical Vision & Roadmaps • Mentorship • Agile / Scrum • Cross‑Functional Collaboration • Product Development • Problem Solving • Communication +- **Languages & Frameworks**: Go • PHP (Laravel, Wordpress) • Python • Javascript (node.js, Vue.js, React) • HTML • CSS (SCSS) +- **Databases & Tools**: MySQL • Mongodb • Linux • Git {.skills}