-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
740 lines (674 loc) · 27.4 KB
/
Copy pathindex.html
File metadata and controls
740 lines (674 loc) · 27.4 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
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CLEAN MARKUP = GOOD KARMA.
Hi source code lover,
you're a curious person and a fast learner ;)
Let's make something beautiful together. Contribute on Github:
https://github.com/webslides/webslides
Thanks,
@jlantunez.
-->
<!-- SEO -->
<title>28 Project Week NAMIC - Gran Canaria</title>
<meta name="description" content="Presentation about the project and how to plan the different stages">
<!-- URL CANONICAL -->
<!-- <link rel="canonical" href="http://your-url.com/"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
<!-- CSS Base -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/base.css">
<!-- CSS Colors -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/colors.css">
<!-- Optional - CSS SVG Icons (Font Awesome) -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/svg-icons.css">
<!-- SOCIAL CARDS (ADD YOUR INFO) -->
<!-- TWITTER -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@medtech4susdev"> <!-- EDIT -->
<meta name="twitter:creator" content="@medtech4susdev"> <!-- EDIT -->
<meta name="twitter:title" content="Marilola Afonso for MACbioIDI"> <!-- EDIT -->
<meta name="twitter:description" content="Medical Technology"> <!-- EDIT -->
<meta name="twitter:image" content="static/images/Medtec4susdev.png"> <!-- EDIT -->
<!-- FAVICONS -->
<link rel="shortcut icon" sizes="16x16" href="static/images/favicons/favicon.png">
<link rel="shortcut icon" sizes="32x32" href="static/images/favicons/favicon-32.png">
<link rel="apple-touch-icon icon" sizes="76x76" href="static/images/favicons/favicon-76.png">
<link rel="apple-touch-icon icon" sizes="120x120" href="static/images/favicons/favicon-120.png">
<link rel="apple-touch-icon icon" sizes="152x152" href="static/images/favicons/favicon-152.png">
<link rel="apple-touch-icon icon" sizes="180x180" href="static/images/favicons/favicon-180.png">
<link rel="apple-touch-icon icon" sizes="192x192" href="static/images/favicons/favicon-192.png">
<!-- Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#333333">
<!-- BANNERS -->
</head>
<body>
<header role="banner">
<nav role="navigation">
<p class="logo"><a href="index.html" title="28 Project Week NAMIC - Gran Canaria">28 Project Week NAMIC - Gran Canaria</a></p>
<ul>
<li class="github">
<a rel="external" href="https://github.com/medtec4susdev" title="Github">
<svg class="fa-github">
<use xlink:href="#fa-github"></use>
</svg>
<em>Marilola for MACbioIDi</em>
</a>
</li>
<li class="twitter">
<a rel="external" href="https://twitter.com/medtec4susdev" title="Twitter">
<svg class="fa-twitter">
<use xlink:href="#fa-twitter"></use>
</svg>
<em>@medtech4susdev</em>
</a>
</li>
</ul>
</nav>
</header>
<main role="main">
<article id="webslides">
<!-- Quick Guide
- Each parent <section> in the <article id="webslides"> element is an individual slide.
- Vertical sliding = <article id="webslides" class="vertical">
- <div class="wrap"> = container 90% / <div class="wrap size-50"> = 45%;
-->
<!-- D1 -->
<section class="bg-apple">
<span class="background dark" style="background-size: cover"></span>
<!--.wrap = container (width: 90%) -->
<div class="wrap size-90 aligncenter">
<h1 class="text-data">28th PW NA-MIC 2018</h1>
<p class="text-intro">Project presentation for 28 Project Summer Week NA-MIC 2018 ULPGC</p>
</div>
<!-- .end .wrap -->
</section>
<!-- D2 -->
<section class="fullscreen">
<div class="card-60">
<figure>
<img src="static/images/PW28-500px.png" alt="28 PW NA-MIC">
</figure>
<div class="flex-content">
<p><h4>28th NA-MIC Project Week</h4></p>
<ul class="description">
<li>
<strong class="text-label">Date</strong> June 25-29, 2017
</li>
<li>
<strong class="text-label">Venue</strong> Gran Canaria - Canary Islands
</li>
<br></br>
<li>
National Alliance for Medical Imaging Computing
<p><a href="https://na-mic.github.io/ProjectWeek/PW28_2018_GranCanaria/">NAMIC 28th Project Week</a> June 2018.</p>
</li>
<li>
<p><a href="mailto:juan.ruiz@ulpgc.es">Juan Ruiz Alzola</a></p>
Universidad de Las Palmas de Gran Canaria
Instituto Astrofísico de Canarias
<p><img src="static/images/UlpgcAstrofisico.png" width="150" height="75"></p>
</li>
</ul>
</div>
</div>
</section>
<!-- D3 -->
<section>
<div class="wrap">
<div class="card-50 bg-white">
<figure>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d28151.35385701704!2d-15.450174832808967!3d28.118491815150843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xc40950e91c097d1%3A0xab36b5ac5338ba65!2sLas+Palmas+de+Gran+Canaria%2C+Las+Palmas!5e0!3m2!1ses!2ses!4v1517865864529" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<figcaption>
<a href="https://maps.google.com" title="Google Maps">
<svg class="fa-maps">
<use xlink:href="#fa-maps"></use>
</svg>
Google Maps
</a>
</figcaption>
</figure>
<!-- end figure-->
<div class="flex-content">
<h2>
Discover Las Palmas
</h2>
<ul class="description">
<li>
<strong title="Density">Density:</strong> 3.755,84/km<sup>2</sup>
</li>
<li><strong title="Population">Population:</strong> 377.650 </li>
<li><strong title="Website">Website:</strong> <a href="https://www.laspalmasgc.es/es/"> Las Palmas de Gran Canaria</a></li>
</ul>
<p>
There are many reasons to visit Las Palmas de Gran Canaria. Las Palmas has a diverse range of people and cultures, located in the Macaronesian is the perfect place to create a professional hub, close to African countries.
</p>
</div>
<!-- end .flex-content-->
</div>
<!-- end .card-50-->
</div>
<!-- .end .wrap -->
</section>
<!-- D4 -->
<section class="fullscreen">
<div class="card-50">
<figure>
<img src="static/images/Muelle_deportivo.jpg" alt="Muelle Deportivo">
<figcaption>
<a href="https://juanruizalzola.com/" title="Juan Ruiz Alzola" target="_blank">
<svg class="fa-camera">
<use xlink:href="#fa-camera"></use>
</svg>
Juan Ruiz Alzola (photo)
</a>
</figcaption>
</figure>
<!-- end figure-->
<div class="flex-content">
<h2>
What is inspiration?
</h2>
<p>
In Las Palmas, inspiration means biomedical science ;-)
</p>
</div>
<!-- end .flex-content-->
</div>
<!-- end .card-50-->
</section>
<!-- D5 -->
<section>
<div class="wrap">
<h4>Key Facts about ULPGC</h4>
<ul class="flexblock">
<li>
<h2>
<svg class="fa-star">
<use xlink:href="#fa-star"></use>
</svg>
Gran Canaria
</h2>
Canary Islands are main global tourism destinations
</li>
<li>
<h2>
<svg class="fa-balance-scale">
<use xlink:href="#fa-balance-scale"></use>
</svg>
Spain
</h2>
European Union
</li>
<li>
<h2>
<svg class="fa-bar-chart">
<use xlink:href="#fa-bar-chart"></use>
</svg>
Close to Africa: Outermost Region
</h2>
Special regime → Fiscal incentives
</li>
</ul>
<hr>
<ul class="flexblock blink">
<li>
<a href="#">
<h2>
<svg class="fa-plane">
<use xlink:href="#fa-plane"></use>
</svg>
Well Connected
</h2>
European Standards
</a>
</li>
<li>
<a href="#">
<h2>
<svg class="fa-graduation-cap">
<use xlink:href="#fa-graduation-cap"></use>
</svg>
Two Large Universities
</h2>
World class research infrastructure. Astrophysics. Oceanic.
</a>
</li>
<li>
<a href="https://www.laspalmasgc.es/es/"target="_blank">
<h2>
<svg class="fa-building-o">
<use xlink:href="#fa-building-o"></use>
</svg>
Las Palmas de Gran Canaria
</h2>
Large Blooming City
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<!-- D6 -->
<section>
<div class="card-50">
<div class="flex-content">
<h4 class="aligncenter"> Universidad de Las Palmas de Gran Canaria</h4>
<ul class="flexblock specs">
<li>
<div>
<svg class="fa-university">
<use xlink:href="#fa-university"></use>
</svg>
<h3>Community</h3>
23.000 students / 1.600 faculty members </br>
15 schools / 40 degrees / 33 masters / 13 PhD. programs
</div>
</li>
<li>
<div>
<svg class="fa-stethoscope">
<use xlink:href="#fa-stethoscope"></use>
</svg>
<h3>Research</h3>
11 Research Institutes / Collaboration with European & International Universities and Research Centers
</div>
</li>
<li>
<div>
<svg class="fa-connectdevelop">
<use xlink:href="#fa-connectdevelop"></use>
</svg>
<h3>Cooperation for Development</h3>
Africa and Latin America
</div>
</li>
</ul>
</div>
<!-- end .flex-content-->
<figure>
<img class="aligncenter" src="static/images/biblioteca.jpg" alt="ULPGC Library">
</figure>
</div>
</section>
<!-- D7 -->
<section>
<div class="wrap">
<div class="card-50 bg-white">
<figure>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16886257.83374208!2d-13.726995654402826!3d27.50729865377662!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xc081854a1104e5f%3A0x65eb5659242716bc!2sMacaronesia!5e1!3m2!1ses!2ses!4v1517941208429" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<figcaption>
<a href="https://maps.google.com" title="Google Maps">
<svg class="fa-maps">
<use xlink:href="#fa-maps"></use>
</svg>
Google Maps
</a>
</figcaption>
</figure>
<!-- end figure-->
<div class="flex-content">
<h2>
Macaronesia
</h2>
<ul class="text-cols">
<li><strong title="Europe">Madrid</strong>1.700 Km </li>
<li><strong title="Europe">Barcelona:</strong> 2.200 Km</li>
<li><strong title="Europe">Paris:</strong> 2.700 Km</li>
<li><strong title="Europe">London:</strong> 2.900 Km</li>
<li><strong title="Europe">Brussels:</strong> 3.000 Km</li>
<li><strong title="Europe">Rome:</strong> 3.000 Km</li>
<li><strong title="Europe">Amsterdam:</strong> 3.200 Km</li>
<li><strong title="Europe">Berlin:</strong> 3.600 Km</li>
<li><strong title="Europe">Helsinki:</strong> 4.700 Km</li>
<li><strong title="America">Cayenne:</strong> 4.700 Km</li>
<li><strong title="Africa">Agadir</strong> 600 Km </li>
<li><strong title="Africa">Rabat:</strong> 1.000 Km</li>
<li><strong title="Africa">Nouakchot:</strong> 1.100 Km</li>
<li><strong title="Africa">Dakar:</strong> 1.500 Km</li>
<li><strong title="Africa">Praia:</strong> 1.700 Km</li>
<li><strong title="Africa">Bamako:</strong> 1.900 Km</li>
<li><strong title="Africa">Conakry:</strong> 2.000 Km</li>
<li><strong title="Africa">FreeTown:</strong> 2.200 Km</li>
<li><strong title="Africa">Niamei:</strong> 2.400 Km</li>
<li><strong title="Africa">Monrovia:</strong> 2.500 Km</li>
</ul>
</div>
<!-- end .flex-content-->
</div>
<!-- end .card-50-->
</div>
<!-- .end .wrap -->
</section>
<!-- D8 -->
<section>
<div class="wrap">
<h2>Strategic Base For Humanitarian Aid</h2>
<p><code>Las Palmas de Gran Canaria</code></p>
<ul class="flexblock clients border">
<li>
<a href="#" title="Red Cross">
<figure>
<img class="blacklogo" src="static/images/logos/Cutie_red_cross.png" width="150" height="150" alt="Red Cross">
<figcaption>
<h3>Red Cross</h3>
<p>Red cross humanitarian logistics centre in the Canary Islands. <br />
6.7780 m<sup>2</sup> 330.972 Kg. Aid managed from the Canary Islands 2009-2015 <br />
2.500 people in 48 h.</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="UN World Food Program">
<figure>
<img class="blacklogo" src="static/images/logos/Logo UN - World Food Programme (WFP).png" width="150" height="150" alt="UN Food program">
<figcaption>
<h3>United Nations Food Program</h3>
<p>One of the 5 Logistic Centers of this organisation is located at the Canary Islands.</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="USAid">
<figure>
<img class="blacklogo" src="static/images/logos/USAIDLogo.png" width="200" height="200" alt="US Aid">
<figcaption>
<h3>Logistic Centre USA Aid</h3>
<p>9.400 m<sup>2</sup> storage area for the Food for Peace Programme.<br />
30.000 TN Aid managed from the Canary Islands 2009-2015.<br />
One of the six overseas warehouses.</p>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<!-- D9 -->
<section>
<div class="wrap">
<h2>Venue</h2>
<hr>
<ul class="flexblock gallery">
<li>
<a href="#" title="University of Las Palmas de Gran Canaria">
<figure>
<img alt="Presentations" src="static/images/Venue_1.jpg">
<figcaption>
<h2>Presentations</h2>
<h3>Breakout Sessions</h3>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="Working sessions">
<figure>
<img alt="Working sessions" src="static/images/Venue_2.jpg">
<figcaption>
<h2>Working sessions</h2>
<h3>Breakout Sessions</h3>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="Attendants information">
<figure>
<img alt="Register. Attendants information" src="static/images/Venue_3.jpg">
<figcaption>
<h2>Facilities</h2>
<h3>Interior</h3>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#" title="Facilities. Exterior.">
<figure>
<img alt="Exterior of the facilities" src="static/images/Venue_5.jpg">
<figcaption>
<h2>Facilities</h2>
<h3>Exterior</h3>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<!-- D10 -->
<section>
<div class="wrap">
<h3>Biomedical Research International Collaboration (Canary Islands)</h3>
<ul class="flexblock gallery">
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/Collaboration_1.jpg">
<figcaption>
<h2>Research</h2>
<p>MACbioIDi Workshop</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail " src="static/images/Collaboration_2.jpg">
<figcaption>
<h2>Collaboration</h2>
<p>Mentoring</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/Collaboration_3.jpg">
<figcaption>
<h2>Training</h2>
<p>Affordable high-tech medical & surgical simulators</p>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<!-- D11 -->
<section>
<div class="wrap">
<h3>Biomedical Research International Collaboration</h3>
<ul class="flexblock gallery">
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/Collaboration_4.jpg">
<figcaption>
<h2>Cape Verde</h2>
<p>Cooperation</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail " src="static/images/Collaboration_5.jpg">
<figcaption>
<h2>Mauritania</h2>
<p>Joint projects</p>
</figcaption>
</figure>
</a>
</li>
<li>
<a href="#">
<figure>
<img alt="Thumbnail" src="static/images/Collaboration_6.jpg">
<figcaption>
<h2>Senegal</h2>
<p>Team Work</p>
</figcaption>
</figure>
</a>
</li>
</ul>
</div>
<!-- .end .wrap -->
</section>
<!-- D12 -->
<section>
<div class="wrap">
<img class="alignleft size-50" src="static/images/CiudadPlano.jpg" alt="Las Palmas de G.C.">
<h4>Looking Forward, Looking Further</h4>
<p><code>An International Hub, model of reference</code></p>
<p>An international hub for medical technology and training, adapted to the needs of developing countries, which serves as model of reference.</p>
<p><strong>A global network</strong></p>
<p>NA-MIC + Parallel event with our African partners (physicians, engineers and academics) to introduce them to NA-MIC technology and explore synergies.</p>
<a href="https://canaryislandshub.com/" title="Canary Islands Hub" target="_blank"> Canary Islands Hub</a>
</div>
<!-- .end .wrap -->
</section>
<!-- D13 -->
<section class="bg-black aligncenter">
<span class="background" style="background-image:url('static/images/LPA_0.jpg')"></span>
<div class="wrap">
<h1 class="text-landing text-shadow"><strong>Charming</strong></h1>
<p class="text-intro"><code>Vegueta</code></p>
</div>
<!-- .end .wrap -->
</section>
<!-- D14 -->
<section class="bg-black aligncenter">
<span class="background" style="background-image:url('static/images/LPA_1.jpg')"></span>
<div class="wrap">
<h1 class="text-landing text-shadow"><strong>Fascinating</strong></h1>
<p class="text-intro"><code>Antigua</code></p>
</div>
<!-- .end .wrap -->
</section>
<!-- D15 -->
<section class="bg-black aligncenter">
<span class="background" style="background-image:url('static/images/LPA_2.jpg')"></span>
<div class="wrap">
<h1 class="text-landing text-shadow"><strong>Challenging</strong></h1>
<p class="text-intro"><code>City</code></p>
</div>
<!-- .end .wrap -->
</section>
<!-- D16 -->
<section class="bg-black aligncenter">
<span class="background" style="background-image:url('static/images/LPA_3.jpg')"></span>
<div class="wrap">
<h1 class="text-landing text-shadow"><strong>Attractive</strong></h1>
<p class="text-intro"><code>Magic</code></p>
</div>
<!-- .end .wrap -->
</section>
<!-- D17 -->
<section class="bg-black aligncenter">
<span class="background" style="background-image:url('static/images/LPA_4.jpg')"></span>
<div class="wrap">
<h1 class="text-landing text-shadow"><strong>Close</strong></h1>
<p class="text-intro"><code>To everywhere</code></p>
</div>
<!-- .end .wrap -->
</section>
<!-- D18 -->
<section class="bg-black aligncenter">
<span class="background" style="background-image:url('static/images/LPA_5.jpg')"></span>
<div class="wrap">
<h1 class="text-landing text-shadow"><strong>Relaxing</strong></h1>
<p class="text-intro"><code>City beaches</code></p>
</div>
<!-- .end .wrap -->
</section>
<!-- D19 -->
<section>
<!-- Overlay/Opacity: [class*="bg-"] > .background.dark or .light -->
<span class="background" style="background-image:url('static/images/Join_us.jpg')"></span>
<div class="wrap">
<div class="content-left bg-trans-dark fadeInUp">
<img src="static/images/logos/Medtec4susdev.png" width="200" height="200" alt="Medtec4susdev">
<hr>
<h2><strong>Share Experiences</strong></h2>
<p>Join our projects</p>
<p>PW 28 NA-MIC week - Las Palmas de Gran Canaria</p>
</div>
</div>
<!-- .end .wrap -->
</section>
<!-- D20 -->
<section class="bg-apple">
<span class="background dark" ></span>
<!--.wrap = container (width: 90%) -->
<div class="wrap size-80 aligncenter">
<h4 class="text-data">See you in Gran Canaria!</h>
<p class="text-intro">
<a rel="external" href=""https://mt4sd.ulpgc.es/es/" title="Medtech4susdev official web">
<em>@medtech4susdev</em>
</a>
</p>
</div>
<!-- .end .wrap -->
</section>
<!-- D21 -->
<section>
<div class="wrap aligncenter">
<h2>Credits</h2>
<div class="grid vertical-align size-50">
<div class="column">
<ul class="description">
<li>
<a href="https://webslides.tv/"target="_blank">WebSlides</a>
</li>
<li>
Contents:
<ul>
<li>
<a href="https://www.na-mic.org/wiki/Main_Page"target="_blank">NA-MIC</a>
</li>
<li>
<a href="https://www.ulpgc.es"target="_blank">Universidad de Las Palmas de Gran Canaria</a>
</li>
<li>
<a href="http://www.iuibs.ulpgc.es/"target="_blank">IUIBS</a>
</li>
<li>
<a href="https://mt4sd.ulpgc.es/w/es/index.php/Proyecto_MACbioIDi"target="_blank">MACbioIDi</a> for <a href="https://mt4sd.ulpgc.es/es/"target="_blank">Medtech4susdev</a>
</li>
<li>
<a href="http://www.grancanaria.com/turismo/en/"target="_blank">Las Palmas de Gran Canaria</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</section>
</article>
<!-- end article -->
</main>
<!-- end main -->
<!-- Required -->
<script src="static/js/webslides.js"></script>
<script>
window.ws = new WebSlides();
</script>
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
<script defer src="static/js/svg-icons.js"></script>
</body>
</html>