Skip to content

Commit 0044d2e

Browse files
authored
Add bluesky social media links (#3874)
* Add bluesky social media links * Linting
1 parent fd02231 commit 0044d2e

3 files changed

Lines changed: 34 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We do almost all of our project planning here on GitHub. Browse the open [issues
4040

4141
We also have a [`#web-almanac`](https://join.slack.com/t/httparchive/shared_invite/zt-45sgwmnb-eDEatOhqssqNAKxxOSLAaA) channel on the HTTP Archive Slack where we chat about project updates.
4242

43-
For news and announcements, follow [@HTTPArchive](https://x.com/HTTPArchive) on Twitter.
43+
For news and announcements, follow [@HTTPArchive](https://x.com/HTTPArchive) on X, or [httparchive.org](https://bsky.app/profile/httparchive.org) on Bluesky.
4444

4545
## [License](https://github.com/HTTPArchive/almanac.httparchive.org/blob/main/LICENSE)
4646

src/static/css/almanac.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,8 @@ footer .container {
768768
'home-logo nav-items nav-items nav-items'
769769
'hr hr hr hr'
770770
'copyright copyright ha-logo social-media';
771-
grid-template-columns: 280px 1fr 1fr 120px 0 0;
772-
grid-template-columns: 17.5rem 1fr 1fr 7.5rem 0 0;
771+
grid-template-columns: 280px 1fr 1fr 150px 0 0;
772+
grid-template-columns: 17.5rem 1fr 1fr 9.375rem 0 0;
773773
}
774774

775775
footer .home-logo {
@@ -854,10 +854,14 @@ p.copyright a {
854854
padding: 0 20px;
855855
}
856856

857-
.social-media li:first-child a {
857+
.social-media li a {
858858
margin-right: 30px;
859859
}
860860

861+
.social-media li:last-child a {
862+
margin-right: 0;
863+
}
864+
861865
.social-media li {
862866
display: flex;
863867
}
@@ -915,7 +919,7 @@ p.copyright a {
915919
'nav-items nav-items nav-items nav-items'
916920
'hr-last hr-last hr-last hr-last'
917921
'copyright copyright ha-logo social-media';
918-
grid-template-columns: 3fr 1fr 1fr 120px 0 0;
922+
grid-template-columns: 3fr 1fr 1fr 150px 0 0;
919923
grid-template-rows: 60px auto auto;
920924
}
921925

src/templates/base/base.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"sameAs": [
7272
"https://httparchive.org",
7373
"https://x.com/HTTPArchive",
74+
"https://bsky.app/profile/httparchive.org",
7475
"https://github.com/HTTPArchive"
7576
]
7677
},
@@ -451,6 +452,14 @@
451452
</svg>
452453
</a>
453454
</li>
455+
<li>
456+
<a href="https://bsky.app/profile/httparchive.org" aria-labelledby="bluesky-logo-mobile">
457+
<svg width="20" height="20" role="img">
458+
<title id="bluesky-logo-mobile">Bluesky</title>
459+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#bluesky-logo"></use>
460+
</svg>
461+
</a>
462+
</li>
454463
<li>
455464
<a href="https://github.com/HTTPArchive/almanac.httparchive.org" aria-labelledby="github-logo-mobile">
456465
<svg width="22" height="20" role="img">
@@ -550,6 +559,14 @@
550559
</svg>
551560
</a>
552561
</li>
562+
<li>
563+
<a href="https://bsky.app/profile/httparchive.org" aria-labelledby="bluesky-logo-footer-mobile">
564+
<svg width="20" height="20" role="img">
565+
<title id="bluesky-logo-footer-mobile">Bluesky</title>
566+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#bluesky-logo"></use>
567+
</svg>
568+
</a>
569+
</li>
553570
<li>
554571
<a href="https://github.com/HTTPArchive/almanac.httparchive.org" rel="me" aria-labelledby="github-logo-footer-mobile">
555572
<svg width="22" height="20" role="img">
@@ -583,6 +600,14 @@
583600
</svg>
584601
</a>
585602
</li>
603+
<li>
604+
<a href="https://bsky.app/profile/httparchive.org" aria-labelledby="bluesky-logo-footer">
605+
<svg width="20" height="20" role="img">
606+
<title id="bluesky-logo-footer">Bluesky</title>
607+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#bluesky-logo"></use>
608+
</svg>
609+
</a>
610+
</li>
586611
<li>
587612
<a href="https://github.com/HTTPArchive/almanac.httparchive.org" rel="me" aria-labelledby="github-logo-footer">
588613
<svg width="22" height="20" role="img">

0 commit comments

Comments
 (0)