-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·67 lines (51 loc) · 2.2 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>Melanie Jane | Home</title>
<!-- Meta Zone -->
<meta charset="utf-8">
<meta name="description" content="Melanie Yarbrough, designer and illustrator" />
<meta name="keywords" content="Melanie Yarbrough, designer and illustrator">
<meta name="robots" content="index, follow, all" />
<meta name="author" content="Melanie Yarbrough">
<meta name="publisher" content="Melanie Yarbrough">
<meta name="google" content="notranslate" />
<!-- Viewport -->
<meta name="viewport" content="initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Melanie Jane">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="css/style.css">
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
<!-- Javascript -->
<script type="text/javascript" src="js/main.js"></script>
</head>
<body id="page">
<header>
<div id="wrap">
<a href="index.html" title="Home"><img class="logo" src="img/logo.png" alt="Logo"/></a>
<nav id="nav">
<ul>
<li><a class="selected" href="index.html" title="Home">Home</a></li>
<li><a href="menu.html" title="Menu">Menu</a></li>
<li><a href="gallery.html" title="Gallery">Gallery</a></li>
<li><a href="contact.html" title="Contact">Contact</a></li>
<li><a href="https://www.instagram.com/melaniejanestudio" title="Instagram" target="_blank"/><img class="instagram-header-icon" src="img/instagram-header-icon.png" alt="Instagram Icon"></a></li>
</ul>
</nav>
</div>
</header>
<div class="hero-image-home">
</div>
<div class="main">
<p>I am a designer who specializes in illustration and hand lettering. See <a href="gallery.html" title="Gallery">my gallery</a> for an example of my work. I'm available for hire and would love to <a href="contact.html" title="Contact">hear from you!</a></p>
</div>
<footer>
<p>© 2017 Melanie Yarbrough</p>
</footer>
</body>
</html>