forked from abhay57/collegeSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (190 loc) · 13.3 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html>
<head>
<title>clubs page</title>
<link rel="stylesheet" href="./index.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<section class = "grid grid-cols-1 gap-16 md:grid-cols-2 mx-16 my-8">
<div class="container border-[3px] border-blue-800 w-full h-auto">
<div class="flex scrollbar mx-3 my-2 h-[690px] flex-col overflow-auto">
<div class="clubOne mt-6 mb-12 py-2 text-sm bg-blue-100 rounded-lg h-auto">
<h1 class="text-lg font-bold px-3 pt-3">R-Tist Club</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-3">
<img src="images/rtistClub.png" class="md:absolute h-full w-full object-cover">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">The club is all about robotics. This club serves as a platform for students to enhance their robotic skills and contribute for the development of the college and society as well.</p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
<div class="clubOne mb-12 py-2 text-sm bg-red-100 rounded-lg h-60">
<h1 class="text-lg font-bold px-3 pt-3">Criminalz Crew (Dance Club)</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-3">
<img src="images/danceClub.png" class="md:absolute h-full w-full object-cover">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">The club is all about robotics. This club serves as a platform for students to enhance their robotic skills and contribute for the development of the college and society as well.</p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
<div class="clubOne mb-12 py-2 text-sm bg-yellow-100 rounded-lg h-60">
<h1 class="text-lg font-bold px-3 pt-3">WDMC</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-3">
<img src="images/rtistClub.png" class="md:absolute h-full w-full object-cover">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">The club is all about robotics. This club serves as a platform for students to enhance their robotic skills and contribute for the development of the college and society as well.</p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
<div class="clubOne mt-6 mb-12 py-2 text-sm bg-blue-100 rounded-lg h-auto">
<h1 class="text-lg font-bold px-3 pt-3">R-Tist Club</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-3">
<img src="images/rtistClub.png" class="md:absolute h-full w-full object-cover">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">The club is all about robotics. This club serves as a platform for students to enhance their robotic skills and contribute for the development of the college and society as well.</p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
<!-- </div> -->
</div>
</div>
<!-- <div class = "bg-[#AFBAC4] rounded">
<div class="clubOne">
<h1 class="px-6 py-4 rounded-t-lg text-3xl md:font-semibold md:text-lg md:px-4 md:py-2 text-white bg-[#2167A7]">R-Tist Club</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-2">
<img src="images/rtistClub.png" class="md:absolute h-full w-full object-fill">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">The club is all about robotics. This club serves as a platform for students to enhance their robotic skills and contribute for the development of the college and society as well. It focuses on IoT and robotics, utilizing it in such a way that students get best out of it, thus passing on the sam...</p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
<div class="clubTwo">
<h1 class="px-6 py-4 text-3xl md:font-semibold md:text-lg md:px-4 md:py-2 text-white bg-[#2167A7]">Criminalz Crew (Dance Club)</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-2">
<img src="images/danceClub.png" class="md:absolute h-full w-full object-fill">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">Official dance club of NITJ. Have participated in many competitions and won more than that. Always been a showstopper. Energetic dance performance with conceptualized choregraphy to pass down the meaning and concept to audience along with graceful performance. It seems re... </p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
<div class="clubThree">
<h1 class="px-6 py-4 text-3xl md:font-semibold md:text-lg md:px-4 md:py-2 text-white bg-[#2167A7]">Fine Arts Society</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-2">
<img src="images/rtistClub.png" class="md:absolute h-full w-full object-fill">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">Official dance club of NITJ. Have participated in many competitions and won more than that. Always been a showstopper. Energetic dance performance with conceptualized choregraphy to pass down the meaning and concept to audience along with graceful performance. It seems re... </p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
<div class="clubFour">
<h1 class="px-6 py-4 text-3xl md:font-semibold md:text-lg md:px-4 md:py-2 text-white bg-[#2167A7]">WDMC Club</h1>
<div class="info grid grid-cols-1 md:grid-cols-2 gap-4 py-4">
<div class="md:relative rounded-sm mx-2">
<img src="images/rtistClub.png" class="md:absolute h-full w-full object-fill">
</div>
<div>
<p class="text-2xl pr-4 md:text-sm">Official dance club of NITJ. Have participated in many competitions and won more than that. Always been a showstopper. Energetic dance performance with conceptualized choregraphy to pass down the meaning and concept to audience along with graceful performance. It seems re... </p>
<a class="hover:cursor-pointer hover:text-gray-600 underline text-[#2167A7] text-2xl md:text-sm">Read more</a>
</div>
</div>
</div>
</div> -->
<div class = "photo-gallery">
<h2 class = "heading bg-sky-600 text-white text-lg text-center p-1 w-full mb-0.5 rounded-sm">Photo Gallery</h2>
<div class = "photo-grid grid grid-cols-4 gap-1 xs:grid-cols-3">
<a href="images/img1.png" target="_blank">
<img src = "images/img1.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img2.png" target="_blank">
<img src = "images/img2.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img3.png" target="_blank">
<img src = "images/img3.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img4.png" target="_blank">
<img src = "images/img4.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img5.png" target="_blank">
<img src = "images/img5.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img6.png" target="_blank">
<img src = "images/img6.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img7.png" target="_blank">
<img src = "images/img7.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img8.png" target="_blank">
<img src = "images/img8.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img9.png" target="_blank">
<img src = "images/img9.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img10.png" target="_blank">
<img src = "images/img10.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href="images/img11.png" target="_blank">
<img src = "images/img11.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.01]"
alt = "campus image">
</a>
<a href = "" target = "_blank">
<img src = "images/view_more.png "
class = "campus-img w-full h-full rounded-sm hover:scale-[1.03]"
alt = "view more">
</a>
</div>
<div class = "campus-view mt-10">
<h2 class = "heading bg-sky-600 text-white text-lg text-center p-1 w-full mb-0.5 rounded-sm">360 view of campus</h2>
<a href = "#"
class = "three60-view"
target = "_blank">
<img src = "images/img1.png"
class = "view-img rounded-sm w-full h-full"
alt = "360 view of campus">
</a>
</div>
</div>
</section>
</body>
</html>