This repository was archived by the owner on Apr 18, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathparis.html
More file actions
208 lines (194 loc) · 6.54 KB
/
paris.html
File metadata and controls
208 lines (194 loc) · 6.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Node.js</title>
<link rel="dns-prefetch" href="http://fonts.googleapis.com">
<link rel="dns-prefetch" href="http://fonts.gstatic.com">
<link rel="dns-prefetch" href="http://www.google-analytics.com">
<meta name="author" content="Node.js Foundation">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" href="/static/apple-touch-icon.png">
<link rel="icon" sizes="32x32" type="image/png" href="/static/favicon.png">
<link rel="stylesheet" href="/static/milligram.min.css" media="all">
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67020396-2', 'auto');
ga('send', 'pageview');
</script>
<style>
a {
color: #80bd01;
}
.button {
background-color: #80bd01;
border: 0.1rem solid #80bd01;
}
div.live-event {
background-color: #b3b3b3;
border-radius: 3px;
margin: 10px 35px 10px 35px;
color: black;
font-family: "Open Sans Condensed",sans-serif;
text-transform: uppercase;
font-weight: bold;
}
div.live-event h3 {
margin-top:5px;
margin-bottom: 0;
text-transform: uppercase;
font-weight: bold;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 50px;
}
div.live-event h3 a,
div.live-event h3 a:visited {
text-decoration: underline;
color: black;
}
div.live-event p {
margin-bottom: 5px;
}
body {
margin: 0;
padding: 0;
}
div.top-container div.column h2 {
padding-top:50px;
color:#80bd01;
font-weight:500;
}
div.events-container {
margin: 0;
padding: 30px 10%;
background: url(static/background.jpg);
}
div.footer-container {
background-color:#b3b3b3;
padding:15px;
}
div.footer-container a {
color:#fff;
white-space: nowrap;
}
div.footer-container p {
margin-bottom:0;
}
img.logo {
max-width:100%;
padding: 50px 50px 50px 50px;
}
</style>
</head>
<body>
<div class="top-container container">
<div class="row">
<div class="column column-50" style="text-align:center">
<img class="logo" src="/static/new-node.png" alt=""/>
</div>
<div class="column">
<h2>Node.js Live</h2>
<p>The Node.js Foundation is kicking off a series of global events bringing together local Node.js developer around the world.</p>
<p>Each event is different and tailored to the local community varying in length and in some cases in parnership with local Node.js groups and users.</p>
</div>
</div>
</div>
<div class="events-container">
<style>
nav ul {
list-style-type:none;
}
li h3 {
color: black;
font-family: "Open Sans Condensed",sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 50px;
line-height: 50px;
margin-top: 4px;
margin-bottom: 4px;
}
li h3 a, li h3 a:visited{
text-decoration: underline;
color: black;
}
div.events-container {
background-color: #F2F2F2;
background-image: none;
}
div.events-container div.row p img {
max-width:300px;
max-height:80px;
cursor:pointer;
}
/*npm logo*/
div.events-container h2 img {
position: relative;
bottom: -10px;
max-height:40px;
cursor:pointer;
}
</style>
<div class="row">
<div class="column">
<nav>
<ul>
<li><h3><a href="los-angeles.html">Los Angeles</a></h3></li>
<li><h3><a href="bangalore.html">Bangalore</a></h3></li>
<li><h3><a href="paris.html">Paris</a></h3></li>
<li><h3><a href="beijing.html">Beijing</a></h3></li>
<li><h3><a href="chicago.html">Chicago</a></h3></li>
<li><h3><a href="london.html">London</a></h3></li>
<li><h3><a href="boston.html">Boston</a></h3></li>
<li><h3><a href="washington.html">Wash. DC</a></h3></li>
<li><h3><a href="seoul.html">Seoul</a></h3></li>
</ul>
</nav>
</div>
<div class="column column-60">
<h1 id="paris">Paris</h1>
<ul>
<li><strong>Location</strong> TBD</li>
<li><strong>Address</strong> TBD</li>
</ul>
<p><a class="button" href="https://docs.google.com/a/linuxfoundation.org/forms/d/1nDIKImWRKjD4D7uwiUeZomM278lGkpBV9EIoHC_9bpI/viewform">Get Notified!</a></p>
<h2 id="sponsors">Sponsors</h2>
<p>We're still looking for sponsors. <a href="mailto:tbenzies@linuxfoundation.org?subject=Node.js%20Live%20Sponsorship">Contact us</a> if you're interested.</p>
<h2 id="nodetogether-by-https-www-npmjs-com-static-sponsors-npm-logo-svg-npm-">NodeTogether by <img src="/static/sponsors/npm-logo.svg" alt="https://www.npmjs.com" title="npm"></h2>
<p>NodeTogether is an educational initiative to improve the diversity of the Node community by bringing people of underrepresented groups together to learn Node.js.</p>
<p>To learn more, and/or if you are interested in applying as a student, mentor, or sponsor, please visit <a href="http://www.nodetogether.org/">http://www.nodetogether.org/</a>.</p>
<h2 id="agenda">Agenda</h2>
<p><a href="https://github.com/nodejs/live.nodejs.org#interested-in-speaking">Let us know</a>
if you're interested in speaking :)</p>
<h2 id="conduct">Code of Conduct</h2>
<p>
All attendees, speakers, staff and sponsors are expected to follow the <a href="http://confcodeofconduct.com/">Code of Conduct.</a>
<p>
</div>
</div>
<script>
var elementList = document.querySelectorAll('div.events-container div.row p img')
for (var i=0;i<elementList.length;i++) {
;(function () {
var elem = elementList[i]
elem.addEventListener('click', function () {
window.location = elem.alt
})
})()
}
</script>
</div>
<div class="footer-container">
<div class="container">
<p>© 2016 Node.js Foundation. All Rights Reserved. Node.js is a trademark of Joyent, Inc. and is used with its permission. Please review the <a href="https://nodejs.org/static/documents/trademark-policy.pdf">Trademark Guidelines of the Node.js Foundation</a>.</p>
</div>
</div>
</body>
</html>