-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAuthors.html
42 lines (29 loc) · 1.34 KB
/
Authors.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Fast team</title>
<link href="Fast.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="Images/FastIcon.png"> </link>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L4031K45JM"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-L4031K45JM'); </script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
<script type="text/javascript" src="JavaScript/all.js" defer> </script>
</head>
<body>
<h1>Fast team</h1>
<hr>
<!-- <header class="headerAuthor">
<img src="Images/authors2.png" onclick="img_box(this)">
</header> -->
<br>
<p><strong> Main developper: </strong> Ivan Mary.</p>
<p><strong> Current contributors: </strong> Christophe Benoit, Benjamin Constant, Antoine Jost, Stéphanie Péron, Thomas Renaud, Alexandre Suss.</p>
<p><strong> Former contributors: </strong> Nicolas Alferez, Didier Blaise, Guillaume Jeanmasson, Sâm Landier, Jean-Marie Le Gouez.</p><br>
<hr>
<p><a href="index.html">Return to main page.</a></p>
<footer class="footerIndex">
<a href="http://www.onera.fr"><img src="Images/logo-onera3.png"></a>
</footer>
</body>
</html>