-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 696 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 696 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ashley Parvin's Portfolio</title>
<href="index.css" rel="stylesheet" type="tex/css">
</head>
<body>
<h1>Portfolio</h1>
<section>
<nav class="Navigation">
<a href="index.html ">Home</a>
<button id="My Projects" onclick "location.href='projects.html">
<button id="Contact Me" onclick "location.href='contact.html">
<a href=" about.html ">About</a>
</nav>
</section>
</body>
<footer>
<a href="www.linkedin.com/in/ashley-parvin-80661a1a7"></a>
</footer>
</html>