-
Notifications
You must be signed in to change notification settings - Fork 0
/
new-index.html
41 lines (38 loc) · 1.04 KB
/
new-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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Portail</title>
<link rel="stylesheet/less" type="text/css" href="css/new-style.less" />
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.2.0/less.min.js"></script>
</head>
<body>
<header id="header">
<h1>Excenevex léman</h1>
<h2>Le portail</h2>
</header>
<div class="flex">
<a href="#">
<article style="background-image: url(http://www.lorempixel.com/1500/1500/nature)">
<header>
<h1>Vie de la commune</h1>
<div class="logo">
<img src="img/logo_mairie.png" height="120" width="200" alt="">
</div>
</header>
</article>
</a>
<a href="#">
<article style="background-image: url(img/background-ot.jpg)">
<header>
<h1>Office du tourisme</h1>
<div class="logo">
<img src="img/logo_ot.png" height="120" width="200" alt="">
</div>
</header>
</article>
</a>
</div>
</body>
</html>