mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Add social media manager to about page
This commit is contained in:
parent
3260f45d9b
commit
07836555cd
6 changed files with 21 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue