-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.13 KB
/
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="en">
<head>
<meta charset="utf-8">
<title>Résultats des élections 2013 pour la Ville de Québec</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/styles.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<a href="https://github.com/paulcote/qc_election_results"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
<section>
<div class="title">
<h1>Poste de <strong>Maire</strong></h1>
</div>
<ul>
<li>
<span class="name"><span>Régis</span> <strong>Labeaume</strong></span>
<span class="image"><img src=""></span>
<div class="left">
<span class="result"><strong>60</strong>% 1,000,000</span>
<span class="team">Équipe Labeaume</span>
</div>
</li>
</ul>
</section>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>