Add social media manager to about page

This commit is contained in:
Alex Cabal 2025-01-05 20:54:08 -06:00
parent 3260f45d9b
commit 07836555cd
6 changed files with 21 additions and 0 deletions

View file

@ -150,6 +150,23 @@ $anonymousPatronCount = Db::QueryInt('
</li>
</ol>
</section>
<section id="social-media">
<h3>Social Media</h3>
<ol class="editors">
<li>
<picture>
<source srcset="/images/masthead/laura-apostol@2x.avif 2x, /images/masthead/laura-apostol.avif 1x" type="image/avif"/>
<source srcset="/images/masthead/laura-apostol@2x.jpg 2x, /images/masthead/laura-apostol.jpg 1x" type="image/jpg"/>
<img src="/images/masthead/laura-apostol.jpg" alt="A portrait of Laura Apostol."/>
</picture>
<p>
<a href="https://www.littleeclecticstudio.com/">Laura Apostol</a>
<br/>
Eclectic Studio
</p>
</li>
</ol>
</section>
<section id="corporate-sponsors">
<h3>Corporate Sponsors</h3>
<ol class="donors corporate">

View file

@ -2304,6 +2304,10 @@ h1 + ul.message,
line-height: 1;
}
.masthead ol.editors p br{
margin-bottom: .5rem;
}
.masthead ol.donors.patrons{
font-style: italic;
display: block;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB