-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorganic.html
More file actions
146 lines (115 loc) · 6.61 KB
/
organic.html
File metadata and controls
146 lines (115 loc) · 6.61 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B1TK7PQ7B4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B1TK7PQ7B4');
</script>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="./assets/img/favicon.ico">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta property="og:url" content="https://infinite-tree.com/organic.html">
<title>Infinite Tree | USDA Organic Hemp Nursery</title>
<meta property="og:title" content="Infinite Tree | USDA Organic Hemp Nursery"/>
<meta name="title" content="Infinite Tree | USDA Organic Hemp Nursery" />
<meta property="og:description" content="Infinite Tree is proud to be certified USDA Organic by the ODA"/>
<meta property="description" content="Infinite Tree is proud to be certified USDA Organic by the ODA"/>
<meta property="og:image" content="https://infinite-tree.com/assets/img/logo-medium.png">
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="399" />
<meta property="og:type" content="website" />
<!-- SEO -->
<meta name="keywords" content="Infinite Tree, organic hemp, organic hemp starts, organic hemp seed, USDA organic hemp, organic hemp plants" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap core CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/paper-kit.css" rel="stylesheet" />
<!-- Site Specific CSS -->
<link href="./assets/css/infinite-tree.min.css" rel="stylesheet" />
<link href="./assets/css/inner-pages.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,300,700' rel='stylesheet' type='text/css'>
<script defer src="https://use.fontawesome.com/releases/v5.12.0/js/all.js" crossorigin="anonymous"></script>
<link href="./assets/css/nucleo-icons.css" rel="stylesheet">
</head>
<body>
<div itemscope>
<link itemprop="thumbnailUrl" href="https://infinite-tree.com/assets/img/logo-medium.png">
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
<link itemprop="url" href="https://infinite-tree.com/assets/img/logo-medium.png">
</span>
</div>
<header class="navbar navbar-expand-lg fixed-top" data-include="header"></header>
<div class="main">
<article class="article">
<div class="container">
<h2>It Ain't Easy Being Green</h2>
<header>
<address class="author"><a href="#">Emily Gogol, PHD </a></address>
<time>Nov 1, 2019</time>
<ul class="social-list">
<li><a href="tel:+15419375237" target="_blank"> <i class="fa fa-phone"></i></a></li>
<li><a href="https://www.instagram.com/infinite_tree_nursery" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="mailto:hello@infinite-tree.com" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
</header>
<p> Rigorous horticultural practices and an attention to detail enabled our nursery to be one of the first certified, and we are so excited to have USDA approval! We owe our success and our USDA Organic Certification to our oustanding agricultural team. Our team worked diligently to ensure that all aspects of our operations were in compliance, from the soil we grow our seedlings in to how our R&D flower acreage is harvested and dried.
</p> <br> <br>
<p>
On our road to certifcation it became obvious that there is little support for the hemp farmer in gaining this certification. The tools available for hemp are even more limited than for other organically certifiable crops like carrots or tomatoes. A lack of evidence-based research on hemp cultivation spurs our agricultural team to take on research projects to carefully determine best practices for hemp.
<br>
<br>
As a nursery we focus more on that side of the operations, but in order to conduct our own rigorous field trials to test potential material for the next season, we also have to study best practices for acreage cultivation.
</p>
<br>
</p>
<p>
When counseling our clients, we emphasize
<ul>
<li> Simple, straightforward record keeping </li>
<li> Always double-check the organic status of everything onsite from soap to soil </li>
<li> When making changes, be sure to run them by your local certifier before implementation </li>
</ul>
<img src="assets/img/organic-ODA.png" width="150px"><img src="./assets/img/organic-usda.jpg" width="150px">
</div>
</article>
</div>
<div class="footer footer-big footer-color-black">
<div data-include="footer"></div>
<div class="container">
<div class="copyright">
© <script> document.write(new Date().getFullYear()) </script> Infinite Tree Inc.
</div>
</div>
</div>
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="contactModalLabel"
aria-hidden="true">
<div class="contact" data-include="contact"></div>
</div>
<div class="modal fade" id="orderModal" tabindex="-1" role="dialog" aria-labelledby="orderModalLabel" aria-hidden="true">
<div class="order" data-include="order"></div>
</div>
<!-- Core JS Files -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="./assets/js/jquery-ui-1.12.1.custom.min.js"></script>
<script src="./assets/js/popper.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/js/bootstrap-switch.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="./assets/js/jquery.mask.min.js"></script>
<!-- Twitter -->
<script src="./assets/js/twitterFetcher.js"></script>
<!-- Google form submission -->
<script src="https://cdn.jsdelivr.net/npm/formdata-polyfill@3.0.12/formdata.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/whatwg-fetch@3.0.0/dist/fetch.umd.min.js"></script>
<!-- Paper Kit Initialization and functions -->
<script src="./assets/js/paper-kit.min.js?v=2.1.0"></script>
<script src="assets/js/main.js"></script>
</body>
</html>