-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (72 loc) · 3.2 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Dominic Martineau</title>
<meta name="description" content="">
<meta name="keywords" content="dominic,martineau,wibeset">
<link href="//fonts.googleapis.com/css?family=Headland+One" rel="stylesheet" type="text/css">
<link rel="stylesheet" media="all" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="http://dominicmartineau.com/images/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="http://dominicmartineau.com/images/favicon.ico">
<link rel="apple-touch-icon" href="http://dominicmartineau/images/favicon.png">
</head>
<body lang="en">
<article>
<section>
<header>
<h1>Dominic Martineau.</h1>
</header>
<p>
I'm a full stack developer and CTO at <a href="https://www.optania.com" target="_blank">Optania</a>,
commited to build caring solutions for education and mental health.
</p>
<p>
I previously worked at Canoë as team lead (RéseauContact, EspaceCanoë and La Toile du Québec). Also started
<a href="http://wibeset.com" target="_blank">Wibeset</a> as a playground to work on few projects like
Publie.ca and Lygue.
</p>
<p>
When I'm not working, I'm on the road (again) to take <a href="https://www.instagram.com/akanoxx/" target="_blank">photos of landscape</a>.
I also like to share <a href="https://porcom.tumblr.com/" target="_blank">my movies journey</a>.
</p>
<ul class="links">
<li><a href="https://twitter.com/akanoxx" class="twitter" target="_blank">Twitter</a></li>
<li><a href="https://github.com/dominicmartineau" class="github" target="_blank">Github</a></li>
<li><a href="https://linkedin.com/in/dominicmart" class="linkedin" target="_blank">LinkedIn</a></li>
<li><a href="https://www.instagram.com/akanoxx/" class="instagram" target="_blank">Instagram</a></li>
<li><a href="https://wibeset.com/" class="wibeset" target="_blank">Wibeset</a></li>
<li><a href="https://porcom.tumblr.com/" class="porcom" target="_blank">Porcom</a></li>
</ul>
</section>
<section>
<header>
<h2>Optania.</h2>
</header>
<p>
Dare to innovate with our specialized artificial intelligence solutions for education and mental health.
</p>
<ul class="links">
<li><a href="https://www.optania.com" class="optania" target="_blank">Optania</a></li>
<li><a href="https://www.optania.com/ali" class="ali" target="_blank">Ali</a></li>
<li><a href="https://www.psylio.com" class="psylio" target="_blank">Psylio</a></li>
<li><a href="https://jade.psylio.com" class="jade" target="_blank">Jade</a></li>
</ul>
</section>
</article>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28306861-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>