-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·580 lines (559 loc) · 22.8 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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
---
layout: page
title: JS Hacks Bucharest
permalink: /
---
<div class="overlay-stars stars" style="max-height: 500px;"></div>
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<div class="row">
<div class="col-md-12">
<h1 class="animated fadeInUp">JS HACKS BUCHAREST</h1>
<h3>JavaScript Enthusiasts • Change Makers • Friends and Visionaries • Community Builders</h3>
<h3>This event is for you.</h3>
</div>
<div class="col-md-6 col-sm-6 text-right text-turquoise">
<p class="animated fadeInUp">21-23 October</p>
</div>
<div class="col-md-6 col-sm-6 text-left text-orange">
<p class="animated fadeInUp">TechHub Bucharest</p>
</div>
<div class="col-md-12 reg-btn">
<a class="btn-pink" href="https://slack.jshacks.io/">Join the conversation on <img src="img/slack.png" width="100" /></a>
</div>
<div class="col-md-12">
<a href="#challenges"><img src="img/icons/rocket.svg" class="down-rocket svg"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="challenges" class="stars">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>OPEN DATA CHALLENGES</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<div class="col-md-8">
<p>This edition's theme is “Open Data” and we're getting together to solve challenges such as:</p>
<ul class="content-list">
<li>Unifying the available data from data.gov.ro</li>
<li>Using APIs for Transport/Infrastructure for Smart City solutions</li>
<li>Adopting/implementing APIs in the scope of local administration for public data</li>
<li>Access to anonymous medical data</li>
<li>Using APIs for notifications in emergency cases (earthquakes, floods, snow storms, etc.)</li>
</ul>
</div>
<div class="col-md-4 text-right">
<img class="side-icon svg" src="{{ site.baseurl }}/img/icons/astronaut.svg">
</div>
<div class="col-md-12 text-center cta">
<img class="svg svg-pink" src="{{ site.baseurl }}/img/icons/science.svg">
<p class="text-pink">Have your own challenge you want to hack? Join us and let's build a solution together! </p>
</div>
</div>
</section>
<!-- agenda -->
<section id="agenda" class="stars">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>JS HACKS AGENDA</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<div class="row">
<div class="col-md-9" style="margin: 0 auto; float:none;">
<div class="col-md-4" style="margin-bottom:20px;" align="left">
<p class="small-title">Friday</p>
<p style="text-decoration: underline;">21st of October</p>
<p>18:30 - Registration</p>
<p>19:30 - Opening</p>
<p>20:30 - Ideas Presentation & Team Formation</p>
</div>
<div class="col-md-4" style="margin-bottom:20px;" align="left">
<p class="small-title">Saturday</p>
<p style="text-decoration: underline;">22nd of October</p>
<p>09:00 - Breakfast</p>
<p>10:00 - Hacking Starts</p>
<p>11:00 - 13:00 - Workshop #1 & Workshop #2</p>
<p>13:00 - Lunch</p>
<p>14:00 - Hacking Continues</p>
<p>18:30 - Dinner</p>
<p>19:30 - Hacking Continues</p>
</div>
<div class="col-md-4" style="margin-bottom:20px;" align="left">
<p class="small-title">Sunday</p>
<p style="text-decoration: underline;">23rd of October</p>
<p>09:00 - Breakfast</p>
<p>10:00 - Hacking Starts</p>
<p>13:00 - Lunch</p>
<p>16:00 - Demos & Ending Ceremony</p>
</div>
</div>
</div>
</div>
</section>
<!-- workshops -->
<section id="workshops" class="stars">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>JS HACKS WORKSHOPS</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<!-- workshop one -->
<div class="row m-b-5">
<div class="col-md-8">
<p class="small-title text-turquoise">Getting Started with Vector Watch Streams</p>
<p class="xs-title">by Radu Vlad - Software Developer at <a href="https://www.vectorwatch.com">Vector Watch</a> </p>
<p class="description">A stream is a piece of information that lives on one or more watch faces. The data that is being displayed on a stream can come from the watch (ex: steps), the phone (ex: events), or from the cloud (ex: weather). During the workshop we'll explore the Vector Watch platform by creating a simple cloud stream that will display Google Analtyics data on your watch.</p>
<p class="text-orange">Saturday, 22nd October</p>
</div>
<div class="col-md-4 text-right">
<img class="svg" src="{{ site.baseurl }}/img/icons/solar-system.svg">
</div>
</div>
<!-- end wsh one -->
<!-- workshop two -->
<div class="row">
<div class="col-md-4">
<img class="svg" src="{{ site.baseurl }}/img/icons/spaceman.svg">
</div>
<div class="col-md-8 text-right">
<p class="small-title text-pink">Getting Started with Angular 2</p>
<p class="xs-title">by Alex Bularca - Senior Frontend Engineer at <a href="https://www.everymatrix.com">EveryMatrix</a> </p>
<p class="text-orange">Saturday, 22nd October</p>
</div>
</div>
<!-- end wsh two -->
</div>
</section>
<!-- goodies -->
<section id="goodies" class="stars">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>JS HACKS GOODIES</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<div class="row text-center">
<div class="col-md-4 col-sm-6">
<img class="svg svg-turqoise" src="{{ site.baseurl }}/img/icons/code.svg">
<p><strong>CODING</strong></p>
</div>
<div class="col-md-4 col-sm-6">
<img class="svg svg-orange" src="{{ site.baseurl }}/img/icons/pizza.svg">
<p><strong>FOOD</strong></p>
</div>
<div class="col-md-4 col-sm-6">
<img class="svg svg-blue" src="{{ site.baseurl }}/img/icons/drinks.svg">
<p><strong>DRINKS</strong></p>
</div>
<div class="col-md-4 col-sm-6">
<img class="svg svg-green" src="{{ site.baseurl }}/img/icons/network.svg">
<p><strong>NETWORKING</strong></p>
</div>
<div class="col-md-4 col-sm-6">
<img class="svg svg-purple" src="{{ site.baseurl }}/img/icons/smiley.svg">
<p><strong>FRIENDSHIP</strong></p>
</div>
<div class="col-md-4 col-sm-6">
<img class="svg svg-pink" src="{{ site.baseurl }}/img/icons/rocket.svg">
<p><strong>WORKSHOPS</strong></p>
</div>
</div>
</div>
</section>
<!-- Special Guests -->
<section id="testimonial" class="stars">
<div class="container">
<a name="special_guests"></a>
<div class="row">
<div class="section-title text-center">
<h2>BUCHAREST SPECIAL GUESTS</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="testimonial-carousel">
<div>
<div class="user">
<img src="{{ site.baseurl }}/img/Dan-Nechita.png" alt="Dan Nechita">
</div>
<p class="small-title"><strong>Dan Nechita</strong></p>
<p>Counselor to the Prime-Minister of Romania on IT</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="testimonial-carousel">
<div>
<div class="user">
<img src="{{ site.baseurl }}/img/Andrei-Pitis.png" alt="Andrei Pitis">
</div>
<p class="small-title"><strong>Andrei Pitis</strong></p>
<p>Founder & CTO Vector Watch</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- mentors -->
<section id="mentors" class="stars">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>JS HACKS MENTORS</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<!-- first design example -->
<div class="row">
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Alexandru-Bularca.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://ro.linkedin.com/in/alexandrubularca">Alexandru Bularca</a></strong></p>
<p>Alex is a highly passionate frontend engineer, which takes pride in my work. He loves working with the best technologies available to craft great frontends. He curently works on developing a modular frontend architecture based on AngularJS in order to allow the company to easily build frontends for it's whitelabel clients.</p>
</div>
</div>
</div>
<!-- end mentor -->
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Radu-Coman.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://ro.linkedin.com/in/coman-radu-08127654">Radu Coman</a></strong></p>
<p>Radu is an JS Animation Expert and a pioneer in promoting the use of both action and beauty when it comes to web pages. With an eye on award winning pages, he is dedicated to bring new concepts into his work.
</p>
</div>
</div>
</div>
<!-- end mentor -->
</div>
<div class="row">
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Radu-Vlad.jpg" alt="Radu Vlad" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://www.linkedin.com/in/radu-vlad-3a012a71/en">Radu Vlad</a></strong></p>
<p>I have been experimenting for the past 4 years with everything that programming has to offer, from low-level scrips, image analysis, or desktop applications, to back-end and front-end on web development or mobile applications and I always find new ideas that spark my interest. Currently, I am working at Vector Watch implementing and providing the best resources for the developer platform on the Web and iOS.</p>
</div>
</div>
</div>
<!-- end mentor -->
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Felix-Crisan.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://www.linkedin.com/in/fixone">Felix Crisan</a></strong></p>
<p>Felix has over 20 years of experience in the IT and Telecom industry and he undertook several roles from programmer and researcher to consultant. He coordinated numerous multinational consultancy teams and is involved in developing simple to complex platforms that use web services, big data, machine learning or blockchain. He is currently co-founder and CTO at NETOPIA, the company that operates the mobilPay, mobilPay Wallet or web2sms services.</p>
</div>
</div>
</div>
<!-- end mentor -->
</div>
<div class="row">
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Andrei-Popovici.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://www.linkedin.com/in/popoviciandrei">Andrei Popovici</a></strong></p>
<p>Andrei is a "holistic" UX consultant and product guy, using his U.S. startup and corporate experience to look at the whole picture, from marketing and copywriting, tough decisions such as pricing and business model, all the way to product features, UI, support and other user touch points.</p>
</div>
</div>
</div>
<!-- end mentor -->
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Ovidiu-Drumia.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://ro.linkedin.com/in/ovidiu-drumia-27621418">Ovidiu Drumia</a></strong></p>
<p>Agile is about COMMON SENSE! Not everything "in agile" is supposed to be done in every project. This is a fact. By understanding the "whys" and the "hows" then anyone can more easily get to the "whens". When and what to apply within a given context is crucial to a project's success.</p>
</div>
</div>
</div>
<!-- end mentor -->
</div>
<div class="row">
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Alexandru-Badiu.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://ro.linkedin.com/in/alexandrubadiu">Alexandru Badiu</a></strong></p>
<p>Alexandru leads the development team at BEN, using javascript to put Bumblebee in Transformers, BabyBjorn in The Hangover or a Heineken in the hand of James Bond.</p>
</div>
</div>
</div>
<!-- end mentor -->
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Alex-Morega.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://www.linkedin.com/in/alexmorega">Alex Morega</a></strong></p>
<p>Alex is a web developer who works on real problems for real people. He's interested in open source, open data, journalism, maps and visualizations, and likes to experiment with small hacks that make a difference.</p>
</div>
</div>
</div>
<!-- end mentor -->
</div>
<div class="row">
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Bogdan-Ivanel.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://nl.linkedin.com/in/bogdanivanel">Bogdan Ivanel</a></strong></p>
<p>A Public International Law and International Relations expert with a big interest in tech, Bogdan is a researcher at SciencesPo Paris and Co-founder of Code for Romania. His main interest is finding the ways in which technology can be put to use in solving social challenges.</p>
</div>
</div>
</div>
<!-- end mentor -->
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Bogdan-Raduta.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://ro.linkedin.com/in/bogdanraduta">Bogdan Raduta</a></strong></p>
<p>CTO Qualitance QBS. Application Developer, Database Developer, and Team Leader in a wide variety of GIS applications. Particularly interested in client/server and relational database design using Oracle, MSSQL, implemented in GIS systems.
</p>
</div>
</div>
</div>
<!-- end mentor -->
</div>
<div class="row">
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Adrian-Olaru.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://www.linkedin.com/in/adrianolaru">Adrian Olaru</a></strong></p>
<p>Adi loves building awesome s%#t.
</p>
</div>
</div>
</div>
<!-- end mentor -->
<!-- mentor -->
<div class="col-md-6">
<div class="row">
<div class="col-md-3 col-md-offset-1 col-xs-5 col-xs-offset-1">
<div class="user">
<img src="{{ site.baseurl }}/img/Andra-Necula.png" alt="" width="120">
</div>
</div>
<div class="col-md-8 col-xs-6">
<p class="small-title"><strong><a href="https://ro.linkedin.com/in/neculaandra">Andra Necula</a></strong></p>
<p>QA passionate and DevOps enthusiast
</p>
</div>
</div>
</div>
<!-- end mentor -->
</div>
</section>
<!-- sponsors -->
<section id="service" class="stars">
<div class="container">
<a name="sponsors"></a>
<div class="row">
<div class="section-title text-center">
<h2>JS Hacks Bucharest Sponsors</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<p class="small-title">PLATINUM Sponsor</p>
<div class="service-item">
<a href="http://www.everymatrix.com" target="_blank">
<img src="{{ site.baseurl }}/img/logos/everymatrix-logo.png" alt="EveryMatrix" />
</a>
</div>
</div>
<div class="col-md-4 col-sm-4">
<p class="small-title">GOLD Sponsor</p>
<div class="service-item">
<a href="http://www.vectorwatch.com" target="_blank">
<img src="{{ site.baseurl }}/img/logos/vector-logo.png" alt="Vector Watch" />
</a>
</div>
<div class="service-item">
<a href="http://www.endava.com/en" target="_blank">
<img style="width: 70%;" src="{{ site.baseurl }}/img/logos/endava-logo.png" alt="Endava" />
</a>
</div>
</div>
<div class="col-md-4 col-sm-4">
<p class="small-title">SILVER Sponsor</p>
<div class="service-item">
<a href="http://www.visionmobile.com" target="_blank">
<img src="{{ site.baseurl }}/img/logos/visionmobile-logo.png" alt="Vision Mobile" />
</a>
</div>
</div>
<div class="col-md-12 text-center cta">
<p>Interested in sponsoring JSHacks?</p>
<a class="text-orange" href="mailto:[email protected]">Get in touch!</a>
</div>
</div>
</div>
</section>
<!-- Partners -->
<section id="clients-logo-section" class="stars">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2 style="text-align:center;">JS Hacks Bucharest Partners</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<div class="row text-center">
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="http://codette.ro/" target="_blank">
<img src="{{ site.baseurl }}/img/logos/codette-logo.jpg" alt="Codette">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="http://www.code4.ro" target="_blank">
<img src="{{ site.baseurl }}/img/logos/code4romania-logo.jpg" alt="Code4Romania">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="http://2016.howtoweb.co/" target="_blank">
<img src="{{ site.baseurl }}/img/logos/howtoweb-logo.png" alt="How To Web">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="https://bucharest.techhub.com/" target="_blank">
<img src="{{ site.baseurl }}/img/logos/techhub-logo.png" alt="TechHub">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="http://incremental.community/" target="_blank">
<img src="{{ site.baseurl }}/img/logos/incrementalcommunity-logo.png" alt="Incremental Community">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="">
<img src="{{ site.baseurl }}/img/logos/adyus.png" alt="Adyus">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="https://www.facebook.com/gdg.bucharest" target="_blank">
<img src="{{ site.baseurl }}/img/logos/gdg-bucharest.png" alt="GDG Bucharest">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="https://www.softbinator.ro/" target="_blank">
<img src="{{ site.baseurl }}/img/logos/softbinator.png" alt="Softbinator">
</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="partners-logo">
<a href="http://www.remotecasting.com/" target="_blank">
<img src="{{ site.baseurl }}/img/logos/remotecasting-logo.png" alt="Remote Casting">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ultimate cta -->
<section id="register" class="stars">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2 style="text-align:center;">CONVINCED ? LET'S JS HACK !</h2>
<img src="{{ site.baseurl }}/img/rocket.png">
</div>
</div>
<div class="row text-center">
<div class="col-md-12">
<a class="btn-orange" href="https://docs.google.com/a/js.community/forms/d/11i_Vu8xpOp1g5TQOQsOf8EYpPDNIm74dAYC7hw3AXUE/viewform">Register for Bucharest</a></p>
</div>
</div>
</div>
</section>