-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
65 lines (65 loc) · 3.81 KB
/
home.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="assets/css/style.compact.css">
<title> Home </title>
</head>
<body>
<header>
<img class="burger" src="assets/img/menu_burger.png" alt="menu"/>
<img class="logo" src="assets/img/logo.png" alt="logo"/>
<span> 2014 </span>
</header>
<main>
<nav>
<ul>
<li id="polygone1" class="poly">
<a href="#">
<svg class="cls" width="160" height="140" viewbox="0 0 322.031 279.031">
<path data-name="polygone" d="M121.14,536.006L41.009,397.662l79.86-138.5,159.992-.157,80.132,138.344-79.86,138.5Z" transform="translate(-39.984 -257.984)"/>
</svg>
<p> mot du président </p>
<svg class="more" width="10.5" height="10.5" viewbox="0 0 156 156">
<path d="M683,306a78,78,0,1,0,78,78A78,78,0,0,0,683,306Zm46,89H694v35H672V395H637V373h35V338h22v35h35Z" transform="translate(-605 -306)"/>
</svg>
</a>
</li>
<li id="polygone2" class="poly">
<a href="#">
<svg class="cls" width="160" height="140" viewbox="0 0 322.031 279.031">
<path data-name="polygone" d="M121.14,536.006L41.009,397.662l79.86-138.5,159.992-.157,80.132,138.344-79.86,138.5Z" transform="translate(-39.984 -257.984)"/>
</svg>
<p> engagés pour mieux protéger </p>
<svg class="more" width="10.5" height="10.5" viewbox="0 0 156 156">
<path d="M683,306a78,78,0,1,0,78,78A78,78,0,0,0,683,306Zm46,89H694v35H672V395H637V373h35V338h22v35h35Z" transform="translate(-605 -306)"/>
</svg>
</a>
</li>
<li id="polygone3" class="poly">
<a href="#">
<svg class="cls" width="160" height="140" viewbox="0 0 322.031 279.031">
<path data-name="polygone" d="M121.14,536.006L41.009,397.662l79.86-138.5,159.992-.157,80.132,138.344-79.86,138.5Z" transform="translate(-39.984 -257.984)"/>
</svg>
<p> stratégie Ambition AXA </p>
<svg class="more" width="10.5" height="10.5" viewbox="0 0 156 156">
<path d="M683,306a78,78,0,1,0,78,78A78,78,0,0,0,683,306Zm46,89H694v35H672V395H637V373h35V338h22v35h35Z" transform="translate(-605 -306)"/>
</svg>
</a>
</li>
<li id="polygone4" class="poly">
<a href="#">
<svg class="cls" width="160" height="140" viewbox="0 0 322.031 279.031">
<path data-name="polygone" d="M121.14,536.006L41.009,397.662l79.86-138.5,159.992-.157,80.132,138.344-79.86,138.5Z" transform="translate(-39.984 -257.984)"/>
</svg>
<p> chiffres clés </p>
<svg class="more" width="10.5" height="10.5" viewbox="0 0 156 156">
<path d="M683,306a78,78,0,1,0,78,78A78,78,0,0,0,683,306Zm46,89H694v35H672V395H637V373h35V338h22v35h35Z" transform="translate(-605 -306)"/>
</svg>
</a>
</li>
</ul>
</nav>
</main>
</body>
</html>