-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup.html
47 lines (46 loc) · 2.4 KB
/
backup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Roboto&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ff05fb5500.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style/style.css">
<title>Jason Glithero</title>
</head>
<body>
<main>
<section id="bio">
<figure id="profile-image-container">
<img src="http://jason.glithero.icu/profile.jpg" style="width: 55vw; min-width: 330px;" >
</figure>
<article id="text-holder">
<h1 id="name">Jason Glithero</h1>
<h2 id="occupation">Executive R&D Leader Specialized in Product Development & Portfolio Management</h2>
</article>
<nav id="menu-links">
<ul id="list-container">
<li id="linkedin-button">
<a class="button" href="https://www.linkedin.com/in/jasonglithero/" target="_blank"><i class="fa-brands fa-linkedin"></i>L I N K E D I N</a>
</li>
<li id="booking-button">
<a class="button" href="https://calendar.app.google/mvs5yWDrxgCWmK6Q6" target="_blank"><i class="fa-brands fa-instagram"></i>B O O K T I M E</a>
</li>
<li id="resume-button">
<a class="button" href="https://drive.google.com/file/d/1lWBOwQgOkt4wj7ktlMzO53msJAmc2QaX/view?usp=sharing target="_blank"><i class="fa-brands fa-discord"></i>Resume</a>
</li>
<li id="whatsapp-button">
<a class="button" href="https://wa.me/16789358399" target="_blank"><i class="fa-brands fa-whatsapp"></i>W H A T S A P P</a>
</li>
<li id="patents-button">
<a class="button" href="https://patents.google.com/?inventor=jason+glithero&num=100&clustered=true" target="_blank"><i class="fa-brands fa-telegram"></i>PATENTS</a>
</li>
</ul>
</nav>
</section>
</main>
</body>
</html>