-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
116 lines (89 loc) · 4.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>NodeConf 2018</title>
<meta title="description" content="NodeConf 2018 * World's Best Conference!">
<meta title="author" content="NodeConf">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="canonical" href="http://www.nodeconf.com/">
<script src="//use.typekit.net/oic5qli.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="css/base.min.css">
<link rel="icon" href="/img/favicon.png">
</head>
<body>
<div class="container p3 center">
<header role="banner">
<a href="/" class="logo nodeconf block mt3 mb4 mx-auto"></a>
<p class="mb3">A conference in the woods for Node.js developers.</p>
</header>
</div>
<div class="clearfix">
<div class="md-col-12 sm-col py2 px1 bg-olive event-adventure center">
<h2>Nodeconf Adventure 2018</h2>
<p class="mb0">July 20th–22nd, 2018</p>
<p>Walker Creek Ranch, CA</p>
<a href="https://ti.to/nodeconf/nodeconf-adventure-2018" class="button bg-black button-big mb2">Tickets on Sale</a>
</div>
</div>
</div>
<div class="container p3 center">
<h2 class="center m3">Adventure time</h2>
<p class="mb4">Join us at Walker Creek Ranch for an intimate un-conference.</p>
<p class="mb4">NodeConf Adventure is a 3 day event for the whole family. We have a Kids Track and Significant Others track and activities all day and night for the Node community.</p>
<p class="mb4">All tickets to Adventure include meals and some sort of accommodation in either shared lodges and dormitories or an outside BYOT (bring-your-own-tent) area.</p>
<p>Adventure is an <strong>un-conference</strong>. Attendees build a schedule of discussions at the event. There are not traditional "talks" and "speakers."</p>
<h2 class="center m3">Sponsors</h2>
<div class="mb4 clearfix">
<!--<p id="sponsors" class="mb4">
<div class="md-col-3 sm-col mb4 px2">
<a href="https://www.npmjs.com/" class="sponsor">
<img src="img/sponsor-npm.png" alt="npm" height="65">
</a>
</div>
</p>-->
<div class="clearfix"></div>
<p>We're still looking for more amazing companies willing to support this event. Sponsorship information can be found <a href="/sponsors.html">here</a>. If you are interested in sponsoring, please drop an email to <a href="mailto:[email protected]">[email protected]</a> for more details.</p>
<div class="clearfix"></div>
<h2 class="center m3">Schedule</h2>
<p class="mb4">
<h2 class="center m3">Schedule</h2>
<p class="mb4">
<div class="md-col-3 sm-col">
<p>Friday, July 20th 1pm</p>
</div>
<div class="md-col-9 sm-col">
<p>Shuttle to WCR for Adventure. <br>Pickup at <a href="https://www.google.com/maps/place/Sue+Bierman+Park/@37.7958687,-122.3971496,19z/data=!4m2!3m1!1s0x0:0x230f1befa6041fb3">Sue Beirman Park</a> in San Francisco.</p>
</div>
<div class="md-col-3 sm-col">
<p>Friday, July 20th 6pm</p>
</div>
<div class="md-col-9 sm-col">
<p>Dinner at Walker Creek Ranch. <br>This will be the first meal served.</p>
</div>
<div class="md-col-3 sm-col">
<p>Saturday, July 21st</p>
</div>
<div class="md-col-9 sm-col">
<p>Unconf sessions.<br>3 meals.</p>
</div>
<div class="md-col-3 sm-col">
<p>Sunday, July 22nd</p>
</div>
<div class="md-col-9 sm-col">
<p>Morning unconf sessions, breakfast and lunch.</p>
</div>
<div class="md-col-3 sm-col">
<p>Sunday, July 22nd 1pm</p>
</div>
<div class="md-col-9 sm-col">
<p>Shuttles to San Francisco. <br>Drop off at <a href="https://www.google.com/maps/place/Sue+Bierman+Park/@37.7958687,-122.3971496,19z/data=!4m2!3m1!1s0x0:0x230f1befa6041fb3">Sue Beirman Park</a> in San Francisco.</p>
</div>
</p>
<p>Questions? Comments? Need some help getting to the conference? Email us at <a href="mailto:[email protected]">[email protected]</a> and we'll see if we can help you out.
<footer role="contentinfo" class="border-top py3 pymt3">
<p class="muted">Organisers, sponsors and attendees are required to follow the <a href="/code-of-conduct.html">Code of Conduct</a>. Note: this currently links to the old Code of Conduct.</p>
</footer>
</body>
</html>