-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.html
87 lines (82 loc) · 3.94 KB
/
kitchen.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>kitchen</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="_/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
<link href="_/css/print.css" media="print" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<link href="/_/css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
<link rel="shortcut icon" href="icon32.jpg" type="image/x-icon">
<link rel="icon" href="icon32.jpg" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<header>
<div class="navigation">
<section class="layout" class="center">
<ul class="nav" >
<li><a href="index.html">Home</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="sculptures.html">Sculptures</a></li>
<li><a href="drawings.html">Drawings</a></li>
</ul> <!-- nav -->
</section> <!-- layout -->
</div> <!-- navigation -->
</header>
<div class="content">
<section class="layout">
<ul class="inventories">
<li><a href="https://www.azurestandard.com/shop/product/29//">Red beans</a></li>
<li><a href="https://www.azurestandard.com/shop/product/18/">Black beans</a></li>
<li><a href="https://www.azurestandard.com/shop/product/1086/">Quinoa</a></li>
<li><a href="">Olive Oil</a></li>
<li><a href="https://www.azurestandard.com/shop/product/8218/">Nutritional yeast</a></li>
<li><a href="https://www.azurestandard.com/shop/search?q=pitted+dates&submit=">Pitted dates</a></li>
<li><a href="https://www.azurestandard.com/shop/product/5606/">Cashews</a></li>
<li><a href="https://www.azurestandard.com/shop/product/12046/">Cocoa nibs</a></li>
<li><a href="http://www.ebparks.org/activities/events/Harvest_Festival_-_2013_s_p1382?EventMode=View">Popcorn</a></li>
<li><a href="https://www.google.com/search?q=close+feed+and+supply&oq=close+feed+and+supply&aqs=chrome..69i57j0.5120j0j7&sourceid=chrome&es_sm=91&ie=UTF-8">Eggs</a></li>
<li><a href="https://www.azurestandard.com/shop/product/8350//">Coconut oil - 1 gallon</a></li>
<li><a href="http://strausfamilycreamery.com/products/organic-milk-cream">Milk Straus Family</a></li>
<li>Teas:</li>
<li><a href="">Black, decaffeinated</a></li>
<li><a href="https://www.azurestandard.com/shop/product/2082/">Peppermint</a></li>
<li><a href="https://www.azurestandard.com/shop/product/2105/">Spearmint</a></li>
<li><a href="">Nettles</a></li>
<li><a href="">Red raspberry leaf</a></li>
<li><a href="https://www.azurestandard.com/shop/product/2228/">Chamomile</a></li>
</ul>
</section> <!-- layout -->
</div> <!-- content -->
<div id="footer_layout"></div>
</div> <!-- wrapper -->
<section class="layout">
<ul id="navlist">
<li id="active"><a href="kitchen.html">↑</a></li>
<li><a href="inventories.html">Inventories</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="photos.html" id="current">Photos</a></li>
<li><a href="sculptures.html">Sculptures</a></li>
<li><a href="drawings.html">Drawings</a></li>
</ul>
<div id="copyright">
copyright 2014
</div> <!-- copyright -->
</section> <!-- layout -->
<div id="scripts">
<script src="_/js/script.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50287632-1', 'spencerhadley.com');
ga('send', 'pageview');
</script> <!-- Google Analytics -->
</div> <!-- scripts -->
</body>
</html>