aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2026-08-21 13:55:51 -0500
committerDylan Bolger <dylan.bolger00@gmail.com>2026-08-21 13:55:51 -0500
commitf132a4764b19ab73f97d0fce86af60b3ec95776b (patch)
treead9c00ca25bef5cc1d61b5248920b34ecd8f5993 /assets
parentddd3605f903a7367b96cc4dac8bf35f9f0f3c46f (diff)
downloadpersonal-website-f132a4764b19ab73f97d0fce86af60b3ec95776b.tar.xz
personal-website-f132a4764b19ab73f97d0fce86af60b3ec95776b.zip
add some more flair including my headshot, nice buttons for contact, better descriptions under work exp, and hrs to make it look better
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css35
-rw-r--r--assets/img/profile.jpegbin0 -> 21951 bytes
2 files changed, 34 insertions, 1 deletions
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
--- /dev/null
+++ b/assets/img/profile.jpeg
Binary files differ