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

Replace twitter with Mastodon #245

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/community/organisation/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ Flickr Groups
**Groupstarters:** Nathan W, Anita G, Matieu


Twitter
Mastodon
-------------------------------------------

{{< rich-list listLink="https://twitter.com/qgis" layoutClass="half" listTitle="Twitter" listSubtitle="https://twitter.com/qgis" >}}
{{< rich-list listLink="https://fosstodon.org/@qgis" layoutClass="half" listTitle="Mastodon" listSubtitle="https://fosstodon.org/@qgis" >}}

**Responsible:** Nathan W, Anita G

Expand Down
1 change: 0 additions & 1 deletion playwright/ci-test/tests/01-home-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ test.describe("Home page", () => {
await expect(footer.goodiesLink).toBeVisible();
await expect(footer.logoImage).toBeVisible();
await expect(footer.facebookLink).toBeVisible();
await expect(footer.twitterLink).toBeVisible();
await expect(footer.youtubeLink).toBeVisible();
await expect(footer.mapstodonLink).toBeVisible();
await expect(footer.ghLink).toBeVisible();
Expand Down
2 changes: 0 additions & 2 deletions playwright/ci-test/tests/fixtures/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class Footer {
public readonly goodiesLink: Locator;
public readonly logoImage: Locator;
public readonly facebookLink: Locator;
public readonly twitterLink: Locator;
public readonly youtubeLink: Locator;
public readonly mapstodonLink: Locator;
public readonly ghLink: Locator;
Expand Down Expand Up @@ -118,7 +117,6 @@ export class Footer {
this.goodiesLink = this.page.getByRole("link", { name: "Goodies" });
this.logoImage = this.page.getByRole("img", { name: "Logo" });
this.facebookLink = this.page.getByRole("link", { name: "" });
this.twitterLink = this.page.getByRole("link", { name: "" });
this.youtubeLink = this.page.getByRole("link", { name: "" });
this.mapstodonLink = this.page
.locator("div:nth-child(2) > div:nth-child(2) > a:nth-child(4)")
Expand Down
5 changes: 1 addition & 4 deletions themes/hugo-bulma-blocks-theme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,10 @@
<a class="has-text-white" href="https://www.facebook.com/profile.php?id=100057434859831">
<i class="fa-brands fa-square-facebook"></i>
</a>
<a class="has-text-white" href="https://twitter.com/qgis">
<i class="fa-brands fa-square-twitter"></i>
</a>
<a class="has-text-white" href="https://www.youtube.com/@qgishome">
<i class="fa-brands fa-youtube"></i>
</a>
<a class="has-text-white" href="https://mapstodon.space/@qgis@fosstodon.org">
<a class="has-text-white" href="https://fosstodon.org/@qgis">
<i class="fa-brands fa-foss"></i>
</a>
<a class="has-text-white" href="https://github.com/qgis/">
Expand Down
Loading