diff --git a/src/App.tsx b/src/App.tsx index 20c2937..40eb6bd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import './App.css'; import HomePage from './Pages/HomePage'; import Footer from './Components/Footer'; diff --git a/src/Components/Footer.tsx b/src/Components/Footer.tsx index b4d615b..0ec0bf1 100644 --- a/src/Components/Footer.tsx +++ b/src/Components/Footer.tsx @@ -11,7 +11,7 @@ export default function Footer() { - Fait avec React et la bibliotheque Dracula ui, I use arch btw - 2023 Djalim Simaila + Fait avec React et la bibliotheque Dracula ui, I use arch btw - 2025 Djalim Simaila ) diff --git a/src/Components/Intro.tsx b/src/Components/Intro.tsx index 203b0a3..c62fb89 100644 --- a/src/Components/Intro.tsx +++ b/src/Components/Intro.tsx @@ -23,7 +23,7 @@ export default function Intro() { c mwa - Je m'appelle Djalim, j'ai 21 ans et je suis un developpeur et etudiant en BUT Informatique à Aix en Provence. + Je m'appelle Djalim, j'ai 22 ans et je suis un developpeur et etudiant en cycle ingenieur a Polytech marseille apres avoir fait un BUT informatique a Aix-en-Provence Je suis passioné d'Informatique, je sais que c'est tres vague mais ça englobe tout ce que j'aime faire : @@ -108,11 +108,12 @@ export default function Intro() { alignSelf: "center", textAlign: "center" }}> - Discord : @neotaku67 | + Discord : @neotakuwu | + Osu : Osu!Mania | Twitter : @neotakUwU | - Os : Arch Linux | - Theme : Dracula | - Hotel : Trivago | + Os : Arch Linux | + Theme : Dracula | + Hotel : Trivago | diff --git a/src/Components/ProjectBox.tsx b/src/Components/ProjectBox.tsx new file mode 100644 index 0000000..1fea14b --- /dev/null +++ b/src/Components/ProjectBox.tsx @@ -0,0 +1,14 @@ +import { Box } from "dracula-ui"; + +export default function ProjectBox({projectTitle, projectDescription, projectLink, projectPicture}: + {projectTitle:string; + projectDescription:string; + projectLink:string;projectPicture:string}){ + return +

{projectTitle}

+

{projectDescription}

+ {projectLink} + Project Picture +
+ +} diff --git a/src/Components/Topbar.tsx b/src/Components/Topbar.tsx index 1dbb9ef..ff06133 100644 --- a/src/Components/Topbar.tsx +++ b/src/Components/Topbar.tsx @@ -23,7 +23,7 @@ export default function TopBar(){ Accueil