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>
<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>