-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
263 lines (246 loc) · 9.74 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
<!DOCTYPE HTML>
<!--
Alpha by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Node.js-IL</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--[if lte IE 8]>
<script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="icon" href="/favicon.ico?v=1.1">
<script src="https://use.fontawesome.com/65b9702173.js"></script>
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ie8.css"/><![endif]-->
</head>
<body class="landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<div class="cover">
</div>
<h1>
<a href="index.html">
<img class="home-icon" src="images/nodejslogo.png"/>
</a>
</h1>
<nav id="nav">
<ul>
<li>
<a
href="https://www.nodetlv.com/" target="_blank"
title="International Node.js Conference">Node.TLV 2023
</a>
</li>
<li>
<a
href="coc.html"
title="Code of Conduct">Code of Conduct
</a>
</li>
<li>
<a
href="https://goo.gl/forms/bz195sjLXAAL5sRj2" target="_blank"
title="Submit a Lecture">Submit a Lecture
</a>
</li>
<li>
<a
href="https://www.facebook.com/groups/561733687299090/" target="_blank"
title="Jobs">Jobs
</a>
</li>
<li>
<a
href="https://github.com/nodejsil/lecture-topics" target="_blank"
title="Jobs">GitHub
</a>
</li>
</ul>
</nav>
</header>
<!-- Banner background-image: url("images/main.jpeg"), url("../../images/main.jpeg");-->
<section id="banner" class="overlay">
<h2>Node.js Israel</h2>
<p>Be part of the Node.js-IL community</p>
<ul class="actions">
<li>
<a
href="https://www.meetup.com/NodeJS-Israel/"
target="_blank"
class="button special"
>Join our meetup group</a>
</li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>“A few years ago, it would have been unthinkable
<br/>
to implement server software in JavaScript.”</h2>
<p>Guillermo Rauch, Smashing Node.js</p>
</header>
<span id="tta" class="image featured"></span>
</section>
<section id="next" class="container">
<div class="row">
<div class="4u 12u(narrower)">
<section class="box special">
<span class="image featured">
<a href="https://www.meetup.com/nodejs-israel/events/290037231/" target="_blank">
<div class="img-box" id="meetup-image"></div>
</a>
</span>
<h3>Join our next meetup</h3>
<p>Join us after work, drink beer and listen to great lectures</p>
<ul class="actions">
<li>
<a href="https://www.meetup.com/nodejs-israel/events/290037231/"
target="_blank"
class="button alt"
>Going
</a>
</li>
</ul>
</section>
</div>
<div class="4u 12u(narrower)">
<section class="box special">
<span class="image featured">
<a href="https://goo.gl/forms/bz195sjLXAAL5sRj2" target="_blank">
<img class="img-box" src="images/1.png" alt=""/>
</a>
</span>
<h3>Have a good lecture?</h3>
<p>Tell us about it and we'll save you a spot next time</p>
<ul class="actions">
<li>
<a href="https://goo.gl/forms/bz195sjLXAAL5sRj2"
target="_blank"
class="button alt"
>Submit your lecture
</a>
</li>
</ul>
</section>
</div>
<div class="4u 12u(narrower)">
<section class="box special">
<span class="image featured">
<a href="https://goo.gl/forms/bz195sjLXAAL5sRj2" target="_blank">
<img class="img-box" src="images/3.png" alt=""/>
</a>
</span>
<h3>Host the next event</h3>
<p>Want to host the next meetup? let us know</p>
<ul class="actions">
<li>
<a href="https://goo.gl/forms/2ZTXmh9gbUmk6bLj1"
target="_blank"
class="button alt"
>Contact us
</a>
</li>
</ul>
</section>
</div>
</div>
</section>
<!-- CTA -->
<section id="cta">
<div id="welcome">
<h2>Be the first to get meetup updates</h2>
<p>No junk or spam, only updates of upcoming events and meetups</p>
</div>
<div id="thanks">
<h2>Great! we'll send you some updates next time</h2>
</div>
<form id="subscribe-email">
<div class="row uniform 50%">
<div class="8u 12u(mobilep)">
<input type="email" name="email_address" id="email" placeholder="Email Address" required/>
<input type="hidden" name="status" value="subscribed"/>
</div>
<div class="4u 12u(mobilep)">
<input id="submit-button" type="button" value="Sign Up" class="fit"/>
</div>
</div>
</form>
</section>
<section id="sponsors">
<div>
<h2>Our Sponsors</h2>
</div>
<div class="sonporsWrapper">
<div>
<a href="https://www.lusha.com/" target="_blank">
<img src="images/lusha.png" class="icon-sponsors"/>
</a>
</div>
<div>
<a href="https://www.jetbrains.com/" target="_blank">
<img src="images/jetbrains.png" class="icon-sponsors"/>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li>
<a href="https://www.facebook.com/groups/nodejsisrael/" target="_blank" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/node.js.il/" target="_blank" class="icon fa-instagram">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="https://www.meetup.com/NodeJS-Israel/" target="_blank" class="icon fa-meetup">
<span class="label">Meetup</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UC-bWpecAdZ5wSM9i1Mn8n-A" target="_blank"
class="icon fa-youtube">
<span class="label">YouTube</span>
</a>
</li>
<li>
<a href="https://twitter.com/node_il?s=08" target="_blank" class="icon fa-twitter">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="https://github.com/nodejsil/lecture-topics" target="_blank" class="icon fa-github">
<span class="label">GitHub</span>
</a>
</li>
</ul>
<ul class="copyright">
<li>© 2019 Node.js-IL. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]>
<script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>