forked from suraj9706/links
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (43 loc) · 1.45 KB
/
index.html
File metadata and controls
53 lines (43 loc) · 1.45 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
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title> Jose Pantoja Jr </title>
<meta charset="utf-8">
<meta name="author" content="Jose Pantoja">
<link rel="stylesheet" href="linktree.css">
</head>
<body>
<div class="everything">
<div class="headshot">
<img src="/thumbnails/linkedin.jpg" alt="Jose Pantoja headshot" class="headshot-image">
</div>
<div class="name">
Jose Pantoja Jr
</div>
<div class="links">
<img src="/thumbnails/logo-linkedin-icon-512x512-vp99m7aa.png" class="imagesIcon">
<a href="https://www.linkedin.com/in/jose-pantojajr/" target="_blank">
LinkedIn
</a>
</div>
<div class="links">
<img src="/thumbnails/GitHub-Mark-ea2971cee799.png" class="imagesIcon">
<a href="https://github.com/jpanto21" target="_blank" >
GitHub
</a>
</div>
<div class="links">
<img src="/thumbnails/employee-resume-icon-free-vector.jpg" class="imagesIcon">
<a href="resume.html" target="_blank">
Resume
</a>
</div>
<div class="links">
<img
src="/thumbnails/512px-CIS-A2K_Instagram_Icon_(Black).svg.png"class="imagesIcon">
<a href="https://www.instagram.com/josi_j.r/" target="_blank" >
Instagram
</a>
</div>
</div>
</html>