-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
339 lines (262 loc) · 14.7 KB
/
index.html
File metadata and controls
339 lines (262 loc) · 14.7 KB
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<title>Batch 1 VAIAL</title>
</head>
<body>
<header class="text-gray-600 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 text-xl">Batch 1 VAIAL</span>
</a>
<nav class="md:mr-auto md:ml-4 md:py-1 md:pl-4 md:border-l md:border-gray-400 flex flex-wrap items-center text-base justify-center">
<a href="http://batch1.byethost8.com" class="mr-5 hover:text-gray-900">Home</a>
<a href="https://drive.google.com/folderview?id=1SVVinbmhqt5NCPV_rMC4OGcTwqlpgM8C"class="mr-5 hover:text-gray-900">DAs</a>
<a href="index1.html" class="mr-5 hover:text-gray-900">WhatsApp Groups</a>
<a href="index2.html" class="mr-5 hover:text-gray-900">Contact</a>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.button {
border-radius: 4px;
background-color: #33BEFF;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 20px;
padding: 3px;
width: 100px;
transition: all 1s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '\00bb';
position: absolute;
opacity: 10;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 20;
right: 0;
}
</style>
</head>
<a href="https://vtop.vit.ac.in/vtop/initialProcess" class="mr-5 hover:text-gray-900"><button class="button"><span>VTOP </span></button>
</a>
<body>
</nav>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<hr>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-center mb-16 md:mb-0 items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Welcome to Batch 1 Agriculture Students' Website</h1>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="https://miro.medium.com/max/875/1*JGzG0Jhgs-OrMCH1-Qj2MA.jpeg">
</div>
</div>
</section>
<hr>
<p>
</p>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.btn {
background-color: DodgerBlue;
border: none;
color: white;
padding: 12px 30px;
cursor: pointer;
font-size: 15px;
}
.btn:hover {
background-color: RoyalBlue;
}
</style>
<div align="center">
</head>
<body>
<div>
<button class="btn"><i class="fa fa-download"></i><a href="https://drive.google.com/file/d/1fJIheYnIyIobHyDRzC2so8w1vUXpm0Q0/view?usp=drivesdk"> SEM PLAN </a></button>
</div>
</body>
<section class="text-gray-600 body-font overflow-hidden">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-5xl text-3xl font-medium title-font mb-2 text-gray-900">Time Table</h1>
</div>
<div class="flex flex-wrap -m-4">
<div class="p-4 xl:w-1/4 md:w-1/2 w-full">
<div class="h-full p-6 rounded-lg border-2 border-gray-300 flex flex-col relative overflow-hidden">
<h2 class="text-5xl tracking-widest title-font mb-1 font-medium">Monday</h2>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Entomology 8:00 AM - 8:45 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Plant Biochemistry and Biotechnology 9:00 AM - 9:45 AM</p>
<p class="flex items-center text-gray-600 mb-2">Agricultural Microbiology 10:00 AM - 10:45 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Crop Physiology 12:00 PM - 12:45 PM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Plant Pathology 2:00 PM - 2:45 PM</p>
</div>
</div>
<div class="p-4 xl:w-1/4 md:w-1/2 w-full">
<div class="h-full p-6 rounded-lg border-2 border-gray-300 flex flex-col relative overflow-hidden">
<h2 class="text-5xl tracking-widest title-font mb-1 font-medium">Tuesday</h2>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Agricultural Extension 9:00 AM - 9:45 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Plant Biochemistry and Biotechnology (lab) 10:00 AM - 11:30 AM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Genetics (lab) 11:30 AM - 1:00 PM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Agricultural Economics 2:00 PM - 2:45 PM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Plant Pathology (lab) 4:00 PM - 5:30 PM</p>
</div>
</div>
<div class="p-4 xl:w-1/4 md:w-1/2 w-full">
<div class="h-full p-6 rounded-lg border-2 border-gray-300 flex flex-col relative overflow-hidden">
<h2 class="text-5xl tracking-widest title-font mb-1 font-medium">Wednesday</h2>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Genetics 8:00 AM - 8:45 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Entomology 9:00 AM - 9:45 AM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Plant Biochemistry and Biotechnology 10:00 AM - 10:45 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Plant Pathology 3:00 PM - 3:45 PM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Agricultural Extension Education (lab) 4:00 PM - 5:30 PM</p>
</div>
</div>
<div class="p-4 xl:w-1/4 md:w-1/2 w-full">
<div class="h-full p-6 rounded-lg border-2 border-gray-300 flex flex-col relative overflow-hidden">
<h2 class="text-5xl tracking-widest title-font mb-1 font-medium">Thursday</h2>
<p class="flex items-center text-gray-600 mb-2">Agricultural Microbiology (lab) 8:00 AM - 9:30 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Agricultural Extension Education 10:00 AM - 10:45 AM</p>
<p class="flex items-center text-gray-600 mb-2">Soil and Water Conservation Engineering (lab) 11:00 AM - 1:00 PM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamental of Crop Physiology(43 to 70) 2:00 PM - 3:00 PM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Agricultural Economics 3:00 PM - 3:45 PM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Entomology (lab) 4:00 PM - 5:30 PM</p>
</div>
</div>
<div class="p-4 xl:w-1/4 md:w-1/2 w-full">
<div class="h-full p-6 rounded-lg border-2 border-gray-300 flex flex-col relative overflow-hidden">
<h2 class="text-5xl tracking-widest title-font mb-1 font-medium">Friday</h2>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Genetics 9:00 AM - 9:45 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Entomology 10:00 AM - 10:45 AM</p>
<p class="flex items-center text-gray-600 mb-2">Soil and Water Conservation Engineering 11:00 AM - 11:45 AM </p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Crop Physiology (lab)(reg 1 to 42) 12:15 PM - 1:30 PM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of crop physiology(lab)(43 to 70) 2:00 PM - 3:30 PM</p>
<p class="flex items-center text-gray-600 mb-2">Fundamentals of Plant Pathology 4:00 PM - 4:45 PM</p>
</div>
</div>
</div>
</script>
</section>
<hr>
<br> </br>
<br> </br>
<h1 id="#contactinfo" class="sm:text-5xl text-3xl text-center font-medium title-font mb-2 text-gray-900">Class Representatives</h1>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto flex flex-wrap">
<div class="p-4 lg:w-1/2 md:w-full">
<div class="flex border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col">
<div class="w-16 h-16 sm:mr-8 sm:mb-0 mb-4 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
border-radius: 50%;
}
</style>
</head>
<body>
<img src="https://instagram.fblr11-1.fna.fbcdn.net/v/t51.2885-19/s320x320/150554911_114954987236172_6388119023893816688_n.jpg?tp=1&_nc_ht=instagram.fblr11-1.fna.fbcdn.net&_nc_ohc=UVcU72512W0AX-xixP7&oh=ed8a95b792c7c1d35ec1fd629a6b07c7&oe=6061A617" alt="Avatar" style="width:200px">
</body>
</svg>
</div>
<div class="flex-grow">
<h2 align="left" class="text-gray-900 text-lg title-font font-medium mb-3">Nishanth CN</h2>
<p align="left" class="leading-relaxed text-base">Phone Number - +91 9019781856</p>
<p align="left" class="leading-relaxed text-base">Email - nishanth.cn2020@vitstudent.ac.in</p>
</div>
</div>
</div>
<div class="p-4 lg:w-1/2 md:w-full">
<div class="flex border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col">
<div class="w-16 h-16 sm:mr-8 sm:mb-0 mb-4 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<body>
<img src="https://scontent-sin6-1.cdninstagram.com/v/t51.2885-19/s320x320/144074487_520742922237438_5542659315432080777_n.jpg?tp=1&_nc_ht=scontent-sin6-1.cdninstagram.com&_nc_ohc=v3x8E7CwPdsAX9wQomN&oh=aef00c2ad86e0ad1d6d0710d8b0ee000&oe=606452F9" alt="Avatar" style="width:200px">
</body>
</svg>
</div>
<div class="flex-grow">
<h2 align="left" class="text-gray-900 text-lg title-font font-medium mb-3">Mridula Senthil</h2>
<p align="left" class="leading-relaxed text-base">Phone Number - +91 7598894747</p>
<p align="left" class="leading-relaxed text-base">Email - mridula.s2020@vitstudent.ac.in</p>
</div>
</div>
</div>
</div>
</div>
</section>
<hr>
<footer class="text-gray-600 body-font">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 text-xl">Batch 1 VAIAL</span>
</a>
<p class="text-sm text-gray-500 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">© 2021 Vishal Kumar Singh —
<a href="https://www.instagram.com/more_vx.vishal/" class="text-gray-600 ml-1" rel="noopener noreferrer" target="_blank">@more_vx.vishal</a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none" d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</footer>
</body>
</html>