From f132a4764b19ab73f97d0fce86af60b3ec95776b Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Fri, 21 Aug 2026 13:55:51 -0500 Subject: add some more flair including my headshot, nice buttons for contact, better descriptions under work exp, and hrs to make it look better --- assets/css/main.css | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/main.css b/assets/css/main.css index e7c5c52..576bc83 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -24,6 +24,34 @@ body { max-width: 80% !important; /* sorry water.css */ } + +h1.hero-text { + margin-top: 0; +} + +img.profile { + max-width: 180px; + height: auto; + border-radius: 50%; +} + +div.intro-text { + flex: 1; +} + +span.exp-role-detail { + font-size: 14px; + color: #64748b; +} + +section#intro { + display: flex; + align-items: flex-start; + gap: 24px; + margin-top: 24px; + margin-bottom: 24px; +} + .topnav { background-color: #333; overflow: hidden; @@ -74,7 +102,7 @@ div.exp-title-company-top { margin-top: 10px; } -div.exp-title-company, div.exp-skills-dates { +div.exp-title-company, div.exp-skills-dates, div.exp-detail { display: flex; justify-content: space-between; align-items: baseline; @@ -154,4 +182,9 @@ li.left-item { ul.nows { list-style: none; padding-left: 0; +} + +summary, details { + font-size: 14px; + text-decoration: none; } \ No newline at end of file -- cgit v1.2.3