-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
406 lines (380 loc) · 23.3 KB
/
event.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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!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,
shrink-to-fit=no">
<meta name="description" content="Astro - Astrology HTML5 Boostrap website Template">
<title>Techelons'24 | P.R.Pote(Patil)</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/media/Techelons.png">
<!-- All CSS files -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/vendor/font-awesome.css">
<link rel="stylesheet" href="assets/css/vendor/slick.css">
<link rel="stylesheet" href="assets/css/vendor/slick-theme.css">
<link rel="stylesheet" href="assets/css/vendor/sal.css">
<link rel="stylesheet" href="assets/css/app.css">
<script defer src="https://unpkg.com/custom-cursor@latest/dist/cursor.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="assets/css/cursor.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-266165434-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-266165434-1');
</script>
<script>
document.addEventListener('DOMContentLoaded', () => {
new window['Cursor']({
count: 2,
targets: ['a'],
})
})
</script>
<style>
.content-block {
height: 300px;
}
p {
height: 100px;
overflow: hidden;
}
</style>
</head>
<body>
<!-- Preloader -->
<!-- <div id="preloader">
<div class="three-body">
<div class="three-body__dot"></div>
<div class="three-body__dot"></div>
<div class="three-body__dot"></div>
</div>
</div> -->
<!-- Back To Top Start -->
<a href="#main-wrapper" id="backto-top" class="back-to-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Main Wrapper Start -->
<div id="main-wrapper" class="main-wrapper overflow-hidden">
<!-- Header Area Start -->
<header class="header st-1">
<div class="container">
<nav class="navbar navbar-expand-xl align-items-xl-center align-items-start p-0">
<div class="col-xl-3 ">
<a class="navbar-brand" href="index.html"><img alt="" src="assets/media/tec-24.png"
width="285px"></a>
</div>
<div class="col-xl-9 text-end">
<button class="navbar-toggler " type="button" data-bs-toggle="collapse"
data-bs-target="#mynavbar">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse justify-content-end text-start" id="mynavbar">
<ul class="navbar-nav mainmenu align-items-xl-center m-0">
<!-- <li class="menu-item-has-children"><a href="index.html" class="active">Home</a></li> -->
<li class="menu-item-has-children"><a href="#">Events</a></li>
<!-- <li class="menu-item-has-children"><a href="javascript:void(0);">Events</a>
<ul class="submenu">
<li class="menu-item"><a href="#">Services</a></li>
<li class="menu-item"><a href="#">Blogs</a></li>
<li class="menu-item"><a href="#">Blog Detail</a></li>
<li class="menu-item"><a href="#">Detail</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#">Contact Us</a></li> -->
<li class="menu-item-has-children p-0"><a href="#" class="light-btn active">Register
Now!</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- Header Area end -->
<!-- Banner Area start -->
<section class="inner-banner">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="content">
<h2 class="fs-80 text-center mt-5 "><b class="color-light">Event</b> Page</h2>
</div>
</div>
</div>
</div>
</section>
<!-- Banner Area end -->
<!-- blog Area start -->
<div class="blog bg pt-50 pb-26">
<div class="container">
<div class="card">
<div class="card-body tab-content">
<div class="tab-pane active" id="today">
<div class="row">
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">3 D MODELING competition (Catia
v5)</a>
<p>This event is organized to test designing skills and knowledge of
creation of 3 D model from 2D drawing of machine components by
participants using 'CATIA' designing software application in a live
competition.</p>
<a href="#" class="light-btn" data-bs-toggle="modal"
data-bs-target="#staticBackdrop1">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">STRUCTFAST</a>
<p>In the first round of event participants have to analyse and design given
problem in STAAD Pro. or ETABS software in a minimum time. In second
round participants have to draw any column reinforcement details </p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">POSTER PRESENTATION</a>
<h6 style="color: white;">Theme - </h6>
<ul style="color: white;">
<li>DEMOCRACY</li>
<li>SUSTAINABILITY</li>
<li>TECHNOLOGY</li>
</ul>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">DESIGN COMPETITION</a>
<p>DESIGN COMPETITION ON ARTIST BUNGALOW</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">BUSINESS PLAN</a>
<p>The theme of business plan will be shared with
the students in advance. Students need to present the power point
presentation of their business plan before the judge on the event day.
The contents of the power point presentation will also be shared with
the students.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">POSTER PRESENTATION (Pharmacy)</a>
<p>Theme: Recent advances in Pharmaceutical Sciences.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">ANVESHAN</a>
<p>Anveshan is an even where the creativity has been checked. In this even
team of 4 students has to prepare a model with ice cream sticks with
glue provided. </p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">INTERSCHOOL SCIENCE EXHIBITION</a>
<p>In Interschool Science Exhibition, students of various schools will be
participating to showcase their models. This activity aims at providing
a common platform to schools, teachers and students to give shape to
their innovative ideas and learn from each other's experiences. These
exhibitions also provide a medium for popularizing Science and
increasing awareness among stakeholders about the close relationship
between Science, Technology and Society.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title"> POSTER PRESENTATION
(Agriculture)</a>
<p>This event will be particularly organized for students of Agricultural
colleges across Maharashtra with themes related to Agriculture & general
but of social importance to give an opportunity to Agricultural students
to present their art, thinking and social awareness.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">PROJECT AND MODEL EXHIBITION EVENT (Pharmacy)</a>
<p>Project & model exhibition aims to persuade students of pharmacy to
participate and showcase their creativity, innovative ideas considering
health-related issues and opportunities to develop community-based
solutions. This exhibition provides excellent platform to encourage
students to develop skills which will help them to grow professionally
in pharmacy career.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<!-- <h6 class="date">10-June-2023</h6> -->
<a href="#" class="title">LAN Gaming (BGMI)</a>
<p>In a local area network or LAN party, players gather in the same physical
location and connect their gaming computers or consoles to play LAN
compatible games.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">AUTOCAD (Civil)</a>
<p>This event is organized to test drafting skills and knowledge of creation
of 2D model from drawing of machine components by participants using
'AUTOCAD' designing software application in a live competition.
</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">AUTOCAD (Mechanical)</a>
<p>In a local area network or LAN party, players gather in the same physical
location and connect their gaming computers or consoles to play LAN
compatible games.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">PLACEMENT TEST</a>
<p>There will be multiple choice questions regarding Aptitude, Current
Affairs, General Knowledge, Reasoning, Verbal, Computer, Puzzle,
English, etc.</p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="blog-item">
<div class="content-block">
<a href="#" class="title">CODETHON24</a>
<p>This is a coding contest based on algorithms, data structures and problem
solving. </p>
<a href="#" class="light-btn">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- blog Area end -->
<!-- footer Area start -->
<footer class="footer bg" style="padding-top: 100px;">
<div class="container">
<div class="text-center">
<span class="lh-150 color-gray-4 mb-0">©2023 All rights are reserved by <a href="#">PRPGEI</a> |
Made with ❤️ by <strong><a href="https://rushikeshshirke.in/"
style="color: white; text-decoration: underline;" target="_blank">Rushikesh Shirke &
Shivraj Kadam</a></strong></span>
</div>
</div>
</footer>
<!-- footer Area end -->
</div>
<!-- Jquery Js -->
<script src="assets/js/vendor/jquery-4.4.4.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/jquery-appear.js"></script>
<script src="assets/js/vendor/jquery-validator.js"></script>
<!-- Site Scripts -->
<script src="assets/js/app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop1" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="staticBackdropLabel" aria-hidden="true" style="backdrop-filter: blur(5px);
background-color: transparent;">
<div class="modal-dialog" style="border: 2px solid #f1dab0; border-radius: 12px; backdrop-filter: blur(20px);">
<div class="modal-content">
<div class="modal-header" style="background-color: #032527;">
<h1 class="modal-title fs-10" id="staticBackdropLabel" style="color: white;">3D MODELING Competition
(Catia v5)</h1>
<button type="button" class="btn-close bg-warning" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body" style="background-color: #032527;">
<p style="color: white;"><strong>About Event :</strong>
This event is organized to test designing skills and knowledge of creation of 3 D model from 2D
drawing
of machine components by participants using ‘CATIA’ designing software application in a live
competition.
</p>
<h3 class="fs-5" style="color: white;">Rules & Regulations :</h3>
<ul>
<li style="color: white;">Participant need to create 3-D model from drawing given by judge in 30
min.</li>
<li style="color: white;">Evaluation of the model will be done on the basis of 3-D model accuracy
and Completion of 3D Model.
</li>
</ul>
<h3 class="fs-5" style="color: white;">Fees : Rs. 100</h3>
<h2 class="fs-5" style="color: white;">Event Coordinators :</h2>
<h3 class="fs-5" style="color: white;">Faculty Coordinator</h3>
<ul>
<li style="color: white;">Prof.R.S.Pokale 9284652600</li>
</ul>
<h3 class="fs-5" style="color: white;">Student Event Coordinator</h3>
<ul>
<li style="color: white;">Mr.Sanket Y.Yevatkar : 8766447365</li>
<li style="color: white;">Mr.Prajwal D.Pakhan : 9890075794</li>
</ul>
</div>
<!-- <p style="color: black; mx-2"><strong>Link to Register : </strong>
<a href="https://tinyurl.com/Techelons24-Catia">https://tinyurl.com/Techelons24-Catia</a>
</p> -->
<div class="modal-footer" style="background-color: #032527;">
<button type="button" class="btn btn-warning" href="https://tinyurl.com/Techelons24-Catia"><a
href="https://tinyurl.com/Techelons24-Catia" target="_blank"
style="font-weight: bold; font-size: 1.5em;">Register</a></button>
</div>
</div>
</div>
</div>