-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
231 lines (201 loc) · 13.3 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>KnowHow'19 —Try Now To know how.</title>
<link rel="icon" type="image/ico" href="images/logo.png" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300i,400,700" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/knowho/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/lightgallery.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="fonts/who/font/flaticon.css">
<link rel="stylesheet" href="css/swiper.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.2/css/bulma.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3 border-bottom" role="banner">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-6 col-xl-2" data-aos="fade-down">
<h1 class="eventlogo display-4 mb-0"><a href="intro.html" class="text-black h2 mb-0">KnowHow'19</a></h1>
</div>
<div class="col-10 col-md-8 d-none d-xl-block" data-aos="fade-down">
<nav class="site-navigation position-relative text-right text-lg-center" role="navigation">
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li><a href="intro.html">Intro</a></li>
<li class="has-children">
<a href="events.html">Events</a>
<ul class="dropdown">
<li><a href="events/ahlarry.html">Ahl ar'ray</a></li>
<li><a href="events/vyakti.html">Vyaktitvam</a></li>
<li><a href="events/accentus.html">Accentus</a></li>
<li><a href="events/segacite.html">Segacite</a></li>
<li><a href="events/cribado.html">Cribado</a></li>
<li><a href="events/msmr.html">Ms/Mr KnowHow</a></li>
</ul>
</li>
<li><a href="admin/results.php">Results</a></li>
<li class="has-children">
<a href="story.html">Story</a>
<ul class="dropdown">
<li><a href="insta.html">Insta Feed</a></li>
<li><a href="admin/local.php">Editor's Pick</a></li>
</ul>
</li>
<li><a href="about.html">About US</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
<div class="col-6 col-xl-2 text-right" data-aos="fade-down">
<div class="d-none d-xl-inline-block">
<ul class="site-menu js-clone-nav ml-auto list-unstyled d-flex text-right mb-0" data-class="social">
<li>
<a href="https://www.facebook.com/bvmcollegetpc" class="pl-0 pr-3"><span class="icon-facebook"></span></a>
</li>
<li>
<a href="https://www.instagram.com/bvmtpc/" class="pl-3 pr-3"><span class="icon-instagram"></span></a>
</li>
</ul>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header>
<div class="site-section" data-aos="fade">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="row mb-5">
<div class="col-12 ">
<h2 class="site-section-heading text-center">Events</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5 mb-lg-5">
<div class="h-100 p-4 p-lg-5 bg-light site-block-feature-7"><a href="events/ahlarry.html">
<span class="eventah display-3 text-primary mb-4 d-block"></span>
<h3 class="text-black h4">Ahl ar-Ra'y</h3>
<p><strong class="font-weight-bold text-primary" style="color: black">“People of Opinion”</strong></p>
<p style="color: black">Participants will be judged on the basis of knowledge of the current affairs, world as well as regional politics. The ability of participants to represent themselves as a delegate and make responsible decisions in diplomatic situations.</p>
<p><strong class="font-weight-bold text-primary"> 20 ₹</strong></p>
</a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5 mb-lg-5">
<div class="h-100 p-4 p-lg-5 bg-light site-block-feature-7"><a href="events/vyakti.html">
<span class="eventv display-3 text-primary mb-4 d-block"></span>
<h3 class="text-black h4">Vyaktitvam</h3>
<p><strong class="font-weight-bold text-primary" style="color: black">“All that you need to know, is within you”</strong></p>
<p style="color: black">Participant’s personality and the ability to move an abstract idea into a particular direction will be analysed which will be helpful to identify their corporate suitability.</p>
<p><strong class="font-weight-bold text-primary"> 30 ₹</strong></p>
</a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5 mb-lg-5">
<div class="h-100 p-4 p-lg-5 bg-light site-block-feature-7"><a href="events/accentus.html">
<span class="eventa display-3 text-primary mb-4 d-block"></span>
<h3 class="text-black h4">Accentus</h3>
<p><strong class="font-weight-bold text-primary" style="color: black">“Why so serious?”</strong></p>
<p style="color: black">This event consists of 3 rounds in which the participants will be judged on the basis of promptness, concentration & reflexes.</p>
<p><strong class="font-weight-bold text-primary"> 20 ₹</strong></p>
</a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5 mb-lg-5">
<div class="h-100 p-4 p-lg-5 bg-light site-block-feature-7"><a href="events/segacite.html">
<span class="events display-3 text-primary mb-4 d-block"></span>
<h3 class="text-black h4">Segacite</h3>
<p><strong class="font-weight-bold text-primary" style="color: black">“Because the cover of the book matters!”</strong></p>
<p style="color: black">This event consists of 3 rounds which will check participant’s wit, creativity and convincing abilities.</p>
<p><strong class="font-weight-bold text-primary"> 20 ₹</strong></p>
</a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5 mb-lg-5">
<div class="h-100 p-4 p-lg-5 bg-light site-block-feature-7"><a href="events/cribado.html">
<span class="eventc display-3 text-primary mb-4 d-block"></span>
<h3 class="text-black h4">Cribado</h3>
<p><strong class="font-weight-bold text-primary" style="color: black">“Welcome to the Corporate World”</strong></p>
<p style="color: black">This event will help participants to crack the campus placement procedure.</p>
<p><strong class="font-weight-bold text-primary"> 30 ₹</strong></p>
</a>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5 mb-lg-5">
<div class="h-100 p-4 p-lg-5 bg-light site-block-feature-7"><a href="events/msmr.html">
<span class="eventm display-3 text-primary mb-4 d-block"></span>
<h3 class="text-black h4">Ms/Mr KnowHow</h3>
<p><strong class="font-weight-bold text-primary" style="color: black">“Win the occasion”</strong></p>
<p style="color: black">To identify the best of the best.</p>
<p><strong class="font-weight-bold text-primary"></strong></p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer py-4">
<div class="container-fluid text-center">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<a href="https://github.com/RajeshPandey057">
<span class="icon">
<i class="fa fa-github"></i>
</span>
</a>Copyright ©<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script>
document.write(new Date().getFullYear());
</script>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/picturefill.min.js"></script>
<script src="js/lightgallery-all.min.js"></script>
<script src="js/jquery.mousewheel.min.js"></script>
<script src="js/main.js"></script>
<script>
$(document).ready(function() {
$('#lightgallery').lightGallery();
});
</script>
</body>
</html>