-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
616 lines (565 loc) · 36.1 KB
/
index.html
File metadata and controls
616 lines (565 loc) · 36.1 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
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
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Singularity HQ</title>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="description" content="Singularity Group Headquaters. Running projects and how to apply.">
<meta name="HandheldFriendly" content="true"/>
<meta name="apple-touch-fullscreen" content="yes"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<!-- FAVICON-->
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicon/apple-touch-icon-57x57.png"/>
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicon/apple-touch-icon-60x60.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicon/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicon/apple-touch-icon-76x76.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicon/apple-touch-icon-114x114.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicon/apple-touch-icon-120x120.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicon/apple-touch-icon-144x144.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicon/apple-touch-icon-152x152.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon-180x180.png"/>
<link rel="icon" type="image/png" href="assets/images/favicon/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="assets/images/favicon/android-chrome-192x192.png" sizes="192x192"/>
<link rel="icon" type="image/png" href="assets/images/favicon/favicon-96x96.png" sizes="96x96"/>
<link rel="icon" type="image/png" href="assets/images/favicon/favicon-16x16.png" sizes="16x16"/>
<link rel="manifest" href="assets/images/favicon/manifest.json"/>
<link rel="shortcut icon" href="assets/images/favicon/favicon.ico"/>
<link rel="stylesheet" href="assets/css/embedding/youtube-lightweight.css" type="text/css" />
<meta name="msapplication-TileColor" content="#da532c"/>
<meta name="msapplication-TileImage" content="/assets/images/favicon/mstile-144x144.png"/>
<meta name="msapplication-config" content="/assets/images/favicon/browserconfig.xml"/>
<meta name="theme-color" content="#ffffff"/>
<!-- Google Fonts--><link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<!-- MAIN STYLESHEETS-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="all"/>
<link rel="stylesheet" href="assets/css/theme.css" type="text/css" media="all"/>
<link rel="stylesheet" href="assets/css/custom.css" type="text/css" media="all"/>
</head>
<body data-spy="scroll" data-target="#scroll-nav" data-offset="10">
<div class="page">
<nav class="navbar-transparent">
<div class="container"><a href="index.html"><img src="assets/images/logo/logo-light.png" alt="Logo" class="logo"/></a><a data-toggle="collapse" data-target="#side-menu" class="toggle-menu menu-right pull-right push-body nav-icon"><span class="sr-only">Toggle Navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a>
<div class="collapse navbar-collapse text-center">
<ul class="navbar-nav-transparent text-center">
<li><a href="#about">ABOUT US</a></li>
<li><a href="#video-intro">VIDEO</a></li>
<li><a href="#services">REQUIREMENTS</a></li>
<li><a href="#works">PROJECTS</a></li>
<li><a href="#team">INTERVIEWS</a></li>
<li><a href="#contact">APPLY</a></li>
</ul>
</div>
<div id="side-menu" class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-right text-left"><img src="assets/images/logo/logo-light.png" alt="Logo"/><a href="#" class="close-menu"><i class="icon ion-ios-close-empty icon-close menu-close-btn"></i></a>
<ul class="nav">
<li><a href="#about">ABOUT US</a></li>
<li><a href="#video-intro">VIDEO</a></li>
<li><a href="#services">REQUIREMENTS</a></li>
<li><a href="#works">PROJECTS</a></li>
<li><a href="#team">INTERVIEWS</a></li>
<li><a href="#contact">APPLY</a></li>
</ul>
<p class="copyright">© 2017 N & X</p>
</div>
</div>
</nav>
<nav id="scroll-nav" class="navbar-fixed hidden">
<div class="container text-center">
<div class="navbar-brand"><a href="index.html"><img src="assets/images/logo/logo-light.png" width="75" alt="Logo"/></a></div><a data-toggle="collapse" data-target="#side-menu" class="toggle-menu menu-right pull-right push-body nav-icon-fixed-menu collapsed"><span class="sr-only">Toggle Navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a>
<div class="collapse navbar-collapse">
<ul class="navbar-nav-fixed pull-right">
<li> <a href="#about">ABOUT US</a></li>
<li> <a href="#video-intro">VIDEO</a></li>
<li> <a href="#services">REQUIREMENTS</a></li>
<li> <a href="#works">PROJECTS</a></li>
<li> <a href="#team">INTERVIEWS</a></li>
<li> <a href="#contact">APPLY</a></li>
</ul>
</div>
</div>
</nav>
<div class="go-top"><i class="ion-android-arrow-dropup-circle"></i></div>
<div class="full-height-video section-overlay-dark text-center vertical-middle">
<div class="background-grid"></div>
<!-- https://i.vimeocdn.com/video/622464164_640x340.jpg - change 640x340 and visit the url to download a new poster image -->
<video class="main-video" poster="https://s3.eu-central-1.amazonaws.com/sgnx/singularity+group+website/images/main-video_poster_640x340.jpg" loop autoplay muted>
<source src="stock.webm" type="video/webm" />
<source src="stock.ogv" type="video/ogg" />
<source src="stock.mp4" type="video/mp4" />
<source src="https://drive.google.com/uc?export=download&id=0B4wV82sxTGcKMGxPX1lzVkxZeHc" type="video/mp4" />
</video>
<div class="container text-center video-caption">
<div>
<h2> SINGULARITY GROUP</h2><span> headquarters</span><i></i><a href="#about" class="btn btn-link"> ABOUT US</a>
</div>
</div>
<div class="mouse-icon"><a href="#about"><i class="ion-ios-arrow-down"></i></a></div>
</div>
<section id="about" class="section section-dark text-center">
<div class="container aboutsection">
<header class="section-head">
<h1>ABOUT</h1>
<p class="colored bold">Get to knows us better</p>
<hr>
</header>
<div class="about-content with-divider-thickline-small row">
<div class="col-md-offset-2 col-xs-12 col-md-8 padded">
<div class="row">
<div class="col-md-6 col-sm-12 padding-top margin-top">
<h3>THE TEAM</h3>
<p>We’re a group of activists working around the clock to make a positive impact in the world. Our main focus is to inspire people through action and raise awareness around important issues. We carry out projects like gamingforgood, charity livestreams, documentaries, a mobile app, etc. Up to this point we’ve raised more than $23 million for charity. In a society of constant change, we always keep an eye on new developments in science and technology to prepare for those that might reshape the way we go about life. As a team we’re always on the lookout for like-minded people to join forces with.</p>
</div>
<div class="col-md-6 col-sm-12"><img src="assets/images/about-image-1.jpg" alt="Team Image" class="small-screen-margin-top" id="teampng"/></div>
</div>
</div>
<div class="col-md-offset-2 col-xs-12 col-md-8 padded">
<div class="row">
<div class="col-md-6 col-sm-12"><img src="assets/images/house-min.jpg" alt="Headquarters image" class="small-screen-margin-top" id="teampng"/></div>
<div class="col-md-6 col-sm-12 padding-top margin-top">
<h3>PLACE</h3><span></span>
<p>Based in the vicinity of Berlin, our complex provides an environment for activists and volunteers that are dedicated to make a difference and have a positive impact in the world. Basic commodities are provided for so that everyone can fully focus on doing so. The environment stimulates growth and strengthens a responsible mindset making people grow towards their full potential. Anyone that is committed towards doing what is right is welcome and can apply here.</p>
<ul data-os-animation="fadeInUp" data-os-animation-delay="0s" class="featured-list text-left os-animation">
<li> Germany</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="video-intro" class="section section-nopadding-bottom section-black text-center">
<header class="section-head padded-big" id="thisone">
<h2 class="bold">ENVIRONMENT</h2>
<p class="colored">Introduction</p>
</header>
<div class="video-intro section section-short section-dark"><i data-os-animation="video-line" data-os-animation-delay="0s" class="os-animation"></i>
<div class="youtube-player work-with-athene" data-id="Pfhn_Pe4xG0"></div>
<!-- <iframe width="900" height="500" src="https://www.youtube.com/embed/XIfh8AGMui0" frameborder="0" allowfullscreen id="documentary"></iframe> -->
</div>
</section>
<section id="services" class="section section-dark text-center">
<div class="container">
<header class="section-head">
<h1>REQUIREMENTS TO JOIN</h1>
</header>
<div class="row">
<div class="col-md-4">
<div class="icon-block icon-block-dark"><i class="ion-android-done"></i>
<h3>OVER 18</h3>
<p>You are over 18 years of age and are able to legally stay in Germany.</p>
</div>
</div>
<div class="col-md-4 small-screen-margin-top">
<div class="icon-block icon-block-dark"><i class="ion-android-done"></i>
<h3>COMMITTED</h3>
<p>You need to be fully committed towards doing what is right.</p>
</div>
</div>
<div class="col-md-4 small-screen-margin-top">
<div class="icon-block icon-block-dark"><i class="ion-android-done"></i>
<h3>RESPONSIBLE</h3>
<p>You take responsibility for yourself and others. You embrace the consequences of your actions and adjust your behaviour accordingly.</p>
</div>
</div>
</div>
</div>
</section>
<section id="works" class="section section-dark section-nopadding-bottom text-center">
<div class="container-fluid">
<header class="section-head">
<h1>THINGS YOU CAN DO</h1>
<p class="colored bold">These are some of the things you can do</p>
</header>
<div id="content">
<article>
<div class="row">
<div class="col-md-12">
<div class="portfolio-container">
<div data-padding="0" data-col-xs="1" data-col-sm="2" data-col-md="2" data-col-lg="3" data-layout="masonry" data-title="Show" class="portfolio isotope masonry use-masonry">
<div data-menu-order="2" data-title="Show" class="masonry-item portfolio-item isotope-item masonry-normal filter-masonry filter-print"><a href="#work-gallery" data-slideID="0" class="open-gallery-link"><img src="assets/images/work/projectHD.jpg" alt="help with existing projects"/>
<div class="portfolio-item-overlay">
<div class="portfolio-overlay-inner"><span>click this for more info</span>
<h2>HELP WITH EXISTING PROJECTS</h2><i></i>
</div>
</div></a></div>
<div data-menu-order="2" data-title="Show" class="masonry-item portfolio-item isotope-item masonry-normal filter-masonry filter-case-study"><a href="#work-gallery" data-slideID="1" class="open-gallery-link"><img src="assets/images/work/kitchenHD.jpg" alt="House Work"/>
<div class="portfolio-item-overlay">
<div class="portfolio-overlay-inner"><span>click this for more info</span>
<h2>HOUSEWORK<i></i></h2>
</div>
</div></a></div>
<div data-menu-order="2" data-title="Show" class="masonry-item portfolio-item isotope-item masonry-normal filter-masonry filter-print"><a href="#work-gallery" data-slideID="2" class="open-gallery-link"><img src="assets/images/work/streamingHD.jpg" alt="Streaming"/>
<div class="portfolio-item-overlay">
<div class="portfolio-overlay-inner"><span>click this for more info</span>
<h2>STREAMING</h2><i></i>
</div>
</div></a></div>
<div data-menu-order="2" data-title="Show" class="masonry-item portfolio-item isotope-item masonry-normal filter-masonry filter-logo"><a href="#work-gallery" data-slideID="3" class="open-gallery-link"><img src="assets/images/work/vloggingHD.jpg" alt="Vlogging"/>
<div class="portfolio-item-overlay">
<div class="portfolio-overlay-inner"><span>click this for more info</span>
<h2>VLOGGING</h2><i></i>
</div>
</div></a></div>
<div data-menu-order="2" data-title="Show" class="masonry-item portfolio-item isotope-item masonry-normal filter-masonry filter-logo"><a href="#work-gallery" data-slideID="4" class="open-gallery-link"><img src="assets/images/work/workshopHD.jpg" alt="Public workshops"/>
<div class="portfolio-item-overlay">
<div class="portfolio-overlay-inner"><span>click this for more info</span>
<h2>PUBLIC WORKSHOPS</h2><i></i>
</div>
</div></a></div>
<div data-menu-order="2" data-title="Show" class="masonry-item portfolio-item isotope-item masonry-normal filter-masonry filter-print"><a href="#work-gallery" data-slideID="5" class="open-gallery-link"><img src="assets/images/work/ownprojectHD.jpg" alt="Start your own project"/>
<div class="portfolio-item-overlay">
<div class="portfolio-overlay-inner"><span>click this for more info</span>
<h2>START YOUR OWN PROJECT</h2><i></i>
</div>
</div></a></div>
</div>
</div>
</div>
</div>
</article>
</div>
<div id="work-gallery" class="mfp-hide">
<div data-slideid="1" class="slide">
<div class="row">
<div class="col-md-12 text-center modal-intro">
<div class="container"><img src="assets/images/work/logo1.png" width="100" height="100" alt="Logo" class="img-circle"/><span>ABOUT</span>
<h3>HELPING WITH EXISTING PROJECTS</h3>
<p>We are constantly working on projects to make a positive impact in the world. You can speed up running projects by taking initiative and help where you can.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 margin-top">
<div class="vertical-middle-desktop row">
<div class="col-md-6 imgborder">
<figcaption>Brainstorming</figcaption>
<img src="assets/images/work/single-image-1-min.jpg" alt="Work Image" class="padder"/>
<figcaption>Programming</figcaption>
<img src="assets/images/work/user-interface-min.jpg" alt="Programming Image" class="padder"/>
<figcaption>Graphic Design</figcaption>
<img src="assets/images/work/yourownproject-min.jpg" alt="Graphic Design Image" class="padder"/>
</div>
<div class="col-md-6 content-block no-divider text-left">
<ul>
<h3>Project Examples:</h3>
<br>
<li><b>30 Day Transformation Phone App</b></li>
<ul class="subcat"><li> This app will become the center of the movement “Project NX”. People will be able to connect with each other to work on projects that have a positive impact on the world.</li></ul>
<li><b>Documentary</b></li>
<ul class="subcat"><li> This hour long documentary will be the culmination of all key insights.
</li></ul>
<li><b>Gaming For Good NDA Project</b></li>
<ul class="subcat"><li>NDA. The goal of the project is to increase traffic to gamingforgood.</li></ul>
<li><b>VR Game</b></li>
<ul class="subcat"><li>This game is made to have a cash flow.</li></ul>
<li><b>Project No Excuse</b></li>
<ul class="subcat"><li> The website will provide more information about the movement, what we try to achieve and what we do here.
</li></ul>
<li><b>Logic Nation Revamp</b></li>
<ul class="subcat"><li>The website will be restructured so that it contains all the knowledge & insights from the latest discoveries in neuroscience, psychology & other fields of science. It will have a more intuitive feel which will make it easier to navigate and find the information you are looking for.</li></ul>
<li><b>Interviews</b></li>
<ul class="subcat"><li>The interviews keep track of people's impressions, experiences and progress which might be used in future content.
</li></ul>
<li><b>Podcast</b></li>
<ul class="subcat"><li>The best bits of the livestream condensed into easy-to-digest podcasts.
</li></ul>
<li><b>New Book</b></li>
<ul class="subcat"><li>The goal of this project is to write a book containing all the knowledge and insights from the latest discoveries in neuroscience, psychology and other fields of science and present them in a way that makes them easily understandable for any target audience.</li></ul>
<li><b>Poker Team</b></li>
<ul class="subcat"><li> The goal of this project is to bring a steady cash flow. Includes game theory and contains of only the people that have been here for more than one year due to the financial trouble it could bring.
</li></ul>
<li><b>Stock Trading Team</b></li>
<ul class="subcat"><li>Same as Poker Team.</li></ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-slideid="2" class="slide" onload="ensureHash('#page1')">
<div class="row">
<div class="col-md-12 text-center modal-intro">
<div class="container"><img src="assets/images/work/logo1.png" width="100" height="100" alt="Logo" class="img-circle"/><span>ABOUT</span>
<h3>HOUSE WORK</h3>
<p>Take care of the fundamentals by maintaining all accommodations and basic commodities.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 margin-top">
<div class="vertical-middle-desktop row">
<div class="col-md-6 imgborder">
<figcaption>Optimizing Interior</figcaption>
<img src="assets/images/work/optimizinginterior-min.jpg" alt="Work Image"/></div>
<img src="assets/images/work/optimizinginterior-min.jpg" alt="Optimizing Interior"/>
<div class="col-md-6 content-block text-left">
<ul>
<h3>What you can do:</h3>
<br>
<li><b>Kitchen Chef</b></li>
<ul class="subcat"><li> Be in charge of the kitchen.
</li></ul>
<li><b>Head of Cuisine</b></li>
<ul class="subcat"><li> Be responsible for the preparation and distribution of meals, manage the storage of food and ensure a standard protocol for general hygiene.
</li></ul>
<li><b>Supply Manager</b></li>
<ul class="subcat"><li> Make sure that all the supplies are in stock.
</li></ul>
<li><b>Interior Optimizer</b></li>
<ul class="subcat"><li> Ensure that all accommodations are in perfect condition.
</li></ul>
<li><b>Budget Analyst</b></li>
<ul class="subcat"><li> Analyze expenses and research ways to reduce and/or optimize them.
</li></ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-slideid="3" class="slide">
<div class="row">
<div class="col-md-12 text-center modal-intro">
<div class="container"><img src="assets/images/work/logo1.png" width="100" height="100" alt="Logo" class="img-circle"/><span>ABOUT</span>
<h3>STREAMING</h3>
<p>There are an abundance of stream-related tasks that can be done such as organizing events or moderating.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 margin-top">
<div class="vertical-middle-desktop row">
<div class="col-md-6 imgborder">
<figcaption>Streaming</figcaption>
<img src="assets/images/work/streampicture-min.jpg" alt="Riccardo streaming Image"/></div>
<div class="col-md-6 content-block text-left">
<ul>
<h3>Practical stuff you can do:</h3>
<br>
<li><b>Community Manager</b></li>
<ul class="subcat"><li> Moderate streams and find ways to engage with the community.
</li></ul>
<li><b>Assistant Social Media Manager</b></li>
<ul class="subcat"><li> This includes research & content collection suitable for social media & more.
</li></ul>
<li><b>Streamer</b></li>
<ul class="subcat"><li> Organizing charity streams, Raising Money or reaching out to different crowds to spread the awareness.
</li></ul>
</li></ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-slideid="4" class="slide">
<div class="row">
<div class="col-md-12 text-center modal-intro">
<div class="container"><img src="assets/images/work/logo1.png" width="100" height="100" alt="Logo" class="img-circle"/><span>ABOUT</span>
<h3>VLOGGING</h3>
<p>Record Vlogs about your daily life and the people around you. Capture your experiences & progress to inspire others to do good. You can check out the vlogs on https://www.youtube.com/user/chiren80</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 margin-top">
<div class="vertical-middle-desktop row">
<div class="col-md-6">
<figcaption>One of the vlogs</figcaption>
<div class="youtube-player" data-id="JgT2-Ew3tTk" width="560" height="315"></div>
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/JgT2-Ew3tTk" frameborder="0" allowfullscreen></iframe> -->
</div>
<div class="col-md-6 content-block text-left">
<ul>
<h3>Practical stuff you can do:</h3>
<br>
<li><b>Video Editor</b></li>
<ul class="subcat"><li> Edit footage and learn from people with years of experience.
</li></ul>
<li><b>Camera Operator</b></li>
<ul class="subcat"><li> Make use of our professional camera equipment to record footage & collect content that could potentially be used for future projects.
</li></ul>
<li><b>Translator</b></li>
<ul class="subcat"><li> Present content in different languages. Examples of this are adding subtitles to youtube videos, translating the text of upcoming documentary, etc.
</li></ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-slideid="5" class="slide">
<div class="row">
<div class="col-md-12 text-center modal-intro">
<div class="container"><img src="assets/images/work/logo1.png" width="100" height="100" alt="Logo" class="img-circle"/><span>ABOUT</span>
<h3>WORKSHOPS</h3>
<p>Organize workshops on student campuses to spread awareness about important issues and inspire people to take action.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 margin-top">
<div class="vertical-middle-desktop row">
<div class="col-md-6 imgborder"><img src="assets/images/work/workshoppicture-min.jpg" alt="Work Image"/></div>
<div class="col-md-6 content-block text-left">
<ul>
<h3>Practical stuff you can do:</h3>
<br>
<li>Create content tailored towards your target audience</li>
<li>Contact universities and other facilities to organise workshops</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-slideid="6" class="slide">
<div class="row">
<div class="col-md-12 text-center modal-intro">
<div class="container"><img src="assets/images/work/logo1.png" width="100" height="100" alt="Logo" class="img-circle"/><span>ABOUT</span>
<h3>YOUR OWN PROJECT</h3>
<p>If you have a good idea you can start working on your own project together with like-minded people.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 margin-top">
<div class="vertical-middle-desktop row">
<div class="col-md-6 imgborder"><img src="assets/images/work/yourownproject-min.jpg" alt="Work Image"/></div>
<div class="col-md-6 content-block text-left">
<ul>
<h3>Practical stuff you can do:</h3>
<br>
<li>Work out your idea concretely</li>
<li>Create a workflow</li>
<li>Divide the projects into different segments & distribute tasks</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p><a href="projects.html" id="heres">Click me</a> for a single paged overview of projects and jobs.</p>
</section>
<section id="team" class="section section-dark text-center">
<div class="container">
<header class="section-head">
<h1>FIRST IMPRESSIONS</h1>
<p class="colored bold">Interviews with people that have come over</p>
</header>
<!-- cannot use the youtube-player lightweight embedding here, without rewriting the cShowMe js code -->
<div class="featured-interview-container">
<iframe id="ShowFrameID" src="https://www.youtube.com/embed/RCz4N0u1ayA">
</iframe>
</div>
<br>
<a href="#" onclick="cShowMe(2); return false;">
<img id="natgeo2" width="270" height="152" src="assets/images/thumbnails/nolenbrolenebolen.jpg" class="impression" alt="thumbnail"/></a>
<a href="#" onclick="cShowMe(6); return false;">
<img id="natgeo2" width="270" height="152" src="assets/images/thumbnails/vera.jpg" class="impression" alt="thumbnail"/></a>
<a href="#" onclick="cShowMe(8); return false;">
<img id="natgeo2" width="270" height="152" src="assets/images/thumbnails/martin.jpg" class="impression" alt="thumbnail"/></a>
<a href="#" onclick="cShowMe(9); return false;">
<img id="natgeo2" width="270" height="152" src="assets/images/thumbnails/fedor.jpg" class="impression" alt="thumbnail"/></a>
<a href="#" onclick="cShowMe(10); return false;">
<img id="natgeo2" width="270" height="152" src="assets/images/thumbnails/jan.jpg" class="impression" alt="thumbnail"/></a>
<a href="#" onclick="cShowMe(11); return false;">
<img id="natgeo2" width="270" height="152" src="assets/images/thumbnails/stass.jpg" class="impression" alt="thumbnail"/></a>
</div>
</section>
<section id="newarrivals" class="section section-dark text-center">
<div>
<h1 id="newarrivalstext">
<b>New Arrivals</b>
</h1>
<p class="colored">timeline</p>
<div class="bstimeslider">
<div id="rightArrow"> <img src="assets/images/next.png" alt="rightarrow"/> </div>
<div id="viewContainer">
<div id="tslshow">
<div class="bktibx"><figcaption><span>Miroslav</span><br>10.03.17</figcaption><img src="assets/images/team/miroslav.png" onclick="cShowMe(3); return false;"></div>
<div class="bktibx"><figcaption><span>Yannic</span><br>12.03.17</figcaption><img src="assets/images/team/jan2.png" onclick="cShowMe(5); return false;"></div>
<div class="bktibx"><figcaption><span>Alex</span><br>12.03.17</figcaption><img src="assets/images/team/alex.png" onclick="cShowMe(7); return false;"></div>
<div class="bktibx"><figcaption><span>Tomas</span><br>12.03.17</figcaption><img src="assets/images/team/thomas.png"></div>
<div class="bktibx"><figcaption><span>Troy</span><br>14.03.17</figcaption><img src="assets/images/team/troy.png"></div>
<div class="bktibx"><figcaption><span>Igor</span><br>14.03.17</figcaption><img src="assets/images/team/igor.png" onclick="cShowMe(14); return false;"></div>
<div class="bktibx"><figcaption><span>Felix</span><br>14.03.17</figcaption><img src="assets/images/team/felix.png" onclick="cShowMe(4); return false;"></div>
<div class="bktibx"><figcaption><span>Lenny</span><br>15.03.17</figcaption><img src="assets/images/team/lenny.png"></div>
<div class="bktibx"><figcaption><span>Jon</span><br>16.03.17</figcaption><img src="assets/images/team/jon.png" onclick="cShowMe(13); return false;"></div>
<div class="bktibx"><figcaption><span>Nhi</span><br>21.03.17</figcaption><img src="assets/images/team/nhi.png" onclick="cShowMe(1); return false;"></div>
<div class="bktibx"><figcaption><span>Vytas</span><br>21.03.17</figcaption><img src="assets/images/team/vitas.png" onclick="cShowMe(12); return false;"></div>
<div class="bktibx"><figcaption><span>Adan</span><br>30.03.17</figcaption><img src="assets/images/team/itechno.png"></div>
<div class="bktibx"><figcaption><span>Simone</span><br>03.04.17</figcaption><img src="assets/images/team/simmone.png"></div>
<div class="bktibx"><figcaption><span>Marek</span><br>04.04.17</figcaption><img src="assets/images/team/marek.png"></div>
<div class="bktibx"><figcaption><span>Daniel</span><br>10.04.17</figcaption><img src="assets/images/team/daniel.png"></div>
<div class="bktibx"><figcaption><span>Joe</span><br>11.04.17</figcaption><img src="assets/images/team/joe.png"></div>
<div class="bktibx"><figcaption><span>Owen</span><br>11.04.17</figcaption><img src="assets/images/team/owen.png"></div>
<div class="bktibx"><figcaption><span>Daniel</span><br>11.04.17</figcaption><img src="assets/images/team/barker.png"></div>
<div class="bktibx"><figcaption><span>Ishmael</span><br>12.04.17</figcaption><img src="assets/images/team/ishmael.png"></div>
<div class="bktibx"><figcaption><span>Thomas</span><br>12.04.17</figcaption><img src="assets/images/team/thomasteis.png"></div>
<div class="bktibx"><figcaption><span>Thomas</span><br>16.04.17</figcaption><img src="assets/images/team/collart.png"></div>
<div class="bktibx"><figcaption><span>Emil</span><br>16.04.17</figcaption><img src="assets/images/team/emil.png"></div>
</div>
</div>
<div id="leftArrow"> <img src="assets/images/prev.png" alt="leftarrow"/></div>
</div>
</div>
</section>
<section id="contact" class="section section-lighter text-center">
<div class="container">
<header class="section-head">
<h1>NO EXCUSE</h1>
<p class="colored bold">Join the team</p>
</header>
<a href="contact.html" class="btn-big-red">APPLY NOW!</a>
</div>
</section>
<footer class="footer-dark">
<div class="text-center container">
<div class="row">
<div class="col-md-12">
<ul class="social-icons">
<li><a href="https://twitch.tv/athenelive" target='_blank'><i class="ion-social-twitch"></i></a></li>
<li><a href="https://www.youtube.com/user/AtheneWins" target='_blank'><i class="ion-social-youtube"></i></a></li>
<li><a href="https://twitter.com/AtheneLOL" target='_blank'><i class="ion-social-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="footer-message">© 2017 No Excuse - Singularity Group <i class="ion-heart"></i>
</div>
</div>
<div class="clear"></div>
</div>
</footer>
</div>
<script src="assets/js/packages.min.js"></script>
<script src="assets/js/theme.min.js"></script>
<script src="assets/js/embedding/youtube-lightweight.min.js"></script>
<script src="assets/js/contact.min.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96177934-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>