Replace Twitter with Bluesky
Some checks are pending
Deploy / deploy-frontend (push) Waiting to run
Deploy / deploy-backend (push) Waiting to run

This commit is contained in:
Matt Isenhower 2024-11-16 15:42:49 -08:00
parent 00ab4021bc
commit 0f3ead5ec2
8 changed files with 24 additions and 8 deletions

View File

@ -104,6 +104,13 @@
margin-bottom: -5px;
}
.bluesky-logo {
display: inline-block;
line-height: 0.9rem;
margin-left: -5px;
margin-right: 0px;
}
.time-table td {
text-align: right;
padding-left: 0.85rem;

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="600" height="530" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<path d="m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 164.28-205.46 47.98-36.021 125.72-63.892 125.72 24.795 0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.3797-3.6904-10.832-3.7077-7.8964-0.0174-2.9357-1.1937 0.51669-3.7077 7.8964-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.4491-163.25-81.433-5.9562-21.282-16.111-152.36-16.111-170.07 0-88.687 77.742-60.816 125.72-24.795z" fill="#ffffff"/>
</svg>

After

Width:  |  Height:  |  Size: 748 B

View File

@ -23,8 +23,8 @@
<div class="level">
<div class="level-left">
<div class="level-item">
<a href="https://twitter.com/Splatoon2inkbot" target="_blank" class="button is-translucent-dark is-rounded">
<span class="font-splatoon2">{{ $t('ui.get_updates_via_twitter') }}</span>
<a href="https://bsky.app/profile/splatoon2.ink" target="_blank" class="button is-translucent-dark is-rounded">
<span class="font-splatoon2">{{ $t('ui.get_updates_via_bluesky') }}</span>
</a>
</div>
<div class="level-item">
@ -155,7 +155,7 @@
&ndash;
<router-link to="/calendars">Calendar Feeds</router-link>
&ndash;
<a href="https://twitter.com/Splatoon2inkbot" target="_blank">Twitter</a>
<a href="https://bsky.app/profile/splatoon2.ink" target="_blank">Bluesky</a>
<template v-if="hasSplatfests">
&ndash;
<router-link to="/splatfests">{{ $t('splatfest.previous') }}</router-link>

View File

@ -21,18 +21,18 @@
<div class="level-item">&nbsp;</div>
<div class="level-item">
<div class="font-splatoon2 is-size-7 has-text-grey-light">
<div class="image is-24x24 twitter-logo">
<img src="~@/web/assets/img/twitter-white.png" />
<div class="image is-16x16 bluesky-logo">
<img src="~@/web/assets/img/bluesky-white.svg" />
</div>
@splatoon2inkbot
@splatoon2.ink
</div>
</div>
<div class="level-item">&nbsp;</div>
<!-- <div class="level-item">&nbsp;</div>
<div class="level-item">
<div class="font-splatoon2 is-size-7 has-text-grey-light">
splatoon2.ink
</div>
</div>
</div> -->
</div>
<div class="level-right">

View File

@ -76,6 +76,7 @@
"about": "Über",
"map_schedules": "Arenen-Info",
"get_updates_via_twitter": "Informiere dich über Twitter!",
"get_updates_via_bluesky": "Informiere dich über Bluesky!",
"all_upcoming_stages": "Alle bevorstehenden Arenen",
"disclaimer": "Diese Website steht in keiner Verbindung zu Nintendo. Alle Produktnamen, Logos und Marken sind Eigentum der jeweiligen Inhaber."
},

View File

@ -77,6 +77,7 @@
"about": "About",
"map_schedules": "Map Schedules",
"get_updates_via_twitter": "Get updates via Twitter!",
"get_updates_via_bluesky": "Get updates via Bluesky!",
"all_upcoming_stages": "All Upcoming Stages",
"disclaimer": "This website is not affiliated with Nintendo. All product names, logos, and brands are property of their respective owners."
},

View File

@ -75,6 +75,7 @@
"about": "À propos",
"map_schedules": "Horaires des arènes",
"get_updates_via_twitter": "Soyez informés par Twitter!",
"get_updates_via_bluesky": "Soyez informés par Bluesky!",
"all_upcoming_stages": "Les stages à venir",
"disclaimer": "Ce site internet n'est pas affilié à Nintendo. Tous les noms de produits, logos et marques appartiennent à leurs propriétaires respectifs."
},

View File

@ -75,6 +75,7 @@
"about": "À propos",
"map_schedules": "Horaires des arènes",
"get_updates_via_twitter": "Soyez informés par Twitter !",
"get_updates_via_bluesky": "Soyez informés par Bluesky !",
"all_upcoming_stages": "Les stages à venir",
"disclaimer": "Ce site internet n'est pas affilié à Nintendo. Tous les noms de produits, logos et marques appartiennent à leurs propriétaires respectifs."
},