diff --git a/public/images/r7-mobile.jpg b/public/images/r7-mobile.jpg new file mode 100644 index 0000000..739971e Binary files /dev/null and b/public/images/r7-mobile.jpg differ diff --git a/public/images/r7.jpg b/public/images/r7.jpg new file mode 100644 index 0000000..6a6282e Binary files /dev/null and b/public/images/r7.jpg differ diff --git a/src/components/navigation/Navbar.tsx b/src/components/navigation/Navbar.tsx index d0a64e8..60e1b1d 100644 --- a/src/components/navigation/Navbar.tsx +++ b/src/components/navigation/Navbar.tsx @@ -12,7 +12,7 @@ export const Navbar = () => { return ( <> -
+
{routerData.map(route => ( { return ( -
- - {routerData.map(({path, element, name}) => ( - - ))} - -
+ + {routerData.map(({path, element, name}) => ( + + ))} + ); } diff --git a/src/pages/home/HomePage.tsx b/src/pages/home/HomePage.tsx index f51f588..401bb3e 100644 --- a/src/pages/home/HomePage.tsx +++ b/src/pages/home/HomePage.tsx @@ -1,19 +1,28 @@ import React, {JSX} from 'react' -import {AboutMeContainer, AboutWebsiteContainer, IntroContainer, SkillsContainer} from "./components"; +import {AboutMeContainer, AboutWebsiteContainer, SkillsContainer} from "./components"; import {mapContentContainers} from "../../domain"; export const HomePage = () => { const containers: JSX.Element[] = [ - , - , , + , , ]; return ( -
- {mapContentContainers(containers)} +
+
+ R7 + R7 Mobile + +

Z-100

+

Swiss Backend Dev

+
+
+
+ {mapContentContainers(containers)} +
); }