albrecht-soil-analysis.php 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>[[*longtitle]] | [[++site_name]]</title>
  5. <base href="[[!++site_url]]" >
  6. <meta charset="[[++modx_charset]]" >
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
  9. <meta name="keywords" content="[[*introtext]]" >
  10. <meta name="description" content="[[*description]]" >
  11. <link rel="icon" href="client-assets/images/favicon.ico?v=2" type="image/x-icon" >
  12. [[$dash-header]]
  13. <!-- Custom styles for this template -->
  14. <link rel="stylesheet" href="client-assets/css/greyscale.css" >
  15. </header>
  16. <body>
  17. <style>
  18. .carousel-item {
  19. height: 65vh;
  20. min-height: 250px;
  21. background: no-repeat center center scroll;
  22. -webkit-background-size: cover;
  23. -moz-background-size: cover;
  24. -o-background-size: cover;
  25. background-size: cover;
  26. }
  27. .nav-link {
  28. /* font-size: 2em; */
  29. text-align: center;
  30. font-weight: bold;
  31. }
  32. </style>
  33. <!-- Navigation -->
  34. <nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" id="mainNav">
  35. <div class="container">
  36. <a class="navbar-brand js-scroll-trigger" href="#">
  37. <img src="client-assets/images/favicon.ico" width="30" height="30" class="d-inline-block align-top" alt="">
  38. Crop monitor
  39. </a>
  40. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
  41. <span class="navbar-toggler-icon"></span>
  42. </button>
  43. <div class="collapse navbar-collapse" id="navbarResponsive">
  44. <form class="form-inline mx-auto justify-content-center d-none d-md-block">
  45. <button class="btn btn-sm btn-outline-success" type="button">Try a [[*longtitle]] Free</button>
  46. </form>
  47. <ul class="navbar-nav ml-auto">
  48. <li class="nav-item">
  49. <a class="nav-link js-scroll-trigger" href="[[~18]]">About</a>
  50. </li>
  51. <li class="nav-item">
  52. <a class="nav-link js-scroll-trigger" href="[[~71]]">Blog</a>
  53. </li>
  54. <li class="nav-item">
  55. <a class="nav-link js-scroll-trigger" href="[[~17]]">Contact Us</a>
  56. </li>
  57. <li class="nav-item">
  58. <a class="nav-link js-scroll-trigger" href="[[~4]]">Login</a>
  59. </li>
  60. <div class="row">
  61. <li class="col pr-0 nav-item"><a class="nav-link text-dark" href="#"><i class="fab fa-facebook-f"></i></a></li>
  62. <li class="col px-0 nav-item"><a class="nav-link text-dark" href="#"><i class="fab fa-twitter"></i></a></li>
  63. <li class="col pl-0 nav-item"><a class="nav-link text-dark" href="#"><i class="fab fa-instagram"></i></a></li>
  64. </div>
  65. </ul>
  66. </div>
  67. </div>
  68. </nav>
  69. <header>
  70. <div id="carouselLandingPage" class="carousel slide" data-ride="carousel">
  71. <ol class="carousel-indicators">
  72. <li data-target="#carouselLandingPage" data-slide-to="0" class="active"></li>
  73. <li data-target="#carouselLandingPage" data-slide-to="1"></li>
  74. <li data-target="#carouselLandingPage" data-slide-to="2"></li>
  75. </ol>
  76. <div class="carousel-inner" role="listbox">
  77. [[!Gallery?
  78. &album=`Albrech Landing Page`
  79. &thumbTpl=`slideshow_landing_page`
  80. ]]
  81. <style>
  82. .slideOne {
  83. background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) ), url('client-assets/FredTemplate/images/work.png'), url('client-assets/FredTemplate/images/g6.jpg');
  84. background-size: cover, auto 300px;
  85. background-position: center, center right 25%;
  86. }
  87. .slideTwo {
  88. background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) ), url('client-assets/FredTemplate/images/work.png'), url('client-assets/FredTemplate/images/g7.jpg');
  89. background-size: cover, auto 300px;
  90. background-position: center, center right 25%;
  91. }
  92. .slideThree {
  93. background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) ), url('client-assets/FredTemplate/images/work.png'), url('client-assets/FredTemplate/images/g3.jpg');
  94. background-size: cover, auto 300px;
  95. background-position: center, center right 25%;
  96. }
  97. </style>
  98. <!-- Slide One - Set the background image for this slide in the line below -->
  99. <div class="carousel-item active slideOne" style=" ">
  100. <div class="carousel-caption text-left">
  101. <div class="row">
  102. <div class="col-md-9">
  103. <h2 class="text-bold">[[*longtitle]]</h2>
  104. <p class="lead col-12 col-md-6 ">[[*introtext]]</p>
  105. <p class="col-12 col-md-6 font-italic d-none d-md-block">[[*description]]</p>
  106. <a href="#" class="btn btn-outline-success">Get a Free Soil Report now!</a>
  107. </div>
  108. <div class="col-md-3 d-none d-md-block align-middle">
  109. <!-- <img src="client-assets/FredTemplate/images/work.png" class="img-fluid mx-auto" alt="Responsive image"> -->
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <!-- Slide Two - Set the background image for this slide in the line below -->
  115. <div class="carousel-item slideTwo" style="">
  116. <div class="carousel-caption text-left">
  117. <div class="row">
  118. <div class="col-md-8">
  119. <h2 class="text-bold">Second Slide</h2>
  120. <p class="lead col-12 col-md-6 ">This is a description for the second slide.</p>
  121. <p class="col-12 col-md-6 font-italic d-none d-md-block"></p>
  122. <a href="#" class="btn btn-outline-success">Get a Free Soil Report now!</a>
  123. </div>
  124. <div class="col-md-4 d-none d-md-block">
  125. <!-- <img src="client-assets/FredTemplate/images/work.png" class="img-fluid mx-auto align-middle" alt="Responsive image"> -->
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. <!-- Slide Three - Set the background image for this slide in the line below -->
  131. <div class="carousel-item slideThree" style="">
  132. <div class="carousel-caption text-left">
  133. <div class="row">
  134. <div class="col-md-8">
  135. <h2 class="text-bold">Third Slide</h2>
  136. <p class="lead col-12 col-md-6 ">This is a description for the third slide.</p>
  137. <p class="col-12 col-md-6 font-italic d-none d-md-block"></p>
  138. <a href="#" class="btn btn-outline-success">Get a Free Soil Report now!</a>
  139. </div>
  140. <div class="col-md-4 d-none d-md-block">
  141. <!-- <img src="client-assets/FredTemplate/images/work.png" class="img-fluid mx-auto align-middle" alt="Responsive image"> -->
  142. </div>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. <a class="carousel-control-prev" href="#carouselLandingPage" role="button" data-slide="prev">
  148. <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  149. <span class="sr-only">Previous</span>
  150. </a>
  151. <a class="carousel-control-next" href="#carouselLandingPage" role="button" data-slide="next">
  152. <span class="carousel-control-next-icon" aria-hidden="true"></span>
  153. <span class="sr-only">Next</span>
  154. </a>
  155. </div>
  156. </header>
  157. <!-- Page Content -->
  158. <section id="about" class="py-5">
  159. <div class="container">
  160. <h2 class="text-success">Albrecht Soil Analysis</h2>
  161. <hr>
  162. <blockquote class="blockquote text-center">
  163. <p class="mb-0">The soil is the ‘<i>creative material</i>’ of most of the basic needs of life. Creation starts with a handful of dust.</p>
  164. <footer class="blockquote-footer">Dr. William A. Abrecht. <cite title="Source Title">University of Missouri</cite></footer>
  165. </blockquote>
  166. <hr>
  167. <div class="row card-deck">
  168. <div class="card border-success text-center mb-3">
  169. <div class="card-body">
  170. <h2 class="card-title text-center">Physical</h2>
  171. <i class="fas fa-atom fa-3x"></i>
  172. <p class="card-text">When you correct cation balance, you have addressed soil chemistry, which improves the physical structure of the soil.</p>
  173. </div>
  174. </div>
  175. <div class="card border-success text-center mb-3">
  176. <div class="card-body">
  177. <h2 class="card-title text-center">Chemical</h2>
  178. <i class="fas fa-flask fa-3x"></i>
  179. <p class="card-text">The correction of cation balance and the provision of minimum levels of micronutrients tkatesk care of the chemical part of soil productivity and health.</p>
  180. </div>
  181. </div>
  182. <div class="card border-success text-center mb-3">
  183. <div class="card-body">
  184. <h2 class="card-title text-center">Biological</h2>
  185. <i class="fas fa-bug fa-3x"></i>
  186. <p class="card-text">The essential understanding involves a recognition that the purpose of cation balancing is to stimulate soil biology, and much of the beneficial response relates to firing up this workforce</p>
  187. </div>
  188. </div>
  189. </div>
  190. <hr>
  191. </div>
  192. </section>
  193. <!-- Projects Section -->
  194. <section id="services" class="projects-section bg-light pt-2">
  195. <div class="container">
  196. [[!getResources?
  197. &parents=`[[*id]]`
  198. &level=`0`
  199. &includeTVs=`1`
  200. &processTVs=`1`
  201. &includeContent=`1`
  202. &tplFirst=`projectsSectionFIRST`
  203. &tpl=`projectsSectionEVEN`
  204. &tplOdd=`projectsSectionODD`
  205. &sortby=`FIELD(modResource.id, 95 )`
  206. &sortdir=`ASC`
  207. &limit=`0`
  208. ]]
  209. </div>
  210. </section>
  211. <section class="bg-dark text-light py-5" id="blog" >
  212. <div class="container">
  213. <p class="lead">
  214. </p>
  215. </div>
  216. </section>
  217. <section class="py-5" id="contact" >
  218. <div class="container">
  219. <p class="lead">
  220. Dr. Albrecht saw a direct link between soil quality and food quality, drawing direct connection between poor quality forage crops, and ill health in livestock.
  221. </p>
  222. </div>
  223. </section>
  224. <section class="bg-dark text-light py-5" id="login" >
  225. <div class="container">
  226. <p class="lead">
  227. Feed the soil to feed the plant is another vital concept of the Albrecht Model of soil building.
  228. </p>
  229. </div>
  230. </section>
  231. <section class="py-5" id="" >
  232. <div class="container">
  233. <p class="lead">
  234. Feed the soil to feed the plant is another vital concept of the Albrecht Model of soil building.
  235. </p>
  236. </div>
  237. </section>
  238. <!-- Signup Section -->
  239. <section id="signup" class="signup-section">
  240. <div class="container">
  241. <div class="row">
  242. <div class="col-md-10 col-lg-8 mx-auto text-center">
  243. <i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
  244. <h2 class="text-white mb-5">Subscribe to receive updates!</h2>
  245. [[!FormIt?
  246. &hooks=`MailChimpSubscribe`
  247. &validate=`email:email:required,name:required`
  248. &validationErrorMessage=`true`
  249. &clearFieldsOnSuccess=`1`
  250. &submitVar=`newsletter-submit`
  251. &mailchimpListId=`04e221f3bc`
  252. &mailchimpFields=`name=FNAME,email=EMAIL`
  253. &mailchimpSubscribeField=`newsletter`
  254. &mailchimpSubscribeFieldValue=`1`
  255. &successMessage=`Thankyou for subscribing`
  256. ]]
  257. <span>[[!+fi.successMessage:notempty=`<h2 class="text-white mb-5">[[!+fi.successMessage]]</h2>`]]
  258. [[!+fi.validation_error_message:notempty=`<h2 class="text-white mb-5">[[+errors]] [[!+fi.validation_error_message]]</h2>`]]</span>
  259. <form action="[[~[[*id]]]]#signup" method="post" class="form-inline d-flex">
  260. <input type="hidden" name="nospam" value="" />
  261. <input class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" type="email" name="email" id="email" value="[[!+fi.email]]" placeholder="Email Address" >
  262. <input class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" type="text" name="name" id="name" value="[[!+fi.name]]" placeholder="Full Name">
  263. <input type="submit" name="newsletter-submit" class="btn btn-success mx-auto" value="Subscribe" />
  264. </form>
  265. </div>
  266. </div>
  267. </div>
  268. </section>
  269. <!-- Contact Section -->
  270. <section id="contact" class="contact-section bg-black">
  271. <div class="container">
  272. <div class="row">
  273. <div class="col-md-4 mb-3 mb-md-0">
  274. <div class="card py-4 h-100">
  275. <div class="card-body text-center">
  276. <i class="fas fa-map-marked-alt text-primary mb-2"></i>
  277. <h4 class="text-uppercase m-0">Address</h4>
  278. <hr class="my-4">
  279. <div class="small text-black-50">34 Coplestone Street,<br> Scottsdale, Tasmania 7260</div>
  280. </div>
  281. </div>
  282. </div>
  283. <div class="col-md-4 mb-3 mb-md-0">
  284. <div class="card py-4 h-100">
  285. <div class="card-body text-center">
  286. <i class="fas fa-envelope text-primary mb-2"></i>
  287. <h4 class="text-uppercase m-0">Email</h4>
  288. <hr class="my-4">
  289. <div class="small text-black-50">
  290. <a href="#">enquiry@cropmonitor.info</a>
  291. </div>
  292. </div>
  293. </div>
  294. </div>
  295. <div class="col-md-4 mb-3 mb-md-0">
  296. <div class="card py-4 h-100">
  297. <div class="card-body text-center">
  298. <i class="fas fa-mobile-alt text-primary mb-2"></i>
  299. <h4 class="text-uppercase m-0">Phone</h4>
  300. <hr class="my-4">
  301. <div class="small text-black-50">0417 728 061</div>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. <div class="row">
  307. <div class="col mb-3 mt-3 mb-md-0">
  308. <div class="card py-4 h-100">
  309. <div class="card-body text-center">
  310. <i class="fas fa-mobile-alt text-primary mb-2"></i>
  311. <h4 class="text-uppercase m-0">Contact Us</h4>
  312. <hr class="my-4">
  313. [[!FormIt?
  314. &hooks=`spam,email`
  315. &submitVar=`enquiry-submit`
  316. &emailTpl=`CMenquiryEmailTpl`
  317. &emailTo=`enquiries@cropmonitor.info`
  318. &successMessage=`Thankyou for contacting us, we will be in touch soon.`
  319. &validationErrorMessage=`true`
  320. &validate=`nospam:blank,
  321. name:required,
  322. email:email:required,
  323. text:required:stripTags`
  324. ]]
  325. <span>
  326. [[!+fi.successMessage:notempty=`<div class="small text-black-50">[[!+fi.successMessage]]</div>`]]
  327. [[!+fi.validation_error_message:notempty=`<div class="small text-black-50">[[+errors]] [[!+fi.validation_error_message]]</div>`]]
  328. </span>
  329. <form action="[[~[[*id]]]]#contact" method="post" class="form-inline d-flex">
  330. <input type="hidden" name="nospam" value="" />
  331. <input class="form-control form-control-sm flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" type="email" name="email" id="email" value="[[!+fi.email]]" placeholder="Email Address" >
  332. <input class="form-control form-control-sm flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" type="text" name="name" id="name" value="[[!+fi.name]]" placeholder="Full Name">
  333. <textarea class="form-control form-control-sm flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" name="text" id="text" rows="1" value="[[!+fi.text]]" placeholder="Your enquiry is about...." ></textarea>
  334. <input type="submit" name="enquiry-submit" class="btn-sm btn btn-success" value="Submit" />
  335. </form>
  336. </div>
  337. </div>
  338. </div>
  339. </div>
  340. <!--
  341. <div class="social d-flex justify-content-center">
  342. <a href="#" class="mx-2">
  343. <i class="fab fa-youtube"></i>
  344. </a>
  345. <a href="#" class="mx-2">
  346. <i class="fab fa-facebook-f"></i>
  347. </a>
  348. <a href="#" class="mx-2">
  349. <i class="fab fa-linkedin"></i>
  350. </a>
  351. </div>
  352. -->
  353. </div>
  354. </section>
  355. <!-- Footer -->
  356. <footer class="footer bg-dark py-2 text-center text-white-50">
  357. <div class="container">
  358. [[SimpleCopyright? &startYear=`2005`]]. All Rights Reserved<a href="[[~1]]"></a>
  359. </div>
  360. </footer>
  361. </body>
  362. [[$dash-footer]]
  363. </html>