mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 20:25:34 -04:00
remove markdown from plaintext post titles
This commit is contained in:
@@ -171,7 +171,24 @@ 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 url="https://www.youtube-nocookie.com/watch?v=NTLU1anxe8c" controls />
|
||||
<Video
|
||||
url={[
|
||||
{ src: "/static/images/notes/coronavirus-open-source/folding.webm", type: "video/webm" },
|
||||
{ src: "/static/images/notes/coronavirus-open-source/folding.mp4", type: "video/mp4" },
|
||||
]}
|
||||
config={{
|
||||
file: {
|
||||
attributes: {
|
||||
poster: "/static/images/notes/coronavirus-open-source/folding-thumb.png",
|
||||
autoPlay: true,
|
||||
loop: true,
|
||||
volume: 0,
|
||||
muted: true,
|
||||
},
|
||||
},
|
||||
}}
|
||||
controls={false}
|
||||
/>
|
||||
|
||||
## [Coronavirus Tracker API](https://coronavirus-tracker-api.herokuapp.com/v2/locations) <Octocat repo="ExpDev07/coronavirus-tracker-api" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user