-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
718 lines (612 loc) · 36.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>ASSISTREND™</title>
<meta
content="A platform which share various knowlege from our society and from around the world & also helpful for someone who is driven by their passion."
name="description">
<meta
content="assistrend, knowledge sharing platform, society knowledge, global knowledge, passion-driven, knowledge sharing community, diverse knowledge, global perspectives, passion pursuit, knowledge exchange, society insights, passion exploration, knowledge discovery, community learning, society wisdom, global awareness, passion-driven platform"
name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="./">ASSISTREND™</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="./" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#aim">Our Aim</a></li>
<li><a class="nav-link scrollto" href="#mission">Our Mission</a></li>
<li><a class="nav-link scrollto" href="#vision">Our Vision</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<!--
<li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
-->
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="getstarted scrollto" href="#about">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1"
data-aos="fade-up" data-aos-delay="200">
<h1>Better Solutions For A Better Future</h1>
<h2>Assist people during various trends in present and make the use of ASSISTREND a trend in the future.</h2>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="#about" class="btn-get-started scrollto">Get Started</a>
<!-- <a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="glightbox btn-watch-video"><i
class="bi bi-play-circle"></i><span>Watch Video</span></a>
-->
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About Us</h2>
</div>
<div class="row content">
<div class="col-lg-12">
<p>
A platform which share various knowlege from our society and from around the world & also helpful for
someone who is driven by their passion.
</p>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
</p>
<!-- <a href="#" class="btn-learn-more">Learn More</a> -->
</div>
</div>
</div>
</section>
<!-- End About Us Section -->
<!-- ======= Aim Section ======= -->
<section id="aim" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Our Aim</h2>
</div>
<div class="row content">
<div class="col-lg-12">
<p>
A System which contains both product and service. Product as a platform and service as Social interaction.
</p>
</div>
</div>
</div>
</section>
<!--End Aim Section -->
<!-- ======= Mission Section ======= -->
<section id="mission" class="skills">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/skills.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content" data-aos="fade-left" data-aos-delay="100">
<h3>Our Mission</h3>
<p class="fst-italic">
To provide social media like service to common ones and avoid the lack of technical knowledge, digital atmosphere and financial background related barriers.
</p>
</div>
</div>
</div>
</section><!-- End Mission Section -->
<!-- ======= Vision Section ======= -->
<section id="vision" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Our Vision</h2>
<p>Our ASSISTREND<sup>TM</sup> will
assist humans with various trends and act as a perfect
gap filler for present and futuristic technology & make digital
services more friendly for common people.</p>
</div>
</div>
</div>
</section><!-- End Vision Section -->
<!-- ======= Flowchart Section ======= -->
<section id="flowchart" class="skills">
<div class="section-title">
<h2>Flowchart</h2>
</div>
<div class="container d-flex justify-content-center align-items-center" data-aos="fade-up">
<div class="col-lg-6 text-center" data-aos="fade-right" data-aos-delay="100">
<img class="w-100" src="assets/img/flowchart.png" class="img-fluid" alt="">
</div>
</div>
</section>
<!-- End flowchart Section -->
<!--Community Join Section-->
<section id="clients" class="clients">
<div class="container">
<div class="row" data-aos="zoom-in">
<h3>To become a volunteer, join our volunteer community group <a href="https://chat.whatsapp.com/G9uta6NqldU2RCB7scmFqB"> <i class="bx bxl-whatsapp"></i></a></h3>
</div>
</div>
</section>
<!--End-->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Team</h2>
<p>Our team is a dynamic mix of tomorrow's kids and seasoned professionals, each with a unique set of skills and experiences. Our collective expertise spans various domains, and mentors with in-depth knowledge in multiple fields enable us to provide comprehensive solutions and guidance for the challenges we face on our journey ahead. With a shared passion for innovation and commitment to excellence, we strive to adapt to new times, tackle complex challenges, and become partners in helping our society.</p>
</div>
<div class="row">
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="member d-flex align-items-start">
<div style="width: auto;" class="pic d-none d-lg-block"><img src="assets/img/team/ashwin.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/ashwin.jpg"
alt="..." /></span></div>
<h4>Ashwin Satheesh</h4>
<span><b>FOUNDER</b></span>
<p>A passionate and socially committed AI & ML student with a strong leadership, project management, and problem-solving skills. An empathetic, science communicator with creative and critical thinking skills, and a passion for cosmology, social entrepreneurship, teaching, and project management. His dream is to become a valuable AI & ML engineer, influencer, motivator, and martian. Mark his words "if we unite today we can become unique tomorrow".</p>
<div class="social">
<a href="./founder"><i class="ri-user-fill"></i></a>
<a href="https://www.linkedin.com/in/ashwin-satheesh-a5a087228/"> <i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/mentor.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/mentor.jpg"
alt="..." /></span></div>
<h4>Hari S</h4>
<span><b>MENTOR</b></span>
<p>As a Co-founder of BlackQubes and an Assistant Professor at Sree Buddha College Of Engineering, my
multifaceted roles encompass not only mentoring but also leadership, innovation and collaboration</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="member d-flex align-items-start">
<div style="width: auto;" class="pic d-none d-lg-block"><img src="assets/img/team/Cyriac.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/Cyriac.jpg"
alt="..." /></span></div>
<h4>Cyriac T Meppuram</h4>
<span><b>MENTOR</b></span>
<p>A visionary entrepreneur with a passion for tourism, business, and helping others to achieve their dreams. He is a founder, promoter, entrepreneur, tourism expert, start-up guide and mentor, management restructuring specialist and trainer, and motivational speaker. Also the founder and initiator of five successful companies, including Adenz, The Initiator, Angel Bees Pvt Ltd, Agronest Tourism Pvt Ltd, and Wellnexion Platforms Pvt Ltd.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/joel.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/joel.jpg"
alt="..." /></span></div>
<h4>Joel Sunny Varghese</h4>
<span><b>TECH-MENTOR</b></span>
<p>As a tech mentor, Software Engineer, and specialized Flutter Developer, my expertise extends to being
a specialized Full Stack Developer, offering a well-rounded perspective to those I guide</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/brighty.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/brighty.jpg"
alt="..." /></span></div>
<h4>Brighty Jiji Abraham</h4>
<span><b>TECH-MENTOR</b></span>
<p>A multi-talented AI/ML student with a passion for programming and creating innovative solutions, who is skilled in web development, AI&ML, Python, Ms Office, FL Studios, photography, After Effects, Premiere Pro, Photoshop, communication, and presentation, with a dream of becoming an AI&ML researcher.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block" style="width: 480px;"><img src="assets/img/team/febin.jpg"
class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/febin.jpg"
alt="..." /></span></div>
<h4>Febin Mon Saji</h4>
<span><b>SECURITY MENTOR</b></span>
<p>As a Security Mentor, I hold certifications as a Certified Ethical Hacker and Red Team Professional.
My expertise in the security field allows me to provide valuable guidance and insights to help
individuals and organizations navigate the ever-evolving landscape of cybersecurity.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/godly.png" class="img-fluid" alt="Godly K Mathews"></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/godly.png"
alt="Godly K Mathews" /></span></div>
<h4>Godly K Mathews</h4>
<span><b>WEB DEVELOPER</b></span>
<p>A passionate self-taught programmer and a Computer Science Engineering student.
I'm always open to new opportunities and challenges that can help me grow as a programmer.
</p>
<div class="social">
<a href="https://godlykmathews.github.io"><i class="ri-user-fill"></i></a>
<a href="https://in.linkedin.com/in/godly-k-mathews"> <i class="ri-linkedin-box-fill"></i> </a>
<a href="https://www.instagram.com/godly_k_mathews_"><i class="ri-instagram-fill"></i></a>
<a href="https://www.facebook.com/mathews.ad345"><i class="ri-facebook-fill"></i></a>
<a href="https://twitter.com/Godlykmathews"><i class="ri-twitter-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/aswathy.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/aswathy.jpg"
alt="..." /></span></div>
<h4>Aswathy S</h4>
<span><b>WEB DEVELOPER</b></span>
<p>A talented and passionate CS student with skills in Python, C, C++, problem solving, dedication, communication, and presentation skills, who dreams of working in a defense force to serve society.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/amala.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/amala.jpg"
alt="..." /></span></div>
<h4>Amala B</h4>
<span><b>PIC EDITOR</b></span>
<p>An athletic and creatively gifted computer science student with a passion for acting and design is pursuing their dream of success through time management and adaptability.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/jerinjoseph.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/jerinjoseph.jpg"
alt="..." /></span></div>
<h4>Jerin Joseph Sebastian</h4>
<span><b>CONTENT COLLECTOR</b></span>
<p>A skilled C and C++ developer, marketing expert, and crypto enthusiast with a passion for YouTube cooking and a dream of owning a farm, who is also passionate about using technology to solve real-world problems and make a positive impact on the world.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/subi.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/subi.jpg"
alt="..." /></span></div>
<h4>Subi O Kuttan</h4>
<span><b>PIC EDITOR</b></span>
<p>A multi-talented ECE student with a passion for stencil art, photo and video editing, and a dream of becoming an entrepreneur and ISRO engineer, demonstrating adaptability and creativity in all their pursuits.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/sooraj.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/sooraj.jpg"
alt="..." /></span></div>
<h4>Sooraj Raj</h4>
<span><b>UI/UX DESIGNER</b></span>
<p>A multi-talented CSE passed-out student with a passion for UI/UX design, eager to become a valuable asset to team.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/devanarayanan.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/devanarayanan.jpg"
alt="..." /></span></div>
<h4>R. Devanarayanan</h4>
<span><b>PIC EDITOR</b></span>
<p>A multi-talented individual with a passion for drawing, 3D modeling, and coding, who is eager to use their skills to become a successful animator.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/kashinath.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/kashinath.jpg"
alt="..." /></span></div>
<h4>Kashinath Remesh Kumar</h4>
<span><b>AUDIO EDITOR</b></span>
<p>An AI and electronics enthusiast with a passion for learning, who is currently studying AI and ML, with a dream of using their knowledge to develop innovative and cutting-edge technologies.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/ArjunKR.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/ArjunKR.jpg"
alt="..." /></span></div>
<h4>Arjun K R</h4>
<span><b>PIC EDITOR</b></span>
<p>A multi-talented individual with a passion for photography. He is a skilled video editor, graphic designer, and developer, and he is currently pursuing his master's degree in mathematics. Despite his busy schedule, Arjun never loses sight of his dream of becoming a valuable man.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/MuhammedNaseemSabah.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/MuhammedNaseemSabah.jpg"
alt="..." /></span></div>
<h4>Muhammed Naseem Sabah</h4>
<span><b>PIC EDITOR</b></span>
<p>A multi-talented graphic designer with a passion for astronomy and helping people, who is currently studying physics and dreams of having a positive impact on the world when leaving it.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/Shelja.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/Shelja.jpg"
alt="..." /></span></div>
<h4>Shelja Sherin MV</h4>
<span><b>UI/UX Designer</b></span>
<p>A multi-talented computer science student with a passion for new technologies and modelling, who is skilled in programming, web design, debugging, SQL, AI, and ML, and has strong communication, leadership, and commitment skills, with a dream of becoming an IPS officer.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/SooryaKAS.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/SooryaKAS.jpg"
alt="..." /></span></div>
<h4>Soorya Kiran A S</h4>
<span><b>PIC EDITOR</b></span>
<p>A multi-talented individual with a passion for learning, who is skilled in video editing, Canva, English communication, content writing, and CHAT GPT, with a dream of using their skills to create informative and engaging content.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/elwin_paulson.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/elwin_paulson.jpg"
alt="..." /></span></div>
<h4>Elwin Paulson</h4>
<span><b>PIC EDITOR</b></span>
<p>A creative techie with a passion for photo editing, web design, cycling, and entrepreneurship.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/Rohit.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/Rohit.jpg"
alt="..." /></span></div>
<h4>R Rohit</h4>
<span><b>UI/UX DESIGNER</b></span>
<p>A multi-talented UI/UX designer and developer with a passion for learning, who is skilled in Figma, HTML, CSS, and React, and has passed CSE, with a dream of building innovative and user-friendly products.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/abhinandhbabu.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/abhinandhbabu.jpg"
alt="..." /></span></div>
<h4>Abhinandh Babu</h4>
<span><b>MARKETER</b></span>
<p>A multi-talented AI and ML student with a passion for marketing, who is eager to use their skills to develop innovative and engaging marketing campaigns.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/ajay.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/ajay.jpg"
alt="..." /></span></div>
<h4>Ajay J</h4>
<span><b>UI/UX DESIGNER</b></span>
<p>An AI & ML student with a passion for UI/UX design, eager to become a valuable asset to team.</p>
</div>
</div>
</div>
<div class="col-lg-6 mt-4" data-aos="zoom-in" data-aos-delay="400">
<div class="member d-flex align-items-start">
<div class="pic d-none d-lg-block"><img src="assets/img/team/Prathwik Prakash.jpg" class="img-fluid" alt="">
</div>
<div class="member-info">
<div class="w-100 p-3" style="width:800px; margin:0 auto;"><span class="d-block d-lg-none"><img
class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/team/Prathwik Prakash.jpg"
alt="..." /></span></div>
<h4>Prathwik Prakash</h4>
<span><b>UI/UX DESIGNER</b></span>
<p>A creative UI/UX freelancer, ignited by the spark of marketing and the pulse of web development, dreams of building user experiences that resonate like viral campaigns and function like flawless code</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Cta Section ======= -->
<section id="contact" class="cta">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3>Contact</h3>
<br>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn d-inline-flex p-3" href="tel:+919495279233"> <i class="ri-phone-line"></i> +919495279233</a>
<br>
<a class="cta-btn d-inline-flex p-3" href="https://www.linkedin.com/company/assistrend/" target="_blank"><i class="ri-linkedin-box-fill"></i> Linkedin</a>
<br>
<a class="cta-btn d-inline-flex p-3" href="mailto:[email protected]"><i class="ri-mail-line"></i> Mail</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6" style="filter: invert(90%) hue-rotate(180deg);">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeI2gTZloc-hl1ldWPIjX_4kc8cAtcXa8NS2kqFmmKcvHEJRg/viewform?embedded=true" width="100%" height="840" frameborder="0" marginheight="0" marginwidth="0" >Loading…</iframe>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Social Interaction</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Social Listening</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Social Innovation</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Social Connection</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<div class="social-links mt-3">
<a href="https://www.linkedin.com/company/assistrend/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.instagram.com/s/aGlnaGxpZ2h0OjE4MDA3MDY1MDE5NjQ2NTAz?story_media_id=3092904724244855627_47922975317&igshid=MzRlODBiNWFlZA==" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Visitors</h4>
<a href='https://www.free-counters.org/'>free-counters.org</a> <script type='text/javascript' src='https://www.freevisitorcounters.com/auth.php?id=0bf002d0599ee3aa45f8236ff23e82221224d748'></script>
<script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/1090881/t/11"></script>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>ASSISTREND™</span></strong>. All Rights Reserved
</div>
<div class="credits">
<a href="./developer-info">Developer Info</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>