-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgiveaways.html
More file actions
466 lines (432 loc) · 25.5 KB
/
giveaways.html
File metadata and controls
466 lines (432 loc) · 25.5 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>The Spatial Community presents Giveaways!</title>
<!-- Bootstrap Core CSS -->
<link href="_assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="_assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Theme CSS -->
<link href="css/agency.css" rel="stylesheet">
<link href="css/events.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://www.thespatialcommunity.org"><span class="fa fa-globe"></span></a>
</li>
<li>
<a href="http://www.thespatialcommunity.org">Home</a>
</li>
<li>
<a class="page-scroll" href="#Giveaway_details">Giveaway Details</a>
</li>
<li>
<a class="page-scroll" href="#event2018_2">OSM State of the Map US 2018</a>
</li>
<li>
<a class="page-scroll" href="#event2018_1">Esri Dev Summit 2018</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">The Spatial Community presents...</div>
<div class="intro-heading">Giveaways!</div>
<a href="#Giveaway_details" class="page-scroll btn btn-xl">
Giveaway Details</a>
</div>
</div>
</header>
<!-- Giveaway Details Section -->
<section id="Giveaway_details">
<div class="container large">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Hey everyone!</h2>
</div>
Throughout the year we will be hosting more AMAs ("Ask Me Anything"), giveaways, contests, and other
special events to engage with the community. If you are on Twitter, please follow our new(ish) account at
<a href="https://twitter.com/thespatialcomm" target="_new">https://twitter.com/thespatialcomm</a> as we will
be using this for external promotion of our community and upcoming events.
<p></p>
<h4 class="leader">2018 Giveaways</h4>
<div class="text-center leader">
<a href="#event2018_2" class="page-scroll btn btn-xl">OSM State of the Map US 2018</a>
<a href="#event2018_1" class="page-scroll btn btn-xl">Esri Dev Summit 2018</a>
</div>
<h4 class="leader">Past Giveaways</h4>
<div class="text-center leader">
<a href="#event2017_1" class="page-scroll btn btn-xl">Esri Dev 2017</a>
<a href="#event2017_2" class="page-scroll btn btn-xl">PyCon 2017</a>
<a href="#event2017_3" class="page-scroll btn btn-xl">FOSS4G 2017</a>
</div>
<p></p>
<h4 class="leader">How to be eligible...</h4>
<ul>
<li>
Want and be able to go to the event you win <strong>*</strong>
</li>
<li>
Not already registered to attend the events<span class="italic"> (c'mon, let someone who ISN'T going have a chance!)</span>
</li>
<li>
Join the relevant channel for the giveaway in our <a href="http://thespatialcommunity.slack.com/" target="_new">Slack</a> (<a href="http://thespatialcommunity.org/#join" class="italic" target="_new">join here</a>) and stay in the channel until after the drawing as the channel list will be used as the entry pool.
<ul>
<li><a href="https://thespatialcommunity.slack.com/messages/C93JESR2T" target="_new">#devsummit_giveaway_18</a></li>
</ul>
</li>
<li>
Be an <a href="https://get.slack.help/hc/en-us/articles/218915077#how-inactive-and-deactivatedaccounts-affect-billing" target="_new">active member</a> of The Spatial Community on the day of the drawing. (See additional details below)
</li>
<li>
Not be part of the admin team for The Spatial Community
</li>
</ul>
<p></p>
<h4 class="leader">How will the winners be chosen?</h4>
On the day of the giveaway (<span class="italic">approximately 6 weeks before each event</span>), the channel list and user list will be exported at approximately
9AM PST. These lists will be fed as input to a Python script (<a href="https://github.com/TheSpatialCommunity/giveaway_drawing"
target="_new">reviewable here</a>) to randomly select our 3 winners. The winners will be announced via #announcements,
our website and via Twitter. If the first place winner is unable to attend at time of announcement, we ask
that you notify us immediately so we can pass the prize to the second place winner and so on and so forth.
<p></p>
<h4 class="leader">What does an active member of The Spatial Community mean?</h4>
As the community continues to grow, some people join the community
out of curiosity only to never return and over a period of time (2 weeks), they become 'inactive' (<a href="https://get.slack.help/hc/en-us/articles/218915077#how-inactive-and-deactivatedaccounts-affect-billing" target="_new">Slack's definition, not ours</a>). At the time of the drawing for the giveaway, if your account is inactive, you will be excluded from the pool of eligible candidates.
</div>
</div>
</section>
<!-- BEGIN 2017 sections -->
<!-- OSM SOTM 2018 -->
<section id="event2018_2" class="bg-light-gray">
<div class="container large">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">OpenStreetMap State of the Map US 2018</h2>
<img src="https://2018.stateofthemap.us/assets/graphics/content/miotke_logo.png/"width="250">
<h3 class="section-subheading text-muted">State of the Map US Organizers sponsored adminission</h3>
<h3 class="text-center">Giveaway Date will be September 14, 2018 at 9 AM PST</h3>
</div>
</div>
<div class="row leader">
<blockquote class="blockquote text-center">
<p class="mb-0">Join the OpenStreetMap community at State of the Map US in Detroit, Michigan. Connect with other mappers,
businesses, government agencies, and non-profits, all collaborating around the free and editable map of the world.
Share your vision for the project, learn how to work with OpenStreetMap data, and hack on the latest mapping improvements.</p>
<footer class="blockquote-footer">OpenStreetMap US</footer>
</blockquote>
<h3 class="leader">Prize Details</h3>
<h4>1st Place</h4>
<ul>
<li>
<h5>Adminission to the Conference</h5>
<div style="padding-left: 25px;">
<strong>What is included?</strong><br>
<ul>
<li>OSM US will cover your conference registration cost (valued at $200)!</li>
</ul>
<strong>What isn't?</strong> Travel, lodging and meals are not included<br>
<strong>Location?</strong> Detroit, MI<br>
<strong>When is it?</strong> October 5th - 7th, 2018<br>
<strong>Need more details?</strong> <a href="https://ti.to/osmus/state-of-the-map-us-2018">https://ti.to/osmus/state-of-the-map-us-2018</a><br>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Esri DevSummit 2017 Section -->
<section id="event2018_1" class="bg-light-gray">
<div class="container large">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Esri Developer Summit 2018</h2>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/6/6e/Esri_logo.svg/1280px-Esri_logo.svg.png"width="250">
<h3 class="section-subheading text-muted">Esri sponsored Dev Summit Admission</h3>
<h3 class="text-center">Giveaway Date will be February 9th, 2018 at 9 AM PST.</h3>
</div>
</div>
<div class="row leader">
In an attempt to increase diversity at its conferences and give folks a chance to attend who might not otherwise, Esri is once again sponsoring <strong>one registration </strong> to the Esri Developer Summit in either
Palm Springs, CA, Washington DC, or Berlin!
<p></p>
Developer Summit is Esri's maker focused event series with roughly 4000 attendants annually. Come make new friends and learn about the newest technology directly from the devs. It's a conference for developers, by developers.
<h3 class="leader">Prize Details</h3>
<h4>1st Place</h4>
<ul>
<li>
<h5>Esri DevSummit 2018 admission</h5>
<div style="padding-left: 25px;">
<strong>What is included?</strong><br>
<ul>
<li>Esri will cover your conference registration cost</li>
<li>Feed you during the conference hours (continental breakfast on 'first come-first serve' availability and hosted lunch every day)</li>
</ul>
<strong>What isn't?</strong> Travel, lodging and dinners not included<br>
<strong>Location?</strong> Palm Springs, DC, <strong>or</strong> Berlin, Germany<br>
<strong>When is it?</strong> March 6-9, March 22, and October 23-25 (respectively)<br>
<strong>Need more details?</strong> <a href="http://www.esri.com/events/devsummit">http://www.esri.com/events/devsummit</a><br>
</div>
</li>
</ul>
<h4>2nd place</h4>
<ul>
<li><h5>Python book 'Python Scripting for ArcGIS' (<a href="http://esripress.esri.com/display/index.cfm?fuseaction=display&websiteID=276&moduleID=0">link</a>)</h5></li>
<li><h5>Geodev T-Shirt</h5></li>
<li><h5>Esri Stickers</h5></li>
</ul>
</div>
</div>
</section>
<!-- Esri DevSummit Section 2017-->
<section id="event2017_1" class="bg-light-gray">
<div class="container large">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Esri Developer Summit 2017</h2>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/6/6e/Esri_logo.svg/1280px-Esri_logo.svg.png"width="250">
<h3 class="section-subheading text-muted">Esri sponsored Dev Summit Admission</h3>
<h3 class="text-center"><del>Giveaway Date will be January 27th, 2017 at 9 AM PST.</del></h3>
</div>
</div>
<div class="row leader">
This giveaway has Esri sponsoring <strong>one registration </strong> to the Esri Developer Summit in
Palm Springs, CA on March 7-10, 2017, books, shirts, and stickers!
<p></p>
The Esri Developer Summit is Esri's maker focused event with roughly 2000 attendants annually. Come join likeminded professionals
to learn about the newest technology directly from the devs. It's a conference for developers, by developers.
<h3 class="leader">Prize Details</h3>
<h4>1st Place</h4>
<ul>
<li>
<h5>Esri DevSummit 2017 admission</h5>
<div style="padding-left: 25px;">
<strong>What is included?</strong><br>
<ul>
<li>Esri will cover your conference registration cost</li>
<li>Feed you during the conference hours (continental breakfast on 'first come-first serve' availability and hosted lunch every day)</li>
</ul>
<strong>What isn't?</strong> Travel, lodging and dinners not included<br>
<strong>Location?</strong> Palm Springs Convention Center, Palm Springs, CA<br>
<strong>When is it?</strong> March 7-10, 2017<br>
<strong>Need more details?</strong> <a href="http://www.esri.com/events/devsummit">http://www.esri.com/events/devsummit</a><br>
</div>
</li>
<li>
<h5>Python book 'Python Scripting for ArcGIS' (<a href="http://esripress.esri.com/display/index.cfm?fuseaction=display&websiteID=276&moduleID=0">link</a>)</h5>
</li>
<li>
<h5>Geodev T-Shirt</h5>
</li>
<li>
<h5>Esri Stickers</h5>
</li>
</ul>
<h4>2nd place</h4>
<ul>
<li><h5>Python book 'Python Scripting for ArcGIS' (<a href="http://esripress.esri.com/display/index.cfm?fuseaction=display&websiteID=276&moduleID=0">link</a>)</h5></li>
<li><h5>Geodev T-Shirt</h5></li>
<li><h5>Esri Stickers</h5></li>
</ul>
<h4>3rd Place</h4>
<ul>
<li><h5>Geodev T-Shirt</h5></li>
<li><h5>Esri Stickers</h5></li>
</ul>
</div>
</div>
</section>
<!-- PyCon Section -->
<section id="event2017_2" class="">
<div class="container large">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">PyCon 2017</h2>
<img src="http://3dig.web.unc.edu/files/2015/03/Mapbox_logo-300x200.png">
<h3 class="section-subheading text-muted">Mapbox sponsored PyCon Admission</h3>
<h3 class="text-center"><del>Giveaway Date will be April 7th, 2017 at 9 AM PST.</del></h3>
</div>
</div>
<div class="row leader">
This giveaway has Mapbox sponsoring <strong>one registration</strong> to PyCon 2017 in Portland, Oregon. This is an amazing opportunity to attend talks and other sessions to learn about Python and many of its abilities. This is a three day event from May 19th through the 21st with tutorials leading up to conference (<span class="italic">May 17th & 18th</span>) and code sprints on the days after (<span class="italic">May 22nd - May 25th</span>). There will even be a Job Fair (<span class="italic">May 21st</span>)!
<h3 class="leader">Prize Details</h3>
<h4>1st Place</h4>
<ul>
<li>
<h5>PyCon 2017 admission</h5>
<div style="padding-left: 25px;">
<strong>What is included?</strong><br>
<ul>
<li>Mapbox will cover your conference registration cost</li>
<li>Breakfast and lunch is provided during the conference.</li>
</ul>
<strong>What isn't?</strong> Tutorial cost, travel, lodging and dinners are not included<br>
<strong>Location?</strong> Oregon Convention Center, Portland, OR<br>
<strong>When is it?</strong> May 19-21, 2017<br>
<strong>Need more details?</strong> <a href="https://us.pycon.org/2017/about/">https://us.pycon.org/2017/about/</a><br>
</div>
</li>
</ul>
<h4> 2nd Place </h4>
<ul>
A copy of Learn Python the Hard way (https://www.amazon.com/Learn-Python-Hard-Way-Introduction/dp/0321884914), a python tee shirt, and a sticker pack
</ul>
<h4> 3rd Place </h4>
<ul>
A python shirt and a sticker pack.
</ul>
</div>
</div>
</section>
<!-- FOSS4G Section -->
<section id="event2017_3" class="bg-light-gray">
<div class="container large">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">FOSS4G 2017</h2>
<img src="http://2017.foss4g.org/images/rectangle_color_150_350.png">
<h3 class="section-subheading text-muted">FOSS4G sponsored FOSS4G Conference Admission, >spark<strong>geo</strong> sponsored Gala admission</h3>
<h3 class="text-center"><del>Giveaway Date will be June 1st, 2017 at 9 AM PST.</del></h3>
</div>
</div>
<div class="row leader">
This giveaway has The FOSS4G Local Organizing Committee giving away
<strong>registration</strong> to FOSS4G in Boston and
>spark<strong>geo</strong> covering the entrance fee to the
Gala event. This is an amazing opportunity to see what the open
source geospatial community is working on and meet the people behind the
software you know & love. This is a three day event
from August 14th through the 19th.
<h3 class="leader">Prize Details</h3>
<h4>1st Place</h4>
<ul>
<li>
<h5>FOSS4G 2017 admission</h5>
<div style="padding-left: 25px;">
<strong>What is included?</strong><br>
<ul>
<li>The FOSS4G LOC is covering full registration, which includes: 3 days of conference, conference meals & coffee breaks, Weds evening social, T-shirt and gift bag. </li>
<li>>spark<strong>geo</strong> will cover your ticket to the Gala event</li>
</ul>
<strong>What isn't?</strong> Travel & lodging are not included<br>
<strong>Location?</strong> Seaport Hotel & World Trade Center, Boston, MA<br>
<strong>When is it?</strong> August 14-19, 2017<br>
<strong>Need more details?</strong> <a href="http://2017.foss4g.org/">http://2017.foss4g.org/</a><br>
</div>
</li>
</ul>
<h4> 2nd Place </h4>
<ul>
A copy of <a
href="https://www.amazon.com/Learning-QGIS-Third-Anita-Graser/dp/1785880330/">Learning
QGIS: Third Edition</a>, and a <a
href="https://www.redbubble.com/people/georube/works/25969139-postgres-before-all-others">Postgres t-shirt</a>
</ul>
<h4> 3rd Place </h4>
<ul>
A <a
href="https://www.redbubble.com/people/georube/works/25969139-postgres-before-all-others">Postgres t-shirt</a>
</ul>
<em>Thanks to community member @truck for sponsoring 2nd & 3rd place t-shirt prizes!</em>
</div>
</div>
</section>
<section>
<div class="container large">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Thanks</h2>
<h3 class="section-subheading text-muted">We'd like to thank Esri, Mapbox, FOSS4G, and >spark<strong>geo</strong> for their generous contributions.
<br>A special thanks goes out to @danpat, @guidos, @willcadell, @jgravois, and @npitcher </h3>
<!--<h3 class="text-center">Giveaway Date will be June 30th, 2017 at 9 AM PST.</h3>-->
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Unless where otherwise noted, <br/>
all content licensed <a
href="https://creativecommons.org/licenses/by-nc/4.0/">CC
BY-NC 4.0 </a></span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="http://twitter.com/TheSpatialComm" target="_new"><i class="fa fa-twitter"></i></a></li>
<!-- </li> -->
<!-- <li><a href="#"><i class="fa fa-facebook"></i></a> -->
<!-- </li> -->
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a> -->
<!-- </li> -->
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="https://github.com/TheSpatialCommunity/documents/blob/master/COC.md" target="_new">Code of Conduct</a>
</li>
<li><a href="https://thespatialcommunity.slack.com">Slack Team</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="_assets/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="_assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/agency.min.js"></script>
<script type="text/javascript">
function formSubmit() {
var email = $('#email_address').val();
$.get("https://robodonut.pythonanywhere.com/newuser/" + email,
$.noop)
.always(function () {
$(".form_submitted").html("Thank you! Your request has been received - keep an eye on your inbox for an invitation. If you don't hear anything within a day, shoot us an email: gisdevslack@gmail.com");
$("#submit_button").prop("disabled", true);
});
return false;
};
var el = $("#email-form");
el.submit(formSubmit);
</script>
</body>
</html>