-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
424 lines (391 loc) · 16.3 KB
/
index.html
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
<!doctype html>
<head>
<title>WeCamp - Code Retreat and Unconference in Northern Virginia</title>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header id="home">
<div id="nav-toggle">
<input id="nav-toggle-checkbox" type="checkbox" />
<span></span>
<span></span>
<span></span>
<nav id="main-nav">
<a href="#home">Home</a>
<a href="#what-is-we-camp">About</a>
<a href="#register">Register</a>
<a href="#schedule">Schedule</a>
<a href="#who-is-we-camp">Organizers</a>
<a href="#sponsors">Sponsors</a>
<a href="#conduct">Code of Conduct</a>
<a href="#contact">Contact</a>
</nav>
</div>
<div id="logo">
<a href="/">
<img
src="images/we-camp.svg"
width="100%"
height="400px"
/>
</a>
</div>
<div id="hero">
<p class="dates">Sep 11-13, 2020</p>
<p>Prince William Forest National Park, VA</p>
</div>
</header>
<main>
<section id="what-is-we-camp">
<h2>What is WeCamp?</h2>
<!-- <img src="/images/what-is-we-camp.jpg" /> -->
<p>
WeCamp is a code retreat in the spirit of
<a href="http://rubydcamp.org">Ruby DCamp</a>,
intended to help people come together as a community.
</p>
<p>
The first day will be spent practicing the art of pair programming. We pair up with rotating partners, honing our ability to communicate with different people about how to solve a particular problem. The idea isn't to actually solve the problem, but to work on pair programming as a skill itself and the various interpersonal skills needed to do it well.
</p>
<p>
The remaining 2 days will be unconference-style: informal group sessions discussing various interesting technical and non-technical topics chosen by the community at the event. No slide decks, no lecture, just good old-fashioned group discussions.
</p>
<p>
Our camp is located in the beautiful Prince William Forest Park.
We'll be staying in cabins, but you'll want to bring a sleeping bag.
You'll need to bring your own internet connection (mobile hotspot, phone tethering, etc), but we don't need internet for most of what we do, and there's always someone willing to share.
</p>
<p>
Our price is all inclusive, so we've got your bed, food, and snacks all covered.
</p>
</section>
<section id="register">
<h2>Register</h2>
<h4>Pricing</h4>
<dl>
<dt><a href="https://festi-wecamp.herokuapp.com/attendee/160">Paying individually, earlybird</a></dt>
<dd>$120</dd>
<dt><a href="https://festi-wecamp.herokuapp.com/attendee/161">Company is paying, earlybird</a></dt>
<dd>$245</dd>
</dl>
<!-- <dl>
<dt><a href="https://festi-wecamp.herokuapp.com/attendee/154">Paying individually</a></dt>
<dd>$125</dd>
<dt><a href="https://festi-wecamp.herokuapp.com/attendee/155">Company is paying</a></dt>
<dd>$250</dd>
</dl> -->
<h4>Donations</h4>
<p>
If you'd like to donate to help make WeCamp successful, we have a
<a href="https://festi-wecamp.herokuapp.com/storefront?fest_code=WEC2020">community sponsorship page</a>
where you can donate as little or as much as you like. If you want to donate
more than a few hundred dollars, though, you're better off going with a
<a href="#sponsors">full sponsorship</a>
and all the accolades it brings.
</p>
</section>
<section id="schedule">
<h2>Schedule</h2>
<p>
This will remain flexible, but just to give you an idea:
</p>
<table class="schedule-day">
<tbody>
<tr>
<th class="day" colspan="2">Thursday</th>
</tr>
<tr>
<th>All day </th>
<td>Early arrivals</td>
</tr>
<tr>
<th> </th>
<td>Set up camp</td>
</tr>
<tr>
<th> </th>
<td>Meet new friends</td>
</tr>
<tr>
<th> </th>
<td>Say hello to old friends</td>
</tr>
<tr>
<th> </th>
<td>Set up sleeping arrangements</td>
</tr>
<tr>
<th>5pm </th>
<td>Dinner</td>
</tr>
<tr>
<th>All night</th>
<td>Probably board games and socializing, let's be real</td>
</tr>
<tr>
<th class="day" colspan="2">Friday (Official Start Day)</th>
</tr>
<tr>
<th>8am </th>
<td>Breakfast</td>
</tr>
<tr>
<th>9am </th>
<td>Welcome Ceremony</td>
</tr>
<tr>
<th>10am </th>
<td>Pair programming</td>
</tr>
<tr>
<th>12pm </th>
<td>Lunch</td>
</tr>
<tr>
<th>1:30pm </th>
<td>Pair programming</td>
</tr>
<tr>
<th>5pm </th>
<td>Retrospective</td>
</tr>
<tr>
<th>5:30pm </th>
<td>Dinner</td>
</tr>
<tr>
<th>6:30pm-Sunrise</th>
<td>More board games and socializing</td>
</tr>
<tr>
<th class="day" colspan="2">Saturday</th>
</tr>
<tr>
<th>8am </th>
<td>Breakfast</td>
</tr>
<tr>
<th>9am </th>
<td>Unconference planning</td>
</tr>
<tr>
<th>10am </th>
<td>Unconference sessions</td>
</tr>
<tr>
<th>12pm </th>
<td>Lunch</td>
</tr>
<tr>
<th>1:30 </th>
<td>Unconference sessions</td>
</tr>
<tr>
<th>5:30pm </th>
<td>Retrospective</td>
</tr>
<tr>
<th>6pm </th>
<td>Dinner</td>
</tr>
<tr>
<th>Forever </th>
<td>Hang out with more great people</td>
</tr>
<tr>
<th class="day" colspan="2">Sunday (Official End Day)</th>
</tr>
<tr>
<th>8am </th>
<td>Breakfast</td>
</tr>
<tr>
<th>9am </th>
<td>Unconference planning</td>
</tr>
<tr>
<th>10am </th>
<td>Unconference sessions</td>
</tr>
<tr>
<th>12pm </th>
<td>Lunch</td>
</tr>
<tr>
<th>1:30pm </th>
<td>Unconference sessions</td>
</tr>
<tr>
<th>4:30pm </th>
<td>Final WeCamp Retrospective</td>
</tr>
<tr>
<th>5pm </th>
<td>Camp Cleanup, hugs all around</td>
</tr>
<tr>
<th>6pm </th>
<td>Dinner for late departures</td>
</tr>
<tr>
<th>Stretch goal</th>
<td>Finally maybe get some sleep … possibly</td>
</tr>
<tr>
<th class="day" colspan="2">Monday (for Late Departures and Out-of-Towners)</th>
</tr>
<tr>
<th>8am</th>
<td>Breakfast</td>
</tr>
<tr>
<th>9am</th>
<td>Final cleanup</td>
</tr>
<tr>
<th>Noon</th>
<td>You don't have to go home, but you can't stay here!</td>
</tr>
</tbody>
</table>
</section>
<section id="who-is-we-camp">
<h2>Who is WeCamp?</h2>
<div>WeCamp was organized and lead this year by the following enthusiastic members of the Ruby community:</div>
<ul id="organizers">
<li class="organizer"><a href="https://twitter.com/mae701">Mae Beale</a></li>
<!-- <li class="organizer"><a href="https://twitter.com/jamie_gaskins">Jamie Gaskins</a></li> -->
<!-- <li class="organizer"><a href="https://twitter.com/betsythemuffin">Betsy Haibel</a></li> -->
<li class="organizer"><a href="https://twitter.com/N3rdyTeacher">Polly Schandorf</a></li>
<!-- <li class="organizer"><a href="https://twitter.com/crsexton">Chris Sexton</a></li> -->
<!-- <li class="organizer"><a href="https://twitter.com/jtu">Jennifer Tu</a></li> -->
<li class="organizer"><a href="https://twitter.com/kyloma">Casey Watts</a></li>
</ul>
<div>
If you are interested in helping out with WeCamp, reach out to us on Slack or by email.
</div>
</section>
<section id="sponsors">
<h2>Sponsors</h2>
<!-- <p>Our 2019 sponsors are:</p> -->
<!-- <ul id="sponsor-list"> -->
<!-- <li class="heading gold">Gold</li> -->
<!-- <li class="gold sponsor"><a href="https://www.customink.com"><img src="images/custom-ink.svg" /></a></li> -->
<!--<li class="gold sponsor" style="padding: 1em"><a href="http://smartlogic.io"><img src="images/smartlogic.svg" /></a></li> -->
<!--<li class="heading silver">Silver</li>-->
<!-- <li class="silver sponsor"><a href="http://optoro.com"><img src="images/optoro.png" /></a></li> -->
<!-- <li class="heading bronze">Bronze</li> -->
<!-- <li class="bronze sponsor"><a href="https://www.customink.com"><img src="images/custom-ink.svg" /></a></li> -->
<!-- <li class="bronze sponsor"><a href="https://www.wecohere.com/"><img src="images/cohere.png" /></a></li> -->
<!--
<li class="heading community">Community Sponsors</li>
<li class="community sponsor">Sponsor Name Here</li>
-->
<!-- </ul> -->
<p>
We really appreciate sponsorship. It make events like these possible. Thank you!
</p>
<h3>Want to sponsor?</h3>
<p>
<a href="files/WeCamp 2020 Sponsorship Prospectus.pdf" download>
Download the Sponsorship Prospectus.
</a>
</p>
<p>The sponsorship levels are:</p>
<h4><a href="https://festi-wecamp.herokuapp.com/sponsor/156">Gold Sponsorship</a></h4>
<p>
Covers the cost of the venue. Perks: Significant pixel real estate in our sponsor listing, Thirty-second address during the welcome ceremony, Shout-out on Twitter, Shout-out in pre-event emails, Two event invites.
</p>
<h4><a href="https://festi-wecamp.herokuapp.com/sponsor/157">Silver Sponsorship</a></h4>
<p>
Covers the cost of food and various administrative minutiae. Perks: Logo in our sponsor list, Shout-out during the welcome ceremony, Shout-out on Twitter, Shout-out in pre-event emails.
</p>
<h4><a href="https://festi-wecamp.herokuapp.com/sponsor/158">Bronze Sponsorship</a></h4>
<p>
Covers the cost of swag and various administrative costs. Perks: Small logo in our sponsor list, Shout out during the welcome ceremony, Shout-out on Twitter.
</p>
<h4>
<a href="https://festi-wecamp.herokuapp.com/storefront?fest_code=wec2019">Community Sponsorship (varying amounts)</a>
</h4>
<p>
Community members can sponsor, too! Every little bit helps!
</p>
<p>
Community sponsors will be recognized at the event as thanks for helping
us provide an awesome event for everyone!
</p>
</section>
<section id="conduct">
<h2>WeCamp Code of Excellence</h2>
<h3>WeCamp’s Code of Interpersonal and General Excellence</h3>
<p>
WeCamp aspires to be a safe, inclusive event for all folks who want to spend a weekend camping, coding and community-ing with fellow programmers.
</p>
<p>
We welcome and celebrate the diversity that the word “folks” encompasses. WeCamp is dedicated to providing a safe experience for everyone, regardless of gender expression, sexual orientation, (dis)ability, physical appearance, body size, race, religion, age, immigration status, job title or programming skill.
</p>
<p>
Our idea of a good event hinges on quality of experience. If you’re having fun and feeling respected, then you’re encouraging others’ fun and feelings of respect, which means you’re doing it right.
</p>
<p>
Accordingly, we ask all attendees to be excellent in general and to each other.
</p>
<p>
We understand that this excellence will include, but not be limited to:
</p>
<ul>
<li>
Seeking enthusiasm and connection from your fellow campers. Talk with, not at, your fellow campers. Be especially careful to not cause the quiet bruising of a newcomer’s enthusiasm or a veteran’s confidence. (It might be helpful to notice what percent of any conversation or session you spent listening versus talking or planning your next words.)
</li>
<li>
Working to make others comfortable, welcome. Harassment will not be tolerated in any form.
</li>
<li>
Asking for and receiving consent for certain activities. Make sure you have consent before doing things like taking someone’s photograph, recording them, etc.
</li>
<li>
Being cognizant of your surroundings. Camping together means looking out for others and for our environment -- and its non-human inhabitants. Regularly cleaning up after yourselves will prevent us from unwanted visits from furry friends -- and it’ll just be easier to move around and nicer in general if things are well kempt.
</li>
<li>
Using words to support fun, respect, teaching and learning. Any racist, homophobic, transphobic, ableist, sexist, or other behavior that degrades, shames, or disrespects others for any aspect of their identity or ability will not be tolerated. It’s ugly.
</li>
<li>
Sharing with the organizer or a host any incident that appears to fall short of these guidelines. We take this rather seriously.
</li>
</ul>
<p>
WeCamp is a great place to focus on respecting, setting, discussing, and defending boundaries. If you feel uncomfortable or unsafe confronting a situation, please talk to an organizer. We understand that by convening these events that we commit to resolving issues to the greatest extent we can.
</p>
<p>
Participants whose behavior violates this policy in the context of our events or elsewhere can be warned or asked to leave at the discretion of the organizers, who do not suffer fools well.
</p>
<p>
If a participant is asked to stop a behavior, immediate compliance is expected. Attendees who persist (or whose behavior the organizers deems to warrant) will promptly lose their invitation to enjoy WeCamp and be happily escorted off the premises. Refunds will be thrown out of the building behind them in loose change, if given at all.
</p>
<p>
Note: This code is based in part on the hard work and insights from Waltz Night, DCamp, Ruby for Good, Women Who Code, Bridge Foundry, which were in turn inspired by other codes of conduct from groups like RDU Blues, Youth Dance Weekend, and Mobtown Ballroom. A code of conduct is a nuanced, living document that aims to set the tone for an event, offer some concrete suggestions for ideal behavior, and make sure all attendees know how much the organizers care about civility. We hope we’ve met these goals! Please feel free to share your feedback on how this Code of Excellence could be more excellent!
</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p><a href="https://wecamp-slack-invite.herokuapp.com/">Join us on Slack</a></p>
<p><a href="https://twitter.com/WeCampDC">Follow us on Twitter</a></p>
<p>
If you need to contact us for any reason, email us at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
</main>
</body>
<script>
var checkbox = document.getElementById('nav-toggle-checkbox');
var closeNav = function() {
checkbox.checked = false;
}
document.querySelectorAll('#main-nav a').forEach(function(link) {
link.addEventListener('click', closeNav);
});
</script>
<br>