forked from old-jekyll-templates/Twenty-Jekyll-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (86 loc) · 2.87 KB
/
index.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
---
layout: landing-page
---
<!-- Main -->
<article id="main">
<!-- Agri -->
<section id="agri" class="wrapper style4 container">
<header style="text-align: center;">
<h2><strong>Precision Agriculture</strong></h2>
</header>
<div class="row oneandhalf">
<div class="4u">
<!-- Sidebar -->
<div class="sidebar">
<section>
<header class="row">
<span class="icon fa-check fa-2x"></span><p>Crop Health Monitoring</p>
<span class="icon fa-check fa-2x"></span><p>Crop-specific Analytics</p>
<span class="icon fa-check fa-2x"></span><p>Smart Farming</p>
</header>
<footer>
<ul class="buttons">
<li><a href="#" class="button small">See More</a></li>
</ul>
</footer>
</section>
</div>
</div>
<div class="8u skel-cell-important">
<!-- Content -->
<div class="content">
<section>
<a href="#" class="image featured"><img src="images/agri/eofarm_agri_1.jpg" alt="" /></a>
</section>
</div>
</div>
</div>
</section>
<!-- Water -->
<section id="water" class="wrapper style4 container">
<header style="text-align: center;">
<h2><strong>Water Management</strong></h2>
</header>
<div class="row oneandhalf">
<div class="8u skel-cell-important">
<!-- Content -->
<div class="content">
<section>
<a href="#" class="image featured"><img src="images/water/eofarm_water_1.gif" alt="" /></a>
</section>
</div>
</div>
<div class="4u">
<!-- Sidebar -->
<div class="sidebar">
<section>
<header class="row" style="margin-left:-40px !important;">
<span class="icon fa-check fa-2x"></span><p>Quality Monitoring</p>
<span class="icon fa-check fa-2x"></span><p>Smart Alerting Services</p>
<span class="icon fa-check fa-2x"></span><p>Disaster Monitoring</p>
</header>
<footer>
<ul class="buttons">
<li><a href="#" class="button small">See More</a></li>
</ul>
</footer>
</section>
</div>
</div>
</div>
</section>
<!-- Research -->
<!-- Training -->
<!-- Consulting -->
</article>
<!-- CTA -->
<!-- <section id="cta">
<header>
<h2><strong>EXPLORE WITH US!</strong></h2>
</header>
<footer>
<ul class="buttons">
<li><a href="{{ site.baseurl }}/contact.html" class="button special">Contact EOfarm</a></li>
</ul>
</footer>
</section> -->