-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (178 loc) · 7.38 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Soul of Krishi</title>
<meta property="og:type" content="article" />
<meta property="og:title" content="Soul of Krishi" />
<meta property="og:image" content="Final-Logo-Text.png" />
<meta property="og:description" content="Glyph Table" data-qmeta="keywords">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="Final-Logo-Text.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" /-->
<style>
body {
font-family: Arial;
background-color: lightblue;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
</style>
</head>
<body>
<table>
<tbody>
<tr>
<td>
<img style="width: 50px;height: 50px;" src="./Final-Logo-Text.png"/>
</td>
<td>
<div style="text-align: center;">
<img style="text-align: center; width: 70%;height: 60%;" src="./Contacts_Banner.png"/>
<h3>One stop for famers to get sound scientific and technical advice</h3>
</div>
</td>
<td>
<img style="width: 50px;height: 50px;" src="./Final-Logo-Text.png"/>
</td>
</tr>
</tbody>
</table>
<div class="tab">
<button class="tablinks" onclick="openTabs(event, 'Home')">Home</button>
<button class="tablinks" onclick="openTabs(event, 'About')">About</button>
<button class="tablinks" onclick="openTabs(event, 'Services')">Services</button>
<button class="tablinks" onclick="openTabs(event, 'Blogs')">Blogs</button>
<button class="tablinks" onclick="openTabs(event, 'Testimonials')">Testimonials</button>
<button class="tablinks" onclick="openTabs(event, 'Contact')">Contact</button>
</div>
<div id="default">
<h3>Home</h3>
<p>Lorem ipsum per SoK.</p>
<p>Scolling IMAGES of SUCCESS</p>
<button class="tablinks" onclick="openTabs(event, 'Contact')">Contact</button>
</div>
<div id="Home" class="tabcontent">
<h3>Home</h3>
<p>Lorem ipsum per SoK.</p>
<p>Scolling IMAGES of SUCCESS</p>
<button class="tablinks" onclick="openTabs(event, 'Contact')">Contact</button>
</div>
<div id="About" class="tabcontent">
<h3>About</h3>
<p>Soul of Krishi is a farmer centric interactive advisory and consultancy service. Headed by an emeritus agriculture scientist with rich experience in soil health and crop management in agriculture, horticulture and periurban farming this service offers to share our rich experiences with the needy farmers, farmer groups, nurseries and agriculture enterprises, urban gardeners and rooftop gardeners and individuals interested in venturing into agriculture. We aim at holistic approach towards maintaining healthy soil and a safe and toxin free crop production. We answer to farmers queries and offer easy, less expensive and environmentally safe solutions. We provide advisory consultancy services in key areas like soil health, irrigation water quality, urban gardening, plant nutrition and disease management, new entrants to agriculture fields and various other agriculture and horticulture related issues.</p>
</div>
<div id="Services" class="tabcontent">
<h3>Services</h3>
<p>We offer consultancy in following areas focusing basically on environmentally safe, toxin free and affordable production environment. We offer farmer concentric tailored advice and solutions</p>
<p>GRID OF SERVICES</p>
</div>
<div id="Blogs" class="tabcontent">
<h3>Blogs</h3>
<p>Lorem ipsum per Blogs.</p>
<p>GRID OF Blogs</p>
<table>
<tbody>
<tr style="width: 90%;">
<td style="padding: 50px;">BLOG1</td>
<td style="padding: 50px;">BLOG2</td>
<td style="padding: 50px;">BLOG3</td>
<td style="padding: 50px;">BLOG4</td>
<td style="padding: 50px;">BLOG5</td>
</tr>
<tr style="width: 90%;">
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="width: 90%;">
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="width: 90%;">
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="width: 90%;">
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="Testimonials" class="tabcontent">
<h3>Testimonials</h3>
<p>"I extend my heart felt thanks to Dr. Ganeshamurthy for guiding us in right direction with respect to usage of correct cocopeat for my nursery, who was always available to answer queries, and as a result of which our nursery is today doing extremely well in the entire Purvanchal region" (translated from Hindi)
- Sudhir Kumar Maurya, Nursery Owner, Prayagraj, Uttar Pradesh</p>
<p>"Dr. A. N. Ganeshamurthy has gone a step further to explain AMC technology in lay man terms and also helped us in obtaining new prospective clients "
- V. Varun Rajan, Ganpath Products, Madurai, Tamil Nadu</p>
<p>"Dr. A. N. Ganeshamurthy suggested me to use Fermented compost AMC for my Nursery and since then results have improved and more importantly the cost of compost has come down by half " (translated from Kannada)
- Prakash, Ekalavya Nursery, Karnataka</p>
<p>"When I wanted to start my own farming business, Dr. A. N. Ganeshamurthy advised me deeply about current market situations and helped me with starting my own business. Such a scientist is a boon in agricultural industry and I extend ma heart felt thanks to him" (translated from Kannada)
- Bharath Nayak, Entrepreneur, Karnataka </p>
</div>
<div id="Contact" class="tabcontent">
<h3>Contact</h3>
<p>Lorem ipsum per Contact.</p>
<img style="width: 100%;height: 100%;" src="./Contacts.png"/>
</div>
<script>
function openTabs(evt, tabName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(tabName).style.display = "block";
document.getElementById("default").style.display = "none";
evt.currentTarget.className += " active";
}
</script>
</body>
</html>