-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 1.98 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 1.98 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
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<title>peterblanco</title>
<link rel="stylesheet" href="public/styles.css" />
</head>
<body class="font-mono flex flex-col items-center justify-center gap-4 p-4">
<div class="node">
<h2 class="text-xl text-gray-900 font-semibold mb-4">Peter Blanco</h2>
<ul class="space-y-3">
<li><a href="https://www.linkedin.com/in/peterblanco" class="text-blue-500 hover:text-blue-600 transition duration-300 ease-in-out">LinkedIn</a></li>
<li><a href="https://github.com/pblanco" class="text-blue-500 hover:text-blue-600 transition duration-300 ease-in-out">Github</a></li>
<li><a href="https://twitter.com/blancotech" class="text-blue-500 hover:text-blue-600 transition duration-300 ease-in-out">Twitter</a></li>
</ul>
</div>
<div class="edge"></div>
<div class="node">
<p>
I'm Peter Blanco, a <b>Product Manager</b> at
<a class="text-blue-500 hover:text-blue-600 transition duration-300 ease-in-out" href="https://www.actioniq.com">ActionIQ</a> with experience in
Solutions Engineering, Full Stack Software Engineering, and web &
mobile design.
</p>
</div>
<div class="edge"></div>
<div class="node">
<p>
I graduated from Cornell University in 2015 with a B.A.
in <em>Computer Science</em>.
</p>
</div>
<div class="edge"></div>
<div class="node">
<p>
I enjoy working on side projects - If you're working on something
cool, please feel free to contact me!
</p>
</div>
<div class="edge"></div>
<div class="node">
<img src="public/files/fontimage.jpg" title="Rockaway Beach - New York City" />
</div>
</div>
<script src="public/index.js"></script>
</body>
</html>