"use client"; import React from "react"; import Image from "next/image"; import { LinkedinIcon, GithubIcon } from "lucide-react"; import styles from "./styles/Presentation.module.css"; const Presentation = () => { return (

AI - Robotic Engineer & Data Scientist
Student

Hi, I'm Valentin Massonniere.
Currently at Iceberg Data Lab, based in France.

Tech Stack |

Logo Rust Logo C++ Logo Python Logo Matlab Logo ROS2 Logo Arduino Logo NeoVim Logo Linux Logo Docker
{ e.preventDefault(); const element = document.querySelector("#aboutScroll"); if (element) { window.scrollTo({ top: element.offsetTop - 150, behavior: "smooth", }); } }} >
); }; export default Presentation;