Browse Source

wherewasi

windhamdavid 5 years ago
parent
commit
9a473d233e
7 changed files with 176 additions and 72 deletions
  1. 47 57
      air.html
  2. 30 0
      case-air-sierra.html
  3. 10 1
      case-air-sunnyside.html
  4. 58 1
      case-heat-micheals.html
  5. 2 2
      case-hydro-holy-city-farms.html
  6. 8 0
      heat.html
  7. 21 11
      hydro.html

+ 47 - 57
air.html

@@ -89,74 +89,64 @@
 		</div>
 	</div>
 	
-<div class="container">
-	<div class="row">
-		<div class="col-md-4">
-			<div class="card card-profile card-plain">
-				<div class="card-header card-header-image">
-					<a href="img/air_conditioning.jpg" data-toggle="lightbox" class="thumbnail" title=""><img class="img" src="img/air_conditioning.jpg" /></a>
-				</div>
-				<div class="card-body ">
-					<h4 class="card-title">DehuKing</h4>
-					<h6 class="card-category text-muted">This is not your average meter.</h6>
-					<p class="card-description">DehuKing offers free-standing, self-contained dehumidification
-systems. Optimize the air in your growing environment
-with a dehumidifier that also filters, ionizes, and
-sanitizes. Multiple options available to customize your
-dehumidification.</p>
-				</div>
-				<div class="card-footer justify-content-center">
-				</div>
+	
+	<div class="container section">
+		<div class="row">
+			<div class="col-md-12">
+				<h3><b>Case Studies:</b></h3>
 			</div>
 		</div>
-		<div class="col-md-4">
-			<div class="card card-profile card-plain">
-				<div class="card-header card-header-image">
-					<a href="img/air_enrichment.jpg" data-toggle="lightbox" class="thumbnail" title=""><img class="img" src="img/air_enrichment.jpg" /></a>
-				</div>
-				<div class="card-body ">
-					<h4 class="card-title">ChillKing</h4>
-					<h6 class="card-category text-muted"></h6>
-					<p class="card-description"> </p>
-				</div>
-				<div class="card-footer justify-content-center">
-				</div>
+		<div class="row">
+			<div class="col-md-4">
+				<a href="case-air-sunnyside.html">
+				<span class="d-block p-4 bg-dark text-white">
+					<img src="img/case_sunnyside.jpg" class="figure-img img-fluid rounded" alt="">
+					<img src="img/front-tech-white-full.png" class="float-right" width=80px style="opacity: 0.1;"/> 
+					<h4><b>Nancy Duvall</b> <br />Sunnyside Farms, CA <br /><b>Increased Yield and Faster Growth</b></h4>
+				</span>
+				</a>
+				<span class="d-block p-2 bg-success text-white"></span>
 			</div>
-		</div>
-		<div class="col-md-4">
-
-			<div class="card card-nav-tabs">
-				<div class="card-header card-header-success">
-					<div class="nav-tabs-navigation">
-						<div class="nav-tabs-wrapper">
-							<ul class="nav nav-tabs" data-tabs="tabs">
-								<li class="nav-item"><a class="nav-link active" href="#Hydra" data-toggle="tab">Hydra</a></li>
-								<li class="nav-item"><a class="nav-link" href="#Commander" data-toggle="tab">Commander</a></li>
-								<li class="nav-item"><a class="nav-link" href="#Roots" data-toggle="tab">Roots</a></li>
-							</ul>
+			<div class="col-md-4">
+				<a href="case-air-sierra.html">
+				<span class="d-block p-4 bg-dark text-white">
+					<img src="img/case_sierra.jpg" class="figure-img img-fluid rounded" alt="">
+					<img src="img/front-tech-white-full.png" class="float-right" width=80px style="opacity: 0.1;"/> 
+					<h4><b>Sierra Gold Nursery</b> <br />Sutter County, CA <br /><b>BioTherm Cooling and Heating System</b></h4>
+				</span>
+				</a>
+				<span class="d-block p-2 bg-success text-white"></span>
+			</div>
+			<div class="col-md-4">
+				<div class="card card-nav-tabs">
+					<div class="card-header card-header-success">
+						<div class="nav-tabs-navigation">
+							<div class="nav-tabs-wrapper">
+								<ul class="nav nav-tabs" data-tabs="tabs">
+									<li class="nav-item"><a class="nav-link active" href="#Dehu" data-toggle="tab">DehuKing</a></li>
+									<li class="nav-item"><a class="nav-link" href="#Chill" data-toggle="tab">ChillKing</a></li>
+								</ul>
+							</div>
 						</div>
 					</div>
-				</div>
-				<div class="card-body ">
-					<div class="tab-content text-center">
-						<div class="tab-pane active" id="Hydra">
-							<p></p>
-							<!--<a href=""><button type="button" class="btn btn-success"><i class="fas fa-shopping-cart"></i> Order Now</button></a>-->
-						</div>
-						<div class="tab-pane" id="Commander">
-							<!--<a href=""><button type="button" class="btn btn-success"><i class="fas fa-shopping-cart"></i> Order Now</button></a>-->
-						</div>
-						<div class="tab-pane" id="Roots">
-							<!--<a href=""><button type="button" class="btn btn-success"><i class="fas fa-shopping-cart"></i> Order Now</button></a>-->
+					<div class="card-body ">
+						<div class="tab-content text-center">
+							<div class="tab-pane active" id="Dehu">
+								<p>DehuKing offers free-standing, self-contained dehumidification systems. Optimize the air in your growing environment with a dehumidifier that also filters, ionizes, and sanitizes. Multiple options available to customize your dehumidification.</p>
+								<!--<a href=""><button type="button" class="btn btn-success"><i class="fas fa-shopping-cart"></i> Order Now</button></a>-->
+							</div>
+							<div class="tab-pane" id="CHill">
+								<!--<a href=""><button type="button" class="btn btn-success"><i class="fas fa-shopping-cart"></i> Order Now</button></a>-->
+							</div>
 						</div>
 					</div>
 				</div>
 			</div>
-
 		</div>
-	</div>
 
-</div>
+	</div>
+	
+	
 </div>
 
 <!--     *********    FOOTER     *********      -->

File diff suppressed because it is too large
+ 30 - 0
case-air-sierra.html


+ 10 - 1
case-air-sunnyside.html

@@ -83,7 +83,16 @@
 	</div>
 
 
-	<div class="section">
+	<div class="container section">
+		<div class="row">
+			<div class="col-md-12">
+				<span class="d-block p-2 bg-success text-white"></span>
+				<img src="img/air_CO2.jpg" class="figure-img img-fluid rounded" alt=""/>
+				<span class="d-block p-2 bg-success text-white"></span>
+				<br />
+				<p>CO2 levels are naturally low in a greenhouse environment as plants use available CO2 as part of the photosynthetic process. Increasing CO2 levels above ambient conditions promotes increased plant growth and health. With the right condensing boiler system in place, a BioTherm CO2 System can be easily integrated to achieve elevated CO2 levels in the greenhouse environment. BioTherm systems pull CO2 directly from the boilers exhaust gases and distribute them uniformly into the greenhouse environment, while ensuring other harmful gases are kept at a safe level. With a BioTherm CO2 System, there is no need for large bulk tanks, or individual CO2 burners. These systems can be used in both indoor and outdoor greenhouse operations.</p>
+			</div>
+		</div>
 	</div>
 
 </div>

+ 58 - 1
case-heat-micheals.html

@@ -80,13 +80,69 @@
 		</div>
 		<div class="col-md-8">
 			<figure class="figure d-block">
-			  <img src="img/case_micheals.jpg" class="figure-img img-fluid rounded" alt="">
+			  <img src="img/case_micheals.jpg" class="figure-img img-fluid rounded" alt=""/>
+			  heat_ov_Duofin-Top-Heat.jpg
 			</figure>
 		</div>
 	</div>
 
 	<div class="section">
+		<div class="row">
+			<div class="col-md-12">
+				<span class="d-block p-5 bg-dark text-white">
+				<h3><b>"Biotherm's DuoFin pipe provides more instant heat and reduces shade in the greenhouse. And with the BioTherm floor heat system my grow time has been cut 4-5 weeks.”</b><br /><br /><span class="float-right">—Patrick Herzing, Michael’s Greenhouse</span></h3>
+				</span>
+				<span class="d-block p-2 bg-heat text-white"></span>
+			</div>
+		</div>
+		<div class="row">
+			<div class="col-md-8">
+				<figure class="figure d-block">
+					<img src="img/heat_ov_microclimate-sandwhich.jpg" class="figure-img img-fluid rounded" alt=""/>
+					<figcaption class="figure-caption text-right">A caption for the above image.</figcaption>
+				</figure>
+				
+				<img src="img/heat_ov_Duofin-Top-Heat.jpg" class="figure-img img-fluid rounded" alt=""/>
+			</div>
+			<div class="col-md-4">
+				<br />
+				<figure class="figure d-block">
+					<a href="img/case_micheals_floor.jpg" class="thumbnail fancybox" data-toggle="lightbox" >
+					<img src="img/case_micheals_floor.jpg" class="figure-img img-fluid rounded" alt=""/>
+					</a>
+					<figcaption class="figure-caption text-right">Michael’s BioTherm MicroClimate heated floor during installation</figcaption>
+				</figure>
+				<figure class="figure d-block">
+					<a href="img/post-project-micheals-2.jpg" class="thumbnail fancybox" data-toggle="lightbox" >
+					<img src="img/post-project-micheals-2.jpg" class="figure-img img-fluid rounded" alt=""/>
+					</a>
+					<figcaption class="figure-caption text-right">Infrared image of Michael’s heated floor.</figcaption>
+				</figure>
+				<figure class="figure d-block">
+					<a href="img/case_micheals_basket.jpg" class="thumbnail fancybox" data-toggle="lightbox" >
+					<img src="img/case_micheals_basket.jpg" class="figure-img img-fluid rounded" alt=""/>
+					</a>
+					<figcaption class="figure-caption text-right">&nbsp;</figcaption>
+				</figure>
+				<figure class="figure d-block">
+					<a href="img/case_michaels-hanging-baskets.jpg" class="thumbnail fancybox" data-toggle="lightbox" >
+					<img src="img/case_michaels-hanging-baskets.jpg" class="figure-img img-fluid rounded" alt=""/>
+					</a>
+					<figcaption class="figure-caption text-right">Michael’s hanging baskets.</figcaption>
+				</figure>
+			</div>
+		</div>
 	</div>
+	
+	<div class="container section">
+		<div class="row">
+			<div class="col-md-8 ml-auto mr-auto text-center">
+				<h3>Call <b>1-800-GET-HEAT</b> to get started.</h3>
+			</div>
+		</div>
+	</div>
+	
+
 
 </div>
 
@@ -143,6 +199,7 @@
 
 <script src="js/jquery.min.js"></script>
 <script src="js/popper.min.js"></script>
+<script src="js/ekko-lightbox.js"></script>
 <script src="js/bootstrap-material-design.min.js"></script>
 <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB7ggSZufhKYdFE5PfBcy6aS4xnaX4-O_0"></script>
 <script src="js/material-kit.min.js"></script>

+ 2 - 2
case-hydro-holy-city-farms.html

@@ -72,11 +72,11 @@
 		</div>
 		<div class="col-md-4">
 			<p><span class="d-block p-2 bg-hydro text-white"><b>The BioTherm Solution</b></span></p>
-			<p>BioTherm provided Holy City with a complete Biotherm Oxygen Infusion package. This included a <a href="">Toob Infuser</a>, <a href="">Oxygen Generator</a> and <a href="">DO Commander</a>. With this combination, she was able to infuse and manage the dissolved oxygen levels in her source water tank and maintain the infused levels direct to the rootzone of her plants. Given her remote location, the <a href="">Oxygen Generator</a> allowed her to have a dedicated oxygen supply and avoid tank refills. With the <a href="">DO Commander</a>, she was able to view DO levels at a glance on the touch screen.</p>
+			<p>BioTherm provided Holy City with a complete Biotherm Oxygen Infusion package. This included a <a href="hydro.html#do">Toob Infuser</a>, <a href="hydro.html#do">Oxygen Generator</a> and <a href="">DO Commander</a>. With this combination, she was able to infuse and manage the dissolved oxygen levels in her source water tank and maintain the infused levels direct to the rootzone of her plants. Given her remote location, the <a href="hydro.html#do">Oxygen Generator</a> allowed her to have a dedicated oxygen supply and avoid tank refills. With the <a href="hydro.html#do">DO Commander</a>, she was able to view DO levels at a glance on the touch screen.</p>
 		</div>
 		<div class="col-md-4">
 			<p><span class="d-block p-2 bg-hydro text-white"><b>How It Works</b></span></p>
-			<p>Using the <a href="">Oxygen Generator</a>, Elizabeth generates her own oxygen supply and never has to worry about oxygen tanks running empty. This consistent and inexpensive supply of oxygen is directed to her Toob Infuser where irrigation water is infused with oxygen under pressure. To integrate the entire system, she uses the <a href="">DO Commander</a> to control the oxygen flow into the <a href="">Toob Infuser</a> and to constantly monitor DO levels in real time. Before installing the BioTherm Oxygen Infusion system, DO levels in the summer were under 4ppm. Now Elizabeth maintains 20ppm despite high temperature conditions and has plans to boost her DO levels even higher. Thanks to the BioTherm Oxygen Infusion system, low DO is no</p>
+			<p>Using the <a href="hydro.html#do">Oxygen Generator</a>, Elizabeth generates her own oxygen supply and never has to worry about oxygen tanks running empty. This consistent and inexpensive supply of oxygen is directed to her Toob Infuser where irrigation water is infused with oxygen under pressure. To integrate the entire system, she uses the <a href="hydro.html#do">DO Commander</a> to control the oxygen flow into the <a href="hydro.html#do">Toob Infuser</a> and to constantly monitor DO levels in real time. Before installing the BioTherm Oxygen Infusion system, DO levels in the summer were under 4ppm. Now Elizabeth maintains 20ppm despite high temperature conditions and has plans to boost her DO levels even higher. Thanks to the BioTherm Oxygen Infusion system, low DO is no</p>
 		</div>
 	</div>
 </div>

+ 8 - 0
heat.html

@@ -215,6 +215,14 @@
 				<span class="d-block p-2 bg-heat text-white"></span>
 			</div>
 		</div>
+		
+		<div class="container section">
+			<div class="row">
+				<div class="col-md-8 ml-auto mr-auto text-center">
+					<h3>Call <b>1-800-GET-HEAT</b> to get started.</h3>
+				</div>
+			</div>
+		</div>
 
 	</div>
 </div>

+ 21 - 11
hydro.html

@@ -71,40 +71,50 @@
 	<div class="container section">
 		<div class="row">
 			<div class="col-md-6">
+				
 				<h3><b>Flood</b> Floors</h3>
 				<h5>A quick responding irrigation cycle time is critical to greater control of nutrient uptake and prevents oversoaking. Our Flood Floor systems save water, energy, and fertilizer and they reduce labor costs by up to 95%.</h5>
+					<img src="img/hydro_flood-floor.jpg" class="figure-img img-fluid rounded" alt="">
 				<h3><b>Cascade</b> Floors</h3>
 				<h5>Our innovative technology provides a quick responding irrigation cycle time which is critical to greater control of nutirent uptake, timing, and prevents oversoaking. Our Flood Floor and Cascade Floor systems save water, energy, fertilizer and reduce labor costs by up to 95%.</h5>
+				<img src="img/hydro_cascade.jpg" class="figure-img img-fluid rounded" alt="">
 				<p><a href="hydro-flood.html"><button type="button" class="btn btn-hydro">Read More</button></a>
 			</div>
 			<div class="col-md-6">
+				<img src="img/hydro_irrigation_preheat.jpg" class="figure-img img-fluid rounded" alt="">
 				<h3><b>Irrigation</b> Pre-Heat &amp; Pre-Cool</h3>
 				<h5>Each plant species prefers to be irrigated with water that is the “right” temperature, just as Mother Nature intended. Irrigating with appropriately tempered water will encourage faster plant growth and produce greater yields. Whether your plants need cold well water warmed up prior to irrigation or warm water that needs to be cooled down, we can help. BioTherm provides stand-alone systems or integrated Pre-Heat and Pre-Cool systems that work in tandem with our traditional heating and cooling designs.</h5>
-				<p><a href="hydro-toob.html"><button type="button" class="btn btn-hydro">Read More</button></a></p>
+				
 				
 			</div>
 		</div>
-		<div class="row section">
+		<br />
+		<div id="do" class="row section">
 			<div class="col-md-6">
 				<h3><b>TOOB</b> Oxygen Infuser</h3>
 				<h4 class="title">Oxygen Infusion Machine</h4>
+				<img src="img/hydro_toob.jpg" class="figure-img img-fluid rounded" alt="">
 				<h5>BioTherm’s “the Toob” Oxygen Infuser and associated products provide a robust solution for increased dissolved oxygen levels in your irrigation water. Systems start with flow rates as low as 2 GPM and are able to scale as high as required. Our most popular unit supports up to 18 GPM. Our infusion products can be installed in any type of irrigation system and are proven to increase levels of dissolved oxygen providing a broad spectrum of plant health benefits. Installation is simple and well documented, with technical support available before, during, and after installation.</h5>
 				<p><a href="hydro-toob.html"><button type="button" class="btn btn-hydro">Read More</button></a></p>
-			</div>
-			<div class="col-md-6">
+				
+				
 				<h3><b>DO</b> Commander</h3>
 				<h4 class="title">Maintain water system DO levels to within 0.1mg/L.</h4>
-				<h5></h5>
-				<p><a href="hydro-toob.html"><button type="button" class="btn btn-hydro">Read More</button></a></p>
-				<br />
-				<h3><b>0<sub>2</sub>Gen</b> Commander</h3>
+				<img src="img/hydro_do_commander2.jpg" class="figure-img img-fluid rounded" alt="">
+				<h5>When you have a crop that depends on consistency, automation of the basics becomes essential. In the past, dissolved oxygen has been a variable difficult to control. Thwn the Toob is used in combination with our latest automation product, the DO Commander, control is no longer a concern. The DO Commander reads dissolved oxygen and temperature in your irrigation line or tank. It will use those readings to control the infusion process and maximize oxygen use. The touch screen allows for easy calibration and reading of values. Real-time and historical readings are available through the local network web interface or even on your phone. The DO Commander was built to withstand harsh environments, is water resistant and ready to help you get serious about automating the DO being delivered to your crop.</h5>
+				
+			</div>
+			<div class="col-md-6">
+				<h3><b>0<sub>2</sub>Gen</b> Oxygen Generator</h3>
 				<h4 class="title">Dissolved Oxygen for Irrigation Water</h4>
-				<h5></h5>
-				<p><a href="hydro-o2gen.html"><button type="button" class="btn btn-hydro">Read More</button></a></p>
+				<h5>For customers with larger oxygen needs, we have the solution. The <b>O2GEN</b> (Oxygen Generator) was built to fill the specific need of our Oxygen Infusion customers. Many greenhouses or grow operations are too remote for delivery of oxygen tanks or require amounts of oxygen that are cost prohibitive for tank oxygen. Our generator provides <b>93%+ pure</b> oxygen at pressures high enough for infusion, flow ratoes low enough for precision control. Other generator or concentrator solutions on the market are unable to achieve this balance. Built on a strong, but lightweight aluminum frame and field proven, the <b>O2GEN</b> unit is a must have for growers serious about automating their DO experience.</h5>
+					
+				<img src="img/hydro_O2gen.jpg" class="figure-img img-fluid rounded" alt="">
+				<span class="d-block p-2 bg-hydro text-white"></span>	
 			</div>
 		</div>
 	</div>
-	
+		
 		<div class="container section">
 			<div class="row">
 				<div class="col-md-12">

Some files were not shown because too many files changed in this diff