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

remove fake marquee from /previously

This commit is contained in:
2022-07-20 15:04:50 -04:00
parent 446d277e2e
commit a0957032b2
3 changed files with 45 additions and 54 deletions

View File

@ -1,6 +1,5 @@
/* eslint-disable camelcase */
import { NextSeo } from "next-seo";
import Marquee from "react-fast-marquee";
import Layout from "../components/Layout";
import Content from "../components/Content";
import PageTitle from "../components/PageTitle";
@ -78,20 +77,18 @@ const Previously = () => {
<Divider />
<Marquee speed={70} gradient={false} style={{ marginBottom: "0.5em" }}>
<span style={{ marginLeft: 150 }}>
🚨 Trigger warning: excessive marquees, animated GIFs, Comic Sans, popups,{" "}
<CodeInline
css={{
fontSize: "0.8em",
fontWeight: 400,
}}
>
color: <span style={{ color: "#32cd32" }}>limegreen</span>
</CodeInline>{" "}
ahead...
</span>
</Marquee>
<p style={{ marginBottom: "0.5em" }}>
🚨 Trigger warning: excessive marquees, animated GIFs, Comic Sans, popups,{" "}
<CodeInline
css={{
fontSize: "0.8em",
fontWeight: 400,
}}
>
color: <span style={{ color: "#32cd32" }}>limegreen</span>
</CodeInline>{" "}
ahead...
</p>
<Link
href="/y2k/"