-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwattsyourpitch.html
More file actions
523 lines (429 loc) · 20.9 KB
/
wattsyourpitch.html
File metadata and controls
523 lines (429 loc) · 20.9 KB
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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- The above 3 meta tags *must* come first in the head -->
<!-- SITE TITLE -->
<title>Captures | Ramaiah Institute of Technology, Bangalore</title>
<meta name="description" content="RIT Techfest is the annual technical fest of Ramaiah Institute of Technology, Bangalore. It is themed on the multiverse, comprising hands-on events, competitions, and fun activities." />
<meta name="keywords" content="Techfest, RIT Techfest, Ramaiah Institute of Technology, Bangalore Techfest" />
<meta name="author" content="Shravan Revanna" />
<!-- twitter card starts from here, if you don't need remove this section -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@rittechfest" />
<meta name="twitter:creator" content="@rittechfest" />
<meta name="twitter:url" content="http://twitter.com" />
<meta name="twitter:title" content="RIT Techfest is Ramaiah Institute's annual Technical Festival. The 2023th edition is scheduled on 10th and 11th November 2023." />
<!-- maximum 140 char -->
<meta name="twitter:description" content="RIT Techfest is the annual technical fest of Ramaiah Institute of Technology, Bangalore. It is themed on the multiverse, comprising hands-on events, competitions, and fun activities." />
<!-- maximum 140 char -->
<meta name="twitter:image" content="assets/img/opengraph/fbphoto.jpg" />
<!-- twitter card ends from here -->
<!-- facebook open graph starts from here, if you don't need then delete open graph related -->
<meta property="og:title" content="RIT Techfest'23 - Ramaiah Institute of Technology, Bangalore." />
<meta property="og:url" content="https://rittechfest.live" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="RIT Techfest'23 - Ramaiah Institute of Technology, Bangalore." />
<!--meta property="fb:admins" content="" /-->
<!-- use this if you have -->
<meta property="og:type" content="website" />
<meta property="og:image" content="assets/img/opengraph/fbphoto.jpg" />
<!-- when you post this page url in facebook , this image will be shown -->
<!-- facebook open graph ends from here -->
<!-- FAVICON AND TOUCH ICONS -->
<link rel="shortcut icon" type="image/png" href="assets/img/favicon.png" />
<!-- this icon shows in browser toolbar -->
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<!-- this icon shows in browser toolbar -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/manifest.json">
<!-- BOOTSTRAP CSS -->
<link rel="stylesheet" href="assets/libs/bootstrap/css/bootstrap.min.css" media="all" />
<!-- TAILWIND CSS -->
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- FONT AWESOME -->
<link rel="stylesheet" href="assets/libs/fontawesome/css/font-awesome.min.css" media="all" />
<!-- FONT AWESOME -->
<link rel="stylesheet" href="assets/libs/maginificpopup/magnific-popup.css" media="all" />
<!-- Time Circle -->
<link rel="stylesheet" href="assets/libs/timer/TimeCircles.css" media="all" />
<!-- OWL CAROUSEL CSS -->
<link rel="stylesheet" href="assets/libs/owlcarousel/owl.carousel.min.css" media="all" />
<link rel="stylesheet" href="assets/libs/owlcarousel/owl.theme.default.min.css" media="all" />
<!-- GOOGLE FONT -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oswald:400,700%7cPoppins:300,400,400i,600,600i,700,800,900" />
<!-- MASTER STYLESHEET -->
<link id="lgx-master-style" rel="stylesheet" href="assets/css/style-default.min.css" media="all" />
<link rel="stylesheet" href="assets/css/events.css" media="all" />
<!-- MODERNIZER CSS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<meta name="google-site-verification" content="9l6jBCdCjl0ZW1Q6RrsllF3h9y5WdO-_rNvO1BKgH9s" />
<style>
.lgx-banner {
background: url('assets/img/banner.png') no-repeat center center;
background-size: cover;
padding: 50px 0;
}
.lgx-heading-white h2,
.lgx-heading-white h3,
.lgx-heading-white h4 {
color: #fff;
}
.white-shit {
background-color: #f8f9fa;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
}
.white-shit h2,
.white-shit p {
color: #333;
}
.lgx-banner-inner {
background: #342b83;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.lgx-schedule .lgx-inner {
display: flex;
justify-content: space-evenly;
padding: 1rem;
}
html {
background-color: #554bb9 !important;
}
.lgx-page-inner {
padding: 17rem 8rem 5rem 8rem;
}
.white-shit {
background-color: rgb(255, 250, 243) !important;
margin: 1rem;
border-radius: 1rem;
}
h2 {
font-size: 3.5rem !important;
}
h4 {
font-size: 2.6rem !important;
}
.vrapper {
background: #554bb9;
}
.vrapper .inner-vrap {
background: url(assets/img/schedule-bg-pattern.png) bottom center no-repeat;
-webkit-background-size: 100% auto, cover;
-o-background-size: 100% auto, cover;
-moz-background-size: 100% auto, cover;
background-size: 100% auto, cover;
}
</style>
</head>
<body class="home">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<div class="lgx-container ">
<!-- *** ADD YOUR SITE CONTENT HERE *** -->
<!--HEADER-->
<header>
<div id="lgx-header" class="lgx-header">
<div class="lgx-header-position lgx-header-position-white lgx-header-position-absolute ">
<!--lgx-header-position-fixed lgx-header-position-white lgx-header-fixed-container lgx-header-fixed-container-gap lgx-header-position-white-->
<div class="lgx-container">
<!--lgx-container-fluid-->
<nav class="navbar navbar-default lgx-navbar">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="lgx-logo" style="display: flex; gap: 15px; align-items: center;">
<!-- <a href="index.html" class="lgx-scroll">
<img src="assets/img/robot (1).png" alt="MSRIT Logo" width="65" />
</a> -->
<a href="index.html" class="lgx-scroll">
<img src="assets/img/msrit_logo.png" alt="MSRIT Logo" width="160" />
</a>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav lgx-nav navbar-right">
<li><a class="lgx-scroll" href="index.html">Home</a></li>
<li class="dropdown">
<a class="lgx-scroll" href="#lgx-speakers">Events</a>
<ul class="dropdown-menu" style="color: #135194;">
<li><a href="dept/architecture.html">ARCHITECTURE</a></li>
<li><a href="dept/aids.html">ARTIFICIAL INTELLIGENCE AND DATA SCIENCE</a></li>
<li><a href="dept/aiml.html">ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING</a></li>
<li><a href="dept/biotech.html">BIOTECHNOLOGY</a></li>
<li><a href="dept/chem.html">CHEMICAL</a></li>
<li><a href="dept/civil.html">CIVIL</a></li>
<li><a href="dept/cse.html">COMPUTER SCIENCE</a></li>
<li><a href="dept/cseaiml.html">CSE(AI AND ML & CYBER SECURITY)</a></li>
<li><a href="dept/ece.html">Electronics and Communication Engineering</a></li>
<li><a href="dept/ei.html">Electronics and Instrumentation Engineering</a></li>
<li><a href="dept/ee.html">Electrical and Electronics Engineering</a></li>
<li><a href="dept/ete.html">Electronics and Telecommunication Engineering</a></li>
<li><a href="dept/iem.html">Industrial Engineering and Management</a></li>
<li><a href="dept/ise.html">INFORMATION SCIENCE Engineering</a></li>
<li><a href="dept/mca.html">Master of Computer Applications (MCA)</a></li>
<li><a href="dept/mba.html">MASTER OF BUSINESS ADMINISTRATION (MBA)</a></li>
<li><a href="dept/mech.html">Mechanical Engineering</a></li>
<li><a href="dept/medel.html">Medical Electronics</a></li>
</ul>
</li>
<li><a class="lgx-scroll" href="../index.html#lgx-schedule">Schedule</a></li>
<li><a class="lgx-scroll" href="../index.html#lgx-sponsors">Sponsors</a></li>
<li><a class="lgx-scroll" href="team.html">Team</a></li>
<li><a class="lgx-scroll" href="../index.html#lgx-contact">Contact</a></li>
<div class="header-banner__logo-phone">
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/robot__1_-removebg-preview.png" alt="MSRIT Logo" width="50" />
</a>
</div>
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/robot-removebg-preview.png" alt="MSRIT Logo" width="100" />
</a>
</div>
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/TechFest Logo.png" alt="MSRIT Logo" width="40" />
</a>
</div>
</div>
</ul>
</div>
<!--/.nav-collapse -->
<div class="header-banner__logo">
<div class="lgx-logo">
<a href="index.html" class="lgx-scroll">
<img src="assets/img/robot-removebg-preview.png" alt="MSRIT Logo" width="125" />
</a>
</div>
</div>
</nav>
</div>
<!-- //.CONTAINER -->
</div>
</div>
</header>
<!--HEADER END-->
<section>
<div class="lgx-banner lgx-banner-inner">
<div class="lgx-page-inner">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="lgx-heading-area">
<div class="lgx-heading lgx-heading-white">
<h2 class="heading">Watt's your Pitch</h2>
<div class="schedule-info">
<h4 class="heading">Date : <span> 11th Nov, 11:00 to 1:00 </span> </h4>
<h4 class="heading"><span> Venue : </span> LHC 201 </h4>
<h4 class="heading"><span> Team Size : </span> 1-2 Members</h4>
<h4 class="heading"><span> Registration Fee : </span> Free </h4>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfzxKlMq1eLa_3jQBrG9SKHTaCSH2w2cYqLTFL3NDJZ9vJE8Q/viewform"
class="register">REGISTER
</a>
</div>
</div>
</div>
</div>
<!--//.ROW-->
</div><!-- //.CONTAINER -->
</div><!-- //.INNER -->
</div>
</section>
<!--//.Banner Inner-->
<div class="wrapper">
<div class="inner-wrap">
<main role="main" class="container ">
<div class="container">
<div class="row">
<div class="col-xs-12 white-shit">
<h2>Overview</h2>
<ol class="list-unstyled lead">
<li>Contestant will be asked to create a marketing plan, including a full fledged creative campaign. The product will be given to the students by the coordinators, it will be an electrical device. Students have to create and act-out a TV advertisement to create social awareness etc.
</li>
</ol>
</div>
<div class="col-xs-12 white-shit">
<h2>Rules and Regulations: </h2>
<ol class="list-unstyled lead">
<li>The product for the Mad-Ad will be given on the spot.</li>
<li>Contestant will have 15 mins for prep.</li>
<li>Max. The time limit for the Ad is 2 mins.</li>
<li>There should not be any bias or comments targeted towards any caste, community or religion.</li>
<li>Use of vulgar language or expression will lead to disqualification.</li>
</li>
</ol>
</div>
<div class="col-xs-12 white-shit">
<h2>Judge criterion:</h2>
<ul class="list-unstyled lead">
<li>Content-Information, awareness and humor</li>
<li>Spontaneity/expressions/acting/fluency</li>
<li>Overall script.
</li>
</ul>
</div>
<section>
<!-- Title -->
<h2 class="heading text-center">Co-ordinators</h2>
<div class="container">
<div class="col-xs-12 white-shit">
<h2 style="margin-bottom: 20px;">Faculty Co-ordinators</h2>
<p class="lead">
</p>
</div>
<div class="col-xs-12 white-shit">
<h2 style="margin-bottom: 20px;">Student Co-ordinators</h2>
<p class="lead">
Umesh D
</p>
<p class="lead">
Ram
</p>
<p class="lead">
Ash
</p>
</div>
</div><!-- //.CONTAINER -->
</section>
</div>
</div>
</main>
</div>
</div>
<!--FOOTER-->
<footer>
<div id="lgx-footer" class="lgx-footer">
<!--lgx-footer-white-->
<div class="lgx-inner-footer">
<div class="container">
<div class="lgx-footer-area">
<div class="lgx-footer-single">
<a class="logo" href="index.html"><img src="assets/img/TechFest Logo.png" alt="Logo"
class="shadow-md rounded-lg" width="208" height="208"></a>
</div>
<!--//footer-area-->
<div class="lgx-footer-single">
<h3 class="footer-title">Venue Location </h3>
<h4 class="date">
10 - 11 November, 2023
</h4>
<address>
Ramaiah Institute of Technology, Bangalore <br>
Karnataka, India
</address>
<a id="myModalLabel2" data-toggle="modal" data-target="#lgx-modal-map" class="map-link"
href="https://goo.gl/maps/qfnFJSHpDsLWP4Pi9"><i class="fa fa-map-marker" aria-hidden="true"></i>
View
Map location</a>
</div>
<div class="lgx-footer-single">
<h3 class="footer-title">Social Connection</h3>
<p class="text">
You should connect social area <br> for Any update
</p>
<ul class="list-inline lgx-social-footer">
<li><a href="https://www.instagram.com/techfest_rit"><i class="fa fa-instagram"
aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<!-- Modal-->
<div id="lgx-modal-map" class="modal fade lgx-modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body">
<div class="lgxmapcanvas map-canvas-default" id="map_canvas"> </div>
</div>
</div>
</div>
</div> <!-- //.Modal-->
<div class="lgx-footer-bottom">
<div class="lgx-copyright">
<p> <span>©</span> 2023 RIT TechFest | Developer <a href="#" target="_blank">Web Resources IEEE</a>
</p>
</div>
</div>
</div>
<!-- //.CONTAINER -->
</div>
<!-- //.footer Middle -->
</div>
</footer>
<!--FOOTER END-->
</div>
<!--//.LGX SITE CONTAINER-->
<!-- *** ADD YOUR SITE SCRIPT HERE *** -->
<!-- JQUERY -->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<!-- BOOTSTRAP JS -->
<script src="assets/libs/bootstrap/js/bootstrap.min.js"></script>
<!-- Smooth Scroll -->
<script src="assets/libs/jquery.smooth-scroll.js"></script>
<!-- SKILLS SCRIPT -->
<script src="assets/libs/jquery.validate.js"></script>
<!-- if load google maps then load this api, change api key as it may expire for limit cross as this is provided with any theme -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBeV96xzMs51tMytAZgLZZDAAof9i_1kik"></script>
<!-- CUSTOM GOOGLE MAP -->
<script type="text/javascript" src="assets/libs/gmap/jquery.googlemap.js"></script>
<!-- adding magnific popup js library -->
<script type="text/javascript" src="assets/libs/maginificpopup/jquery.magnific-popup.min.js"></script>
<!-- Owl Carousel -->
<script src="assets/libs/owlcarousel/owl.carousel.min.js"></script>
<!-- COUNTDOWN -->
<script src="assets/libs/countdown.js"></script>
<script src="assets/libs/timer/TimeCircles.js"></script>
<!-- Counter JS -->
<script src="assets/libs/waypoints.min.js"></script>
<script src="assets/libs/counterup/jquery.counterup.min.js"></script>
<!-- SMOTH SCROLL -->
<script src="assets/libs/jquery.smooth-scroll.min.js"></script>
<script src="assets/libs/jquery.easing.min.js"></script>
<!-- type js -->
<script src="assets/libs/typed/typed.min.js"></script>
<!-- header parallax js -->
<script src="assets/libs/header-parallax.js"></script>
<!-- instafeed js -->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/instafeed.js/1.4.1/instafeed.min.js"></script>-->
<script src="assets/libs/instafeed.min.js"></script>
<!-- CUSTOM SCRIPT -->
<script src="assets/js/custom.script.js"></script>
<div class="lgx-switcher-loader"></div>
<!-- For Demo Purpose Only// Remove From Live -->
<script src="switcher/js/switcher.js?"></script>
<!-- For Demo Purpose Only //Remove From Live-->
</body>
</html>