mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -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">
|
||||
|
|
|
@ -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;
|
||||
|
|
BIN
www/images/masthead/laura-apostol.avif
Normal file
BIN
www/images/masthead/laura-apostol.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
www/images/masthead/laura-apostol.jpg
Normal file
BIN
www/images/masthead/laura-apostol.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
BIN
www/images/masthead/laura-apostol@2x.avif
Normal file
BIN
www/images/masthead/laura-apostol@2x.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
www/images/masthead/laura-apostol@2x.jpg
Normal file
BIN
www/images/masthead/laura-apostol@2x.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue