This commit is contained in:
2025-05-07 08:35:14 -07:00
parent 242a0279f1
commit 945245ccc5
4 changed files with 32 additions and 12 deletions

16
dist/app.css vendored
View File

@@ -12033,7 +12033,7 @@ a {
text-decoration: none; text-decoration: none;
} }
.goudy { .goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 {
font-family: "Goudy Bookletter 1911", serif; font-family: "Goudy Bookletter 1911", serif;
} }
@@ -12074,9 +12074,6 @@ a {
.team-member .content-wrapper { .team-member .content-wrapper {
background-color: #F9F8F8; background-color: #F9F8F8;
} }
.team-member .content-wrapper .left a {
display: block;
}
.team-member .team-member-intro-bar { .team-member .team-member-intro-bar {
background-color: #063C5A; background-color: #063C5A;
color: #fff; color: #fff;
@@ -12105,3 +12102,14 @@ a {
display: block; display: block;
border-right: 160px solid #B9AF78; border-right: 160px solid #B9AF78;
} }
.team-member .bio-wrapper {
padding: 2rem;
}
.team-member .bio-wrapper .left a {
display: block;
}
.team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 {
font-size: 50px;
line-height: 32px;
color: #063C5A;
}

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=ce92d1d56513e8e1e7a70407817c3af8" "/app.css": "/app.css?id=c795e73b22c069e05c8bd51ac9515edf"
} }

View File

@@ -17,12 +17,6 @@
.content-wrapper { .content-wrapper {
background-color: $c-offWhiteLight; background-color: $c-offWhiteLight;
.left {
a {
display: block;
}
}
} }
.team-member-intro-bar { .team-member-intro-bar {
@@ -58,4 +52,22 @@
border-right: 160px solid $c-tan; border-right: 160px solid $c-tan;
} }
} }
.bio-wrapper {
padding: 2rem;
.left {
a {
display: block;
}
}
.right {
h2 {
@extend .goudy;
font-size: 50px;
line-height: 32px;
color: $c-navy;
}
}
}
} }

View File

@@ -25,7 +25,7 @@
</div> </div>
</div> </div>
<div class="d-flex gap-5"> <div class="d-flex gap-5 bio-wrapper">
<div class="left"> <div class="left">
{{#if linkedin_url}} {{#if linkedin_url}}
<a href="{{ linkedin_url }}"><img src="{{ ../linkedin_logo }}" alt="Follow me on LinkedIn" style="width: 39px" /></a> <a href="{{ linkedin_url }}"><img src="{{ ../linkedin_logo }}" alt="Follow me on LinkedIn" style="width: 39px" /></a>