-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathamc-form.html
More file actions
182 lines (161 loc) · 6.78 KB
/
amc-form.html
File metadata and controls
182 lines (161 loc) · 6.78 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="styles/467d9426.main.css">
<script src="scripts/vendor/7d72bbd1.modernizr.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<header>
<div class="row">
<div class="col-md-4">
<a href="/"><img src="/images/3aa7a079.amc_logo.png" alt="Allied Media Conference Logo" class="img-responsive logo"></a>
</div>
<div class="col-md-8">
<h1>Help map the ripple effect of the Allied Media Conference!</h1>
</div>
</div>
</header>
<p class="lead">We are creating a giant interactive map of the many impacts that ripple from the AMC. Please help us by filling out this form. As a thank you, we will enter your name in a raffle for a complimentary registration to AMC2016. The winners will be announced at the closing ceremony on Sunday.</p>
<p class="med-lead">Have you connected with anyone through the AMC who...</p>
<form action="http://ripplemap.io:8888" method="post" id="" name="" class="form-vertical">
<!-- question -->
<div class="question">
<p>You collaborated with on a project or campaign?</p>
<div class="form-group">
<label for="" class="form-label">Who?</label>
<input type="text" name="collaborated-who" class="form-control">
</div>
<div class="form-group">
<label for="" class="form-label">What was it?</label>
<textarea class="form-control" name="collaborated-what"></textarea>
</div>
</div>
<!-- /question -->
<!-- question -->
<div class="question">
<p>Introduced you to a new tool or idea?</p>
<div class="form-group">
<label for="" class="form-label">Who?</label>
<input type="text" name="introduced-who" class="form-control">
</div>
<div class="form-group">
<label for="" class="form-label">What was it?</label>
<textarea class="form-control" name="introduced-what"></textarea>
</div>
</div>
<!-- /question -->
<!-- question -->
<div class="question">
<p>Connected you with a contract or job opportunity?</p>
<div class="form-group">
<label for="" class="form-label">Who?</label>
<input type="text" name="job-who" class="form-control">
</div>
<div class="form-group">
<label for="" class="form-label">What was it?</label>
<textarea class="form-control" name="job-what"></textarea>
</div>
</div>
<!-- /question -->
<!-- question -->
<div class="question">
<p>You co-founded a new organization/collective with?</p>
<div class="form-group">
<label for="" class="form-label">Who?</label>
<input type="text" name="cofounded-who" class="form-control">
</div>
<div class="form-group">
<label for="" class="form-label">What was it?</label>
<textarea class="form-control" name="cofounded-what"></textarea>
</div>
</div>
<!-- /question -->
<!-- question -->
<div class="question">
<p>Connected you to a new community?</p>
<div class="form-group">
<label for="" class="form-label">Who?</label>
<input type="text" name="community-who" class="form-control">
</div>
<div class="form-group">
<label for="" class="form-label">What was it?</label>
<textarea class="form-control" name="community-what"></textarea>
</div>
</div>
<!-- /question -->
<!-- question -->
<div class="question">
<p>Changed your life in any other way?</p>
<div class="form-group">
<label for="" class="form-label">Who?</label>
<input type="text" name="life-who" class="form-control">
</div>
<div class="form-group">
<label for="" class="form-label">What was it?</label>
<textarea class="form-control" name="life-what"></textarea>
</div>
</div>
<!-- /question -->
<div class="question">
<div class="form-group">
<p> What is your name? </p>
<input type="text" name="name" class="form-control">
</div>
</div>
<div class="question">
<p>How can we contact you to learn more?</p>
<div class="row">
<div class="col-md-6">
<label for="" class="form-label">Email</label>
<input type="text" name="email" class="form-control">
</div>
<div class="col-md-6">
<label for="" class="form-label">Phone</label>
<input type="text" name="phone" class="form-control">
</div>
</div>
</div>
<div class="question">
<p>How would you prefer to be contacted? </p>
<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" name="email-ok"> Email
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="phone-ok"> Phone
</label>
</div>
</div>
</div>
<p class="pull-right">Thank you! ♥♥♥</p>
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
</form>
</div>
</div>
</div>
<footer>
<p>© 2015 AMC</p>
</footer>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Typekit -->
<script src="//use.typekit.net/faj0nnl.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</body>
</html>