-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (69 loc) · 4.67 KB
/
index.html
File metadata and controls
69 lines (69 loc) · 4.67 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SandySearch</title>
<meta name="description" content="The idea for this service is to use the power of crowdsourcing (think 'Waze for Services, after a disaster'). It currently allows anyone (without a login) to search and report on services available in their area. All users who do not login will be anonymous and not logged. Verified users (pre-registered, think Red Cross, National Guard, and business owners/managers) can leave verified status updates, at no cost." property="description">
<meta name="keywords" content="landing page, free, sandy, sandy search, disaster, startup, services, emergency shelters, food and water" property="keywords">
<meta name="viewport" content="width=device-width, initial-scale=1" property="viewport">
<meta name="og:title" content="SandySearch landing page" property="og:title">
<meta name="og:description" content="The idea for this service is to use the power of crowdsourcing (think 'Waze for Services, after a disaster'). It currently allows anyone (without a login) to search and report on services available in their area. All users who do not login will be anonymous and not logged. Verified users (pre-registered, think Red Cross, National Guard, and business owners/managers) can leave verified status updates, at no cost." property="og:description">
<meta name="og:image" content="" property="og:image">
<link rel="icon" href="favicon.ico">
<link type="text/css" rel="stylesheet" href="./res/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="./res/styles.css">
</head>
<body>
<div class="bg-image"></div>
<div>
<div id="loading" class="loading-state" style="display: none;"></div>
<div>
<section>
<div class="floating-signup__wrap col-xs-12 col-md-6 col-xs-offset-0 col-md-offset-3 floaty-vertical--middle floaty-horizontal--center floaty-unfloat-at--xs">
<div class="floating-signup rel">
<div class="container-fluid rel">
<div class="row">
<div class="user-signup__intro">
<h1 style="text-align: center;">SandySearch</h1>
<p style="text-align: center;">
<img src="./res/spacer.png" alt="" class="spacer insert--image wrap-off-align-center"><br>
</p>
<p style="text-align: center;">A Free Post-Disater Emergency location listing and mapping app (and web app)</p>
<p style="text-align: center;">
<img src="./res/clean-hr.png" alt="" class="clean-hr insert--image wrap-off-align-center">
<span style="font-size: 14px;">Enter your email address for more information or use buttons below:</span>
</p>
</div>
</div>
<div class="row">
<form class="form form-horizontal user-signup__form" name="form" novalidate="" action="https://sandysearch.us19.list-manage.com/subscribe/post?u=0196409065c74cecf594b4965&id=0354a714a9" method="POST">
<div class="mt-table--full">
<div class="mt-td--centered-vertical user-signup__col-1">
<div class="user-signup__form-group m-lg-v form-group col-sm-12">
<input type="email" name="EMAIL" class="form-control form-control__input user-signup__email" pattern="/^[a-zA-Z0-9+-_]+(\.[_a-zA-Z0-9+]+)*@[a-zA-Z0-9+-_]+(\.[a-zA-Z0-9+-_]+)*(\.[a-zA-Z]+)$/" placeholder="Email" aria-required="true" required="required">
</div>
</div>
<div class="mt-td--centered-vertical user-signup__col-2">
<div class="user-signup__form-group m-lg-v form-group text-center">
<button type="submit" class="btn btn-default submit user-signup__submit"><span>SUBMIT</span></button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1858235-99', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>