-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (71 loc) · 4.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Olivier Churlaud</title>
<meta name="description" content="Olivier Churlaud's personal website">
<meta name="author" content="Olivier Churlaud">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="vendors/skeleton/css/normalize.css">
<link rel="stylesheet" href="vendors/skeleton/css/skeleton.css">
<link rel="stylesheet" href="css/site.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container">
<div class="row first-row center-block">
<div class="two-half column">
<center><img class="round" src="images/me.jpg" alt="Portrait of Olivier Churlaud" /></center>
<h5><b>Olivier Churlaud</b>, Operational ground segment architect at <acronym title="Centre National d'Etudes Spatiales">CNES</acronym></h5>
<p>
✉ <span class="offuscate">olivier@churlaud<i>spam-me</i>.com</span><br />
📞 <span class="offuscate">+33 (0)6 98 29 02 52</span><br />
<img src="images/linkedin_nb.png" style="height: 1em"/> <a href="https://www.linkedin.com/in/olivierchurlaud/">LinkedIn</a>
</p>
</div>
</div>
</div>
<div class="container full-width">
<div class="row second-row center-block">
<div class="three columns">
<center><img class="semi-round center-block" alt="CNES logo" src="images/cnes.jpg" /></center>
<h5>Operational ground segment architect @CNES</h5>
<p>I work for the French Space Agency: <a href="https://www.cnes.fr"><acronym title="Centre National d'Etudes Spatiales">CNES</acronym></a>.</p>
<p>I'm the lead architect for the new generation of operational ground segments. Already operating SWOT and N3SS. Getting ready to launch the KINEIS constellation.</p>
</div>
<div class="three columns">
<center><img class="semi-round center-block" alt="CCSDS logo" src="images/ccsds.jpg" /></center>
<h5>Doing space standard @CCSDS</h5>
<p><em>If you want to go fast, go alone. If you want to go far, go together.</em></p>
<p>At <a href="https://public.ccsds.org/default.aspx">CCSDS</a>, together with all the other space agencies, we build interoperability standards to make future international cooperations easier.</p>
</div>
<div class="three columns">
<center><img class="semi-round center-block" alt="KDE Plasma desktop with opened consoles and IDE" src="images/consoles.jpg" /></center>
<h5>Hacking for fun</h5>
<p>I have some Python and C++/Qt/Qml projects. I try not to have too many Raspberry Pis at home.</p>
<p>Find my projects on <a href="https://github.com/ochurlaud/">my Github</a>.</p>
</div>
<div class="three columns">
<center><img class="semi-round center-block" alt="The Vignemale, the highest of the French Pyrenean summits" src="images/vignemale.jpg" /></center>
<h5>In the mountains the rest of the time</h5>
<p>Hiking, climbing, skiing... The Pyrenees are my favorite playground.</p>
</div>
</div>
</div>
<div class="container">
<hr class="footer-separation" />
<p style="text-align: center">© Olivier Churlaud – Build with simplicity and <a href="http://getskeleton.com">Skeleton</a></p>
</div>
</body>
</html>