-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpermaculture.html
80 lines (75 loc) · 3.92 KB
/
permaculture.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>permaculture</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="permaculture" style="list-style-type:circle;">
<li><a href="https://www.permaculture.org.uk/principle/1-observe-and-interact">Observe and Interact</a></li>
<li><a href="https://www.permaculture.org.uk/principle/2-catch-and-store-energy">Catch and store energy</a></li>
<li><a href="https://www.permaculture.org.uk/principle/3-obtain-yield">Obtain a yield</a></li>
<li><a href="https://www.permaculture.org.uk/principle/4-apply-self-regulation-and-accept-feedback">Apply self regulation and accept feedback</a></li>
<li><a href="https://www.permaculture.org.uk/principle/5-use-and-value-renewable-resources-and-services">Use and value renewable resources and services</a></li>
<li><a href="https://www.permaculture.org.uk/principle/6-produce-no-waste">Produce no waste</a></li>
<li><a href="https://www.permaculture.org.uk/principle/7-design-patterns-details">Design from patterns to details</a></li>
<li><a href="https://www.permaculture.org.uk/principle/8-integrate-rather-segregate">Integrate rather than segregate</a></li>
<li><a href="https://www.permaculture.org.uk/principle/9-use-small-and-slow-solutions">Use small and slow solutions</a></li>
<li><a href="https://www.permaculture.org.uk/principle/10-use-and-value-diversity">Use and value diversity</a></li>
<li><a href="https://www.permaculture.org.uk/principle/11-use-edges-and-value-marginal">Use edges and value the marginal</a></li>
<li><a href="https://www.permaculture.org.uk/principle/12-creatively-use-and-respond-change">Creatively use and respond to change</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="permaculture.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>