-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 1.92 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
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Tentez votre chance ! by apido</title>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="stylesheet" href="stylesheets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<section>
<div id="ticket">
<h3 class="pink super button">Tentez votre chance</h3>
<div id='clover'>
<div class='cloverleaf' id='leaf-0'><p class='covered'><span></span></p></div>
<div class='cloverleaf' id='leaf-1'><p class='covered'><span></span></p></div>
<div class='cloverleaf' id='leaf-2'><p class='covered'><span></span></p></div>
<div class='cloverleaf' id='leaf-3'><p class='covered'><span></span></p></div>
</div>
</div>
<div id="hedgehog" class="onTop">
<img src="images/sponge.png" width='100px' height='100px'>
<em class="notice">Cliquez sur les cases pour me faire gratter !</em>
</div>
<section id='calendar'>
<div id= 'leaf_block'>
<div class='week_day'>Vendredi</div>
<div class='day_num'>13</div>
<div class='month'>Septembre</div>
<div class='details'>2013</div>
<div id='note'></div>
</div>
</div>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/typingText.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="javascripts/cloverscratcher.js"></script>
</html>