1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:06:38 -04:00

add v3 to /previously

This commit is contained in:
2022-01-26 16:17:39 -05:00
parent ed919db39b
commit 5bf909fab5
4 changed files with 16 additions and 5 deletions

View File

@ -20,6 +20,7 @@ import img_2007_05 from "../public/static/images/previously/2007_05.png";
import img_2009_07 from "../public/static/images/previously/2009_07.png";
import img_2012_09 from "../public/static/images/previously/2012_09.png";
import img_2018_04 from "../public/static/images/previously/2018_04.png";
import img_2020_03 from "../public/static/images/previously/2020_03.png";
import "@fontsource/comic-neue/latin-400.css";
import "@fontsource/comic-neue/latin-700.css";
@ -137,6 +138,16 @@ const Previously = () => (
</a>
)
</Figure>
<HorizontalRule />
<Figure src={img_2020_03} alt="March 2020">
March 2020 (
<a href="https://github.com/jakejarvis/jarv.is/tree/v3" target="_blank" rel="noopener noreferrer">
archived source
</a>
)
</Figure>
</Content>
{/* a complete sh*tshow of overrides, mainly to compensate for font change */}