forked from wdmc-nitj/nitj-site-6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsports.html
325 lines (270 loc) · 10.2 KB
/
sports.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
<!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>Sports - NITJ</title>
<!-- CSS -->
<link rel="stylesheet" href="../style.css" />
<!-- ICONS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- font-family: 'Barlow', sans-serif;
font-family: 'Poppins', sans-serif; -->
<style>
/* Customizing the Scrollbar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background-color: rgba(30, 58, 138, 1);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color: gray;
}
::-webkit-resizer {
background-color: #ffffff;
}
.material-symbols-outlined {
font-variation-settings: "FILL" 0, "wght" 300, "grad" 0, "opzs" 20;
}
::-webkit-scrollbar {
width: 4px;
}
.font2 {
font-family: 'Barlow', sans-serif;
}
:root {
--primary-color: #fff;
--background-color: #212121;
--blue-color: #0369A1;
--light-blue-color: #F6F6FE;
--purple-color: #040320;
--font1: 'Poppins', sans-serif;
--font2: 'Barlow', sans-serif;
}
* {
margin: 0;
padding: 0;
}
.main-body {
font-family: var(--font1);
}
.titlebg {
background: linear-gradient(90.09deg, rgba(0, 0, 0, 0.7) 0.08%, rgba(255, 255, 255, 0) 99.11%), url(img/about_top.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.tile1 {
background: linear-gradient(132.04deg, rgba(255, 255, 255, 0.1) 16.87%, rgba(255, 255, 255, 0.4) 75.02%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(40px);
background-color: #0369A1;
/* Note: backdrop-filter has minimal browser support */
border-radius: 6px;
transition: all .3s ease-in-out;
}
.tile1:hover {
transform: scale(1.1);
}
/* Outer Layer with the timeline border */
.outer {
border-left: 3px solid #0369A1;
}
/* Card container */
.card {
position: relative;
/* box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
0.3em 0.3em 1em rgba(0, 0, 0, 0.3); */
}
/* Timeline dot */
.title::before {
content: "";
position: absolute;
width: 15px;
height: 15px;
background: white;
border-radius: 999px;
left: -29px;
border: 3px solid #0369A1;
}
.box {
flex: 1;
overflow: hidden;
transition: 0.5s;
line-height: 0;
}
.box>img {
width: 100%;
height: 100%;
border: 0.2rem solid white;
border-radius: 8px;
-o-object-fit: cover;
object-fit: cover;
transition: ease 0.75s;
}
.box:hover {
flex: 1 1 30%;
/* box-shadow: 0px 6px 6px rgba(73, 73, 73, 0.65); */
z-index: 1;
cursor: pointer;
}
.box:hover>img {
opacity: 1;
width: 100%;
height: 100%;
}
.base-image {
margin-top: 40px;
background-image: url("img/nitj3.jpg"),
linear-gradient(rgb(255, 255, 255), rgba(4, 4, 4));
background-color: #cccccc;
height: 400px;
background-position: 0% 28%;
background-repeat: no-repeat;
background-size: cover;
}
.base-image-2 {
margin-top: 40px;
background-image: url("img/nitj3.jpg"),
linear-gradient(rgb(255, 255, 255), rgba(4, 4, 4));
background-color: #cccccc;
height: 300px;
background-position: 58% 28%;
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (max-width: 1000px) {
.academic-timeline {
display: none;
}
}
</style>
</head>
<body>
<script src="/template/header.js" type="module"></script>
<script src="/template/helper.js"></script>
<div class="main-body flex flex-col gap-8 lg:gap-12 pt-[112px] md:pt-[144px] lg:pt-[144px] lg:mb-32">
<div class="titlebg">
<div class="container flex flex-col justify-center items-start h-[224px] py-[48px]">
<!-- <p> Code by Bhavya Mittal </p> -->
<p class="font2 font-bold text-[52px] lg:text-[68px] uppercase text-white leading-[1]">Sports Tournaments</p>
</div>
<nav class="flex bg-gray-200 py-[8px] text-black" aria-label="Breadcrumb">
<ol class="container inline-flex items-center">
<li class="inline-flex items-center">
<a href="" class="inline-flex items-center text-sm font-medium hover:text-gray-900">
<a href="../index.html" class="text-lg font-medium ml-2">Home</a>
</a>
</li>
<li aria-current="page">
<div class="inline-flex items-center">
<i style="color: rgb(128, 128, 128); font-size: 12px; margin-left: 12px"
class="fa-solid fa-angle-right ml-2"></i>
<a href="#" class="text-lg font-medium ml-2">About</a>
</div>
</li>
</ol>
</nav>
</div>
<!-- <p> Code by Bhavya Mittal </p> -->
<div class="container flex flex-col items-start gap-[20px] lg:gap-[16px]">
<div class="w-full flex flex-col items-start">
<p class="font2 font-medium text-[28px] lg:text-[32px]">Athletics Fest</p>
<div class="bg-accent w-full lg:w-[111px] h-[1px] lg:h-[3px]"></div>
</div>
<div id="introduction">
<ul id="list" class="list-disc ml-5 text-accent flex flex-col mt-5 hap-6">
<li>
An athletics fest is an event that involves various athletic competitions, typically held over the course of one
or several days.
</li>
<li>
These events may include track and field events such as sprints, hurdles, long- distance running, high jump,
long jump, triple jump,
shot put, discus throw and javelin.
</li>
<li>
The two-day Sports Fest 2023 of Dr. B. R. Ambedkar National Institute of
Technology, was successfully
concluded at NIT Campus. The chief guest of the occasion was the Worthy Director of NIT Jalandhar Prof. Binod
Kumar Kanaujia, who talked
about the importance of sports in our lives and also motivate the students to actively participate in events
following the day.
</li>
<li>
The unprecedented participation of the students in March past and various events were witnessed during this
year's fest after Covid 19 pandemic.
The chief guest felicitated the winning teams of Table Tennis, Basketball, Volleyball and Cricket who have
secured various positions
in All India Inter NIT tournaments.
</li>
<li>
The second day started with a Cricket show match of girls. A lot of
participation was observed from
Engineers who proved when it comes to the field they are the best. The second day included more fun events like
the spoon race, tug of war,
matka couple, three-leg couple race and events involving Faculty, children and staff.
</li>
<li>
Intense hard work was
followed by full appreciation
from authorities, prize distribution ceremony was conducted. Mr. Monindar Saini and Ms. Divya Singh received the
best athlete award in the
boys and girls section and the overall winner trophy was bagged by B. tech, 2nd-year students. The final day
event was witnessed by
Prof. R. K. Garg, Registrar Prof. Ajay Bansal, Dean of Student’s Welfare Prof. Anish Sachdeva, Dean of
Planning and Development Prof. Shubhash Chander, Dean of Academics Prof. Harsh Verma, Prof. D. K. Shukla, Prof.
B.S. Saini,
Prof. Dilbagh Singh, Prof. S. K. Pahuja, Dr. L P Singh, Dr. Shailendra Bajpai, Dr. Kiran Singh, Dr. Rakesh
Kumar, Dr. G.S. Dhaliwal and Dr. Vijay Kumar Mishra.
</li>
</ul>
</div>
<!-- <a href="https://www.instagram.com/Sports_nitj/"
class="ml-0 md:ml-5 px-2 rounded-lg mt-0 py-2 bg-blue-500 text-white hover:bg-blue-400 lg:px-[7%]">
Sports Website
</a> -->
<!-- Social Media -->
<div class="container">
<div class="container flex h-[22vh] w-full" style="height:45vh">
<div class="box">
<img src="/clubs/img/sportst1.jpg" />
</div>
<div class="box hidden lg:block">
<img src="/clubs/img/sportst2.jpg" />
</div>
</div>
<!-- <div class="container flex h-[22vh] w-full">
<div class="box">
<img src="img/ci/ci (3)-min.jpeg" />
</div>
<div class="box hidden lg:block">
<img src="img/ci/ci (4)-min.jpeg" />
</div>
<div class="box hidden lg:block">
<img src="img/ci/ci (5)-min.jpeg" />
</div>
<div class="box hidden lg:block">
<img src="img/ci/ci (6)-min.jpg" />
</div>
</div> -->
</div>
</div>
</div>
<script src="app.js"></script>
<script src="../template/footer.js"></script>
</body>
</html>