Skip to content
View valentinbaud's full-sized avatar
🎈
🎈

Block or report valentinbaud

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
valentinbaud/README.md
export default function About() {
  return (
    <>
      <h1>
        __     __    _            _   _         ____                  _ 
        \ \   / /_ _| | ___ _ __ | |_(_)_ __   | __ )  __ _ _   _  __| |
         \ \ / / _` | |/ _ \ '_ \| __| | '_ \  |  _ \ / _` | | | |/ _` |
          \ V / (_| | |  __/ | | | |_| | | | | | |_) | (_| | |_| | (_| |
           \_/ \__,_|_|\___|_| |_|\__|_|_| |_| |____/ \__,_|\__,_|\__,_|
      </h1>
      <p className='whoami'>
        Valentin Baud, a super-passionate junior computer science engineer
      </p>
      <p className='about_me'>
        I'm a french student in computer science, currently in my 3rd year of studies
        at the University of Grenoble INP, Ensimag, in France and in apprenticeship
        at Orange Innovation.
      </p>
      <p className='contact_me'>
        You can contact me on my email address:
          <a href='mailto:baudvalentin74@gmail.com'>baudvalentin74@gmail.com</a>
        You can also learn more about me on my website:
          <a href='https://valentin-baud.fr'>https://valentin-baud.fr</a>
      </p>
    </>
  )
}

Popular repositories Loading

  1. create-base-backend create-base-backend Public

    CLI built using NodeJs to automate the process of creating a rest api backend using Express with a database

    JavaScript

  2. challengeopendata challengeopendata Public

  3. valentinbaud valentinbaud Public

  4. tartines tartines Public

    Forked from mealie-recipes/mealie

    Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recip…

    Python

  5. psa_car_controller psa_car_controller Public

    Forked from flobz/psa_car_controller

    Control psa car with connected_car v4 API.

    Python