mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: update social networks links (#12662)
* chore(website): update social networks on the Community page Signed-off-by: Václav Vančura <commit@vancura.dev> * chore: update README.md with our social network links Signed-off-by: Václav Vančura <commit@vancura.dev> * chore(website): fix the wording on the social network links Signed-off-by: Václav Vančura <commit@vancura.dev> * chore(website): update X.com link on the Community page and in README Signed-off-by: Václav Vančura <commit@vancura.dev> --------- Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
parent
1de24a8f56
commit
09e5d7c78c
2 changed files with 32 additions and 5 deletions
|
|
@ -119,6 +119,13 @@ Kubernetes questions & development:
|
|||
|
||||
- [#podman-desktop](https://app.slack.com/client/T09NY5SBT/C04A0L7LUFM) on the [Kubernetes Slack](https://slack.k8s.io/)
|
||||
|
||||
### Social networks
|
||||
|
||||
- [Follow us on Mastodon](https://fosstodon.org/@podmandesktop)
|
||||
- [Follow us on Bluesky](https://bsky.app/profile/podman-desktop.io)
|
||||
- [Follow us on X](https://x.com/podmandesktop)
|
||||
- [Follow us on LinkedIn](https://www.linkedin.com/company/podman-desktop)
|
||||
|
||||
### Adopters
|
||||
|
||||
Check out the [list of companies](./ADOPTERS.md) already using Podman Desktop.
|
||||
|
|
|
|||
|
|
@ -53,17 +53,37 @@ export default function Home(): JSX.Element {
|
|||
<p className="dark:text-gray-700">Connect with the community through our official channels:</p>
|
||||
<ul className="list-disc list-inside space-y-2 dark:text-gray-700">
|
||||
<li>
|
||||
<a href="https://discord.com/invite/x5GzFF6QH4">Discord</a>: Join our Discord.
|
||||
<a href="https://discord.com/invite/x5GzFF6QH4" target="_blank" rel="noopener noreferrer">
|
||||
Join us on our Discord
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/podman-desktop/podman-desktop/discussions">Github Discussions</a>:
|
||||
Participate in discussions.
|
||||
<a
|
||||
href="https://github.com/podman-desktop/podman-desktop/discussions"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
Participate on GitHub Discussions
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bsky.app/profile/podman-desktop.io">Bluesky</a>: Follow us on Bluesky.
|
||||
<a href="https://fosstodon.org/@podmandesktop" target="_blank" rel="noopener noreferrer">
|
||||
Follow us on Mastodon
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://x.com/Podman_io">X</a>: Follow us on X.
|
||||
<a href="https://bsky.app/profile/podman-desktop.io" target="_blank" rel="noopener noreferrer">
|
||||
Follow us on Bluesky
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://x.com/podmandesktop" target="_blank" rel="noopener noreferrer">
|
||||
Follow us on X
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.linkedin.com/company/podman-desktop" target="_blank" rel="noopener noreferrer">
|
||||
Follow us on LinkedIn
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue