Skip to content

Commit

Permalink
Merge pull request #218 from opensourcepledge/vladh/add-mastodon
Browse files Browse the repository at this point in the history
Add Mastodon
  • Loading branch information
chadwhitacre authored Oct 16, 2024
2 parents 77efea1 + 01cd36d commit 4fb4f48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ is in addition to the code, developer time, and gifts-in-kind that many of our c
* **Want to participate as a maintainer, foundation or funding platform?** [Let us know!][newissue]
* **Want to help?** Read [CONTRIBUTING.md](CONTRIBUTING.md), [dive into our issues][issues], and feel free to reach out
to the working group leads either in issues or [on Discord][discord].
* Just want to keep up to date? Follow us on [Mastodon][mastodon] or [Twitter][twitter].

[contributors]: https://github.com/opensourcepledge/opensourcepledge.com/graphs/contributors
[discord]: https://discord.gg/svH5XzDsBd
[issues]: https://github.com/opensourcepledge/opensourcepledge.com/issues
[newissue]: https://github.com/opensourcepledge/opensourcepledge.com/issues/new
[join]: https://opensourcepledge.com/join/
[launch-ticket]: https://github.com/opensourcepledge/opensourcepledge.com/issues/4
[mastodon]: https://fosstodon.org/@opensourcepledge
[newissue]: https://github.com/opensourcepledge/opensourcepledge.com/issues/new
[osp]: https://opensourcepledge.com
[sentry]: https://sentry.io/welcome/
[twitter]: https://x.com/ThePledge
3 changes: 3 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ const { title, navless } = Astro.props;
<span><a class="sneaky" href="/endorsements">Endorsements</a></span>
</div>
<div class="footer-socials">
<a href="https://fosstodon.org/@opensourcepledge">
<svg role="img" aria-label="The Mastodon logo" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 74 79"><path fill="white" d="M73.701 17.432c-1.14-8.38-8.524-14.985-17.277-16.265C54.947.951 49.352.164 36.39.164h-.097C23.328.164 20.547.95 19.07 1.167 10.56 2.411 2.789 8.346.903 16.826-.004 21.002-.1 25.632.068 29.879c.24 6.09.287 12.17.846 18.237a85 85 0 0 0 2.018 11.96c1.792 7.268 9.048 13.316 16.156 15.784 7.61 2.573 15.794 3 23.636 1.234a35 35 0 0 0 2.56-.692c1.903-.599 4.136-1.269 5.778-2.446a.18.18 0 0 0 .075-.142v-5.877a.17.17 0 0 0-.138-.167.2.2 0 0 0-.077 0 66.2 66.2 0 0 1-15.338 1.773c-8.89 0-11.28-4.173-11.966-5.91-.55-1.502-.9-3.068-1.04-4.659a.17.17 0 0 1 .136-.175.2.2 0 0 1 .08.002 65 65 0 0 0 15.087 1.772c1.223 0 2.441 0 3.664-.032 5.111-.141 10.499-.4 15.528-1.372.125-.024.25-.046.358-.078 7.933-1.506 15.482-6.236 16.249-18.211.029-.472.1-4.939.1-5.428.004-1.662.542-11.794-.079-18.02M61.493 47.314H53.15V27.107c0-4.254-1.792-6.424-5.437-6.424-4.008 0-6.015 2.567-6.015 7.636V39.38h-8.291V28.32c0-5.07-2.011-7.637-6.019-7.637-3.624 0-5.434 2.17-5.437 6.424v20.207h-8.334v-20.82q0-6.381 3.294-10.14c2.265-2.499 5.237-3.782 8.925-3.782 4.27 0 7.496 1.624 9.646 4.867l2.076 3.446 2.079-3.446c2.15-3.244 5.377-4.867 9.639-4.867 3.684 0 6.656 1.283 8.929 3.783Q61.5 20.108 61.5 26.494z"/></svg>
</a>
<a href="https://x.com/ThePledge">
<svg role="img" aria-label="The X (Twitter) logo" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 300 300.251"><path fill="#fff" d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59H300M36.01 19.54h40.65l187.13 262.13h-40.66"/></svg>
</a>
Expand Down

0 comments on commit 4fb4f48

Please sign in to comment.