forked from wdmc-nitj/nitj-site-6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtech_fest.html
328 lines (280 loc) · 11.6 KB
/
tech_fest.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
<!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>Techniti - 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;
filter: grayscale(100%);
}
.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-2 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]">Techniti Annual Tech Fest</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]">Introduction</p>
<div class="bg-accent w-full lg:w-[111px] h-[1px] lg:h-[3px]"></div>
</div>
<div id="Introduction">
techNITi is the techno-managerial student fest of Dr. B. R. Ambedkar National Institute of Technology (NIT),
Jalandhar in Punjab, India. techNITi, the annual fest, has emerged as one of the region’s most sought after
event.
<br>
<br>
Just because TechNITi ’09 was good isn’t the reason enough to bask in your old glory. TechNITi’11 brings you a
whole new level of engineering- “eXtreme engineering”. If you have what it takes to test your limits and put
every brain cell to work then come and be a part of TechNITi’11 .
</div>
<!-- <a href="https://www.instagram.com/techniti_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%]">
Techniti Website
</a> -->
<!-- Social Media -->
<div class=" w-full flex flex-col items-start">
<p class="font2 font-medium text-[28px] lg:text-[32px]">Social Media links :-</p>
<div class="bg-accent w-full lg:w-[111px] h-[1px] lg:h-[3px]"></div>
</div>
<div class="flex items-center justify-center space-x-2">
<a class="mr-3" href="https://www.instagram.com/zealnitj/">
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7" fill="currentColor" style="color: #cd30a6"
viewBox="0 0 24 24">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg>
</a>
<a class="mr-3" href="https://www.youtube.com/@technitinitjalandhar5632">
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7" fill="currentColor" style="color: #ff0000"
viewBox="0 0 24 24">
<path
d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z" />
</svg>
</a>
 
 
<a class="mr-3" href="https://www.linkedin.com/company/zeal-society-nitj/">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-7" fill="currentColor" style="color: #0077b5; "
viewBox="0 0 24 24">
<path
d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" />
</svg>
</a>
<a href="https://www.facebook.com/groups/techniti" class="mr-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7" fill="currentColor" style="color: #1877f2"
viewBox="0 0 24 24">
<path
d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z" />
</svg>
</a>
</div>
<div class="container">
<div class="container flex h-[22vh] w-full">
<div class="box">
<img src="img/tech1.png" />
</div>
<div class="box hidden lg:block">
<img src="img/tech2.png" />
</div>
<div class="box hidden lg:block">
<img src="img/tech3.png" />
</div>
</div>
<div class="container flex h-[22vh] w-full">
<div class="box">
<img src="img/tech4.png" />
</div>
<div class="box hidden lg:block">
<img src="img/tech5.png" />
</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>