import { Link } from "react-router-dom"; export default function HeroSection() { const openGitHub = (link) => { window.open(link, "_blank"); }; return (

Hello, je suis ALESSI Thibaut

Etudiant à Polytech Lyon {" "}
Passionné d'informatique

J'aime le C++, le SQL, la guitare, le sport et voyager.
Mon objectif, m'améliorer chaque jour.

Hero Section
); }