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 ++++++++++++++++++++++++++++++++++- assets/img/profile.jpeg | Bin 0 -> 21951 bytes index.html | 48 +++++++++++++++++++++++++++++++----------------- 3 files changed, 65 insertions(+), 18 deletions(-) create mode 100644 assets/img/profile.jpeg 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 diff --git a/assets/img/profile.jpeg b/assets/img/profile.jpeg new file mode 100644 index 0000000..05fcd27 Binary files /dev/null and b/assets/img/profile.jpeg differ diff --git a/index.html b/index.html index d207d6d..1141eb7 100644 --- a/index.html +++ b/index.html @@ -35,58 +35,72 @@
-
-

+
+ +
+
+

Hey, I'm Dylan.

-

Thanks for stopping by!

-

- I'm a Software Engineer writing and drinking Java on a daily basis. -

-

In my free time, I like to ride my bikes, make espresso, spend time outdoors, read, and very occasionally write. -

-

- Want to know what I'm up to right now? Check out my /now page! -

+

I'm looking for my next role in Software Engineering.

+

If you're hiring or looking for a software solution:

+ +

+
-

Experience

+

Work

Titles, skills, and companies I've acquired professional experience from.

+

Projects

-

Personal projects I've created in my free time. Source code for these projects are hosted on my personal cgit instance.

+

Projects I've created in my free time. Source code for these projects are hosted on my personal cgit instance.

  • -- cgit v1.2.3