Enzo Simonin

<> home.html

JS about-me.js

MD experience.md

{} projects.json

MD contact.md

<> home.html

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

<html>
   <body>
     <div class = "d-flex">
       <h1> Enzo Simonin </h1>
       <h2> Fullstack Developer </h2>
     </div>

     <img link = "..."  / >

     <div>
       <button href = "..."> About me </button>
       <button href = "..."> Experience </button>
       <button href = "..."> Projects </button>
       <button href = "..."> Contact </button>
     </div>
   </body>
</html>

Enzo Simonin

Fullstack Developper