diff --git a/src/index.tsx b/src/index.tsx index 9c0f5af..0007adb 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,6 +3,7 @@ import { createRoot } from "react-dom/client"; import useLocation from "wouter/use-location"; import { normalise } from "./util"; +import Container from "./components/Container"; const Home = lazy(() => import("./pages/main/Home")); const Exp = lazy(() => import("./pages/main/Exp")); @@ -34,8 +35,10 @@ function App() { createRoot(document.getElementById("root")!).render( - - - + + + + + , ); diff --git a/src/pages/main/Contact.tsx b/src/pages/main/Contact.tsx index c04d122..178b7a2 100644 --- a/src/pages/main/Contact.tsx +++ b/src/pages/main/Contact.tsx @@ -1,7 +1,6 @@ import React from "react"; import { css } from "@emotion/css"; import { useEffect, useState } from "react"; -import Container from "../../components/Container"; import { setupCursorTracking } from "../../util/index.ts"; import { ReactComponent as Logo } from "../../assets/logo.svg"; import { Flippable } from "../../components/Flippable.tsx"; @@ -96,11 +95,11 @@ const Contact: React.FC = () => { }, []); return ( - + <> MKRhere {visible < 1 && ( - Great, You've distributed all the cards! + Great. You've distributed all the cards! What now? Start over? @@ -246,7 +245,7 @@ const Contact: React.FC = () => { ))} - + > ); }; diff --git a/src/pages/main/Exp.tsx b/src/pages/main/Exp.tsx index 743d3d7..801f704 100644 --- a/src/pages/main/Exp.tsx +++ b/src/pages/main/Exp.tsx @@ -1,6 +1,5 @@ import React, { useEffect } from "react"; import { css, cx } from "@emotion/css"; -import Container from "../../components/Container"; import { ExpUnit } from "../../components/Exp/Unit"; import { age, experience } from "./data/experience"; import { offscreenWidth } from "../../components/constants"; @@ -36,7 +35,7 @@ const Exp: React.FC = () => { }, []); return ( - + <> I’m a {age} year old developer from @@ -94,7 +93,7 @@ const Exp: React.FC = () => { /> ))} - + > ); }; diff --git a/src/pages/main/Home.tsx b/src/pages/main/Home.tsx index 4170b5f..3200b1a 100644 --- a/src/pages/main/Home.tsx +++ b/src/pages/main/Home.tsx @@ -1,16 +1,21 @@ import React from "react"; -import Container from "../../components/Container"; import FlickerList, { Tooltip } from "../../components/FlickerList"; import { ReactComponent as Arrow } from "../../assets/arrow-thin.svg"; import { css } from "@emotion/css"; import { setupCursorTracking } from "../../util"; import { Emoji } from "../../components/Emoji"; +import { AnimateEntry } from "../../components/AnimateEntry"; const Home: React.FC = () => { return ( - { - + ); }; diff --git a/src/pages/main/Work.tsx b/src/pages/main/Work.tsx index 799028f..a55c502 100644 --- a/src/pages/main/Work.tsx +++ b/src/pages/main/Work.tsx @@ -1,6 +1,5 @@ import React from "react"; import { css, cx } from "@emotion/css"; -import Container from "../../components/Container"; import { otherProjects, projects, type Project } from "./data/project"; const styles = { @@ -138,7 +137,7 @@ const otherProjectsStyle = css` const Exp: React.FC = () => { return ( - + <> Things I've built A few projects I'm proud of: { ))} - + > ); };
Great, You've distributed all the cards!
Great. You've distributed all the cards!
What now?
A few projects I'm proud of: