-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
56 lines (53 loc) · 2.43 KB
/
Copy pathcontact.html
File metadata and controls
56 lines (53 loc) · 2.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact — Cédric Buche</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="topbar">
<span class="nav-name">Cédric Buche</span>
<button class="nav-toggle" aria-expanded="false">Menu ☰</button>
</div>
<div class="shell">
<nav class="nav">
<a href="index.html" class="nav-name">Cédric Buche</a>
<span class="nav-role">AI · VR · Robotics</span>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research — Overview</a></li>
<li class="sub"><a href="supervision.html">↳ Supervision</a></li>
<li class="sub"><a href="grants.html">↳ Grants</a></li>
<li class="sub"><a href="collaboration.html">↳ Collaboration</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="robobreizh.html">RoboBreizh</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="nav-foot">
CV: <a href="https://web.enib.fr/~buche/data/CV_English.pdf">English</a> · <a href="https://web.enib.fr/~buche/data/CV_English_2p.pdf">short</a><br>
<a href="https://www.linkedin.com/in/cedric-buche">LinkedIn ↗</a>
</div>
</nav>
<main>
<div class="wrap">
<p class="eyebrow">Get in touch</p>
<h1>Contact</h1>
<div class="card contact-card">
<img class="contact-photo" src="assets/img/buche_pepper.png" alt="Cédric Buche" onerror="this.style.display='none'">
<div>
<p style="margin-bottom:.5rem;"><strong>Email:</strong> cedric.buche (at) imt-atlantique.fr</p>
<p style="margin-bottom:.5rem;"><a class="btn" href="https://www.linkedin.com/in/cedric-buche">LinkedIn ↗</a></p>
<p style="margin-bottom:0;"><a class="btn" href="https://web.enib.fr/~buche/data/CV_English.pdf">CV (English) ↗</a> <a class="btn" href="https://web.enib.fr/~buche/data/CV_English_2p.pdf">CV — short ↗</a></p>
</div>
</div>
<p style="margin-top:1.6rem; font-size:.85rem; color:var(--ink-soft);">Note: drop a photo at <code>assets/img/buche_pepper.png</code> — it will appear above automatically.</p>
<footer class="page-foot">Migrated from web.enib.fr/~buche</footer>
</div>
</main>
</div>
<script src="assets/main.js"></script>
</body>
</html>