-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagriculture.html
217 lines (149 loc) · 7.84 KB
/
agriculture.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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pacific Pipe Co.</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/app.css" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="js/vendor/modernizr.js"></script>
<script type="text/javascript" src="//use.typekit.net/efa7oev.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<!--nav-->
<div class="contain-to-grid">
<div class="white">
<a href="index.html"><img class="logo show-for-small-only" src="img/logo.png"></a>
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name active">
<a href="index.html"><img class="logo hide-for-small-only" src="img/logo.png"></a>
</li>
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li>
</ul>
<section class="top-bar-section">
<!-- Left Nav Section -->
<ul class="left">
<li><a href="#">About Us</a></li>
<li class="divider"></li>
<li><a href="#">Projects</a></li>
<li class="divider"></li>
<li class="has-dropdown">
<a href="#">Vendors</a>
<ul class="dropdown">
<li><a href="#">Waterworks</a></li>
<li><a href="irrigation.html">Irrigation</a></li>
<li><a href="golf.html">Golf</a></li>
<li><a href="agriculture.html">Agriculture</a></li>
</ul></li>
<li class="divider"></li>
<li class="divider"></li>
<li><a href="#">Calendar</a></li>
<li class="divider"></li>
</ul>
<!-- Right Nav Section -->
<ul class="right">
<li class="divider"></li>
<li><a href="#">Contact Us</a></li>
</ul>
</ul>
</section>
</nav>
</div>
<!--/nav-->
<div class="search-bar">
</div>
<!--/nav-->
<div class="row interior white">
<div class="medium-3 columns hide-for-small-only">
<ul class="side-nav">
<li><a href="specifications.html">All Vendors</a></li>
<li class="sub active"><a href="#">Agriculture</a></li>
<li class="subsub"><a href="#">Pipes</a></li>
<li class="subsub"><a href="#">Valves</a></li>
<li class="subsub"><a href="#">Fittings</a></li>
<li class="subsub"><a href="#">Sprinklers</a></li>
<li class="subsub"><a href="#">Controls</a></li>
<li class="divider"></li>
<li class="sub"><a href="golf.html">Golf</a></li>
<li class="sub"><a href="irrigation.html">Irrigation</a></li>
<li class="sub"><a href="waterworks.html">Waterworks</a></li>
</ul>
</div>
<!--accordion-->
<div class=" medium-9 columns">
<dl class="accordion" data-accordion>
<dd>
<a href="#panel1">Rain Bird</a>
<div id="panel1" class="content">
<div class="row">
<div class="medium-8 columns">
<a href="#" data-options="align:right" data-dropdown="rain1" class="small secondary expand button dropdown">A5 PC ™ Pressure Compensating Ag Dripline and
PE Polyethylene Blank Tubing</a><br>
<ul id="rain1" data-dropdown-content class="f-dropdown pdf">
<li><a href="http://www.rainbird.com/ag/products/drip/A5PCDripline.htm" target="blank">A5 PC Dripline</a></li>
<li><a href="http://www.rainbird.com/ag/products/drip/DripEmitters.htm" target="blank">Drip Emitters</a></li>
<li><a href="http://www.rainbird.com/ag/products/drip/PETubing.htm" target="blank">PE Polyethylene Tubing</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain2" class="small secondary expand button dropdown">LF™ Series Sprinklers</a><br>
<ul id="rain2" data-dropdown-content class="f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain3" class="small secondary expand button dropdown">ClimateMinder™</a><br>
<ul id="rain3" data-dropdown-content class="f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain4" class="small secondary button expand dropdown">Impact Sprinklers</a><br>
<ul id="rain4" data-dropdown-content class="f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain5" class="small secondary button expand dropdown">Micro-Quick™ Sprays</a><br>
<ul id="rain5" data-dropdown-content class="f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain6" class="small secondary button expand dropdown">CYCLIK Control Systems</a><br>
<ul id="rain6" data-dropdown-content class="f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain7" class="small secondary button expand dropdown">Pumps and Pump Stations</a><br>
<ul id="rain7" data-dropdown-content class="f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain8" class="small secondary button expand dropdown">Irrigation Filters & Water Filtration Products</a><br>
<ul id="rain8" data-dropdown-content class="medium-4 columns f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-options="align:right" data-dropdown="rain8" class="small secondary button expand dropdown">PSI-M Series Pressure Regulators</a><br>
<ul id="rain8" data-dropdown-content class="f-dropdown pdf">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
</div class="medium-4 columns"></div>
</div>
</dd>
</dl>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>