-
Notifications
You must be signed in to change notification settings - Fork 0
/
old_index.html
74 lines (63 loc) · 2.41 KB
/
old_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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agnelli</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="./files/lamp-2.png">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- End Fonts -->
</head>
<body onload="init()">
<div id="header">
<div id="home">
<a href="./index.html"> <i class="fa fa-home"></i></a>
</div>
<span>Agnelli</span>
</div>
<div id="intro">
<div id="text">
<p>
A remarkably talented frontend and javascript developer
</p>
<p>
Fond of startups, A/B testing, and learning
</p>
<p>
Former growth engineer at Meta
</p>
<p>
Open to new opportunites
</p>
<p>
<a href="mailto:[email protected]">Contact me</a>
</p>
<p>
<img class="imgLink" id="linkedin" src="./files/LI-In-Bug.png" alt="image link to Joseph Agnelli's linkedin page"/>
</p>
<button id="showResume">Show Resume</button>
</div>
<img class="imgLink" id="resume" src="./files/resumeImg.png" alt="image link to Joseph Agnelli's resume"/>
</div>
<div id="projects">
<div>
<div class = 'projectHeader'><a href="./projects/sand.html">Paint (this is an iframe!)</a></div>
<iframe src="./projects/sand.html"></iframe></div>
<div>
<div class = 'projectHeader'><a href="https://www.chessfightai.xyz/">Chess Fight</a></div>
<iframe src="https://www.chessfightai.xyz/"></iframe>
</div>
</div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<script src="scripts.js"></script>
</body>
</html>