From 99c813855014a48981e39b1662835071bd7828ff Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Mon, 29 Apr 2024 21:58:33 +0100 Subject: [PATCH] Update homepage styling --- src/Client/src/components/TechIcons.tsx | 4 +++- src/Client/src/pages/HomePage.tsx | 15 ++++++++++++--- src/Client/src/pages/Layout.tsx | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/Client/src/components/TechIcons.tsx b/src/Client/src/components/TechIcons.tsx index 5a89adf..9bc9f23 100644 --- a/src/Client/src/components/TechIcons.tsx +++ b/src/Client/src/components/TechIcons.tsx @@ -42,7 +42,9 @@ export default function TechIcons({ className }: Props) { return (
-

Tech

+

+ Tech i'm working with at the moment: +

{techIcons.map((techIcon, index) => (
diff --git a/src/Client/src/pages/HomePage.tsx b/src/Client/src/pages/HomePage.tsx index d21aaee..c4b7a2e 100644 --- a/src/Client/src/pages/HomePage.tsx +++ b/src/Client/src/pages/HomePage.tsx @@ -1,3 +1,4 @@ +import { FaRegPaperPlane } from "react-icons/fa6"; import AnchorLink from "../components/AnchorLink"; import Subtitle from "../components/Subtitle"; import TechIcons from "../components/TechIcons"; @@ -11,8 +12,6 @@ export default function HomePage() { I'm a UK-based software engineer and I love building cool stuff. - - A bit about me I mostly specialise in back-end C#/.NET development and I've built systems that scale for hundreds-of-thousands of global users. @@ -23,7 +22,17 @@ export default function HomePage() { un:hurd music. - + + +
+ If you think I can help with your project... + + Get in touch + +
); } diff --git a/src/Client/src/pages/Layout.tsx b/src/Client/src/pages/Layout.tsx index d7b33e5..6b87bc4 100644 --- a/src/Client/src/pages/Layout.tsx +++ b/src/Client/src/pages/Layout.tsx @@ -4,7 +4,7 @@ import Footer from "../components/Footer"; export default function Layout() { return ( -
+