-
Notifications
You must be signed in to change notification settings - Fork 11
/
salon.html
387 lines (372 loc) · 13.4 KB
/
salon.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8" />
<meta name="description" content="TEDx NITKSurathkal" />
<meta
name="keywords"
content="TED, TEDx, TEDxNITKSurathkal, TEDx NITK, NITK, NITK Surathkal"
/>
<meta name="author" content="TEDx NITK Surathkal" />
<meta property="og:type" content="website" />
<meta
property="og:site_name"
content="TEDxNITKSurathkal | Ideas Worth Spreading"
/>
<meta
property="og:title"
content="TEDxNITKSurathkal | Ideas Worth Spreading"
/>
<meta
property="og:description"
content="TEDxNITKSurathkal is coming back for Edition 2021! See you on 20th February 2021."
/>
<meta property="og:url" content="http://www.tedxnitksurathkal.in/" />
<meta
property="og:image"
content="http://www.tedxnitksurathkal.in/assets/img/favicon.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<!-- ========== Title ========== -->
<title>Salon | TEDxNITKSurathkal</title>
<!-- ========== Favicon Ico ========== -->
<link rel="icon" href="assets/img/favicon.png" />
<!-- ========== STYLESHEETS ========== -->
<!-- Bootstrap 4 CSS -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Fonts Icon CSS -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
rel="stylesheet"
/>
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet" />
<link href="assets/css/salon.css" rel="stylesheet" />
</head>
<body>
<div class="loader">
<div class="loader-outter"></div>
<div
class="loader-inner"
style="background-image: url('assets/img/loader.png');"
></div>
</div>
<!--header start here -->
<header class="header navbar fixed-top navbar-expand-md">
<div class="container">
<a class="navbar-brand logo" href="#">
<img src="assets/img/tedx-white.png" alt="TedxNITK Surathkal" />
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#headernav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="ion-navicon"></i>
</button>
<div
class="collapse navbar-collapse flex-sm-row-reverse"
id="headernav"
>
<ul class="nav navbar-nav menu">
<li class="nav-item">
<a class="nav-link" href="/"><strong>Home</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about"><strong>About</strong></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/salon"><strong>Salon</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./intro-luck.html"><strong>Theme</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/past-editions"><strong>Past Editions</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/talk-archives"><strong>Talk Archives</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/team"><strong>Team</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/partners"><strong>Partners</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact"><strong>Contact</strong></a>
</li>
</ul>
</div>
</div>
</header>
<!--header end here-->
<!--page title section-->
<section
class="inner_cover parallax"
style="background-image: url('assets/img/bg/about.jpg')"
>
<div class="overlay_dark"></div>
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-12">
<div class="inner_cover_content">
<h3 class="title">
Salon
</h3>
</div>
</div>
</div>
<div class="breadcrumbs">
<ul>
<li><a href="/">Home</a> |</li>
<li><span> Salon</span></li>
</ul>
</div>
</div>
</section>
<!--page title section end-->
<!-- Salon section -->
<section class="pt100">
<div class="container">
<div class="section_title">
<h3 class="title">
What is <img src="/assets/img/tedx_salon_white.png" height="100px;">
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-12">
<p>
TEDx Salons engage the community during the time period between
our main TEDx events, an opportunity for a fruitful discussion
about brewing issues within the society. Limited in size, this
serves as a platform for an intimate discussion with both the
speakers as well as your peers. What makes TEDx salons unique is
the level of attention given to diversity and inclusion both in
terms of people, ideas, and venues.
</p>
<p>
We’re hosting a virtual salon with live speakers who will delve
deep into the chosen topic, sharing their journey, ideas and
insights based on personal experiences. For the first time ever,
the audience of the event will be given an opportunity to interact
freely with the Speakers after the talk through an in-depth,
moderated, Q&A session. The salon will then host members of the
NITK community who will entwine the Speakers' perspectives with
our community's ideology and goals through discussions on the
chosen theme.
</p>
<p>
The purpose of TEDxNITKSurathkalSalon is to understand the essence
of TED’s “Ideas Worth Sharing” and implement it in order to spark
action. It is a chance for you to candidly introduce and discuss
your thoughts, paving way for a fresh perspective. So, are you
ready for a quality discussion?
<i class="ion-plus-circled"></i>
</p>
</div>
</div>
</div>
</section>
<!--about section end -->
<!-- faq section start -->
<section id="faq">
<div class="container">
<div class="section_title">
<h3 class="title" style="text-transform: none;">
FAQ's
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12">
<ul id="faq-list"></ul>
</div>
</div>
</div>
</section>
<!-- faq section end -->
<!--footer start -->
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-4 col-12">
<div class="footer_box">
<div class="footer_header">
<div class="footer_logo">
<img src="assets/img/tedx-white.png" alt="evento" />
</div>
</div>
<div class="footer_box_body">
<p>
Fostered by the vision of serving the student community with
the most innovative and inspiring ideas.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="footer_box">
<div class="footer_header">
<h4 class="footer_title">
Spread the LOVE
</h4>
</div>
<div class="footer_box_body">
<p>
We're on your favourite social media networks! Follow us on:
</p>
<ul class="footer_social">
<li>
<a href="https://www.facebook.com/tedxnitksurathkal2018/"
><i class="ion-social-facebook"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/tedxnitksurathkal/?hl=en"
><i class="ion-social-instagram"></i
></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="footer_box">
<div class="footer_header">
<h4 class="footer_title">
gallery
</h4>
</div>
<div class="footer_box_body">
<ul class="instagram_list">
<li>
<a href="assets/img/footer/1.jpg">
<img src="assets/img/footer/1.jpg" alt="TedXNITK" />
</a>
</li>
<li>
<a href="assets/img/footer/2.jpg">
<img src="assets/img/footer/2.jpg" alt="TedXNITK" />
</a>
</li>
<li>
<a href="assets/img/footer/3.jpg">
<img src="assets/img/footer/3.jpg" alt="TedXNITK" />
</a>
</li>
<li>
<a href="assets/img/footer/4.jpg">
<img src="assets/img/footer/4.jpg" alt="TedXNITK" />
</a>
</li>
<li>
<a href="assets/img/footer/5.jpg">
<img src="assets/img/footer/5.jpg" alt="TedXNITK" />
</a>
</li>
<li>
<a href="assets/img/footer/6.jpg">
<img src="assets/img/footer/6.jpg" alt="TedXNITK" />
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright_footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-12">
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | Made with
<i class="ion-heart" aria-hidden="true"></i> by
TEDxNITKSurathkal &
<a href="https://colorlib.com" target="_blank">Colorlib</a>
</p>
</div>
<div class="col-12 col-md-6 ">
<p style="text-align: right;">
<a href="#" onclick="backtotop()">Back to Top <i class="ion-arrow-up-c" aria-hidden="true"></i></a>
</p>
</div>
</div>
</div>
</div>
<!--footer end -->
<!-- ========== SCRIPTS ========== -->
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- bootstrap -->
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
<!-- Custom js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.plugins.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/salon-faq-list.js"></script>
<script>
// Generate FAQ accordion
$(function () {
"use strict"
var n_questions = faq_questions.length, html;
for (var i = 0; i < n_questions; i++) {
html =
"<li><a data-toggle='collapse' class='collapsed' data-target='#faq" +
i +
"'>" +
faq_questions[i][0] +
"<i class='ion-plus-circled'></i></a><div id='faq" +
i +
"' class='collapse' data-parent='#faq-list'><p>" +
faq_questions[i][1] +
"</p></div></li>";
$("#faq-list").append(html);
}
});
$(document).ready(function() {
$(".collapse").on("show.bs.collapse", function() {
$(this).prev("a").find("i").removeClass("ion-plus-circled").addClass("ion-minus-circled")
}).on("hide.bs.collapse", function() {
$(this).prev("a").find("i").removeClass("ion-minus-circled").addClass("ion-plus-circled")
})
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-110715968-3"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-110715968-3");
function backtotop() {
event.preventDefault();
$('html, body').animate({
scrollTop: 0
}, "slow");
return false;
}
</script>
</body>
</html>