press.ts 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. import theVergeLogo from "../public/press/the-verge.svg"
  2. import wiredLogo from "../public/press/wired.svg"
  3. import nytLogo from "../public/press/nyt.svg"
  4. import motherboardLogo from "../public/press/motherboard.svg"
  5. import mashableLogo from "../public/press/mashable.svg"
  6. import slateLogo from "../public/press/slate.svg"
  7. import esquireLogo from "../public/press/esquire.svg"
  8. import financialTimesLogo from "../public/press/financial-times.svg"
  9. import gizmodoLogo from "../public/press/gizmodo.svg"
  10. import pcMagLogo from "../public/press/pcmag.svg"
  11. import boingBoingLogo from "../public/press/boing-boing.svg"
  12. import timeLogo from "../public/press/time-magazine.svg"
  13. import cnnLogo from "../public/press/cnn.svg"
  14. import guardianLogo from "../public/press/the-guardian.svg"
  15. import forbesLogo from "../public/press/forbes.svg"
  16. import techcrunchLogo from "../public/press/techcrunch.svg"
  17. import bloombergLogo from "../public/press/bloomberg.svg"
  18. import macstoriesLogo from "../public/press/macstories.svg"
  19. const articles = [
  20. {
  21. logo: pcMagLogo,
  22. url: "https://uk.pcmag.com/social-media/156251/mastodon-transitioning-to-a-nonprofit-structure/",
  23. title: "Mastodon Transitioning to a Nonprofit Structure",
  24. date: "2025-01-13",
  25. },
  26. {
  27. logo: techcrunchLogo,
  28. url: "https://techcrunch.com/2025/01/13/mastodon-announces-transition-to-nonprofit-structure/",
  29. title: "Mastodon announces transition to nonprofit structure",
  30. date: "2025-01-13",
  31. },
  32. {
  33. logo: theVergeLogo,
  34. url: "https://www.theverge.com/2024/10/8/24265201/mastodon-4-3-update-grouped-notifications-design-discover-carousel",
  35. title: "Mastodon switches things up to make its app a little easier to use",
  36. date: "2024-10-08",
  37. },
  38. {
  39. logo: macstoriesLogo,
  40. url: "https://www.macstories.net/linked/highlighting-journalism-on-mastodon/",
  41. title: "Highlighting Journalism on Mastodon",
  42. date: "2024-07-02",
  43. },
  44. {
  45. logo: bloombergLogo,
  46. url: "https://www.bloomberg.com/news/newsletters/2023-01-12/elon-musk-s-twitter-drives-even-its-early-employees-to-mastodon",
  47. title: "Elon Musk Drives Even Some Twitter Founders to Mastodon",
  48. date: "2023-01-12",
  49. },
  50. {
  51. logo: financialTimesLogo,
  52. url: "https://www.ft.com/content/de808736-2e05-4c3b-a53c-55b170ae9efd",
  53. title:
  54. "Twitter rival Mastodon rejects funding to protect non-profit status",
  55. date: "2022-12-28",
  56. },
  57. {
  58. logo: techcrunchLogo,
  59. url: "https://techcrunch.com/2022/12/23/mastodon-creator-eugen-rochko-talks-funding-and-how-to-build-the-anti-twitter/",
  60. title:
  61. "Mastodon creator Eugen Rochko talks funding and how to build the anti-Twitter",
  62. date: "2022-12-23",
  63. },
  64. {
  65. logo: forbesLogo,
  66. url: "https://fortune.com/2022/11/28/mastodon-social-ceo-eugen-rochko-twitter-elon-musk/",
  67. title:
  68. "Mastodon’s 29-year-old CEO wants his Twitter alternative to ‘replace’ its rival some day, but he’s taking an anti–Elon Musk approach to growing it",
  69. date: "2022-11-28",
  70. },
  71. {
  72. logo: timeLogo,
  73. url: "https://time.com/6229230/mastodon-eugen-rochko-interview/",
  74. title:
  75. "Thousands Have Joined Mastodon Since Twitter Changed Hands. Its Founder Has a Vision for Democratizing Social Media",
  76. date: "2022-11-06",
  77. },
  78. {
  79. logo: cnnLogo,
  80. url: "https://edition.cnn.com/2022/11/05/tech/mastodon/index.html",
  81. title: "With Twitter in chaos, Mastodon is on fire",
  82. date: "2022-11-05",
  83. },
  84. {
  85. logo: guardianLogo,
  86. url: "https://www.theguardian.com/media/2022/nov/01/mastodon-twitter-elon-musk-takeover",
  87. title:
  88. "Mastodon gained 70,000 users after Musk’s Twitter takeover. I joined them",
  89. date: "2022-11-01",
  90. },
  91. {
  92. logo: motherboardLogo,
  93. url: "https://www.vice.com/en/article/n7npd7/30000-new-users-signed-up-for-mastodon-after-elon-musk-bought-twitter",
  94. title:
  95. "30,000 New Users Signed Up for Mastodon After Elon Musk Bought Twitter",
  96. date: "2022-04-26",
  97. },
  98. {
  99. logo: mashableLogo,
  100. url: "https://mashable.com/article/eugen-rochko-mastodon-interview",
  101. title:
  102. "The coder who built Mastodon is 24, fiercely independent, and doesn’t care about money",
  103. date: "2017-04-06",
  104. },
  105. {
  106. logo: esquireLogo,
  107. url: "https://www.esquire.com/lifestyle/a22777589/what-is-mastodon-twitter-platform/",
  108. title: "Tired of Nazis in Your Twitter Mentions? Try Mastodon.",
  109. date: "2018-08-22",
  110. },
  111. {
  112. logo: theVergeLogo,
  113. url: "https://www.theverge.com/2017/4/4/15177856/mastodon-social-network-twitter-clone",
  114. title:
  115. "Mastodon.social is an open-source Twitter competitor that’s growing like crazy",
  116. date: "2017-04-04",
  117. },
  118. {
  119. logo: slateLogo,
  120. url: "https://slate.com/technology/2018/08/mastodon-what-you-need-to-know-about-the-new-social-network-competing-with-twitter.html",
  121. title: "The New Social Network Dodging Government Surveillance—and Nazis",
  122. date: "2018-08-30",
  123. },
  124. {
  125. logo: wiredLogo,
  126. url: "https://www.wired.com/2017/04/like-twitter-hate-trolls-try-mastodon/",
  127. title: "Like Twitter But Hate the Trolls? Try Mastodon",
  128. date: "2017-04-13",
  129. },
  130. {
  131. logo: nytLogo,
  132. url: "https://www.nytimes.com/2019/12/18/technology/facebook-twitter-bitcoin-blockchain.html",
  133. title: "Twitter and Facebook Want to Shift Power to Users. Or Do They?",
  134. date: "2019-12-18",
  135. },
  136. {
  137. logo: financialTimesLogo,
  138. url: "https://www.ft.com/content/d3be2f7a-3705-4bee-9e50-d81b9f31ee1b",
  139. title: "Is it time to leave Twitter for Mastodon?",
  140. date: "2022-05-16",
  141. },
  142. {
  143. logo: gizmodoLogo,
  144. url: "https://www.gizmodo.com.au/2022/04/europe-starts-its-own-social-networks/",
  145. title: "Europe Starts Its Own Social Networks",
  146. date: "2022-04-30",
  147. },
  148. {
  149. logo: pcMagLogo,
  150. url: "https://www.pcmag.com/news/after-musk-acquires-twitter-mastodon-sees-flood-of-traffic-server-slowdown",
  151. title:
  152. "After Musk Acquires Twitter, Mastodon Sees Flood of Traffic, Server Slowdown",
  153. date: "2022-04-25",
  154. },
  155. {
  156. logo: boingBoingLogo,
  157. url: "https://boingboing.net/2018/07/18/platform-independence.html",
  158. title: "Facebook Domination vs. Self-Determination",
  159. date: "2018-07-18",
  160. },
  161. {
  162. logo: guardianLogo,
  163. url: "https://www.theguardian.com/technology/2023/apr/18/mastodon-users-twitter-elon-musk-social-media",
  164. title:
  165. "Thousands fled to Mastodon after Musk bought Twitter. Are they still ‘tooting’?",
  166. date: "2023-04-18",
  167. },
  168. {
  169. logo: pcMagLogo,
  170. url: "https://www.pcmag.com/opinions/whats-happening-to-twitter-could-never-happen-to-mastodon",
  171. title: "What's Happening to Twitter Could Never Happen to Mastodon",
  172. date: "2023-04-18",
  173. },
  174. ]
  175. export default articles