-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolleges.html
342 lines (341 loc) · 14.1 KB
/
colleges.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
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
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Colleges</title>
<link
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"
rel="stylesheet"
/>
</head>
<body
style="background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);"
>
<header class="text-gray-600 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center border border-b-2 border-gray-400">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<span class="ml-3 text-xl">EUPHEUS</span>
</a>
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
<a href="Home.html" class="mr-5 hover:text-gray-900">HOME</a>
<a href="courses.html" class="mr-5 hover:text-gray-900">Courses</a>
<a href="colleges.html" class="mr-5 hover:text-gray-900">Colleges</a>
<a href="findcollege.html" class="mr-5 hover:text-gray-900">Cut-off</a>
<a href="onlinecourses.html"class="mr-5 hover:text-gray-900">Online courses</a>
<a href="https://www.ncs.gov.in/Pages/default.aspx" class="mr-5 hover:text-gray-900">Job Portal</a>
<a href="additionalinfo.html" class="mr-5 hover:text-gray-900">Additional Information</a>
<a href="scholarship.html" class="mr-5 hover:text-gray-900">Scholarships</a>
<a href="abroadstudies.html" class="mr-5 hover:text-gray-900">Overseas</a>
<a href="queries.html" class="mr-5 hover:text-gray-900">Queries</a>
</nav>
</div>
</header>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20">
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<h1
class="sm:text-3xl text-2xl font-medium title-font mb-2 text-gray-900"
>
TOP COLLEGES IN INDIA
</h1>
<div class="h-1 w-20 bg-blue-500 rounded"></div>
</div>
<p class="lg:w-1/2 w-full leading-relaxed text-gray-700">
The decision to attend a college or university and admission to an
institution of higher education has important outcomes for
individuals and for society.
</p>
</div>
<div class="flex flex-wrap -m-4">
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://ak.picdn.net/shutterstock/videos/1030152467/thumb/8.jpg"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
MEDICAL
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Medical Colleges
</h2>
<p class="leading-relaxed text-base">
A medical degree is a vocational or technical degree awarded for studies in fields associated with medicine and/or surgery.
</p>
<a href="medicalcolleges.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="img\works\Engineering.png"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
ENGINEERING
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Engineering Colleges
</h2>
<p class="leading-relaxed text-base">
Engineering concerns the research, design, and use of machines,
engines, and structures. Engineering impacts every part of
modern life.
</p>
<a href="engg.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://miro.medium.com/max/3840/1*fh4r_ASaUKXyLU0_1BlQHw.jpeg"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
ARTS & SCIENCE
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Arts & Science Colleges
</h2>
<p class="leading-relaxed text-base">
A College of Arts and Sciences is most commonly a unit within a
university which focuses on instruction of the liberal arts and
pure sciences.
</p>
<a href="artscolleges.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://i.ytimg.com/vi/z66KzNiRqXM/sddefault.jpg"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
LAW
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Law Colleges
</h2>
<p class="leading-relaxed text-base">
Law Courses are for students who wish to study judiciary and
law. These will help the students to develop skills like
judgment and problem-solving ability.
</p>
<a href="lawcolleges.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://theglobalscholars.com/wp-content/uploads/2018/09/diploma-vs-degree-1.jpg"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
POLYTECHNIC
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Polytechnic Colleges
</h2>
<p class="leading-relaxed text-base">
Polytechnic is a professional course which provides practical
knowledge in the field of Technical Education rather than
theoretical.
</p>
<a href="polycolleges.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://leverageedu.com/blog/wp-content/uploads/2020/05/Best-MBA-Colleges-in-World.jpg"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
MANAGEMENT
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Management Colleges
</h2>
<p class="leading-relaxed text-base">
Management degrees give students a broad foundation in topics
relating to business, finance, economics and marketing.
</p>
<a href="managementcolleges.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://youthincmag.com/wp-content/uploads/2019/07/fashion-designing-Pinterest.jpg"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
FASHION TECHNOLOGY
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Fashion Technology Colleges
</h2>
<p class="leading-relaxed text-base">
Fashion technology is mainly concerned with the art of crafting
cloth materials that are both, pleasing to the eyes and
attractive to wear.
</p>
<a href="ftcolleges.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://www.bestdegreeprograms.org/wp-content/uploads/2020/05/shutterstock_1395147236.jpg"
alt="content"
/>
<h3
class="tracking-widest text-blue-500 text-xs font-medium title-font"
>
HEALTH SCIENCE
</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">
Top Health Science Colleges
</h2>
<p class="leading-relaxed text-base">
Health Sciences degrees prepare professionals who can apply
medical knowledge to provide and improve patient healthcare.
</p>
<a href="healthsciencecolleges.html" class="text-blue-500 inline-flex items-center"
>Learn More
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-2"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>