-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 1.19 KB
/
index.html
File metadata and controls
40 lines (38 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p>Welcome to my pico website! This website is static and lightweight to have the minimal impact on environment and will soon be 100% solar powered.</p>
<img src="profile180.png"/>
<hr/>
<h2>What I am doing</h2>
<ul>
<li>Interactive installations</li>
<li>Unity, Three.js</li>
<li>Electronic hacking</li>
<li>Photogrammetry captures</li>
<li>VR, AR, XR</li>
<li>R&D</li>
</ul>
<h2>Recent projects and collaborations</h2>
<ul>
<li>3D developer at Google Arts and Culture Lab</li>
<li>Jacquard residency engineering</li>
<li>VR rig building for Les Mines Paritech Paris</li>
<li>New Atlantis / Web Atlantis : lead developer</li>
<li>Labyrinth of Fables VR/AR app</li>
<li>VersaillesVR</li>
</ul>
<h2>Previous collaborations</h2>
<ul>
<li>Research engineer at Ensad Lab Paris [2009-2018]</li>
<li>R&D lead engineer at Idealys Entertainment [2003-2012]</li>
<li>various freelance research works [2003-2020]</li>
</ul>
<hr/>
<a href="gallery.html">Projects</a>
<a href="mailto:jonathan.tanant@gmail.com"> Contactez-moi / Contact me </a>
</body>
</html>