-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (67 loc) · 2.83 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
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Corkr - Plugging The Government's Digital Holes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- typekit stuff -->
<script type="text/javascript" src="//use.typekit.net/udw3hzs.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="css/styles.css">
<script src="js/vendor/modernizr.min.js"></script>
<script src="js/gauge.min.js"></script>
</head>
<body>
<header class="app-header">
<h1 class="logo header-logo">DOT GOV GUARDIAN</h1>
<button class="info-btn"></button>
<div class="info-content">
<h1 class="logo info-logo">DOT GOV GUARDIAN</h1>
<p><b>CORKR</b> helps goverment websites plug their security holes. <br>Click on a website location to see it's security rating.</p>
<br>
<p>Created by <a href="http://shkspr.mobi/blog/">Terence</a>, <a href="https://twitter.com/M6_D6">Mark</a>, <a href="https://twitter.com/marcelloseri">Marcello</a>, and <a href="https://twitter.com/orliesaurus">Orlando</a></p>
<p>For <a href="http://nationalhackthegovernment.wordpress.com/">National Hack the Goverment 2014</a></p>
</div>
</header>
<div class="domain-btns">
<button class="nhs"></button>
<button class="gov active"></button>
</div>
<div class="item-info orange">
<div class="shield-outer">
<div class="shield"></div>
</div>
<div class="item-text">
<h3 class="url"><a href="">akeleyparishcouncil.gov.uk</a></h3>
<p class="description">Akeley Parish Council</p>
<span class="rating-label">Security rating:</span>
<span class="rating"></span>
<span class="help">Own this website? <a href="">Contact us</a> to help fix these problems.</span>
</div>
<canvas id="gauge" width="160" class="gauge"
data-type="canv-gauge"
data-title="Bugs"
data-min-value="0"
data-max-value="20"
data-stroke-ticks="true"
data-units=""
data-colors-major-ticks="#193956"
data-value-format="2.0"
data-glow="false"
data-animation-delay="20"
data-animation-duration="3000"
data-animation-fn="linear"
data-colors-needle="#193956 #193956"
data-highlights="0 1 #51E051, 1 6 #FCA32D, 6 20 #EF5750"
data-value="0"
data-onready="Gauge.Collection.get('gauge').setValue(0)"
></canvas>
</div>
<div id="map"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.0.3.min.js"><\/script>')</script>
<script src="js/vendor/leaflet.min.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>