-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path2018.html
More file actions
606 lines (533 loc) · 27.2 KB
/
Copy path2018.html
File metadata and controls
606 lines (533 loc) · 27.2 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
<!DOCTYPE html>
<html class="html">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/imgs/favicon.png" />
<title>2018</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<!-- inject:css -->
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/vendor/bootsnav/css/bootsnav.css">
<link rel="stylesheet" href="assets/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/vendor/custom-icon/css/style.css">
<link rel="stylesheet" href="assets/vendor/owl.carousel2/owl.carousel.min.css">
<link rel="stylesheet" href="assets/vendor/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="assets/vendor/animate.css/animate.min.css">
<link rel="stylesheet" href="assets/vendor/swiper/css/swiper.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main_updated.css">
<!-- endinject -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<!--defaulta palette 0b79f9 ff3e12 fff f90048 c60039 -->
<!--header start-->
<header id="header" class="Sticky">
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-fixed white no-background bootsnav">
<div class="container">
<!-- Start Atribute Navigation -->
<div class="attr-nav">
<ul>
</ul>
</div>
<!-- End Atribute Navigation -->
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="./index.html">
<img src="assets/imgs/logo-light.png" class="logo logo-display" style="max-width: 500px; margin-top:10px;height:50px" alt="">
<img src="assets/imgs/logo.png" class="logo logo-scrolled" style="max-width: 500px; margin-top:10px;height:50px" alt="">
</a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div id="navbar-container"></div>
<script>
$(document).ready(function() {
$("#navbar-container").load("index.html #navbar-menu", function() {
// The navbar relies on the "resize" event to set the layout, so we need to trigger that manually
$(window).trigger('resize');
});
});
</script>
<!-- /.navbar-collapse -->
</div>
<!-- Start Side Menu -->
<div class="side">
<a href="#" class="close-side"><i class="fa fa-times"></i></a>
<div class="widget u-MarginTop50">
<!--<h4 class="title">Shortlinks</h4>-->
<ul class="link">
<li><a href="index.html">2021</a></li>
<li><a href="venue.html">Venue</a></li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
<div class="widget">
<!--<h5 class="title">Social Links</h5>-->
<div class="social-links sl-default border-link round-link colored-link">
<a href="https://www.facebook.com/AaltoSatellites/" class="facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="https://twitter.com/aaltosatellites" class="twitter">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
<!-- End Side Menu -->
</nav>
<!-- End Navigation -->
<div class="clearfix"></div> </header>
<!--header end-->
<!--hero section start-->
<section class=" ImageBackground ImageBackground--overlay u-height700- js-Parallax" data-overlay="5">
<div class="ImageBackground__holder">
<img src="assets/imgs/group.JPG" alt=""/>
</div>
<div class="container u-vCenter- u-PaddingTop100 u-sm-PaddingTop30 u-PaddingBottom100 u-sm-PaddingBottom30">
<div class="row text-left u-PaddingTop100 u-sm-PaddingTop30 u-PaddingBottom100 u-sm-PaddingBottom30">
<div class="col-md-7 text-white">
<h3 class="text-uppercase text-white u-Weight700 u-MarginTop100 u-MarginBottom0">The First</h3>
<h2 class="u-FontSize75 u-xs-FontSize40 u-Weight700 u-MarginTop0 u-xs-MarginTop30 u-MarginBottom0">Finnish Satellite Workshop 2018</h2>
<h3 class="text-uppercase text-white u-Weight700 u-MarginTop0 u-MarginBottom50">17 - 18 January, 2018, Dipoli, Otaniemi </h3>
</div>
</div>
</div>
</section>
<!--hero section end-->
<!--images start-->
<section class="u-PaddingTop50 u-PaddingBottom50 u-xs-PaddingBottom30 u-xs-PaddingTop30 u-sm-PaddingTop50 u-sm-PaddingBottom50 u-MarginBottom0 u-zIndex10 position-relative">
<div class="container">
<div class="text-center">
<h1 class="u-MarginTop40 u-sm-MarginTop50 u-Weight700">Finnish Satellite Workshop 2018</h1>
<p class="u-MarginBottom30 u-xs-MarginBottom30 ">The first ever finnish satellite workshop was held in Otaniemi, Finland, in January 2018. It attracted an international audience of over 200 space professonials from around Europe.</p>
<p class="u-MarginBottom30 u-xs-MarginBottom30 ">Presentations can be found below the gallery</p>
</div>
</div>
</section>
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
<!--images end-->
<!--speakers start-->
<section id="speakers" class="u-PaddingTop50 u-PaddingBottom100 u-xs-PaddingBottom30 u-xs-PaddingTop30 u-MarginBottom0 u-zIndex10 position-relative">
<div class="container">
<div class="row">
<div class="col-md-12 text-center u-MarginBottom100 u-xs-MarginBottom30 u-sm-MarginBottom30">
<small class="text-uppercase u-LetterSpacing1">Presentations available as pdf</small>
<h1 class="u-MarginTop5 u-MarginBottom10 u-Weight700">Our Speakers</h1>
<div class="Split Split--height2"></div>
<h1 class="u-MarginTop5 u-MarginBottom10 u-Weight700">Click the presentation for the slides</h1>
</div>
</div>
<div class="row text-center">
<!-- presentations start-->
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_anasila.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/anttinasila.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Antti Näsilä</h4>
<p class="text-gray u-MarginBottom10">VTT</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Spectral imagers for nanosatellites</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_nevalainen.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/olavinevalainen.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Olavi Nevalainen</h4>
<p class="text-gray u-MarginBottom10">VTT</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Mechanical tests for space instruments</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_kohout.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/tomaskohout.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Tomas Kohout</h4>
<p class="text-gray u-MarginBottom10">University of Helsinki</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Asteroid Spectral Imaging Mission</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_saily.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/jussisäily.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Jussi Säily</h4>
<p class="text-gray u-MarginBottom10">VTT</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >W-band communication test mission</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_palmroth.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/minnapalmroth.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Minna Palmroth</h4>
<p class="text-gray u-MarginBottom10">University of Helsinki</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Finnish Centre of Excellence in Research of Sustainable Space</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_janhunen.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/pekkajanhunen.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Pekka Janhunen</h4>
<p class="text-gray u-MarginBottom10">FMI</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Mission plans of the Coulomb Sailing Group</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_heilimo.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/jyriheilimo.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Jyri Heilimo</h4>
<p class="text-gray u-MarginBottom10">FMI</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >FMI Arctic Space Center</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_praks.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/jaanpraks.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Jaan Praks</h4>
<p class="text-gray u-MarginBottom10">Aalto University</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Aalto-1 mission results</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_tergujeff.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/rennetergujeff.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Renne Tergujeff</h4>
<p class="text-gray u-MarginBottom10">VTT</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Forestry Thematic Exploitation Platform</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_tanskanen.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/eijatanskanen.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Eija Tanskanen</h4>
<p class="text-gray u-MarginBottom10">Aalto University</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Small magnetometer for Cubesat</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_vainio.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/ramivainio.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Rami Vainio</h4>
<p class="text-gray u-MarginBottom10">University of Turku</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Energetic particle observations on-board CubeSats</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_javanainen.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/artojavanainen.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Arto Javanainen</h4>
<p class="text-gray u-MarginBottom10">University of Jyväskylä</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Radiation testing at RADEF</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_ehrpais.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/hendrikehrpais.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Hendrik Ehrpais</h4>
<p class="text-gray u-MarginBottom10">ESTCube</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >ESTCube-2 mission</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_huovelin.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/juhanihuovelin.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Juhani Huovelin</h4>
<p class="text-gray u-MarginBottom10">University of Helsinki</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Space Weather instrumentation</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_gordon.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/raunogordon.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Rauno Gordon</h4>
<p class="text-gray u-MarginBottom10">Tallinn University of Technology</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Satellite mission of Tallinn Tech University</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_isbjörnssund.ppsx" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/kimmoisbjörnssund.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Kimmo Isbjörnssund</h4>
<p class="text-gray u-MarginBottom10">ESA BIC Finland</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >ESA Business Incubator Center</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_lönnqvist.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/maijalonnqvist.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Maija Lönnqvist</h4>
<p class="text-gray u-MarginBottom10">Ministry of Economic Affairs and Employment of Finland</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Finnish Space Law</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_anttila.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/mattianttila.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Matti Anttila</h4>
<p class="text-gray u-MarginBottom10">SSF</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Small satellite development process aspects from space industry point of view</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_vahajaakkola.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/kallevj.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Kalle Vähä-Jaakkola</h4>
<p class="text-gray u-MarginBottom10">Space Nation</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Space Nation Labs: Fly your payload on the ISS</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 u-MarginBottom35 presentation">
<div class="u-BoxShadow100">
<a href="assets/presentations/FSW2018_kimmel.pdf" target="_blank">
<div class="Blurb u-InlineBlock presbox">
<figure>
<img class="img-responsive" src="assets/imgs/2018_speakers/laurikimmel.jpg" alt="...">
</figure>
<h4 class="u-MarginTop10 u-MarginBottom0">Lauri Kimmel</h4>
<p class="text-gray u-MarginBottom10">Spaceit</p>
<p class="text-center u-MarginTop0" style="margin: -10px 10px 10px" >Turnkey software solution for small satellite operations</p>
</div>
</a>
</div>
</div>
<!-- presentations end-->
</div>
</div>
</section>
<!--speakers end-->
<!--sponsors start-->
<section id="sponsorlogos" class=" u-PaddingTop100 u-sm-PaddingTop30 u-PaddingBottom100 u-sm-PaddingBottom30 bg-primary bg-primary--gradient ">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="u-MarginTop50 u-MarginBottom100 u-sm-MarginBottom30 u-Weight700">Organizers</h1>
</div>
<div class="Clients col-lg-12 col-lg-offset-0 col-md-10 col-md-offset-1 text-center u-MarginBottom100 u-xs-MarginBottom30">
<span class="client-border"><img src="assets/imgs/sponsors/business_Finland.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/foresail.png" alt="..." height="100"></span>
</div>
<div class="col-md-12 text-center">
<h1 class="u-MarginTop50 u-MarginBottom100 u-sm-MarginBottom30 u-Weight700">Partners</h1>
</div>
<div class="Clients col-lg-12 col-lg-offset-0 col-md-10 col-md-offset-1 text-center u-MarginBottom100 u-xs-MarginBottom30">
<span class="client-border"><img src="assets/imgs/sponsors/harp.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/ssf.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/vtt.png" alt="..." height="100"></span>
</div>
<div class="Clients col-lg-12 col-lg-offset-0 col-md-10 col-md-offset-1 text-center u-MarginBottom100 u-xs-MarginBottom30">
<span class="client-border"><img src="assets/imgs/sponsors/esabic2.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/isis.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/iceye.png" alt="..." height="100"></span>
</div>
<div class="Clients col-lg-12 col-lg-offset-0 col-md-10 col-md-offset-1 text-center u-MarginBottom100 u-xs-MarginBottom30">
<span class="client-border"><img src="assets/imgs/sponsors/reaktor.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/spaceit.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/sponsor10.png" alt="..." height="100"></span>
</div>
<div class="Clients col-lg-12 col-lg-offset-0 col-md-10 col-md-offset-1 text-center u-MarginBottom100 u-xs-MarginBottom30">
<span class="client-border"><img src="assets/imgs/sponsors/sponsor11.png" alt="..." height="100"></span>
<span class="client-border"><img src="assets/imgs/sponsors/sponsor12.png" alt="..." height="100"></span>
</div>
</div>
</div>
</section>
<!--sponsors end-->
<!--footer start-->
<footer class="bg-darker u-PaddingTop100 u-sm-PaddingTop30 u-PaddingBottom100 u-sm-PaddingBottom30 ">
<div class="container text-center text-sm">
<img class="retina u-MarginBottom50 u-sm-MarginBottom30" src="assets/imgs/logo-light.png" alt="">
<div class="social-links sl-default light-link solid-link circle-link colored-hover">
<a href="https://www.facebook.com/AaltoSatellites/" target="_blank" class="facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="https://twitter.com/aaltosatellites" target="_blank" class="twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.instagram.com/wintersatworkshop/" target="_blank" class="instagram">
<i class="fa fa-instagram"></i>
</a>
</div>
<p class="u-MarginBottom5 u-MarginTop20">Copyright 2017 @ tevent Template.</p>
</div>
</footer>
<!--footer end-->
<!-- inject:js -->
<script src="assets/vendor/jquery/jquery-1.12.0.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/vendor/bootsnav/js/bootsnav.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/waypoints/sticky.min.js"></script>
<script src="assets/vendor/headroom/headroom.min.js"></script>
<script src="assets/vendor/jquery.countTo/jquery.countTo.min.js"></script>
<script src="assets/vendor/owl.carousel2/owl.carousel.min.js"></script>
<script src="assets/vendor/jquery.appear/jquery.appear.js"></script>
<script src="assets/vendor/isotope/isotope.pkgd.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.js"></script>
<script src="assets/vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/vendor/jquery.countdown.min.js"></script>
<script src="assets/vendor/swiper/js/swiper.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<!-- endinject -->
<!--google map-->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCVkU7YnGfown4_i_sm6X36HP2jWTv54&callback=initMap"> </script>
<script>
w3.includeHTML();
function initMap() {
var location, map, marker;
location = {lat: 60.185041, lng: 24.832465};
map = new google.maps.Map(document.getElementById('map'), {
center: location,
zoom: 15,
scrollwheel:false
});
marker = new google.maps.Marker({
position: location,
map: map
});
}
$(document).ready(function(){
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
if(hash == "#tab1" || hash == "#tab2")
return;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>