Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a link to official PSF Mastodon account in the Python.org socialize menu #2322

Closed
mlcohen opened this issue Nov 11, 2023 · 3 comments

Comments

@mlcohen
Copy link
Contributor

mlcohen commented Nov 11, 2023

The socialize menu on python.org has prominent links to the Python Software Foundation's (PSF) Facebook, Twitter and IRC official social accounts. Recommend updating the menu to include a link to the official PSF Mastodon account.

The Mastodon PSF account has well over 9,000 followers. For those who would like to get PSF updates via social media but not follow on Twitter/X and/or Facebook, Mastodon is a great alternative. Without a prominent link to the Mastodon account on python.org, many may not even know that Mastodon was ever an option.

Screenshot 2023-11-11 at 1 23 02 PM
@hugovk
Copy link
Member

hugovk commented Nov 11, 2023

Here's where to add it (before Twitter ;)

<a href="#" class="action-trigger">Socialize</a>
<ul class="subnav menu">
<li class="tier-2 element-1" role="treeitem"><a href="https://www.facebook.com/pythonlang?fref=ts"><span aria-hidden="true" class="icon-facebook"></span>Facebook</a></li>
<li class="tier-2 element-2" role="treeitem"><a href="https://twitter.com/ThePSF"><span aria-hidden="true" class="icon-twitter"></span>Twitter</a></li>
<li class="tier-2 element-3" role="treeitem"><a href="/community/irc/"><span aria-hidden="true" class="icon-freenode"></span>Chat on IRC</a></li>
</ul>

But I'm less clear how to update the styles/custom font to add the icon via class="icon-mastodon".

@mlcohen
Copy link
Contributor Author

mlcohen commented Nov 12, 2023

I'm less clear how to update the styles/custom font

I took a crack at it using IcoMoon. Was able to get a Mastodon icon added and generate a collection of fonts. Now working on updating the CSS.

Screenshot 2023-11-11 at 11 30 18 PM

@mlcohen
Copy link
Contributor Author

mlcohen commented Nov 14, 2023

Can confirm that the python.org website now has a prominently placed link to the official Python Software Foundation Mastodon account.

Screenshot 2023-11-14 at 9 01 56 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants