Skip to content

Commit a77a3f1

Browse files
committed
feat: Improve socials links
- Make socials links match www
1 parent 5799d46 commit a77a3f1

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ pycascades-2026_sessions.json
77
.env
88

99
__pycache__
10-
.pytest_cache
10+
.pytest_cache
11+
temp

templates/home.html

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ <h5 class="title is-5">March 21 & 22, 2026</h5>
5656
<section class="hero is-medium">
5757
<div class="hero-body">
5858
<div class="mailing-list block">
59-
<h4 class="title is-4">Follow the Conversation</h4>
59+
<h3 class="title is-3">Keep in touch!</h3>
6060
<p class="block">
61-
Join our newsletter to hear the latest news as soon as we announce them.
61+
Join our newsletter to hear the latest news as soon as it's announced!
6262
</p>
6363
<p class="block">
64-
We promise, we won't overload your inbox.
64+
We promise, we won't overload your inbox. (Fewer than 10 emails per year)
6565
</p>
6666
<form
6767
action="https://buttondown.com/api/emails/embed-subscribe/pycascades"
@@ -71,8 +71,7 @@ <h4 class="title is-4">Follow the Conversation</h4>
7171
class="embeddable-buttondown-form">
7272
<div class="field has-addons">
7373
<div class="control is-expanded">
74-
<input class="input" id="bd-email" type="email" name="email" value="" placeholder="Your Email"
75-
required="required">
74+
<input class="input" id="bd-email" type="email" name="email" value="" placeholder="Your Email" required="required">
7675
</div>
7776
<div class="control">
7877
<button class="button is-primary" type="submit"><i class="fa-solid fa-paper-plane"></i>
@@ -83,17 +82,23 @@ <h4 class="title is-4">Follow the Conversation</h4>
8382
</form>
8483
</div>
8584
<div class="columns mt-6">
86-
<div class="column">
87-
<a href="https://fosstodon.org/@pycascades">
88-
<img src="{{ '/static/mastodon.svg' | asseturl }}" width="35" alt="Mastodon icon">
85+
<div class="column icon-text">
86+
<span class="icon has-text-primary" aria-hidden="true"><span class="fa-brands fa-mastodon fa-2xl">&nbsp;</span></span>
87+
<a href="https://hachyderm.io/@pycascades">
88+
Follow us on Mastodon
8989
</a>
90-
You can follow us
9190
</div>
92-
<div class="column">
91+
<div class="column icon-text">
92+
<span class="icon has-text-primary" aria-hidden="true"><span class="fa-solid fa-rss fa-2xl">&nbsp;</span></span>
93+
<a href="{{ '/news@atom/news'|url }}" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed">
94+
Add our news to your RSS feed
95+
</a>
96+
</div>
97+
<div class="column icon-text">
98+
<span class="icon has-text-primary" aria-hidden="true"><span class="fa-brands fa-slack fa-2xl">&nbsp;</span></span>
9399
<a href="https://join.slack.com/t/pycascades/shared_invite/zt-1l5libchy-RyQi1Kh0PS8DXCfhxhHZhQ">
94-
<img src="{{ '/static/slack.svg' | asseturl }}" width="35" alt="Slack icon">
100+
Join our Slack workspace
95101
</a>
96-
Or join our Slack workspace
97102
</div>
98103
</div>
99104
</div>

0 commit comments

Comments
 (0)