-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleaderboard.html
169 lines (139 loc) · 5.63 KB
/
leaderboard.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<!--Meta must have-->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot-news" content="all" />
<meta name="googlebot" content="all" />
<meta name="HandheldFriendly" content="True" />
<meta name="SLURP" content="all" />
<meta name="MSNBOT" content="all" />
<meta name="teoma" content="all" />
<!--Meta info-->
<meta name="keywords" content="nikodermus, javascript, nicolas m pardo, dakio" />
<meta name="description" content="This is a solo project in order to learn better JS, DOM Manipulation and my first approach to canvas, I hope it's fun for you too!"
/>
<meta name="date" content="2017" />
<meta name="author" content="Nicolas M. Pardo | Nikodermus" />
<meta name='generator' content='Nicolas M. Pardo | Nikodermus'>
<meta name="application-name" content="Catch and Run">
<!--Open Graph data -->
<meta property="fb:app_id" content="000000000" />
<meta property="og:title" content="Catch & Run | Nikodermus" />
<meta property="og:site_name" content="Catch and Run" />
<meta property="og:url" content="http://www.game.dakio.co" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.game.dakio.co/assets/facebook-preview.jpg" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en_US">
<meta property="og:description" content="This is a solo project in order to learn better JS, DOM Manipulation and my first approach to canvas, I hope it's fun for you too!"
/>
<meta property="article:author" content="https://www.facebook.com/nikodermus/" />
<!--Google+ data-->
<meta itemprop="description" content="This is a solo project in order to learn better JS, DOM Manipulation and my first approach to canvas, I hope it's fun for you too!">
<meta itemprop="name" content="Catch & Run | Nikodermus">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ndermus" />
<meta name="twitter:creator" content="@ndermus" />
<meta name="twitter:title" content="Catch & Run | Nikodermus" />
<meta name="twitter:description" content="This is a solo project in order to learn better JS, DOM Manipulation and my first approach to canvas, I hope it's fun for you too!">
<meta name="twitter:image" content="http://www.game.dakio.co/assets/twitter-preview.jpg" />
<meta name="twitter:image:src" content="http://www.game.dakio.co/assets/twitter-preview.jpg" />
<meta name="twitter:image:width" content="870" />
<meta name="twitter:image:height" content="750" />
<meta name="twitter:image:alt" content="This is a solo project in order to learn better JS, DOM Manipulation and my first approach to canvas, I hope it's fun for you too!"
/>
<!-- Windows 8 and Phone-->
<meta name="msapplication-TileImage" content="./favicon.gif" />
<meta name="msapplication-TileColor" content="#9C1B00" />
<meta name="application-name" content="Catch and Run" />
<meta name="MobileOptimized" content="320" />
<meta name="msapplication-navbutton-color" content="#9C1B00" />
<!--Only use if needed
<link rel="canonical" href="http://www.game.dakio.co" />
-->
<!--Apple Meta Data-->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-traslucent" />
<!--Theming-->
<meta name="theme-color" content="#9C1B00" />
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#9C1B00" />
<!--Favicon-->
<link rel="icon" href="favicon.gif" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.gif" type="image/x-icon" />
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<title>
Catch & Run | Nikodermus
</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="./assets/stylesheets/fonts.css" />
<link rel="stylesheet" href="./assets/stylesheets/icons.css" />
<link rel="stylesheet" href="./assets/stylesheets/main.css" />
<script src="./assets/javascripts/jquery.min.js"></script>
<script src="./assets/javascripts/js.cookie.js"></script>
<script src="./assets/javascripts/sessions.js"></script>
</head>
<body hidden>
<div class="border">
</div>
<div class="border">
</div>
<div class="border" hidden>
</div>
<div class="border">
</div>
<img src="./assets/images/corner.png" alt="" class="corner">
<img src="./assets/images/corner.png" alt="" class="corner">
<img src="./assets/images/corner.png" alt="" class="corner">
<img src="./assets/images/corner.png" alt="" class="corner">
</div>
<div class="content">
<div class="btn_container">
<div>
<a href="./index.html">
<button>Play</button>
</a>
</div>
</div>
<div class="scores_container">
<h3>
Leaderboard
</h3>
<table>
<thead>
<tr>
<th>Img</th>
<th>Player</th>
<th>Played</th>
<th>Score</th>
<th>Difficulty</th>
</tr>
</thead>
<tbody id="leaderboard">
<tr>
<td colspan="5">
<h4>
No one has played yet!
</h4>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<button id="close_session" class="user_elem">Close session</button>
<div id="image_fancybox" class="fancybox_container img">
<div class="fancybox">
<img src="" alt="">
</div>
</div>
</body>
</html>