-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
636 lines (566 loc) · 27.7 KB
/
index.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
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
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!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, maximum-scale=1.0, user-scalable=no">
<meta name="author" content="Saurabh Suman">
<meta name="keywords" content="Bootcamp, UX, event, meetup, Design, conference">
<script src="js/Oy59uNyS-HS5eBg_KJoiEjW-Xo8.js"></script><link rel="shortcut icon" href="favicon.ico">
<title>UX Bootcamp</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/css_1.css" rel="stylesheet" type="text/css">
<link href="css/css.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet">
<link href="css/slick.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/streamline-icons.css" rel="stylesheet">
<link href="css/event.css" rel="stylesheet">
<link href="css/green.css" rel="stylesheet">
<link rel="stylesheet" title="green" media="screen" href="css/green.css">
<link rel="alternate stylesheet" title="purple" media="screen" href="css/themes/purple.css">
<link rel="alternate stylesheet" title="red" media="screen" href="css/themes/red.css">
<link rel="alternate stylesheet" title="mint" media="screen" href="css/themes/mint.css">
<link rel="alternate stylesheet" title="blue" media="screen" href="css/themes/blue.css">
<link rel="alternate stylesheet" title="yellow" media="screen" href="css/themes/yellow.css">
<link rel="alternate stylesheet" title="black" media="screen" href="css/themes/black.css">
<link href="css/demo.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/ie/respond.min.js"></script>
<![endif]-->
<script src="js/modernizr.min.js"></script>
<script src="js/pace.js"></script>
</head>
<body class="animate-page" data-spy="scroll" data-target="#navbar" data-offset="100">
<div class="preloader"></div>
<nav class="navbar navbar-default navbar-fixed-top reveal-menu js-reveal-menu reveal-menu-hidden">
<div class="container">
<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>
<a class="navbar-brand" href="#"><img src="images/event-logo-dark.png" alt="Gather"> </a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#top">Home</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#venue" class="hidden-sm">Venue</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<header id="top" class="header-video-module">
<div class="video-container">
<div class="header">
<div class="container">
<div class="header_top-bg">
<div class="logo">
<a href="#"><img src="images/event-logo.png" alt="event-logo"></a>
</div>
</div>
<h3 class="headline-support wow fadeInDown">Master the UX Design Lifecycle in 5 days</h3>
<h1 class="headline wow fadeInDown" data-wow-delay="0.1s">UX Bootcamp 2017 </h1>
<div class="when_where wow fadeIn" data-wow-delay="0.4s">
<p class="event_when">1-5 November 2017</p>
<p class="event_where">Goa, India</p>
</div>
<div class="header_bottom-bg">
<a class="btn btn-default btn-xl wow zoomIn" data-wow-delay="0.3s" href="#" data-toggle="modal" data-target="#register-now">RESERVE MY SEAT</a>
<p class="cta_urgency wow fadeIn" data-wow-delay="0.5s"><small>Hurry up, Only few seats are available</small></p>
</div>
</div>
</div>
<div class="filter"></div>
<video autoplay loop class="fillWidth video-header">
<source src="event-video.mp4" type="video/mp4">
<source src="event-video.webm" type="video/webm">
<source src="event-video.ogg" type="video/ogg">
</video>
<div class="poster hidden">
<img src="images/event-video.jpg" alt="event video poster">
</div>
</div>
</header>
<section class="highlight">
<div class="container">
<p class="lead text-center">UX Bootcamp 2017 is first of its kind Design Bootcamp aimed at creating an immersive learning experience in the field of UX Design. We pluck you away from your routine work life to chilling scenes of GOA. </p>
<p class="lead text-center">So all you can focus on, for these 5 days is UX. </p>
<p class="lead text-center">You will stay in a lovely Bohemian Villa along with your Mentors where you will learn the complete UX Design Lifecycle hands on! </p>
<div class="countdown_wrap">
<h6 class="countdown_title text-center">EVENT WILL START IN</h6>
<ul id="countdown" data-event-date="01 november 2017 12:00:00">
<li class="wow zoomIn" data-wow-delay="0s"> <span class="days">00</span>
<p class="timeRefDays">days</p>
</li>
<li class="wow zoomIn" data-wow-delay="0.2s"> <span class="hours">00</span>
<p class="timeRefHours">hours</p>
</li>
<li class="wow zoomIn" data-wow-delay="0.4s"> <span class="minutes">00</span>
<p class="timeRefMinutes">minutes</p>
</li>
<li class="wow zoomIn" data-wow-delay="0.6s"> <span class="seconds">00</span>
<p class="timeRefSeconds">seconds</p>
</li>
</ul>
</div>
<div class="text-center">
<span class="addtocalendar atc-style-theme">
<a class="atcb-link"><i class="fa fa-calendar"> </i> Add to My Calendar</a>
<var class="atc_event">
<var class="atc_date_start">2017-11-01 10:00:00</var>
<var class="atc_date_end">2017-11-05 10:30:00</var>
<var class="atc_timezone">Asia/Kolkata</var>
<var class="atc_title">UX Bootcamp</var>
<var class="atc_description">Master the UX Design Lifecycle in 5 days</var>
<var class="atc_location">Goa, India</var>
<var class="atc_organizer">Saurabh Suman</var>
<var class="atc_organizer_email"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="becadbcdcafecdcbccd4d7cad6ddcad2c790d7d0">[email protected]</a></var>
</var>
</span>
</div>
</div>
</section>
<section class="speakers" id="speakers">
<div class="container">
<div class="section-title wow fadeInUp">
<h4>OUR SPEAKERS</h4>
</div>
<div class="speaker-slider">
<div class="speaker-info wow fadeIn" data-wow-delay="0s">
<img src="images/avatar_1.png" alt="avatar" class="img-responsive center-block">
<p>Susmita Sharma</p>
<span>PhD in Interaction Design, IDC, IITB</span>
<span style="display: block;" data-toggle="modal" data-target="#mentor-detail-susmita">Know More</span>
</div>
<div class="speaker-info wow fadeIn" data-wow-delay="0.1s">
<img src="images/avatar_2.png" alt="avatar" class="img-responsive center-block">
<p>Saloni Mehta</p>
<span>Certified Usability Analyst, HFI</span>
<span style="display: block;" data-toggle="modal" data-target="#mentor-detail-saloni">Know More</span>
</div>
<div class="speaker-info wow fadeIn" data-wow-delay="0.2s">
<img src="images/avatar_3.png" alt="avatar" class="img-responsive center-block">
<p>Nancy Jain</p>
<span>Head UX, SwitchMe</span>
<span style="display: block;" data-toggle="modal" data-target="#mentor-detail-nancy">Know More</span>
</div>
<div class="speaker-info wow fadeIn" data-wow-delay="0.3s">
<img src="images/avatar_4.png" alt="avatar" class="img-responsive center-block">
<p>Saurabh Suman</p>
<span>Head UX, CredR</span>
<span style="display: block;" data-toggle="modal" data-target="#mentor-detail-saurabh">Know More</span>
</div>
</div>
</div>
</section>
<section class="schedule" id="schedule">
<div class="container">
<div class="section-title wow fadeInUp">
<h4>THE SCHEDULE</h4>
</div>
<div role="tabpanel" class="tab-pane active" id="day1">
<section class="timeline">
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Introduction to Design lifecycle</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Learn the importance of Design for business in 2018 and understand the Design Lifecycle</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Contextual Inquiry</h2>
<p class="wow flipInX" data-wow-delay="0.3s">The innovation engine. Learn the research technique to uncover the tacit desires of your users</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">On the Field Research</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Get out of the building and get your hands dirty with user research. Prepare your brains to be blown away</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Data Interpretation</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Make sense of the research data you collected on field. Understand the nuances of interpretations</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Affinity Mapping</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Structure your insights on a meaningful canvas. It all begins to come together here</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Design Brief Preparation</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Consolidate the research into a perfect design brief waiting to be solved. No more random requirements</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Concept Generation</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Generate a plethora of design concepts using time-tested techniques to get the best ideas out</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Prototyping</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Convert your concepts into testable prototypes. Learn the types & tools used to make an ideal prototype</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-bullet wow zoomIn" data-wow-delay="0s">
</div>
<div class="timeline-content">
<h2 class="wow flipInX" data-wow-delay="0.3s">Usability Testing</h2>
<p class="wow flipInX" data-wow-delay="0.3s">Learn the art of testing your prototype without letting your biases interfere the process</p>
</div>
</div>
</section>
</div>
</div>
</section>
<section class="benefits">
<div class="container">
<div class="section-title wow fadeInUp">
<h4>WHAT TO EXPECT</h4>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-sm-6">
<div class="benefit-item wow fadeInLeft">
<div class="benefit-icon"><i class="icon icon-bubble-love-streamline-talk"> </i></div>
<h6 class="benefit-title">Amazing Mentors</h6>
<p>We’re honoured to have 4 amazing mentors who are PhDs from premiere Design Institutes of India (IDC), Certified Usability Analyst (HFI) & Heads of UX / Product at leading Indian Startups.</p>
</div>
</div>
<div class="col-sm-6">
<div class="benefit-item wow fadeInRight">
<div class="benefit-icon"><i class="icon icon-map-pin-streamline"> </i></div>
<h6 class="benefit-title">Hands-on Projects</h6>
<p>We are partnering with NGOs in Goa to solve real life problems hands on. You'll be going on-field, understanding the problems, finding solutions and testing your prototypes.</p>
</div>
</div>
<div class="col-sm-6">
<div class="benefit-item wow fadeInLeft">
<div class="benefit-icon"> <i class="icon icon-cocktail-mojito-streamline"> </i></div>
<h6 class="benefit-title">Food</h6>
<p>We want you to focus on learning and nothing else, so be prepared for some lip-smacking Goan meals served for you.</p>
</div>
</div>
<div class="col-sm-6">
<div class="benefit-item wow fadeInRight">
<div class="benefit-icon"> <i class="icon icon-armchair-chair-streamline"> </i></div>
<h6 class="benefit-title">Accommodation</h6>
<p>You will get to stay in a lovely Bohemian Villa, with the mentors and other participants available for discussions 24x7.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="gallery" id="gallery">
<div class="container">
<div class="section-title">
<h4>GALLERY</h4>
</div>
<div class="popup-gallery">
<div class="row">
<div class="col-md-6">
<a href="images/gallery_1.jpg" title=""><img src="images/gallery_1.jpg" alt="gallery image" class="img-responsive wow fadeIn"></a>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-6">
<a href="images/gallery_2.jpg" title=""><img src="images/gallery_2.jpg" alt="gallery image" class="img-responsive wow fadeIn" data-wow-delay="0.2s"></a>
</div>
<div class="col-sm-6">
<a href="images/gallery_3.jpg" title=""><img src="images/gallery_3.jpg" alt="gallery image" class="img-responsive wow fadeIn" data-wow-delay="0.2s"></a>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<a href="images/gallery_4.jpg" title=""><img src="images/gallery_4.jpg" alt="gallery image" class="img-responsive wow fadeIn" data-wow-delay="0.4s"></a>
</div>
<div class="col-sm-6">
<a href="images/gallery_5.jpg" title=""><img src="images/gallery_5.jpg" alt="gallery image" class="img-responsive wow fadeIn" data-wow-delay="0.4s"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pricing" id="pricing">
<div class="container">
<div class="section-title">
<h4>PRICING</h4>
<p>Choose your favorite pass for the event.</p>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="pricing-item wow zoomIn" data-wow-duration="2s">
<div class="plan-name">5 day Pass</div>
<div class="price"> <span class="curr">₹</span>30,000</div>
<ul class="plan-features">
<li> On-Field Research </li>
<li> Solution Prototyping</li>
<li> Free Food and Stay</li>
<li> Certificate</li>
</ul>
<a class="btn btn-outline btn-lg" href="tel:+917738910315">Call 7738910315 to register</a>
</div>
</div>
</div>
</div>
</section>
<section class="faq" id="venue">
<div class="container">
<div class="section-title">
<h5>Frequently Asked Questions</h5>
</div>
<div class="row">
<div class="col-md-6 wow fadeInLeft" data-wow-duration="2s">
<h6 class="faq-title">How can I get to the venue?</h6>
<p>The map and Contact details are listed within the contact information.You will also receive a confirmation email with location map.</p>
<h6 class="faq-title">What about accommodation?</h6>
<p>The cost of the hotel accommodation and travel is included in the event fee. You can find the details of the accomodation in the Address section below</p>
</div>
<div class="col-md-6 wow fadeInRight" data-wow-duration="2s">
<h6 class="faq-title">What payment types do you accept?</h6>
<p>All payments are processed online funds transfer. Contact us at 7738910315 to get more information about the account details.</p>
<h6 class="faq-title">Can I get a refund on my tickets?</h6>
<p>All tickets are non-refundable unless the event is cancelled by us, in which case we will always make a full refund.</p>
</div>
</div>
</div>
</section>
<div class="highlight" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="contact-box">
<img src="images/location-icon.png" alt="location icon" class="wow zoomIn">
<h5>ADDRESS</h5>
<p>Meherunissa Beach Residence,
<br>Aradi Candolim Road, Sainagar
<br> Candolim, Goa
<br>
<br>Time: 10:30 AM to 3:30 PM
</p>
</div>
</div>
<div class="col-sm-6">
<div class="contact-box">
<img src="images/email-icon.png" alt="email icon" class="wow zoomIn" data-wow-delay="0.3s">
<h5>CONTACT</h5>
<p><a href=""><span class="__cf_email__">[email protected]</span></a>
<br> <a href=""><span class="__cf_email__">[email protected]</span></a>
<br>
<br> +91 773 89 103 15
<br> +91 797 70 230 45
</p>
</div>
</div>
</div>
</div>
</div>
<section class="footer-action">
<div class="container">
<h4 class="headline-support wow fadeInDown">LETS GATHER TOGETHER</h4>
<h2 class="headline wow fadeInDown" data-wow-delay="0.1s">JOIN THE BOOTCAMP</h2>
<div class="footer_bottom-bg">
<a class="btn btn-success btn-xl wow zoomIn" data-wow-delay="0.3s" href="#" data-toggle="modal" data-target="#register-now">RESERVE MY SEAT</a>
</div>
</div>
</section>
<footer>
<div class="social-icons">
<a href="https://twitter.com/quill_labs" class="wow zoomIn"> <i class="fa fa-twitter"></i> </a>
<a href="https://www.facebook.com/quilllabs" class="wow zoomIn" data-wow-delay="0.2s"> <i class="fa fa-facebook"></i> </a>
<a href="https://in.linkedin.com/company/quill-labs" class="wow zoomIn" data-wow-delay="0.4s"> <i class="fa fa-linkedin"></i> </a>
</div>
<p> <small class="text-muted">Copyright © 2017. All rights reserved. Made in India</small></p>
</footer>
<a href="#top" class="back_to_top"><img src="images/back_to_top.png" alt="back to top"></a>
<div class="modal fade" id="register-now" tabindex="-1" role="dialog" aria-labelledby="register-now-label">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="register-now-label">Event Registration
</h4>
</div>
<div class="modal-body">
<div class="registration-form">
<form id="paypal-regn">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label>First Name</label>
<input type="text" class="form-control" name="first_name" placeholder="First Name" required>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label>Last Name</label>
<input type="text" class="form-control" name="last_name" placeholder="last name" required>
</div>
</div>
</div>
<div class="form-group">
<label>Email ID</label>
<input type="email" class="form-control" name="email" placeholder="Email Address" required>
</div>
<div class="form-group">
<label>Phone Number</label>
<input type="tel" class="form-control" name="phone" placeholder="Phone Number" required>
</div>
<div class="form-group">
<label>No. of Seats</label>
<select class="form-control" name="quantity" required>
<option value="">Choose...</option>
<option value="1">1 seat</option>
<option value="2">2 seats</option>
<option value="3">3 seats</option>
</select>
</div>
<!--<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" name="agree" required> I agree to the <a href="#">Terms</a> and <a href="#">Privacy Policy</a>
</label>
</div>
</div> -->
<div class="text-center top-space">
<button type="submit" id="btn-submit-form" class="btn btn-success btn-lg">Reserve my Seat</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Susmita Info -->
<div class="modal fade" id="mentor-detail-susmita" tabindex="-1" role="dialog" aria-labelledby="register-now-label">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="register-now-label">Susmita Sharma
</h4>
</div>
<div class="modal-body">
<p>Susmita Sharma holds a Doctorate from IDC School of Design, IITB. Her PhD thesis deals with conducting and analysing eye tracking methodology to evaluate visual perception of users for design use. She is proficient in Design Research, Design & HCI, user studies, Visual Perception, Form Studies and Aesthetics and comes with a mixed bag of research methodologies for Creative thinking, concept generation, assessing User interaction and experience. Her unique blend of expertise brings forth a multi-disciplinary approach to problem solving. Currently she is working at Tata Interactive Systems on relearning solutions for E learning, using technology to create a social impact.</p>
<p>In the past, she has worked at Tata Interactive systems as a Senior Specialist in Graphic Design and at Sir JJ School of Art she donned the role of visiting Professor.</p>
</div>
</div>
</div>
</div>
<!-- Nancy Info -->
<div class="modal fade" id="mentor-detail-saloni" tabindex="-1" role="dialog" aria-labelledby="register-now-label">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="register-now-label">Saloni Mehta
</h4>
</div>
<div class="modal-body">
<p>Graduating as a Media Professional to finding her passion in UX design, she brings to the table 4 years of experience in the field. Saloni is a Certified Usability Analyst (CUA) and a Certified Experience Analyst (CXA) from Human Factors International (HFI) and is currently working with Taglr Technologies, a startup based in Mumbai. She has previously served companies like Zycus & Oracle Financial Services. Along with her passion for the field, she will be sharing her insights gathered from her journey as a UX designer.</p>
</div>
</div>
</div>
</div>
<!-- Nancy Info -->
<div class="modal fade" id="mentor-detail-nancy" tabindex="-1" role="dialog" aria-labelledby="register-now-label">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="register-now-label">Nancy Jain
</h4>
</div>
<div class="modal-body">
<p>Nancy Jain has been working as a Product Designer for 4 years with focus on UX, User Research, Information Architecture and Interaction Design. Now she heads product at SwitchMe.in, making home loan refinancing simple. In the past, she has designed trading platforms at Heckyl.com and led Interaction Design vertical at TheMinimalist.in working with clients like Cox and Kings, Citrus Payments etc.</p>
</div>
</div>
</div>
</div>
<!-- Saurabh Info -->
<div class="modal fade" id="mentor-detail-saurabh" tabindex="-1" role="dialog" aria-labelledby="register-now-label">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="register-now-label">Saurabh Suman
</h4>
</div>
<div class="modal-body">
<p>Saurabh Suman leads the UX and Product at CredR.com. Prior to this he has worked as a UX consultant and has conducted several usability studies for firms like Oracle, ICICI Bank and HDFC Bank. Being a chemical engineer from IIT Bombay turned Developer turned Designer, you could ask him any questions right from the functioning of a heat exchanger to how AI is going to change user interfaces in the future.</p>
</div>
</div>
</div>
</div>
<script style="display: none !important;">
! function(e, t, r, n, c, a, l) {
function i(t, r) {
return r = e.createElement('div'), r.innerHTML = '<a href="' + t.replace(/"/g, '"') + '"></a>', r.childNodes[0].getAttribute('href')
}
function o(e, t, r, n) {
for (r = '', n = '0x' + e.substr(t, 2) | 0, t += 2; t < e.length; t += 2) r += String.fromCharCode('0x' + e.substr(t, 2) ^ n);
return i(r)
}
try {
for (c = e.getElementsByTagName('a'), l = '/cdn-cgi/l/email-protection#', n = 0; n < c.length; n++) try {
(t = (a = c[n]).href.indexOf(l)) > -1 && (a.href = 'mailto:' + o(a.href, t + l.length))
} catch (e) {}
for (c = e.querySelectorAll('.__cf_email__'), n = 0; n < c.length; n++) try {
(a = c[n]).parentNode.replaceChild(e.createTextNode(o(a.getAttribute('data-cfemail'), 0)), a)
} catch (e) {}
} catch (e) {}
}(document);
</script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/countdown.js"></script>
<script src="js/wow.js"></script>
<script src="js/slick.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/validate.js"></script>
<script src="js/appear.js"></script>
<script src="js/count-to.js"></script>
<script src="js/nicescroll.js"></script>
<script src="js_1"></script>
<script src="js/infobox.js"></script>
<script src="js/directions.js"></script>
<script src="js/main.js"></script>
</body>
</html>