-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
42 lines (41 loc) · 1.82 KB
/
map.html
File metadata and controls
42 lines (41 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<title>Aiden's Personal Portfolio</title>
<meta charset="UTF-8">
<meta name="description" content="Aiden Nguyen's personal portfolio showcasing experiences, projects, and skills.">
<meta name="author" content="Aiden Nguyen">
<meta name="keywords" content="Aiden Nguyen, portfolio, AI, NLP, projects, experiences, Web Development, Python, C, HTML, CSS">
<link rel="stylesheet" href="stylesheet/styles.css">
</head>
<body>
<!-- Your content will go here -->
<header>
<nav>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="experiences.html">Experiences</a></li>
<li><a href="contacts.html">Contact</a></li>
<li><a href="map.html">Where</a></li>
</ul>
</nav>
</header>
<main>
<div class="frame">
<div class="title-box">
<h1>Where am I?</h1>
<h2> Here's a map to find me!</h2>
<div class="map-box">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2399.901588683916!2d-79.9428499!3d40.4432027!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8834f21f58679a9f%3A0x88716b461fc4daf4!2sCarnegie%20Mellon%20University!5e1!3m2!1sen!2sus!4v1757999161896!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</main>
<footer>
<p>Connect With Me:</p>
<a href="mailto:aiden.nguyen101@gmail.com">aiden.nguyen101@gmail.com</a>
<a href="https://github.com/zenxol">GitHub</a>
<a href="https://www.linkedin.com/in/aidennguyencmu/">Linkedin</a>
</footer>
</body>
</html>