-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebdesign.html
41 lines (31 loc) · 1.16 KB
/
webdesign.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
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Melanie Yarbrough</title>
<meta name="description" content="Melanie Yarbrough portfolio">
<meta name="keywords" content="portfolio, design, responsive design">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="Melanie Yarbrough">
<link rel="icon" type="image/png" href="img/icon.png" />
<!--Style-->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-responsive.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--Header-->
<header><img src="img/Pencil_Logo.svg"></header>
<!--Navigation-->
<ul>
<a href="index.html"><li>Home</li></a>
<a href="illustrations.html"><li>Illustrations</li></a>
<a href="resume.html"><li>Resume</li></a>
<a href="blog.html"><li>Journal</li></a>
<a href="contact.html"><li>Contact Me</li></a>
</ul>
</body>