-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
executable file
·104 lines (78 loc) · 3.45 KB
/
menu.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<title>Melanie Jane | Menu</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="Jordan Mike">
<!-- 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 href="index.html" title="Home">Home</a></li>
<li><a class="selected" 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-menu">
</div>
<div class="main">
<p>I left the south to follow my dreams of being a writer to New England. Ten years and a BFA in Writing, Literature, and Publishing later, I'm still in New England, but my passion for communication has shifted to graphic design and illustration. </p>
<p>I work as a production editor at O'Reilly Media, where I am a jane of all trades: hands-on book production; hiring freelance copy editors, proofreaders, and indexers; technical illustration; and baking cakes and designing going-away cards for colleagues.</p>
<p>In my free time, I create wedding invitations, logos, and hand lettered designs. Away from the computer, I bake too many cakes and cookies, read fiction, and redecorate my Arlington home as often as my partner has the patience for.</p>
<p>Interested in learning more? <a href="contact.html">Contact me!</a>
<hr></br></br>
<table>
<thead>
<tr>
<th rowspan="2"><b>Menu</b> | Updated 5th of June 2017</th>
<th></th>
<th>Starting at</th>
</tr>
</thead>
<tbody>
<tr>
<td>Custom calligraphy envelopes</td>
<td></td>
<td>$4.00/envelope</td>
</tr>
<tr>
<td>Wedding Save the Date design</td>
<td></td>
<td>$500</td>
</tr>
</tbody>
</table></br></br>
<hr></br></br>
<p>Every event is unique; I'd love to work with you to create exactly what you need for yours. If you don't see something here that seems like the perfect, <a href="contact.html">contact me</a>, and I'll design something to your specifications.</p>
</div>
<footer>
<p>© 2017 Melanie Yarbrough</p>
</footer>
</body>
</html>