-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (35 loc) · 1011 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
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="background">
<div class="maincontent">
<div class="windowwitdth"> BIENVENUE </div> <br>
<div class="container">
<div class="description">
Je suis Gabriel, photographe amateur et curieux de (la) nature.
Je partage mes photographies dans la galerie et quelques
astuces dans l'espace tech.
</div>
</div>
<br>
<div class="container">
<table>
<tr>
<td> <a class="button" href="src/galerie.html"> Galerie </span> </td>
<td> <a class="button" href="src/tech.html"> Tech </span> </td>
</tr>
<tr>
<td> <a class="button" href="http://gabrielgodefroy.github.io/"> Homepage </span> </td>
<td> <a class="button" href="https://www.instagram.com/gabrielisoninsta/"> Instagram </span>
</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>