-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 753 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 753 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
26
27
<html>
<head>
<title>Morgan Butryn</title>
<meta content="">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="styles-desk.css" rel="stylesheet"/>
<link href="styles-mobile.css" rel="stylesheet"/>
<link href="index.css" rel="stylesheet"/>
</head>
<body>
<header>
Morgan Butryn
</header>
<p>Software Designer and IT technician</p>
<hr/> <br/> <hr/>
<nav>
<ul>
<li><a href="./sub/about/aboutme.html">About Me</a></li>
<li><a href="./sub/qual/qualifications.html">Qualifications</a></li>
<li><a href="./sub/folio/portfolio.html">Portfolio</a></li>
<li><a href="./sub/contact/contact.html">Contact</a></li>
</ul>
</nav>
<hr/>
</body>
</html>