-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
38 lines (33 loc) · 1.65 KB
/
contact.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
<!DOCTYPE html >
<html lang="en">
<head>
<meta charset="utf-8">
<title>Carolina Herrera | Resumé</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<nav>
<ul>
<li><a href="index.html"><img src="assets/logo-pink.svg" width="100px" height="auto"></a></li> <!--except its my logo and doesnt say home-->
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="p5/index.html" target="_blank" rel="noopener noreferrer">Interactive Resume</a></li> <!--open new tab 2 play game-->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div>
<h1>
Carolina Herrera
</h1>
<h2>Contact Me!</h2>
<h3>Email * <a href="contact.html">[email protected]</a></h3>
<h3>LinkedIn * <a href="https://www.linkedin.com/in/carolina-herrera-29223221b/" target="_blank" rel="noopener noreferrer">Carolina Herrera</a></h3>
<h3>Instagram * <a href="https://www.instagram.com/croissanf" target="_blank" rel="noopener noreferrer">@croissanf</a></h3>
<h3>YouTube * <a href="https://www.youtube.com/@croissanf" target="_blank" rel="noopener noreferrer">@croissanf</a></h3>
</div>
</div>
</body>
</html>