-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (29 loc) · 852 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 lang=fr>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>entre-quote.com, le pas portfolio d'Erick Gardin</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<img src="img/logo.png" alt="" id="logo">
<div>
<h1><span>entre-quote.com</span></h1>
</div>
</header>
<main>
<h2>Érick Gardin</h2>
<h3>Intégrateur web freelance</h3>
<p>+33 (0)6 78 33 74 12</p>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<a rel="me" href="https://oisaur.com/@erick/">Mon compte Mastodon</a>
</p>
</main>
</body>
</html>