forked from code4lib/2016.code4lib.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathattend.html
More file actions
71 lines (67 loc) · 2.91 KB
/
attend.html
File metadata and controls
71 lines (67 loc) · 2.91 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
---
layout: default
title: Attend
---
<div class="row section" id="registration">
<div class="cell cell-lg">
<div class="row">
<h1>Attend Code4Lib</h1>
<h2>Registration opens December 10th, 2015</h2>
<p>
<a href="http://vote.code4lib.org/election/38" class="btn btn-large btn-primary" disabled="disabled">Register</a>
</p>
<p>
Registration prices will be announced on November 30, 2015.
</p>
</div>
</div>
</div>
<div class="row section" id="registration">
<div class="cell cell-lg">
<div class="row">
<div class="col-xs-12">
<h2>Live Stream</h2>
<p>Can't attend in person? Presentations will be streamed and archived on
our <a href="https://www.youtube.com/user/code4lib/videos">YouTube channel</a>.</p>
<p>You can also connect with us via
<a href="http://code4lib.slack.com">Slack</a>
(requires <a href="https://docs.google.com/forms/d/120Dw1JjLxPJB9VTGl0mUY7Ot6yg6YNY1RZUISJFzdwk/viewform?c=0&w=1">registration</a>),
<a href="https://twitter.com/hashtag/C4L2016">Twitter</a>,
<a href="http://code4lib.org/irc">IRC</a> and <a href="https://instagram.com/explore/tags/c4l16/">Instagram</a>.</p>
</div>
</div>
</div>
</div>
<div class="row section" id="childcare">
<div class="cell cell-lg">
<div class="row">
<div class="col-xs-12">
<h2>Childcare</h2>
<p>Childcare will be provided at the cost of $10/child per day. This is a highly subsidized rate, and we are grateful
to Equinox and CurateCamp for generously sponsoring our very first Childcare program at Code4Lib!</p>
</div>
</div>
<div class="row sponsor-row">
<div class="col-xs-12 col-md-6">
<a href="https://esilibrary.com" class="thumbnail">
<img src="{{ site.data.path }}img/logos/equinox-logo.svg" alt="Equinox">
</a>
</div>
<div class="col-xs-12 col-md-6">
<a href="#" class="thumbnail">
<img src="http://curatecamp.org/sites/default/files/digital_curation_logo2.png" alt="Curate Camp">
</a>
</div>
</div>
</div>
</div>
<div class="row section" id="policies">
<div class="cell cell-lg">
<div class="row">
<div class="col-xs-12">
<h2>Policies</h2>
<p>Policies around refunds, video/photography, conduct, and more are coming soon.</p>
</div>
</div>
</div>
</div>