-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css">
<title> Axel Jacobsen </Title>
</head>
<body>
<div class="content">
<div class="row wide">
<div class="titleCard">
<p class="name">
Axel Jacobsen
</p>
</div>
<div class="col medialinks">
<a href="https://github.com./axel-jacobsen"><b>github</b></a>
<a href="https://www.linkedin.com/in/axel-jacobsen/"><b>linkedin</b></a>
<a href="mailto:[email protected]"><b>email</b></a>
</div>
</div>
<p class="space personal">
I enjoy software (these days, a lot of deep learning), math, physics, making websites, and surfing. Most of the interesting stuff is at my <a href="https://github.com./axel-jacobsen">github</a>, but I will point out some of the otherwise hidden or interesting things here.
</br>
I currently work at Neuralink, writing software to make robots do brain surgery.
</br>
I worked at the <b><a href="https://www.czbiohub.org">Chan-Zuckerberg Biohub</a></b> designing, training, and deploying neural networks.
</br>
</br>
I also have some writing <b><a href="paragraphs/paragraphs.html">here</a></b>.
</br>
</br>
Check out my <b><a href="https://github.com./axel-jacobsen">github</a></b> for more projects. You can find my <b><a href="https://axel-jacobsen.github.io/Resume">resume</a></b> here.
</p>
</div>
</body>
</html>