-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
665 lines (614 loc) · 32.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Martenet Volatus</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" href="assets/css/app.css?v=7fc69e130d" as="style" />
<link rel="preload" href="assets/js/manifest.js?v=7fc69e130d" as="script" />
<link rel="preload" href="assets/js/vendor/content-api.min.js?v=7fc69e130d" as="script" />
<link rel="preload" href="assets/js/vendor.js?v=7fc69e130d" as="script" />
<link rel="preload" href="assets/js/app.js?v=7fc69e130d" as="script" />
<link rel="preconnect" href="https://polyfill.io">
<link rel="dns-prefetch" href="https://polyfill.io">
<link rel="preload" href="assets/css/home.css?v=7fc69e130d" as="style" />
<link rel="preload" href="assets/css/listing.css?v=7fc69e130d" as="style" />
<link rel="preload" href="assets/js/home.js?v=7fc69e130d" as="script" />
<style>
/* These font-faces are here to make fonts work if the Ghost instance is installed in a subdirectory */
/* source-sans-pro-regular */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('SourceSansPro-Regular'),
url("assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff2?v=7fc69e130d") format('woff2'),
url("assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff?v=7fc69e130d") format('woff');
}
/* source-sans-pro-600 */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('SourceSansPro-SemiBold'),
url("assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff2?v=7fc69e130d") format('woff2'),
url("assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff?v=7fc69e130d") format('woff');
}
/* source-sans-pro-700 */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('SourceSansPro-Bold'),
url("assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff2?v=7fc69e130d") format('woff2'),
url("assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff?v=7fc69e130d") format('woff');
}
/* iconmoon */
@font-face {
font-family: 'icomoon';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url("assets/fonts/icomoon/icomoon.eot?101fc3?v=7fc69e130d");
src: url("assets/fonts/icomoon/icomoon.eot?101fc3") format('embedded-opentype'),
url("assets/fonts/icomoon/icomoon.ttf?101fc3?v=7fc69e130d") format('truetype'),
url("assets/fonts/icomoon/icomoon.woff?101fc3?v=7fc69e130d") format('woff'),
url("assets/fonts/icomoon/icomoon.svg?101fc3") format('svg');
}
</style>
<link rel="stylesheet" type="text/css" href="assets/css/app.css?v=7fc69e130d" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/home.css?v=7fc69e130d" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/listing.css?v=7fc69e130d" media="screen" />
<meta name="description" content="Martenet Volatus is an innovation project whose mission is to study, demonstrate and showcase emerging technology for Autonomous Aerial Vehicles." />
<link rel="icon" href="favicon.png" type="image/png" />
<link rel="canonical" href="/" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="Martenet Volatus" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Martenet Volatus" />
<meta property="og:description" content="Martenet Volatus is an innovation project whose mission is to study, demonstrate and showcase emerging technology for Autonomous Aerial Vehicles." />
<meta property="og:url" content="/" />
<meta property="og:image" content="/content/images/2021/09/aircraft-silhouette-2.svg" />
<meta property="article:publisher" content="https://www.facebook.com/martenet.aero" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Martenet Volatus" />
<meta name="twitter:description" content="Martenet Volatus is an innovation project whose mission is to study, demonstrate and showcase emerging technology for Autonomous Aerial Vehicles." />
<meta name="twitter:url" content="/" />
<meta name="twitter:image" content="/content/images/2021/09/aircraft-silhouette-1.svg" />
<meta name="twitter:site" content="@Martenet_Aero" />
<meta property="og:image:width" content="880" />
<meta property="og:image:height" content="880" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "Martenet Volatus",
"url": "/",
"logo": {
"@type": "ImageObject",
"url": "/content/images/2021/09/aircraft-silhouette.svg",
"width": 60,
"height": 60
}
},
"url": "/",
"image": {
"@type": "ImageObject",
"url": "/content/images/2021/10/AdobeStock_345250533.jpeg",
"width": 2000,
"height": 1333
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "/"
},
"description": "Martenet Volatus is an innovation project whose mission is to study, demonstrate and showcase emerging technology for Autonomous Aerial Vehicles."
}
</script>
<style>:root {--ghost-accent-color: #ff0000;}</style>
<meta name="generator" content="Ghost 4.16" />
<link rel="alternate" type="application/rss+xml" title="Martenet Volatus" href="/rss/" />
<script>
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
const ghostHost = ""
// @license-end
</script>
</head>
<body class="home-template">
<header class="m-header with-picture js-header">
<div class="m-mobile-topbar" data-aos="fade-down">
<button class="m-icon-button in-mobile-topbar js-open-menu" aria-label="Open menu">
<span class="icon-menu" aria-hidden="true"></span>
</button>
<a href="/" class="m-logo in-mobile-topbar">
<img src="/content/images/2021/09/aircraft-silhouette.svg" alt="Martenet Volatus">
</a>
<button class="m-icon-button in-mobile-topbar js-open-search" aria-label="Open search">
<span class="icon-search" aria-hidden="true"></span>
</button>
</div>
<div class="m-menu js-menu">
<button class="m-icon-button outlined as-close-menu js-close-menu" aria-label="Close menu">
<span class="icon-close"></span>
</button>
<div class="m-menu__main" data-aos="fade-down">
<div class="l-wrapper">
<div class="m-nav js-main-nav">
<nav class="m-nav__left js-main-nav-left" role="navigation" aria-label="Main menu">
<ul>
<li class="only-desktop">
<a href="/" class="m-logo">
<img src="/content/images/2021/09/aircraft-silhouette.svg" alt="Martenet Volatus">
</a>
</li>
<li class="nav-martenet-volatus nav-current">
<a href="/">Martenet Volatus</a>
</li>
<li class="nav-louis-martenet">
<a href="/louis-martenet/">Louis Martenet</a>
</li>
<li class="nav-team">
<a href="/team/">Team</a>
</li>
<li class="more">
<span>
<a href="javascript:void(0);" class="js-open-secondary-menu">
More
<span class="icon-chevron-down" aria-hidden="true"></span>
</a>
</span>
</li>
<li class="submenu-option js-submenu-option">
<button class="m-icon-button in-menu-main more js-toggle-submenu" aria-label="Open submenu">
<span class="icon-more" aria-hidden="true"></span>
</button>
<div class="m-submenu js-submenu">
<div class="l-wrapper in-submenu">
<section class="m-recent-articles">
<h3 class="m-submenu-title in-recent-articles">Recent articles</h3>
<div class="glide js-recent-slider">
<div class="glide__track" data-glide-el="track">
<div class="glide__slides">
<div class="glide__slide">
<a href="la-roche-technology/" class="m-recent-article">
<div class="m-recent-article__picture ">
<img src="https://images.unsplash.com/photo-1632734824733-c25abcf1f984?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDF8fHJvY2hlJTIwbm9pcmV8ZW58MHx8fHwxNjM0ODE0MTkw&ixlib=rb-1.2.1&q=80&w=2000" loading="lazy" alt="">
</div>
<h3 class="m-recent-article__title js-recent-article-title" title="La Roche Noire Technology made it! So can you">
La Roche Noire Technology made it! So can you
</h3>
<span class="m-recent-article__date">a month ago</span>
</a>
</div>
<div class="glide__slide">
<a href="team/" class="m-recent-article">
<div class="m-recent-article__picture ">
<img src="content/images/size/w300/2021/10/AdobeStock_345250813.jpeg" loading="lazy" alt="">
</div>
<h3 class="m-recent-article__title js-recent-article-title" title="Team">
Team
</h3>
<span class="m-recent-article__date">a month ago</span>
</a>
</div>
<div class="glide__slide">
<a href="insight/" class="m-recent-article">
<div class="m-recent-article__picture ">
<img src="https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDEyfHxFbmdpbmVlcmluZ3xlbnwwfHx8fDE2MzM4ODIyNTg&ixlib=rb-1.2.1&q=80&w=2000" loading="lazy" alt="">
</div>
<h3 class="m-recent-article__title js-recent-article-title" title="Insight of technology">
Insight of technology
</h3>
<span class="m-recent-article__date">a month ago</span>
</a>
</div>
<div class="glide__slide">
<a href="louis-martenet/" class="m-recent-article">
<div class="m-recent-article__picture ">
<img src="content/images/size/w300/2021/10/Louis-Martenet.jpeg" loading="lazy" alt="">
</div>
<h3 class="m-recent-article__title js-recent-article-title" title="Louis Martenet">
Louis Martenet
</h3>
<span class="m-recent-article__date">a month ago</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="m-tags">
<h3 class="m-submenu-title">Tags</h3>
<ul>
<li>
<a href="tag/sponsorship/">Sponsorship</a>
</li>
<li>
<a href="tag/who-are-we/">Who are we?</a>
</li>
</ul>
</section>
</div>
</div>
</li>
</ul>
</nav>
<div class="m-nav__right">
<button class="m-icon-button in-menu-main js-open-search" aria-label="Open search">
<span class="icon-search" aria-hidden="true"></span>
</button>
<div class="m-toggle-darkmode js-tooltip" data-tippy-content="Toggle dark mode" tabindex="0">
<label for="toggle-darkmode" class="sr-only">
Toggle dark mode
</label>
<input id="toggle-darkmode" type="checkbox" class="js-toggle-darkmode">
<div>
<span class="icon-moon moon" aria-hidden="true"></span>
<span class="icon-sunny sun" aria-hidden="true"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="secondary-navigation-template" style="display: none;">
<ul class="m-secondary-menu">
<li class="nav-about-the-project">
<a href="/about/">About the project</a>
</li>
<li class="nav-sponsors">
<a href="/tag/sponsorship/">Sponsors</a>
</li>
<li class="nav-contact">
<a href="/contact/">Contact</a>
</li>
</ul>
</div>
</header>
<main class="main-wrap">
<section class="m-hero with-picture" data-aos="fade">
<div class="m-hero__picture ">
<img
srcset="content/images/size/w300/2021/10/AdobeStock_345250533.jpeg250533.jpeg 300wcontent/images/size/w600/2021/10/AdobeStock_345250533.jpeg5250533.jpeg 600content/images/size/w1000/2021/10/AdobeStock_345250533.jpeg45250533.jpeg 100content/images/size/w2000/2021/10/AdobeStock_345250533.jpeg345250533.jpeg 2000w
"
sizes="(max-width: 600px) 600px, (max-width: 1000px) 1000px, 2000px"
src="content/images/size/w1000/2021/10/AdobeStock_345250533.jpeg"
alt=""
/>
</div>
<div class="m-hero__content" data-aos="fade-down">
<h1 class="m-hero-title bigger">Martenet Volatus</h1>
<p class="m-hero-description bigger">Martenet Volatus is an innovation project whose mission is to study, demonstrate and showcase emerging technology for Autonomous Aerial Vehicles.</p>
<a href="/newsletter" class="m-button filled js-newsletter">Subscribe</a>
</div>
</section>
<div class="l-content">
<div class="l-wrapper" data-aos="fade-up" data-aos-delay="300">
<div class="l-grid centered">
<div class="m-featured-slider glide js-featured-slider">
<div class="glide__track" data-glide-el="track">
<div class="m-featured-slider__list glide__slides">
<div class="m-featured-slider__list__item glide__slide js-featured-slide">
<article class="m-featured-article ">
<div class="m-featured-article__picture">
<style>
#featured-bg-61630dd0e615f100016bd5e0 {
background-image: url(https://images.unsplash.com/photo-1577012325504-110f8df056c9?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDZ8fHNwb25zb3J8ZW58MHx8fHwxNjMzODgxNjYw&ixlib=rb-1.2.1&q=80&w=2000);
}
@media(max-width: 768px) {
#featured-bg-61630dd0e615f100016bd5e0 {
background-image: url(https://images.unsplash.com/photo-1577012325504-110f8df056c9?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDZ8fHNwb25zb3J8ZW58MHx8fHwxNjMzODgxNjYw&ixlib=rb-1.2.1&q=80&w=2000);
}
}
</style>
<div id="featured-bg-61630dd0e615f100016bd5e0"></div>
</div>
<div class="m-featured-article__meta">
<a href="/author/martenet/" class="m-featured-article__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
<a href="/tag/sponsorship/" class="m-featured-article__tag">Sponsorship</a>
</div>
<div class="m-featured-article__ribbon">
<span class="icon-star"></span>
<span>Featured</span>
</div>
<a href="sponsorship/" class="m-featured-article__content">
<h2 class="m-featured-article__title js-featured-article-title" title="Sponsorship">
Sponsorship
</h2>
<div class="m-featured-article__timestamp">
<span>a month ago</span>
<span>•</span>
<span>1 min read</span>
</div>
</a>
</article>
</div>
</div>
</div>
<div data-glide-el="controls" class="glide__arrows js-featured-slider-controls">
<button data-glide-dir="<" class="m-icon-button in-featured-articles glide-prev js-featured-slider-previous" aria-label="Previous">
<span class="icon-arrow-left" aria-hidden="true"></span>
</button>
<button data-glide-dir=">" class="m-icon-button in-featured-articles glide-next js-featured-slider-next" aria-label="Next">
<span class="icon-arrow-right" aria-hidden="true"></span>
</button>
</div>
</div>
<article class="m-article-card post tag-sponsorship">
<div class="m-article-card__picture">
<a href="la-roche-technology/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
<img class="m-article-card__picture-background" src="https://images.unsplash.com/photo-1632734824733-c25abcf1f984?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDF8fHJvY2hlJTIwbm9pcmV8ZW58MHx8fHwxNjM0ODE0MTkw&ixlib=rb-1.2.1&q=80&w=2000" loading="lazy" alt="">
<a href="/author/martenet/" class="m-article-card__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
</div>
<div class="m-article-card__info">
<a href="/tag/sponsorship/" class="m-article-card__tag">Sponsorship</a>
<a href="la-roche-technology/" class="m-article-card__info-link" aria-label="La Roche Noire Technology made it! So can you">
<div>
<h2 class="m-article-card__title js-article-card-title " title="La Roche Noire Technology made it! So can you">
La Roche Noire Technology made it! So can you
</h2>
</div>
<div class="m-article-card__timestamp">
<span>a month ago</span>
<span>•</span>
<span>1 min read</span>
</div>
</a>
</div>
</article>
<article class="m-article-card post tag-who-are-we">
<div class="m-article-card__picture">
<a href="team/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
<img class="m-article-card__picture-background" src="content/images/size/w600/2021/10/AdobeStock_345250813.jpeg" loading="lazy" alt="">
<a href="/author/martenet/" class="m-article-card__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
</div>
<div class="m-article-card__info">
<a href="/tag/who-are-we/" class="m-article-card__tag">Who are we?</a>
<a href="team/" class="m-article-card__info-link" aria-label="Team">
<div>
<h2 class="m-article-card__title js-article-card-title " title="Team">
Team
</h2>
</div>
<div class="m-article-card__timestamp">
<span>a month ago</span>
<span>•</span>
<span>1 min read</span>
</div>
</a>
</div>
</article>
<article class="m-article-card post tag-who-are-we">
<div class="m-article-card__picture">
<a href="insight/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
<img class="m-article-card__picture-background" src="https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDEyfHxFbmdpbmVlcmluZ3xlbnwwfHx8fDE2MzM4ODIyNTg&ixlib=rb-1.2.1&q=80&w=2000" loading="lazy" alt="">
<a href="/author/martenet/" class="m-article-card__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
</div>
<div class="m-article-card__info">
<a href="/tag/who-are-we/" class="m-article-card__tag">Who are we?</a>
<a href="insight/" class="m-article-card__info-link" aria-label="Insight of technology">
<div>
<h2 class="m-article-card__title js-article-card-title " title="Insight of technology">
Insight of technology
</h2>
</div>
<div class="m-article-card__timestamp">
<span>a month ago</span>
<span>•</span>
<span>1 min read</span>
</div>
</a>
</div>
</article>
<article class="m-article-card post tag-who-are-we">
<div class="m-article-card__picture">
<a href="louis-martenet/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
<img class="m-article-card__picture-background" src="content/images/size/w600/2021/10/Louis-Martenet.jpeg" loading="lazy" alt="">
<a href="/author/martenet/" class="m-article-card__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
</div>
<div class="m-article-card__info">
<a href="/tag/who-are-we/" class="m-article-card__tag">Who are we?</a>
<a href="louis-martenet/" class="m-article-card__info-link" aria-label="Louis Martenet">
<div>
<h2 class="m-article-card__title js-article-card-title " title="Louis Martenet">
Louis Martenet
</h2>
</div>
<div class="m-article-card__timestamp">
<span>a month ago</span>
<span>•</span>
<span>2 min read</span>
</div>
</a>
</div>
</article>
<article class="m-article-card post tag-sponsorship featured">
<div class="m-article-card__picture">
<a href="sponsorship/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
<img class="m-article-card__picture-background" src="https://images.unsplash.com/photo-1577012325504-110f8df056c9?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDZ8fHNwb25zb3J8ZW58MHx8fHwxNjMzODgxNjYw&ixlib=rb-1.2.1&q=80&w=2000" loading="lazy" alt="">
<a href="/author/martenet/" class="m-article-card__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
<a href="sponsorship/" class="m-article-card__featured js-tooltip" data-tippy-content="Featured" aria-label="Featured">
<span class="icon-star" aria-hidden="true"></span>
</a>
</div>
<div class="m-article-card__info">
<a href="/tag/sponsorship/" class="m-article-card__tag">Sponsorship</a>
<a href="sponsorship/" class="m-article-card__info-link" aria-label="Sponsorship">
<div>
<h2 class="m-article-card__title js-article-card-title " title="Sponsorship">
Sponsorship
</h2>
</div>
<div class="m-article-card__timestamp">
<span>a month ago</span>
<span>•</span>
<span>1 min read</span>
</div>
</a>
</div>
</article>
<article class="m-article-card post tag-who-are-we">
<div class="m-article-card__picture">
<a href="problem-solving/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
<img class="m-article-card__picture-background" src="https://images.unsplash.com/photo-1601026967915-281d3160683b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDR8fGNhciUyMGluc2lkZXxlbnwwfHx8fDE2MzM4ODA3NDI&ixlib=rb-1.2.1&q=80&w=2000" loading="lazy" alt="">
<a href="/author/martenet/" class="m-article-card__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
</div>
<div class="m-article-card__info">
<a href="/tag/who-are-we/" class="m-article-card__tag">Who are we?</a>
<a href="problem-solving/" class="m-article-card__info-link" aria-label="What are we trying to solve?">
<div>
<h2 class="m-article-card__title js-article-card-title " title="What are we trying to solve?">
What are we trying to solve?
</h2>
</div>
<div class="m-article-card__timestamp">
<span>a month ago</span>
<span>•</span>
<span>1 min read</span>
</div>
</a>
</div>
</article>
<article class="m-article-card post tag-who-are-we">
<div class="m-article-card__picture">
<a href="prototype/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
<img class="m-article-card__picture-background" src="content/images/size/w600/2021/10/Martenet-Prototype-3.png" loading="lazy" alt="">
<a href="/author/martenet/" class="m-article-card__author js-tooltip" aria-label="Team Martenet Volatus" data-tippy-content="Posted by Team Martenet Volatus ">
<div style="background-image: url(content/images/size/w100/2021/10/aircraft-silhouette.png);"></div>
</a>
</div>
<div class="m-article-card__info">
<a href="/tag/who-are-we/" class="m-article-card__tag">Who are we?</a>
<a href="prototype/" class="m-article-card__info-link" aria-label="Prototype">
<div>
<h2 class="m-article-card__title js-article-card-title " title="Prototype">
Prototype
</h2>
</div>
<div class="m-article-card__timestamp">
<span>a month ago</span>
<span>•</span>
<span>1 min read</span>
</div>
</a>
</div>
</article>
</div>
</div>
<div class="l-wrapper">
<nav class="m-pagination" aria-label="Pagination">
<span class="m-pagination__text">Page 1 of 1</span>
</nav>
</div>
</div>
</main>
<div class="m-search js-search" role="dialog" aria-modal="true" aria-label="Search">
<button class="m-icon-button outlined as-close-search js-close-search" aria-label="Close search">
<span class="icon-close" aria-hidden="true"></span>
</button>
<div class="m-search__content">
<form class="m-search__form">
<div class="pos-relative">
<span class="icon-search m-search-icon" aria-hidden="true"></span>
<label for="search-input" class="sr-only">
Type to search
</label>
<input id="search-input" type="text" class="m-input in-search js-input-search" placeholder="Type to search">
</div>
</form>
<div class="js-search-results hide"></div>
<p class="m-not-found align-center hide js-no-results">
No results for your search, please try with something else.
</p>
</div>
</div>
<footer class="m-footer">
<div class="m-footer__content">
<nav class="m-footer__nav-secondary" role="navigation" aria-label="Secondary menu in footer">
<ul class="m-secondary-menu">
<li class="nav-about-the-project">
<a href="/about/">About the project</a>
</li>
<li class="nav-sponsors">
<a href="/tag/sponsorship/">Sponsors</a>
</li>
<li class="nav-contact">
<a href="/contact/">Contact</a>
</li>
</ul>
</nav>
<nav class="m-footer-social">
<a href="https://www.facebook.com/martenet.aero" target="_blank" rel="noopener" aria-label="Facebook">
<span class="icon-facebook" aria-hidden="true"></span>
</a>
<a href="https://twitter.com/Martenet_Aero" target="_blank" rel="noopener" aria-label="Twitter">
<span class="icon-twitter" aria-hidden="true"></span>
</a>
<a href="/rss" aria-label="RSS">
<span class="icon-rss" aria-hidden="true"></span>
</a>
</nav>
<p class="m-footer-copyright">
<span>Martenet Volatus © 2021</span>
<span> • </span>
<span>Published with <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a></span>
</p>
<p class="m-footer-copyright jslicense">
<a href="assets/html/javascript.html?v=7fc69e130d" rel="jslicense">JavaScript license information</a>
</p>
</div>
</footer>
<div class="m-alert success subscribe js-alert" data-notification="subscribe">
Great! You've successfully subscribed.
<button class="m-alert__close js-notification-close" aria-label="Close">
<span class="icon-close"></span>
</button>
</div>
<div class="m-alert success signup js-alert" data-notification="signup">
Great! Next, complete checkout for full access.
<button class="m-alert__close js-notification-close" aria-label="Close">
<span class="icon-close"></span>
</button>
</div>
<div class="m-alert success signin js-alert" data-notification="signin">
Welcome back! You've successfully signed in.
<button class="m-alert__close js-notification-close" aria-label="Close">
<span class="icon-close"></span>
</button>
</div>
<div class="m-alert success checkout js-alert" data-notification="checkout">
Success! Your account is fully activated, you now have access to all content.
<button class="m-alert__close js-notification-close" aria-label="Close">
<span class="icon-close"></span>
</button>
</div>
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver%2CPromise%2CArray.prototype.includes%2CString.prototype.endsWith%2CString.prototype.startsWith%2CObject.assign%2CNodeList.prototype.forEach"></script>
<script defer src="assets/js/manifest.js?v=7fc69e130d"></script>
<script defer src="assets/js/vendor/content-api.min.js?v=7fc69e130d"></script>
<script defer src="assets/js/vendor.js?v=7fc69e130d"></script>
<script defer src="assets/js/app.js?v=7fc69e130d"></script>
<script defer src="assets/js/home.js?v=7fc69e130d"></script>
</body>
</html>