2023-06-25 15:53:25 +00:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "/css/franklin.css" >
< link rel = "stylesheet" href = "/css/basic.css" >
< link rel = "icon" href = "/assets/favicon.png" >
< title > Laurent Fainsin< / title >
< meta name = "description" content = "Laurent Fainsin's personnal website" >
< meta property = "og:title" content = "Laurent Fainsin" >
< meta property = "og:description" content = "Laurent Fainsin's personnal website" >
< meta property = "og:url" content = "https://laurent.fainsin.bzh/" >
< / head >
< body >
< header >
< div class = "blog-name" > < a href = "/" > Laurent Fainsin< / a > < / div >
< nav >
< ul >
< li > < a href = "/" > Whoami< / a > < / li >
< li > < a href = "/projects" > Projects< / a > < / li >
< / ul >
< img src = "/assets/hamburger.svg" id = "menu-icon" alt = "menu-icon" / >
< / nav >
< / header >
<!-- Content appended here -->
2023-10-03 11:54:04 +00:00
< div class = "franklin-content" > < p > Hi 👋, I' m Laurent. I' m a graduate < a href = "https://www.francecompetences.fr/recherche/rncp/35713/" > engineer< / a > from < a href = "https://www.enseeiht.fr/" > ENSEEIHT< / a > in France. I study < a href = "https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html" > Computer Science< / a > and this is my personal website to showcase my work. I' m interested in machine learning, computer graphics and open-source. I' m also very active in the associative life of my school.< / p >
2023-06-25 15:53:25 +00:00
< p > Here is my < a href = "https://resume.laurent.fainsin.bzh/" > resume< / a > if you are professionally interested.< / p >
2023-09-06 07:50:15 +00:00
< p > You can wheck my code on:< / p >
2023-06-25 15:53:25 +00:00
< ul >
< li > < p > < a href = "https://git.fainsin.bzh/laurent" > Gitea< / a > < / p >
< / li >
< li > < p > < a href = "https://github.com/Laurent2916" > GitHub< / a > < / p >
< / li >
2023-09-06 07:50:15 +00:00
< li > < p > < a href = "https://huggingface.co/1aurent" > HuggingFace< / a > < / p >
< / li >
2023-06-25 15:53:25 +00:00
< / ul >
< p > You can reach me via:< / p >
< ul >
< li > < p > < a href = "https://www.linkedin.com/in/laurent-fainsin/" > LinkedIn< / a > < / p >
< / li >
< li > < p > < a href = "https://sigmoid.social/@laurent" > Mastodon< / a > < / p >
< / li >
< li > < p > < a href = "https://matrix.to/#/@fainsil:inpt.fr" > [ Matrix] < / a > < / p >
< / li >
< / ul >
2023-09-06 07:50:15 +00:00
< p > You can email me at:< / p >
< ul >
< li > < p > < a href = "mailto:laurent@fainsin.bzh" > laurent@< WBR > fainsin.bzh< / a > < / p >
< / li >
< li > < p > < a href = "mailto:laurentfainsin@protonmail.com" > laurentfainsin@< WBR > protonmail.com< / a > < / p >
< / li >
< li > < p > < a href = "mailto:laurent.fainsin@etu.inp-n7.fr" > laurent.fainsin@< WBR > etu.inp-n7.fr< / a > < / p >
< / li >
< / ul >
2023-06-25 15:53:25 +00:00
< div class = "page-foot" >
2023-10-03 11:54:04 +00:00
Last modified: October 03, 2023. Website built with
2023-06-25 15:53:25 +00:00
< a href = "https://github.com/tlienart/Franklin.jl" > Franklin.jl< / a > .
< / div >
< / div > <!-- CONTENT ENDS HERE -->
< / body >
< / html >