-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (35 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
45 lines (35 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="./style.css">
<title>Milo Lani-Caputo</title>
<div id="navbar">
<ul class="bar">
<li class="bar"><a href="./index.html">HOME</a></li>
<li class="bar"><a href="./carpentry.html">CARPENTRY</a></li>
<li class="bar"><a href="./about.html">ABOUT</a></li>
<li class="bar"><a href="https://www.linkedin.com/in/milo-lc" target="_blank">LINKEDIN</a></li>
<li class="bar"><a href="https://www.github.com/mlanicaputo" target="_blank">GITHUB</a></li>
<li class="code"><a href="https://github.com/mlanicaputo/mlanicaputo.github.io" target="_blank">SITE SOURCE CODE</a></li>
<!-- <a href="https://www.linkedin.com/in/milo-lc" target="_blank"><img src="./img/li.png" style="float:left; padding: 0.5em 0.5em 0.5em 1em" width="30em" height="30em" alt="LinkedIn"></a> -->
<!-- <a href="https://www.github.com/mlanicaputo" target="_blank"><img src="./img/gh.png" style="float:left; padding: 0.5em 0.5em 0.5em 1em" width="30em" height="30em" alt="LinkedIn"></a> -->
</ul>
</div>
<body>
<div class="column" id="homeText">
<h1>Hi, it's Milo.</h1>
<p>
In summer 2022, I worked as a Software Engineering Intern on the Data Infrastructure team at
<a href="https://www.petalcard.com/the-company">Petal</a> in NYC.
</p>
<p>
In May 2023, I graduated from <a href="https://cs.colby.edu">Colby College</a> with a B.A.
in Computer Science and Physics.
</p>
<p>
While searching for full-time professional work in New York City, I began working as a carpenter in my
local community. Check out my latest projects <a href="./carpentry.html">here</a>.
</p>
</div>
</body>
<script src="main.js"></script>
</html>