Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/components/Community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import Link from "@docusaurus/Link";
import ZulipLogo from "@site/static/img/external-logos/zulip-icon-circle.svg";
import GithubLogo from "@site/static/img/external-logos/github-mark.svg";
import RedditLogo from "@site/static/img/external-logos/reddit-logo.svg";
import ReactorModelLogo from "@site/static/img/external-logos/reactor-model.svg";

export const SocialMediaCard = ({
renderedImage,
Expand Down Expand Up @@ -109,6 +110,25 @@ export default function Community(): JSX.Element {

</>
</SocialMediaCard>
<SocialMediaCard
renderedImage={
<ReactorModelLogo
title="Reactor Model of Computation"
width="100%"
height="100%"
style={{ padding: "4px" }}
/>
}
name="Reactor Model"
>
<>
Discover the reactor model of computation, related projects, and
events.{" "}
<Link href="https://reactor-model.org/">
Visit reactor-model.org.
</Link>
</>
</SocialMediaCard>
<SocialMediaCard
renderedImage={
<svg
Expand Down
9 changes: 9 additions & 0 deletions static/img/external-logos/reactor-model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading