-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
74 lines (62 loc) · 3.27 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Keep Safe</title>
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
<link rel="icon" sizes="120x120" href="img/appicon.png">
</head>
<body>
<div class="row">
<div class="large-12 columns text-center">
<h1>Welcome to Keep Safe Essex</h1>
</div>
</div>
<div class="row">
<div class="large-12 columns text-center">
<ul class="button-group">
<li><a role="button" tabindex="0" class="button">Sign in</a></li>
<li><a role="button" tabindex="0" class="button">Register</a></li>
<li><a role="button" href="map.html" tabindex="0" class="button">Map</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="large-12 columns text-center">
<img src="img/HeroImage.jpg"/>
<div class="panel">
<h3>Keep Safe Essex</h3>
<p>Helping older people and people with a learning disabilty in Essex to feel safer in their towns and communities.</p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns text-center">
<h1>Welcome to Keep Safe Essex</h1>
</div>
</div>
<div class="row">
<div class="large-12 medium-12 columns">
<div class="row">
<div class="medium-6 columns">
<p>What is Keep Safe?</p> <p>Shops, libraries and businesses in town centres will let you use a telephone or make a call for you is you get into distress.</p> <p>The Keep Safe scheme has already helped more than 2,000 people older people and people with a learning disability in Essex to feel safer in their towns and communities.</p> <p>There are in excess of 100 Keep Safe venues across Essex, and by carrying Keep Safe cards and key rings labelled with essential telephone numbers, anyone who feels unwell, unsafe or disorientated can go to a Keep Safe venue and ask for help to contact a family member, friend or carer. The free scheme has received dedicated support from local traders and businesses offering to act as Keep Safe venues, and new partners to the scheme are always welcome.</p>
</div>
<div class="row">
<div class="medium-4 medium-offset-1 columns">
<img src="img/Keep_Safe_transparent.png"/>
</div>
</div>
<div class="row">
<div class="small-2 large-4 columns"><div class="circular"><img src="img/anxious.jpg"/></div><br/><p>You’re out and about, and you start to feel anxious or worried.</p></div>
<div class="small-4 large-4 columns"><div class="circular"><img src="img/Keep_Safe_transparent.png"/></div><br/><p>Start the Keep Safe App and it will locate the nearest Keep Safe venues and direct you to the one you choose.<p/></div>
<div class="small-6 large-4 columns"><div class="circular"><img src="img/calm.jpg"/></div><br/><p>Take a moment at your Keep Safe venue to relax, and feel yourself again.<p/></div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>