-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 869 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mon portfolio</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<script type="text/javascript" src="js/app.js"></script>
</head>
<body>
<div class="presenter">
<section>
<h1>Hi, i'm Max !</h1>
<p id="status">AI Engineer.</p>
</section>
<section>
<!-- carousel défilant avec tout mes projets -->
<h2>Mes projets</h2>
<img src="./screenshots/wordpress-section.webp">
</section>
</div>
<div class="contact">
<section>
<!-- formulaire de contact -->
<form type ="text">Ton nom</form>
<form type ="text">Ton prénom</form>
<form type ="text">Un message ?</form>
</section>
<section>
<button>Contact me</button>
</section>
</div>
</html>