diff --git a/src/pages/about.jsx b/src/pages/about.jsx index db57ea1..e90c689 100644 --- a/src/pages/about.jsx +++ b/src/pages/about.jsx @@ -18,7 +18,7 @@ const AboutPage = () => { National Museum of Computing @@ -35,7 +35,7 @@ const AboutPage = () => { ITV {" "} @@ -45,7 +45,7 @@ const AboutPage = () => { BBC {" "} @@ -53,7 +53,7 @@ const AboutPage = () => { Arria NLG {" "} diff --git a/src/pages/home.jsx b/src/pages/home.jsx index bd37e72..b97e617 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -7,69 +7,69 @@ import CodeStats from "../containers/CodeStats" // import TodayILearned from "@/containers/TodayILearned" const HomePage = () => { - const { posts } = usePosts() - return ( - -
-
-
-
-
- -
-
-

-
- systems obscure -
-

-

- Software engineer at ITV, formerly BBC. This is my technical - scrapbook and digital garden. -

-
-
-
-
-
+ const { posts } = usePosts() + return ( + +
+
+
+
+
+ +
+
+

+
+ systems obscure +
+

+

+ Software engineer at ITV, formerly BBC. This is my technical + scrapbook and digital garden. +

+
+
+
+
+
- + - post.tags.includes("highlight"))} - /> + post.tags.includes("highlight"))} + /> -
-
-
-

- projects -

-
    -
  • - - eolas - -
  • -
  • -

    - A public frontend for my local Zettelkasten created with - NodeJS, Python and React. -

    -
  • -
-
-
-
- - -
- ) +
+
+
+

+ projects +

+
    +
  • + + eolas + +
  • +
  • +

    + A public frontend for my local Zettelkasten created with + NodeJS, Python and React. +

    +
  • +
+
+
+
+ + +
+ ) } export { HomePage }