mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 20:54:28 -04:00
move some non-post pages to mdx
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import Link from "../../components/Link";
|
||||
import { SiGithub } from "react-icons/si";
|
||||
import featuredImage from "./covid19dashboards.png";
|
||||
|
||||
export const frontmatter = {
|
||||
@@ -9,6 +11,18 @@ export const frontmatter = {
|
||||
image: featuredImage.src,
|
||||
};
|
||||
|
||||
export const OctocatLink = ({ repo }) => {
|
||||
return (
|
||||
<Link
|
||||
href={`https://github.com/${repo}`}
|
||||
plain
|
||||
style={{ margin: "0 0.4em", color: "var(--colors-text) !important" }}
|
||||
>
|
||||
<SiGithub style={{ display: "inline", height: "1.2em", width: "1.2em", verticalAlign: "-0.2em" }} />
|
||||
</Link>
|
||||
);
|
||||
};
|
||||
|
||||
We're all quickly learning that worldwide pandemics can bring out both [the best](https://www.vox.com/culture/2020/3/13/21179293/coronavirus-italy-covid19-music-balconies-sing) and [the worst](https://twitter.com/9NewsAUS/status/1236088663093608448) of humanity. But one thing has become readily apparent to me — outside of the large teams of medical professionals risking their lives right this minute, the open source community stands alone in its ability to rapidly organize in the midst of chaos to give back to the world and, in this case, make it safer for all of us.
|
||||
|
||||
These are just a few incredible open source projects that didn't exist a few months ago, but rapidly formed teams of dozens of contributors to fill both big needs and small niches in the fight to defeat the novel coronavirus, aka [**COVID-19**](https://www.cdc.gov/coronavirus/2019-nCoV/index.html).
|
||||
@@ -90,10 +104,7 @@ You can [download their software here](https://foldingathome.org/start-folding/)
|
||||
**Fun fact:** The team behind Folding@home has seen a [**huge** spike in computational power](https://www.reddit.com/r/pcmasterrace/comments/flgm7q/ama_with_the_team_behind_foldinghome_coronavirus/) this month after cryptominers started mining coronavirus proteins instead of boring, old Ethereum with their insanely overpowered GPUs! 👏
|
||||
|
||||
<Video
|
||||
src={{
|
||||
webm: "/static/coronavirus-open-source/folding.webm",
|
||||
mp4: "/static/coronavirus-open-source/folding.mp4",
|
||||
}}
|
||||
src={["/static/coronavirus-open-source/folding.webm", "/static/coronavirus-open-source/folding.mp4"]}
|
||||
poster="/static/coronavirus-open-source/folding-thumb.png"
|
||||
autoplay
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user