Skip to content

Commit

Permalink
Refresh the verified accounts page (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
andypiper authored Jan 16, 2025
1 parent 9969b36 commit bdc0bb6
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 26 deletions.
72 changes: 47 additions & 25 deletions data/verified.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import avatarWikipedia from "../public/accounts/wikipedia.png"
import avatarMozilla from "../public/accounts/mozilla.jpg"
import avatarStephenFry from "../public/accounts/stephenfry.jpeg"
import avatarGeorgeTakei from "../public/accounts/georgetakei.jpg"
import avatarMarkRuffalo from "../public/accounts/markruffalo.jpeg"
import avatarNeilGaiman from "../public/accounts/neilgaiman.jpeg"
import avatarBaratunde from "../public/accounts/baratunde.jpg"
import avatarProPublica from "../public/accounts/propublica.png"
import avatarEff from "../public/accounts/eff.png"
import avatarRollingStone from "../public/accounts/rollingstone.jpeg"
import avatarSignalApp from "../public/accounts/signalapp.png"
import avatarCoryDoctorow from "../public/accounts/cory.png"
import avatarNiemanLab from "../public/accounts/niemanlab.jpeg"
import avatarCreativeCommons from "../public/accounts/creativecommons.png"


const verified = [
{
Expand All @@ -13,34 +17,52 @@ const verified = [
username: "wikipedia@wikis.world",
},
{
url: "https://mozilla.social/@mozilla",
image: avatarMozilla,
name: "Mozilla",
username: "mozilla@mozilla.social",
url: "https://mastodon.social/@baratunde",
image: avatarBaratunde,
name: "Baratunde",
username: "baratunde@mastodon.social",
},
{
url: "https://mastodon.world/@auschwitzmuseum",
image: require("../public/accounts/auschwitzmuseum.jpg"),
name: "Auschwitz Memorial ",
username: "auschwitzmuseum@mastodon.world",
url: "https://newsie.social/@ProPublica",
image: avatarProPublica,
name: "ProPublica",
username: "ProPublica@newsie.social ",
},
{
url: "https://mastodon.social/@baratunde",
image: require("../public/accounts/baratunde.jpg"),
name: "Baratunde",
username: "baratunde@mastodon.social ",
url: "https://mastodon.social/@eff",
image: avatarEff,
name: "Electronic Frontier Foundation",
username: "eff@mastodon.social",
},
{
url: "https://mstdn.social/@RollingStone",
image: avatarRollingStone,
name: "Rolling Stone",
username: "rollingstone@mastdn.social",
},
{
url: "https://mastodon.world/@signalapp",
image: avatarSignalApp,
name: "Signal",
username: "signalapp@mastodon.world",
},
{
url: "https://mamot.fr/@pluralistic",
image: avatarCoryDoctorow,
name: "Cory Doctorow",
username: "pluralistic@mamot.fr",
},
{
url: "https://mastodonapp.uk/@stephenfry",
image: avatarStephenFry,
name: "Stephen Fry",
username: "stephenfry@mastodonapp.uk",
url: "https://mastodon.social/@niemanlab",
image: avatarNiemanLab,
name: "Nieman Journalism Lab",
username: "niemanlab@mastodon.social",
},
{
url: "https://mastodon.social/@neilhimself",
image: avatarNeilGaiman,
name: "Neil Gaiman",
username: "neilhimself@mastodon.social",
url: "https://mastodon.social/@creativecommons",
image: avatarCreativeCommons,
name: "Creative Commons",
username: "creativecommons@mastodon.social",
},
]

Expand Down
2 changes: 1 addition & 1 deletion pages/verification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const Verification = () => {
<p className="b1 mb-16 text-center ">
<FormattedMessage
id="verification.examples.lead"
defaultMessage="Anyone can use verification on Mastodon, but here are just some of the most recognizable names that do…"
defaultMessage="Anyone can use verification on Mastodon, but here are some of the well-known names that do…"
/>
</p>

Expand Down
Binary file removed public/accounts/auschwitzmuseum.jpg
Binary file not shown.
Binary file modified public/accounts/baratunde.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/accounts/cory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/accounts/creativecommons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/accounts/eff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/accounts/mozilla.jpg
Binary file not shown.
Binary file removed public/accounts/neilgaiman.jpeg
Binary file not shown.
Binary file added public/accounts/niemanlab.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/accounts/propublica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/accounts/rollingstone.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/accounts/signalapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/accounts/stephenfry.jpeg
Binary file not shown.
Binary file modified public/illustrations/verification_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdc0bb6

Please sign in to comment.