-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (30 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<title>Natasha Carr Portfolio</title>
<link rel="stylesheet" href="resources/css/contactstyles.css" type="text/css">
<script src="resources/script/jquery-3.5.1.js" type="text/javascript"></script>
<script src="resources/script/script.js" type="text/javascript"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Natasha Carr</h1>
<nav>
<ul>
| <li><a href="index.html">home</a></li> |
</ul>
</nav>
</header>
<main>
<div class="contact-content">
<h2>Email:</h2>
<p>ncarr92@yahoo.co.uk</p><br>
<h2>Phone:</h2>
<p>07581080113</p><br><br>
<p>If you have any projects you want to know about or questions to ask, feel free to reach out!</p>
</div>
</main>
</body>
</html>