Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions custom-themes/white_contrast_compact_verbatim_headers.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,36 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
margin-bottom: 0;
}

/* Community engagement card: compact card highlighting past community roles */
.reveal .community-card {
padding: 0.5em 1.1em 0.6em;
}

.reveal .community-card__title {
display: flex;
align-items: center;
gap: 0.5em;
margin-bottom: 0.3em;
font-size: 0.6em;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--r-accent-color);
}

.reveal .community-card__title .badge {
margin-left: auto;
}

.reveal .community-card .styled-list {
margin: 0;
font-size: 0.78em;
}

.reveal .community-card .styled-list li {
margin-bottom: 0.15em;
}

/*********************************************
* ICON ACCENT
*********************************************/
Expand Down
20 changes: 13 additions & 7 deletions shared/sections/jochen.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ <h2>Jochen Zehnder</h2>
<li>Software Development Background</li>
<li>Infrastructure Full-Stack Engineer</li>
<li>Lecturer BFH</li>
<li>AWS Community Builder <span class="badge">former</span></li>
<li>Docker Community Leader <span class="badge">former</span></li>
<li>
CNCF Co-Chair Infrastructure Lifecycle Working Group
<span class="badge">former</span>
</li>
</ul>
<div class="card community-card mt-4">
<h3 class="community-card__title">
<i class="fa-solid fa-people-group" aria-hidden="true"></i>
Community Engagement
<span class="badge">past roles</span>
</h3>
<ul class="styled-list">
<li>AWS Community Builder</li>
<li>Docker Community Leader</li>
<li>CNCF Co-Chair Infrastructure Lifecycle Working Group</li>
</ul>
</div>
</div>
<div class="col-span-1 flex items-center justify-center">
<img
Expand All @@ -22,7 +28,7 @@ <h2>Jochen Zehnder</h2>
/>
</div>
</div>
<div class="mt-12">
<div class="mt-8">
<div class="social-links flex justify-center gap-4">
<a
href="https://www.linkedin.com/in/jochen-zehnder/"
Expand Down
Loading