-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.59 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Renaud Bourassa</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="contain">
<main class="content">
<h1>Renaud Bourassa</h1>
<h2>Software engineer</h2>
<p>
I write code for a living, with a focus on smart systems. When not at
work, I can usually be found travelling or enjoying the outdoors.
</p>
<h2>Distributional (2023 - now)</h2>
<p>
I am currently a Co-Founder and CTO at
<a href="https://distributional.com/" target="_blank">Distributional</a>
where I work on helping people better understand their AI products.
</p>
<nav class="social">
<ul>
<li><a href="mailto:_@renaudb.com" target="_blank">Contact</a></li>
<li><a href="https://www.linkedin.com/in/renaudbourassa" target="_blank">Resume</a></li>
<li><a href="https://www.github.com/renaudb" target="_blank">Projects</a></li>
</ul>
</nav>
</main>
</div>
<aside class="image">
<img id="image" src="images/river.jpg" alt="Background image">
</aside>
</body>
</html>