-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (52 loc) · 1.58 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="google-site-verification"
content="ywJanfnKAXt0jv5a3L2h776LAuKsCk7QhK7j-E49qFc"
/>
<script
src="https://kit.fontawesome.com/65913c67fd.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/style.css" />
<title>Edward Passagi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body onload="setTimeout(typeWriter, 500)">
<div class="box">
<a href="#"><img src="img/profile.jpg" alt="" class="box-img" /></a>
<h1 id="typewriter"></h1>
<h5>BS-MCS @ ILLINOIS</h5>
<p>
Software Developer at Epic Systems with a Master’s and Bachelor’s in Computer Science, specializing in backend development for software engineering.
</p>
<ul>
<li>
<a href="https://github.com/edwardpassagi" target="_blank"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCQh-4Eidq-QN_5Fk6a4VnkQ"
target="_blank"
><i class="fab fa-youtube"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/epassagi/" target="_blank"
><i class="fab fa-linkedin"></i
></a>
</li>
<li>
<a href="src/Resume.pdf" target="_blank"
><i class="fas fa-newspaper" target="_blank"></i
></a>
</li>
</ul>
</div>
<script src="js/script.js"></script>
</body>
</html>