press.ts 5.9 KB

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