-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsplash.html
More file actions
67 lines (64 loc) · 2.89 KB
/
splash.html
File metadata and controls
67 lines (64 loc) · 2.89 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
<!doctype html>
<html>
<head>
<title>projectOPEN</title>
<link type="text/css" rel="stylesheet" href="static/global.css" />
<link type="text/css" rel="stylesheet" href="static/splash.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25628577-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="p">
<div class="m">
<div class="t"></div>
<div class="s">Make creating maps of resources and services in San Francisco as easy as hitting "print". We're working on the finishing touches and should be ready soon!</div>
</div>
<form class="clearfix" action="https://docs.google.com/spreadsheet/formResponse?formkey=dFhxR1FIZnM2NDd3ZkZGZU9BZDNBYVE6MQ&ifq" method="POST" target="_blank" onsubmit="return confirm("You are submitting information to an external page.\nAre you sure?");">
<strong>Want an update when projectOPEN SF is ready to use? Fill out your information below and we'll let you know!</strong>
<div class="email">
<label>What's your email address? </label>
<input type="text" class="input-text" name="entry.0.single" value="">
</div>
<label>
Why are you interested in projectOPEN?</label>
<ul>
<p>
<label>
<input type="radio" name="entry.1.group" value="I work or volunteer at a service organization. ">
I work or volunteer at a service organization. <br />
</label>
<label>
<input type="radio" name="entry.1.group" value="I'm looking for resources.">
I'm looking for resources.</label>
<br />
<label>
<input type="radio" name="entry.1.group" value="I'm a press member or blogger.">
I'm a press member or blogger.</label>
<br />
<label>
<input type="radio" name="entry.1.group" value="I live in the neighborhood, and just curious to learn more.">
I live in the neighborhood, and I want to learn more.</label>
<br />
<input type="radio" name="entry.1.group" value="__option__">
<label>Other:</label>
<input type="text" class="input-text" name="entry.1.group.other_option_" value="">
</p>
</ul>
<input type="hidden" name="pageNumber" value="0">
<input type="hidden" name="backupCache" value="">
<div class="buttons">
<input type="submit" class="submit" name="submit" value=" ">
</div>
</form>
<div class="copyright">© 2011 projectOPEN is a Brute Labs initiative</div>
</div>
</body>
</html>