--facebook-blue: #3b5998;
--twitter-blue: #1da1f2;
+ --mastodon-purple: #6364ff;
/* theme colors */
--main-background-color: var(--blue);
color: var(--twitter-blue);
}
+.fa-mastodon {
+ color: var(--mastodon-purple);
+}
+
/* organisation */
.org-member-list {
<div class="social-media">
<a class="sm-email" href="mailto:contact@pgday.uk"><i class="fa-solid fa-envelope"></i></a>
<a class="sm-twitter" href="https://twitter.com/PostgresUK"><i class="fa-brands fa-twitter"></i></a>
+ <a class="sm-mastodon" href="https://mastodon.social/@pgdayuk" rel="me"><i class="fa-brands fa-mastodon"></i></a>
</div>
<div class="your-stuff{% if not cfr.open %}-hidden{% endif %}">
<p>
The best way to get in touch with the conference staff is to send us an email to
<a href="mailto:contact@pgday.uk">contact@pgday.uk</a>. You can also engage with
- us on <i class="fab fa-twitter"></i> Twitter at <a href="https://twitter.com/postgresuk">@postgresuk</a>.
+ us on <i class="fab fa-twitter"></i> Twitter at <a href="https://twitter.com/postgresuk">@postgresuk</a>
+ or on <i class="fab fa-mastodon"></i> Mastodon at <a href="https://mastodon.social/@pgdayuk">@pgdayuk</a>.
</p>
{% endblock %}