-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
213 lines (202 loc) · 8.79 KB
/
index.php
File metadata and controls
213 lines (202 loc) · 8.79 KB
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<!--[if IE 9 ]><html class="ie ie9" lang="en" class="no-js"> <![endif]-->
<!--[if !(IE)]><!--><html lang="en" class="no-js"> <!--<![endif]-->
<head>
<title>Save A Selfie - Locating Ireland's Life Saving Devices</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Save a Selfie Landing Page">
<meta name="author" content="@stevanbarry">
<!-- CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="assets/css/main.min.css" rel="stylesheet" type="text/css">
<!-- GOOGLE FONTS -->
<link href='https://fonts.googleapis.com/css?family=Nunito:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<!-- FAV AND TOUCH ICONS -->
<link rel="apple-touch-icon-precomposed" type="image/png" sizes="144x144" href="assets/ico/zi-favicon144x144.png">
<link rel="apple-touch-icon-precomposed" type="image/png" sizes="114x114" href="assets/ico/zi-favicon114x114.png">
<link rel="apple-touch-icon-precomposed" type="image/png" sizes="72x72" href="assets/ico/zi-favicon72x72.png">
<link rel="apple-touch-icon-precomposed" type="image/png" sizes="57x57" href="assets/ico/zi-favicon57x57.png">
<link rel="shortcut icon" href="assets/ico/favicon.png">
</head>
<body>
<!-- WRAPPER -->
<div class="wrapper">
<!-- HEADER -->
<header class="navbar navbar-fixed-top navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#top" class="navbar-brand navbar-logo">
<img src="assets/img/logo.png" alt="Save a Selfie Logo">
</a>
</div>
<nav id="navigation" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#top">Download</a></li>
<li><a href="#howitworks">How It Works</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- END HEADER -->
<!-- HERO SECTION -->
<section id="top" class="hero-unit fullscreen-image-bg clearfix">
<div class="container">
<div class="left">
<h1><b><span class="sr-only">Save A Selfie</span> Save A Selfie</b></h1>
<p class="lead"><b>Taking a selfie to locate all of Ireland's life saving devices.</b></p>
<div class="store-buttons">
<a href="https://itunes.apple.com/us/app/save-a-selfie/id965626021?mt=8" class="btn btn-appstore"><img src="assets/img/btn-appstore.png" alt="App Store"></a>
<a href="https://play.google.com/store/apps/details?id=io.filipesilva.saveaselfie&hl=en_GB" class="btn btn-googleplay"><img src="assets/img/btn-googleplay.png" alt="Google Play"></a>
</div>
</div>
<div class="right">
<img src="assets/img/mobile-screen.png" width="350px" class="header-phone" alt="Phone Screen">
</div>
<div class="learn-more">
<a href="#howitworks"><i class="fa fa-angle-down"></i></a>
</div>
</div>
</section>
<!-- END HERO SECTION -->
<!-- HOW-IT-WORKS SECTION -->
<section id="howitworks" class="text-center how-it-works">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>HOW IT WORKS</h2>
<hr>
</div>
<p>The Save a Selfie app has been designed and developed to help members of the public pinpoint the location of emergency equipment in their local community.
<br/><br/>
<strong>We need your help!</strong> Do you know the location of your nearest AED? First Aid Kit? Life-Ring? or Fire Hydrant? Why not help us by taking a selfie with it? – or if you’re shy a photo will do!<br/><br/>
<strong>Help us</strong> spread the location of these pieces of life-saving equipment. Photos you upload will be shared with members of the emergency services and also members of the public to raise awareness of the locations of these devices. In an emergency situation seconds count! Your smile could literally save a life!</p>
</div>
</div>
</div>
</section>
<!-- END HOW-IT-WORKS SECTION -->
<!-- FEATURES SECTION -->
<section id="features" class="text-center features">
<div class="container">
<div class="section-heading">
<h2>FEATURES</h2>
<hr>
</div>
<p>You can up load photos of emergency devices along with their locations to our interactive map.</p>
<ul class="list-unstyled feature-slides">
<li>
<div class="left">
<ul class="list-unstyled feature-list">
<li>
<h3>UPLOAD A SELFIE</h3>
<p>You can up load photos of emergency devices along with their locations to our interactive map.</p>
<i class="icon-star"></i>
</li>
<li>
<h3>FILTER</h3>
<p>Use our filter options to help find the devices you need.</p>
<i class="icon-pencil"></i>
</li>
<li>
<h3>LOCATE DEVICES</h3>
<p>Check out where your local emergency <a href="#map">devices are loacted</a></p>
<i class="icon-support"></i>
</li>
</ul>
</div>
<div class="right">
<img src="assets/img/upload.png" alt="App Features">
</div>
</li>
<li>
<div class="left">
<ul class="list-unstyled feature-list">
<li>
<h3>UPLOAD A SELFIE</h3>
<p>You can up load photos of emergency devices along with their locations to our interactive map.</p>
<i class="icon-star"></i>
</li>
<li>
<h3>FILTER</h3>
<p>Use our filter options to help find the devices you need.</p>
<i class="icon-pencil"></i>
</li>
<li>
<h3>LOCATE DEVICES</h3>
<p>Check out where your local emergency <a href="#map">devices are loacted</a></p>
<i class="icon-support"></i>
</li>
</ul>
</div>
<div class="right">
<img src="assets/img/filter.png" alt="App Features">
</div>
</li>
<li>
<div class="left">
<ul class="list-unstyled feature-list">
<li>
<h3>UPLOAD A SELFIE</h3>
<p>You can up load photos of emergency devices along with their locations to our interactive map.</p>
<i class="icon-star"></i>
</li>
<li>
<h3>FILTER</h3>
<p>Use our filter options to help find the devices you need.</p>
<i class="icon-pencil"></i>
</li>
<li>
<h3>LOCATE DEVICES</h3>
<p>Check out where your local emergency <a href="#map">devices are loacted</a></p>
<i class="icon-support"></i>
</li>
</ul>
</div>
<div class="right">
<img src="assets/img/share-social.png" alt="App Features">
</div>
</li>
</ul>
</div>
<br/>
<div class="container">
<div class="row">
<div class="col-md-12">
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<div class='embed-container'><iframe src='https://player.vimeo.com/video/152895393?background=1;autoplay=1&byline=0&portrait=0' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
</div>
</div>
</section>
<!-- END FEATURES SECTION -->
<!-- FEATURED-ON -->
<section class="featuredon text-center">
<div class="container">
<div class="section-heading">
<h2>SUPPORTED BY</h2>
<hr>
</div>
<ul class="list-inline featuredon-list">
<li><a href="http://www.socialinnovation.ie/"><img src="assets/img/featuredon-logo1.png" alt="Social Innovation Fund Logo"></a></li>
<li><a href="http://www.orderofmaltaireland.org/"><img src="assets/img/featuredon-logo2.png" alt="Order of Malta Logo"></a></li>
<li><a href="http://www.dfbexternaltraining.ie/"><img src="assets/img/featuredon-logo3.png" alt="Dublin Fire Brigade Logo"></a></li>
<li><a href="http://codeforireland.com/"><img src="assets/img/featuredon-logo4.png" alt="Code 4 Ireland Logo"></a></li>
<li><a href="http://emergencycare.ie/"><img src="assets/img/featuredon-logo5.png" style="width:300px" alt="Emergency Care Ireland"></a></li>
</ul>
</div>
</section>
<!-- END FEATURED-ON -->
<?php include 'inc/footer.php';?>