forked from fnplus/fnplus.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·757 lines (719 loc) · 26.9 KB
/
about.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
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
<!DOCTYPE html>
<html>
<!-- start Mixpanel -->
<script>(function (c, a) {
if (!a.__SV) {
var b = window; try { var d, m, j, k = b.location, f = k.hash; d = function (a, b) { return (m = a.match(RegExp(b + "=([^&]*)"))) ? m[1] : null }; f && d(f, "state") && (j = JSON.parse(decodeURIComponent(d(f, "state"))), "mpeditor" === j.action && (b.sessionStorage.setItem("_mpcehash", f), history.replaceState(j.desiredHash || "", c.title, k.pathname + k.search))) } catch (n) { } var l, h; window.mixpanel = a; a._i = []; a.init = function (b, d, g) {
function c(b, i) {
var a = i.split("."); 2 == a.length && (b = b[a[0]], i = a[1]); b[i] = function () {
b.push([i].concat(Array.prototype.slice.call(arguments,
0)))
}
} var e = a; "undefined" !== typeof g ? e = a[g] = [] : g = "mixpanel"; e.people = e.people || []; e.toString = function (b) { var a = "mixpanel"; "mixpanel" !== g && (a += "." + g); b || (a += " (stub)"); return a }; e.people.toString = function () { return e.toString(1) + ".people (stub)" }; l = "disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");
for (h = 0; h < l.length; h++)c(e, l[h]); var f = "set set_once union unset remove delete".split(" "); e.get_group = function () { function a(c) { b[c] = function () { call2_args = arguments; call2 = [c].concat(Array.prototype.slice.call(call2_args, 0)); e.push([d, call2]) } } for (var b = {}, d = ["get_group"].concat(Array.prototype.slice.call(arguments, 0)), c = 0; c < f.length; c++)a(f[c]); return b }; a._i.push([b, d, g])
}; a.__SV = 1.2; b = c.createElement("script"); b.type = "text/javascript"; b.async = !0; b.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ?
MIXPANEL_CUSTOM_LIB_URL : "file:" === c.location.protocol && "//cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//) ? "https://cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js" : "//cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js"; d = c.getElementsByTagName("script")[0]; d.parentNode.insertBefore(b, d)
}
})(document, window.mixpanel || []);
mixpanel.init("a9c6c2164a7b846cc52d03d89feed4b1")</script>
<!-- end Mixpanel -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="alternate" href="https://fnplus.tech" hreflang="en-us" />
<title>Your Personal Growth Story Starts Here | Fn+Geeks</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="We are a personalised, community-driven learning experience platform for in-demand technical and 21st-century skills." />
<meta name="keywords"
content="fnplus, fnplus community, fnplus tech community, best training institute, training, machine learning training, ai training, flutter training, cloud training, data science training, hiring talent, software developer, training and development, online training, geeks, geeksgarage, learn skills, lifelong learners, reskilling, informal learning, project-based learning, creativity, 21st century skills, collaboration, developers, empathy, startup" />
<meta name="author" content="FnPlus Community" />
<!-- Tags for rich preview -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Your Personal Growth Story Starts Here | Fn+Geeks" />
<meta property="og:description"
content="We are a personalised, community-driven learning experience platform for in-demand technical and 21st-century skills." />
<meta property="og:url" content="https://fnplus.tech" />
<meta property="og:image" content="/images/work/share1.png" />
<link rel="shortcut icon" href="/icons/favicon.ico" type="image/x-icon" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png" />
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="shortcut icon" href="/icons/favicon.ico" id="normal-scheme-icon">
<link rel="shortcut icon" href="/icons/faviconLight.ico" id="light-scheme-icon">
<link rel="shortcut icon" href="/icons/faviconDark.ico" id="dark-scheme-icon">
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-config" content="/icons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PWB8BQV');</script>
<!-- End Google Tag Manager -->
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" />
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Load font awesome icons -->
<script src="https://kit.fontawesome.com/d9f4d90817.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" />
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/style.css" />
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWB8BQV" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav id="colorlib-main-nav" role="navigation">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle active"><i></i></a>
<div class="js-fullheight colorlib-table">
<div class="colorlib-table-cell js-fullheight">
<div class="row"></div>
<div class="row">
<div class="col-md-12">
<ul>
<li class="active"><a href="/">Home</a></li>
<li><a href="work">Our Methodology</a></li>
<!-- Startups / Enterprise Category -->
<div class="nav-hoverable">
<li class="business-link">
<a href="#business-content" data-toggle="collapse">Startups / Enterprise<i
style="margin-left: 20px;" class="fas fa-arrow-circle-down"></i></a>
</li>
<div id="business-content" class="nav-hoverable-content collapse">
<li><a href="hire">Hire Geeks</a></li>
<li><a href="product">Rethink LXP</a></li>
</div>
</div>
<!-- Community Category -->
<div class="nav-hoverable">
<li class="community-link">
<a href="#community-content" data-toggle="collapse">Community<i
style="margin-left: 20px;" class="fas fa-arrow-circle-down"></i></a>
</li>
<div id="community-content" class="nav-hoverable-content collapse">
<li><a href="campus">Campus Ambassadors</a></li>
<li><a href="volunteer">Organise a Meetup</a></li>
<li><a href="meetup">Explore Meetups</a></li>
<li><a href="jobs">Job / Internships</a></li>
<li><a href="sponsors">Sponsors</a></li>
<li><a href="http://bit.ly/fnplusnow">Join Us</a></li>
</div>
</div>
<!-- Events Category -->
<div class="nav-hoverable">
<li class="events-link">
<a href="#events-content" data-toggle="collapse">Events<i style="margin-left: 20px;"
class="fas fa-arrow-circle-down"></i></a>
</li>
<div id="events-content" class="nav-hoverable-content collapse">
<li><a href="buildathon">Buildathon</a></li>
</div>
</div>
<li><a href="contact">Contact</a></li>
<li><a href="about">About</a></li>
<li><a href="https://medium.com/fnplus">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<div id="colorlib-page">
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="colorlib-navbar-brand">
<a class="colorlib-logo" href="/">Fnplus Tech</a>
</div>
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle"><i></i></a>
</div>
</div>
</div>
</header>
<div class="work-single-flex js-fullheight">
<div class="col-half js-full-height work-img" style="background-image: url(images/about/img_main.png);">
</div>
<div class="col-half js-fullheight">
<div class="display-t js-fullheight">
<div class="display-tc js-fullheight">
<div class="work-desc">
<h2>Who we are?</h2>
<p>
We're a team of lifelong learners, building AI-driven technology to support individuals,
businesses, and educators through the lifelong learning revolution.
</p>
<p>
Our vision is to inspire a lifelong love of learning in innovative ways. Our mission is
to create a learning experience that is fun, fruitful and rewarding. We do this using
our own AI-powered, community-driven learning
experience platform which
helps in learning-by-doing and gain 21st-century skills like critical thinking,
problem-solving, collaboration, and creativity. We connect with businesses for the
selection, hiring, engagement, and evaluation of employees thereby, creating a
productivity-friendly learning culture.
</p>
<p>
<a href="http://bit.ly/fnplusnow" class="btn-view">Join Us</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="about-team-section">
<div class="container" style="text-align:center;">
<h1>Our #SuperGeeks</h1>
<div class="row">
<!-- Profiles-->
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_saurav.jpg" />
<ul class="social">
<li>
<a href="https://github.com/sauravjaiswalsj" class="fab fa-github"></a>
</li>
<li>
<a href="https://opensourcefriday.com/users/sauravjaiswalsj"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Saurav Jaiswal</h3>
<span class="post">Community Manager</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_dakshan.jpg" />
<ul class="social">
<li>
<a href="https://github.com/R3l3ntl3ss" class="fab fa-github"></a>
</li>
<li>
<a href="http://devdaksan.me" class="fas fa-link"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Dev Daksan</h3>
<span class="post">Product Contributor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_abhishek.jpg" />
<ul class="social">
<li>
<a href="https://github.com/imabhishekkumar" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/abhishekkumar01"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Abhishek Kumar</h3>
<span class="post">Product Contributor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_abdul.jpg" />
<ul class="social">
<li>
<a href="https://github.com/Abdulkadir98" class="fab fa-github"></a>
</li>
<li>
<a href="https://abdulkadir98.github.io/" class="fas fa-link"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Abdul Kadir</h3>
<span class="post">Product Contributor</span>
</div>
</div>
</div>
</div>
<div class="row">
<!-- Second Row-->
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_teja.jpg" />
<ul class="social">
<li>
<a href="https://github.com/tejakummarikuntla" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/tejakummarikuntla"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Teja Kummarikuntla</h3>
<span class="post">Workshop Speaker</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_abhiram.png" />
<ul class="social">
<li>
<a href="https://github.com/AbhiramReddyD" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/abhiramreddyduggempudi/"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Abhiram Reddy Duggempudi</h3>
<span class="post">Resources / Project Contributor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_juhi.jpg" />
<ul class="social">
<li>
<a href="https://github.com/sjuhi" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/sjuhi/" class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Juhi Singh</h3>
<span class="post">Content Writer / Community Evangelist</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_warren.jpg" />
<ul class="social">
<li>
<a href="https://github.com/whitetig3r" class="fab fa-github"></a>
</li>
<li>
<a href="https://whitetig3r.github.io" class="fas fa-link"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Warren White</h3>
<span class="post">Workshop Speaker</span>
</div>
</div>
</div>
</div>
<div class="row">
<!-- Third Row -->
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_ayush.jpg" />
<ul class="social">
<li>
<a href="https://github.com/ayush221b" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ayushshekhar/" class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Ayush Shekhar</h3>
<span class="post">Workshop Speaker / Contributor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_arjun.jpg" />
<ul class="social">
<li>
<a href="https://github.com/arjunmahishi" class="fab fa-github"></a>
</li>
<li>
<a href="https://arjunmahishi.github.io/" class="fas fa-link"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Arjun Mahishi</h3>
<span class="post">Product Contributor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_harsha.jpg" />
<ul class="social">
<li>
<a href="https://github.com/SriHarshaGajavalli" class="fab fa-github"></a>
</li>
<li>
<a href="http://www.linkedin.com/in/sriharshagajavalli"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Sri Harsha Gajavalli</h3>
<span class="post">Mentor / Workshop Speaker</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_abhishekmishra.jpeg" />
<ul class="social">
<li>
<a href="https://github.com/abhishekmishragithub" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/abhishekmishra2308/"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Abhishek Mishra</h3>
<span class="post">Community Evangelist / Organiser</span>
</div>
</div>
</div>
</div>
<div class="row">
<!-- Fourth Row-->
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_vijay.jpg" />
<ul class="social">
<li>
<a href="https://github.com/krsnvijay" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/krsnvijay/" class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Vijay Krishna V</h3>
<span class="post">Product Contributor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_akashm.jpeg" />
<ul class="social">
<li>
<a href="https://github.com/AkashM398" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/akashm27/" class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Akash M</h3>
<span class="post">Community Evangelist / Contributor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_kailash.jpeg" />
<ul class="social">
<li>
<a href="https://github.com/SK7here" class="fas fa-link"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/kailash-s-063207150/"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Kailash S</h3>
<span class="post">Community Evangelist / Organiser</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_felix.jpg" />
<ul class="social">
<li>
<a href="https://twitter.com/felixchandran" class="icon-twitter"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/felixchandran/"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Felix Chandran</h3>
<span class="post">Workshop Speaker</span>
</div>
</div>
</div>
<div class="row">
<!-- Fourth Row-->
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_rakesh.jpeg" />
<ul class="social">
<li>
<a href="https://github.com/rakesh4real" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/asapanna-rakesh-ba6957178/"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Asapanna Rakesh</h3>
<span class="post">Product Contributor / Writer</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_aman.jpeg" />
<ul class="social">
<li>
<a href="https://github.com/amannirala13" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/amannirala13"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Aman Nirala</h3>
<span class="post">Community Contributor / Organiser</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_syed.jpeg" />
<ul class="social">
<li>
<a href="https://github.com/SYED-RAFI-NAQVI" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/syed-rafi-naqvi-28566bb1/"
class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Syed Rafi Naqvi</h3>
<span class="post">Community Evangelist / Organiser</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="images\about\img_star_swamim.jpeg" />
<ul class="social">
<li>
<a href="https://github.com/Swamim18" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/swamim-saikia" class="fas fa-link"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Swamim Saikia</h3>
<span class="post">Community Evangelist</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- The FnPlus Team -->
<div class="about-team-section">
<div class="container" style="text-align:center;">
<h1>Meet the Team</h1>
<div class="row">
<div class="col-md-3 col-sm-6"></div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="products\instify\assets\img\abhishek.png" />
<ul class="social">
<li>
<a href="https://www.facebook.com/auniyal25" class="icon-facebook"></a>
</li>
<li>
<a href="https://github.com/xlogix" class="fab fa-github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/abhishek-uniyal/" class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Abhishek Uniyal</h3>
<span class="post">Co-Founder</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="our-team">
<div class="pic">
<img src="products\instify\assets\img\somnath.jpeg" />
<ul class="social">
<li>
<a href="https://www.facebook.com/som.webster" class="icon-facebook"></a>
</li>
<li>
<a href="https://github.com/somwebster" class="fab fa-github"></a>
</li>
<li>
<a href="https://in.linkedin.com/in/somwebster/" class="fab fa-linkedin"></a>
</li>
</ul>
</div>
<div class="team-content">
<h3 class="title-team">Somnath</h3>
<span class="post">Co-Founder</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6"></div>
</div>
</div>
</div>
</div>
<footer>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-pb-sm text-center">
<h2>Get in Touch</h2>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-md-6 col-pb-sm text-center">
<h2>Social</h2>
<p class="colorlib-social-icons">
<a href="https://www.facebook.com/fnplusofficial/"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/fnplusofficial"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/fnplusofficial"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/fnplus"><i class="fab fa-github"></i></a>
<a href="https://www.youtube.com/channel/UCP9sGE-eMnDBbEdNs_BnCIQ"><i
class="fab fa-youtube"></i></a>
<a href="https://medium.com/fnplus"><i class="fab fa-medium"></i></a>
<a href="https://www.linkedin.com/company/fnplus/"><i class="fab fa-linkedin"></i></a>
</p>
</div>
</div>
<!-- Disclaimer Footer -->
<div class="row">
<div class="col-md-12 text-center">
<p>
<span class="block">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This template is made with
<i class="fas fa-heart" aria-hidden="true"></i> by Fnplus &
<a href="https://colorlib.com" target="_blank" rel="noopener">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --><br /></span>
</p>
</div>
<div class="row">
<div class="col-md-12 text-center footer-disclaimer">
<p>
<a href="privacy-policy">Privacy Policy</a> |
<a href="terms-of-use">Terms Of Use</a>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>