Skip to content

Commit

Permalink
Add intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
drio committed Feb 13, 2025
1 parent 8c7f2fd commit 69f69c0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@
opacity: 1;
}

.poster-info-container {
display: flex;
justify-content: center;
margin: 0px 5px 0px 10px;
}

.poster-info {
max-width: 600px;
text-align: center;
font-size: 15px;
color: #333;
text-align: justify;
}

.poster-info a {
color: #bc4f5f;
text-decoration: none;
}

.poster-info a:hover {
text-decoration: underline;
}


/* Center image and keep it responsive */
.image-container {
position: relative;
Expand Down Expand Up @@ -149,6 +173,19 @@
</a>
</div>

<div class="poster-info-container">
<div class="poster-info">
<p>
This is the <strong>Unix Magic Poster</strong>, originally created by <strong>Gary Overacre</strong> for
a past
<a href="https://www.usenix.org/" target="_blank">USENIX Conference</a>.
Head over to the <a href="https://github.com/drio/unixmagic" target="_blank">repo</a> if you’d like to
contribute!
</p>

</div>
</div>

<div class="image-container">
<!-- to avoid formatting issues -->
{{ $image := "ump.webp" }}
Expand Down

0 comments on commit 69f69c0

Please sign in to comment.