-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
19 lines (18 loc) · 719 Bytes
/
resume.html
File metadata and controls
19 lines (18 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Resume</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" type="img/png" href="favicon.png">
</head>
<body>
<div id = "navbar">
<a href="index.html"><img id = "logo" src = "logo.png"/></a>
<a href="resume.html"><img id = "resume" class = "top" height="40%" src="Resume.png"/></a>
<a href="https://www.youtube.com/channel/UCMkwG8dcIgbZGAnxQGuieng"><img class = "top" height="75%" src="youtube-logo-black-color-png.png"/></a>
<a href="https://github.com/jordepic"><img color = "blue" class = "top" height="75%" src="github.png"/></a>
</div>
<div><img id = "fullResume" src="WebRes.png"/></div>
</body>
</html>