-
Notifications
You must be signed in to change notification settings - Fork 0
/
life.html
50 lines (50 loc) · 2.53 KB
/
life.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Erik Hoxhaj</title>
<link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&family=Martian+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff"></head>
<body>
<header>
<h1>Erik Hoxhaj</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="life.html">My Life</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="life">
<div class="event-container">
<div class="event-item">
<div class="text">
<h3>06/24/2024</h3>
<h3>Vito J. Pitta Scholarship Award</h3>
<p>I’m very honored and proud to say that I have won the Vito J. Pitta Scholarship Award from The New York Hotel Trades Council and The Hotel Association of New York City, Inc. It was an honor meeting all the wonderful hospitality workers who have been so kind to my family. I will remember the compassion and hopes they have for me and use it to push myself even further.</p>
</div>
<div class="image">
<img src="pictures/vito.jpg" alt="Vito award">
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>Contact: <a href="mailto:[email protected]">[email protected]</a> | <a href="https://www.linkedin.com/in/erikhoxhaj/" target="_blank">LinkedIn</a> | <a href="https://github.com/erikhox" target="_blank">GitHub</a> | <a href="files/resume.pdf" target="_blank">Resume</a></p>
</div>
</footer>
</body>
</html>