index.tsx 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. // About
  2. import BasicPage from "../../components/BasicPage"
  3. import Head from "next/head"
  4. import Hero from "../../components/Hero"
  5. import { withDefaultStaticProps } from "../../utils/defaultStaticProps"
  6. import Layout from "../../components/Layout"
  7. import heroImage from "../../public/illustrations/apps_hero_desktop.png"
  8. import Image from "next/legacy/image"
  9. import { FormattedDate, FormattedMessage } from "react-intl"
  10. import Link from "next/link"
  11. import { useQuery } from "@tanstack/react-query"
  12. import Statistic from "../../components/Statistic"
  13. import { Day } from "../../types/api"
  14. import team from "../../data/team"
  15. import board from "../../data/board"
  16. import interviews from "../../data/interviews"
  17. import press from "../../data/press"
  18. import LinkWithArrow from "../../components/LinkWithArrow"
  19. import PressArticle from "../../components/PressArticle"
  20. import { mapBoardPositionToLabel } from "../../utils/map"
  21. import PersonIcon from "../../public/ui/person.svg?inline"
  22. import FiltersIcon from "../../public/ui/filters.svg?inline"
  23. import LogoWhite from "../../public/logos/logo-white.svg?inline"
  24. const About = () => (
  25. <Layout>
  26. <div dir="ltr" className="[unicode-bidi:plaintext]">
  27. <Hero desktopImage={heroImage} mobileImage={heroImage}>
  28. <h1 className="h1 mb-8 pt-16">We develop Mastodon</h1>
  29. <p className="sh1">Free, open-source decentralized social media</p>
  30. </Hero>
  31. <div className="full-width-bg">
  32. <div className="full-width-bg__inner">
  33. <div className="grid grid-cols-12 gap-y-24 py-20 md:gap-x-12">
  34. <div className="col-span-12 md:col-span-6">
  35. <h2 className="h3 mb-6">Our story</h2>
  36. <p className="b1 mb-4">
  37. <strong>
  38. Mastodon gGmbH is a non-profit from Germany that develops the
  39. Mastodon software.
  40. </strong>{" "}
  41. Mastodon started in 2016 as an open-source project by Eugen
  42. Rochko, who, as an avid user since 2008, was dissatisfied with
  43. the state and direction of Twitter.
  44. </p>
  45. <p className="b1 mb-4">
  46. Believing that instant global communications were too crucial
  47. for modern society to belong to a single commercial company, he
  48. sought to build a user-friendly microblogging product that would
  49. not belong to any central authority, but remain practical for
  50. everyday use.
  51. </p>
  52. <p className="b1 mb-4">
  53. The first public launch occurred in October 2016. The initial
  54. support the project received through Patreon ensured that Eugen
  55. could begin working on the project full-time post-graduation. In
  56. April 2017 it received its first big break and garnered
  57. world-wide attention and press coverage.
  58. </p>
  59. <p className="b1 mb-6">
  60. The project was officially incorporated as a gGmbH (a German
  61. form of non-profit LLC) in 2021.
  62. </p>
  63. <ul className="b1 space-y-4">
  64. <li>
  65. <LinkWithArrow href="/branding">Branding</LinkWithArrow>
  66. </li>
  67. <li>
  68. <LinkWithArrow href="/trademark">
  69. Trademark Policy
  70. </LinkWithArrow>
  71. </li>
  72. </ul>
  73. </div>
  74. <div className="col-span-12 md:col-span-6">
  75. <h2 className="h3 mb-6" id="team">
  76. Meet the team
  77. </h2>
  78. <p className="b1 mb-6">
  79. <LinkWithArrow href="/careers">Join the team</LinkWithArrow>
  80. </p>
  81. <div className="grid grid-cols-12 gap-gutter">
  82. {team.map((member) => (
  83. <div
  84. key={member.name}
  85. className="col-span-6 lg:col-span-4 mb-6"
  86. >
  87. {/* <div className="relative mb-4 aspect-video w-full overflow-hidden rounded-lg bg-blurple-gradient shadow">
  88. {member.image && (
  89. <Image
  90. src={member.image}
  91. layout="fill"
  92. objectFit="cover"
  93. objectPosition="50% 50%"
  94. alt=""
  95. className="grayscale"
  96. />
  97. )}
  98. </div> */}
  99. <div className="flex items-center">
  100. <span className="b2 block flex-grow !font-bold">
  101. {member.name}
  102. </span>
  103. {member.socials && (
  104. <a
  105. href={member.socials.mastodon}
  106. rel="me"
  107. className="b2 ml-2 block flex-shrink-0 text-blurple-600 hover:text-blurple-500"
  108. >
  109. <LogoWhite
  110. className="h-[1em] w-[1em]"
  111. fill="currentColor"
  112. />
  113. </a>
  114. )}
  115. </div>
  116. <div className="flex items-center">
  117. <span className="b2 block flex-grow !font-semibold text-gray-1">
  118. {member.position}
  119. </span>
  120. </div>
  121. </div>
  122. ))}
  123. </div>
  124. </div>
  125. <div className="col-span-12 md:col-span-6">
  126. <h2 className="h3 mb-6">Mastodon, Inc.</h2>
  127. <p className="b1 mb-4">
  128. Mastodon, Inc. (EIN 92-3333630) is a 501(c)(3) non-profit entity
  129. in the United States that supports the growth and operational
  130. capabilities of Mastodon, including being able to receive
  131. tax-deductible U.S. donations and in-kind support.
  132. </p>
  133. <dl className="b1">
  134. <dt className="font-bold">Address:</dt>
  135. <dd>
  136. <address className="not-italic">
  137. Mastodon Inc,
  138. <br />
  139. 228 East 45th Street Suite 9E
  140. <br />
  141. New York, New York 10017
  142. </address>
  143. </dd>
  144. </dl>
  145. </div>
  146. <div className="col-span-12 md:col-span-6">
  147. <a id="us-board" className="invisible block relative -top-32" />
  148. <h2 className="h3 mb-6" id="board_of_directors">
  149. Meet the Board
  150. </h2>
  151. <div className="grid grid-cols-12 gap-gutter">
  152. {board.map((member) => (
  153. <div
  154. key={member.name}
  155. className="col-span-6 lg:col-span-4 mb-6"
  156. >
  157. <div className="flex items-center">
  158. <span className="b2 block flex-grow !font-bold">
  159. {member.slug ? (
  160. <Link
  161. key={`about/${member.slug}`}
  162. href={`/about/${member.slug}`}
  163. className="text-blurple-600 hocus:underline"
  164. >
  165. {member.name}
  166. </Link>
  167. ) : (
  168. member.name
  169. )}
  170. </span>
  171. {member.socials && (
  172. <a
  173. href={member.socials.mastodon}
  174. rel="me"
  175. className="b2 ml-2 block flex-shrink-0 text-blurple-600 hover:text-blurple-500"
  176. >
  177. <LogoWhite
  178. className="h-[1em] w-[1em]"
  179. fill="currentColor"
  180. />
  181. </a>
  182. )}
  183. </div>
  184. <div className="flex items-center">
  185. <span className="b2 block flex-grow !font-semibold text-gray-1">
  186. {mapBoardPositionToLabel(member.position)}
  187. </span>
  188. </div>
  189. {member.title && (
  190. <div className="flex items-center">
  191. <span className="b2 block flex-grow !font-bold">
  192. {member.title}
  193. </span>
  194. </div>
  195. )}
  196. </div>
  197. ))}
  198. </div>
  199. </div>
  200. <div className="col-span-12 md:col-span-3">
  201. <h2 className="h3 mb-4">Our metrics</h2>
  202. <Metrics />
  203. </div>
  204. <div className="col-span-12 md:col-span-3">
  205. <a id="reports" className="invisible relative -top-32" />
  206. <h2 className="h3 mb-4">Reports</h2>
  207. <ul className="list-disc pl-3">
  208. <li>
  209. <a
  210. href="/reports/Mastodon Annual Report 2023.pdf"
  211. className="b2 block hover:text-blurple-500"
  212. >
  213. <span className="h5 block">2023</span>
  214. <span className="text-gray-2">PDF, 4 MB</span>
  215. </a>
  216. </li>
  217. <li>
  218. <a
  219. href="/reports/Mastodon Annual Report 2022.pdf"
  220. className="b2 block hover:text-blurple-500"
  221. >
  222. <span className="h5 block">2022</span>
  223. <span className="text-gray-2">PDF, 6 MB</span>
  224. </a>
  225. </li>
  226. <li>
  227. <a
  228. href="/reports/Mastodon Annual Report 2021.pdf"
  229. className="b2 block hover:text-blurple-500"
  230. >
  231. <span className="h5 block">2021</span>
  232. <span className="text-gray-2">PDF, 316 KB</span>
  233. </a>
  234. </li>
  235. </ul>
  236. </div>
  237. <div className="col-span-12 md:col-span-6">
  238. <h2 className="h3 mb-4">Podcast interviews</h2>
  239. <div className="space-y-4">
  240. {interviews
  241. .sort((a, b) => a.date.localeCompare(b.date) * -1)
  242. .map((interview) => (
  243. <a
  244. key={interview.url}
  245. href={interview.url}
  246. rel="nofollow noopener"
  247. className="group flex max-w-full items-center hover:text-blurple-500"
  248. >
  249. <div className="relative h-20 w-20 shrink-0 overflow-hidden rounded-md ring-blurple-500 group-hover:ring-2">
  250. <Image
  251. src={interview.icon}
  252. alt=""
  253. layout="fill"
  254. objectFit="contain"
  255. />
  256. </div>
  257. <div className="truncate px-4">
  258. <span className="b1 block truncate !font-bold">
  259. {interview.title}
  260. </span>
  261. <span className="b2 text-gray-1">
  262. <FormattedDate
  263. value={interview.date}
  264. year="numeric"
  265. month="short"
  266. day="2-digit"
  267. />{" "}
  268. <strong>{interview.show}</strong>
  269. </span>
  270. </div>
  271. </a>
  272. ))}
  273. </div>
  274. </div>
  275. <div className="col-span-12">
  276. <h2 className="h3 mb-4">In the press</h2>
  277. <p className="sh1 mb-8 text-gray-2">
  278. What others write about us.
  279. </p>
  280. <div className="grid grid-cols-12 gap-gutter">
  281. {press
  282. .sort((a, b) => a.date.localeCompare(b.date) * -1)
  283. .map((story) => (
  284. <PressArticle key={story.url} story={story} />
  285. ))}
  286. </div>
  287. </div>
  288. <div className="col-span-12 md:col-span-6">
  289. <a id="contact" className="invisible block relative -top-32" />
  290. <h2 className="h3 mb-4">Contact us</h2>
  291. <div className="b1 mb-4">
  292. <dt className="font-bold">Press and media:</dt>
  293. <dd className="b3">Media requests, interviews, and press-related questions</dd>
  294. <dd>
  295. <a
  296. href="mailto:press@joinmastodon.org"
  297. className="text-blurple-500 hover:underline"
  298. >
  299. press@joinmastodon.org
  300. </a>
  301. </dd>
  302. </div>
  303. <div className="b1 mb-4">
  304. <dt className="font-bold">Business hosting:</dt>
  305. <dd className="b3">Supporting organisations joining Mastodon</dd>
  306. <dd>
  307. <a
  308. href="mailto:hosting@joinmastodon.org"
  309. className="text-blurple-500 hover:underline"
  310. >
  311. hosting@joinmastodon.org
  312. </a>
  313. </dd>
  314. </div>
  315. <div className="b1 mb-4">
  316. <dt className="font-bold">Sponsor assistance:</dt>
  317. <dd className="b3">Support for sponsor listings, donations (
  318. <Link
  319. key="sponsorship"
  320. href="/sponsors"
  321. className="text-blurple-500 hocus:underline">sponsorship info</Link>)</dd>
  322. <dd>
  323. <a
  324. href="mailto:sponsorships@joinmastodon.org"
  325. className="text-blurple-500 hover:underline"
  326. >
  327. sponsorships@joinmastodon.org
  328. </a>
  329. </dd>
  330. </div>
  331. <div className="b1 mb-4">
  332. <dt className="font-bold">Legal and trademarks:</dt>
  333. <dd className="b3">Legal and compliance, trademarks (
  334. <Link
  335. key="trademark"
  336. href="/trademark"
  337. className="text-blurple-500 hocus:underline">policy</Link>)</dd> <dd>
  338. <a
  339. href="mailto:legal@joinmastodon.org"
  340. className="text-blurple-500 hover:underline"
  341. >
  342. legal@joinmastodon.org
  343. </a>
  344. </dd>
  345. </div>
  346. <div className="b1 mb-4">
  347. <dt className="font-bold">Server instance list:</dt>
  348. <dd className="b3">Submissions to the server directory (
  349. <Link
  350. key="servers"
  351. href="/covenant"
  352. className="text-blurple-500 hocus:underline">policy</Link>)</dd>
  353. <dd>
  354. <a
  355. href="mailto:servers@joinmastodon.org"
  356. className="text-blurple-500 hover:underline"
  357. >
  358. servers@joinmastodon.org
  359. </a>
  360. </dd>
  361. </div>
  362. <div className="b1 mb-4">
  363. <dt className="font-bold">Security issue reporting:</dt>
  364. <dd className="b3">For reporting security vulnerabilities or concerns</dd>
  365. <dd>
  366. <a
  367. href="mailto:security@joinmastodon.org"
  368. className="text-blurple-500 hover:underline"
  369. >
  370. security@joinmastodon.org
  371. </a>
  372. </dd>
  373. </div>
  374. <div className="b1 mb-4">
  375. <dt className="font-bold">Any other inquiries:</dt>
  376. <dd className="b3">For general questions and all other matters</dd>
  377. <dd>
  378. <a
  379. href="mailto:hello@joinmastodon.org"
  380. className="text-blurple-500 hover:underline"
  381. >
  382. hello@joinmastodon.org
  383. </a>
  384. </dd>
  385. </div>
  386. </div>
  387. <div className="col-span-12 md:col-span-6" id="impressum">
  388. <h2 className="h3 mb-4">Impressum</h2>
  389. <dl className="b1 grid grid-cols-12 gap-gutter">
  390. <div className="col-span-6">
  391. <div className="mb-4">
  392. <dt className="font-bold">Firmenname:</dt>
  393. <dd>Mastodon gGmbH</dd>
  394. </div>
  395. <div className="mb-4">
  396. <dt className="font-bold">Anschrift:</dt>
  397. <dd>
  398. <address className="not-italic">
  399. Mühlenstraße 8a
  400. <br />
  401. 14167 Berlin
  402. <br />
  403. Germany
  404. </address>
  405. </dd>
  406. </div>
  407. <div className="mb-4">
  408. <dt className="font-bold">Kontakt:</dt>
  409. <dd>
  410. <a
  411. href="mailto:hello@joinmastodon.org"
  412. className="text-blurple-500 hover:underline"
  413. >
  414. hello@joinmastodon.org
  415. </a>
  416. </dd>
  417. </div>
  418. </div>
  419. <div className="col-span-6">
  420. <div className="mb-4">
  421. <dt className="font-bold">Handelsregister:</dt>
  422. <dd>HRB 230086 B (Amtsgericht Charlottenburg)</dd>
  423. </div>
  424. <div className="mb-4">
  425. <dt className="font-bold">USt-ID:</dt>
  426. <dd>DE344258260</dd>
  427. </div>
  428. </div>
  429. <div className="col-span-12 mb-4">
  430. <dt className="font-bold">Vertretungsberechtigt:</dt>
  431. <dd>Eugen Rochko (Geschäftsführer)</dd>
  432. </div>
  433. </dl>
  434. </div>
  435. </div>
  436. </div>
  437. </div>
  438. <Head>
  439. <title>About - Mastodon</title>
  440. <meta property="og:title" content="The company behind Mastodon" />
  441. <meta
  442. property="og:description"
  443. content="Our story, mission, annual reports, interviews, press releases and more."
  444. />
  445. <meta
  446. property="description"
  447. content="Our story, mission, annual reports, interviews, press releases and more."
  448. />
  449. </Head>
  450. </div>
  451. </Layout>
  452. )
  453. const Metrics = () => {
  454. const days = useQuery({
  455. queryKey: ["statistics"],
  456. queryFn: () =>
  457. fetch("https://api.joinmastodon.org/statistics").then((res) =>
  458. res.json()
  459. ),
  460. gcTime: 30 * 60 * 1000,
  461. })
  462. if (days.isError || days.isLoading) {
  463. return null
  464. }
  465. const currentDay = days.data[days.data.length - 2]
  466. const compareDay = days.data[0]
  467. return (
  468. <>
  469. <div className="space-y-4">
  470. <Statistic
  471. key="mau"
  472. Icon={PersonIcon}
  473. label={
  474. <FormattedMessage
  475. id="stats.monthly_active_users"
  476. defaultMessage="Monthly Active Users"
  477. />
  478. }
  479. currentValue={parseInt(currentDay.active_user_count)}
  480. prevValue={parseInt(compareDay.active_user_count)}
  481. />
  482. <Statistic
  483. key="servers"
  484. Icon={FiltersIcon}
  485. label={
  486. <FormattedMessage id="stats.servers" defaultMessage="Servers Up" />
  487. }
  488. currentValue={parseInt(currentDay.server_count)}
  489. prevValue={parseInt(compareDay.server_count)}
  490. />
  491. </div>
  492. <p className="b3 mt-4 text-gray-2">
  493. <FormattedMessage
  494. id="stats.disclaimer"
  495. defaultMessage="Data collected by crawling all accessible Mastodon servers on {date}."
  496. values={{
  497. date: (
  498. <FormattedDate
  499. value={currentDay.period}
  500. year="numeric"
  501. month="short"
  502. day="2-digit"
  503. />
  504. ),
  505. }}
  506. />
  507. </p>
  508. </>
  509. )
  510. }
  511. export const getStaticProps = withDefaultStaticProps()
  512. export default About