-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
600 lines (583 loc) · 42.5 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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from creazione.avanzare.co/reframe/demo/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 01 Sep 2022 13:27:06 GMT -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<title>Ganesh Chikhalikar | Technical Lead & Cloud Architect </title>
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com/" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="assets/css/app.css" />
</head>
<body>
<div class="loading-screen">
<div class="inner">
<div class="text-box"><h3>Ganesh Chikhalikar</h3></div>
<div class="line-frame"><div class="line"></div></div>
</div>
</div>
<div class="m-menu-button">
<div class="burger">
<div class="line"></div>
<div class="line"></div>
</div>
</div>
<div class="m-menu">
<div class="m-menu-inner noselect">
<div class="head m-b-2"><p class="small">Menu</p></div>
<ul class="main-items">
<li>
<a class="scroll-to" href="#intro">
<span class="ti-location-pin"></span>
<p class="small">Home</p>
</a>
</li>
<li>
<a class="scroll-to" href="#about">
<span class="ti-user"></span>
<p class="small">About</p>
</a>
</li>
<li>
<a class="scroll-to" href="#skills">
<span class="icon-laptop"></span>
<p class="small">Skills</p>
</a>
</li>
<li>
<a class="scroll-to" href="#resume">
<span class="ti-align-left"></span>
<p class="small">Experience</p>
</a>
</li>
<li>
<a class="scroll-to" href="#portfolio">
<span class="ti-view-grid"></span>
<p class="small">Portfolio</p>
</a>
</li>
<li>
<a class="scroll-to" href="#contact">
<span class="ti-comments"></span>
<p class="small">Contact</p>
</a>
</li>
<!-- <li>
<a href="shortcodes.html" target="_blank">
<span class="ti-new-window"></span>
<p class="small">Shortcodes</p>
</a>
</li> -->
</ul>
<div class="head m-b-2 m-t-7"><p class="small">Social</p></div>
<div class="social-items">
<div class="item">
<a href="https://www.linkedin.com/in/ganesh-code"><span class="ti-linkedin"></span></a>
</div>
<div class="item">
<a href="https://github.com/gansoft"><span class="ti-github"></span></a>
</div>
<div class="item">
<a href="https://codepen.io/gansoft"><span class="ti-world"></span></a>
</div>
</div>
</div>
</div>
<div id="main">
<div class="left-content noselect">
<div class="inner-content">
<div class="name">
<p class="small color-white">Ganesh Chikhalikar</p>
<div class="seperator-line"></div>
</div>
<div class="picture-box"><div class="picture"></div></div>
<div class="frame-1 frame"></div>
<div class="frame-2 frame"></div>
<div class="frame-3 frame"></div>
</div>
</div>
<div class="right-content">
<div class="inner-content">
<div class="section-container">
<div class="section height-100 y-center" style="padding-bottom: 2rem;" id="intro">
<div class="container">
<p class="tag m-b-4">INTRODUCTION</p>
<h1 class="m-b-5 m-l-3">Hi 👋, I'm a <br/>Technical Lead & <br>Cloud Architect</h1>
<div class="seperator-line"></div>
</div>
</div>
<div class="section" style="padding-bottom: 26rem;" id="about">
<div class="container">
<p class="tag m-b-3 scroll-animation">ABOUT Me</p>
<h3 class="m-b-4 m-l-1 scroll-animation">
My approach to building<br />
the tech brands of tomorrow.
</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<p class="scroll-animation">
Hello, and welcome to my profile!
<br/> <br/>
I am a skilled Technical Lead with <span class="color-white">8 years</span> of experience in various technical domains, including Cloud such as <span class="color-white"> AWS, Azure and GCP, DevOps, DevSecOps, Software Development, AI, and ML </span>.
<br/> <br/>
As a leader, I have a proven track record of successfully leading teams of full stack developers, identifying potential issues, and providing solutions to overcome them. I have a deep understanding of cloud infrastructure and services such as <span class="color-white">AWS, Azure, and GCP </span>, and I have designed and implemented scalable, secure, and reliable cloud-based solutions.
<br/> <br/>
My proficiency in <span class="color-white">DevOps and DevSecOps</span> has allowed me to implement efficient software development practices, automate deployment pipelines, and integrate security into the development process. I have expertise in several programming languages, including <span class="color-white">.Net Core, Microservices, React, JavaScript, and JQuery </span> have designed and built high-quality software applications that meet business requirements.
<br/> <br/>
I am passionate about <span class="color-white">AI and ML</span> and have leveraged these technologies to create intelligent solutions that automate complex tasks and improve decision-making processes. My profile section showcases my contributions to various projects, and I am always eager to collaborate with others to improve existing solutions or create new ones.
</p>
</div>
</div>
<div class="section" style="padding-bottom: 20rem;">
<div class="container">
<p class="tag m-b-3 scroll-animation">ABOUT</p>
<h3 class="m-b-4 m-l-1 scroll-animation">My Expertise</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<p class="m-b-5 scroll-animation"></p>
<div class="card-grid scroll-animation">
<div class="left-side">
<div class="item noselect" style="background-color: #181818;">
<div class="item-container">
<h3><span class="icon-cloud m-b-1"></span></h3>
<p>Cloud</p>
<!-- <p>Azure, AWS & GCP</p> -->
</div>
</div>
<div class="item" style="background-color: #080808;">
<div class="item-container">
<h3><span class="icon-laptop m-b-1"></span></h3>
<p>Full Stack</p>
<!-- <p>Backend, Frontned & DB</p> -->
</div>
</div>
</div>
<div class="right-side m-t-6">
<div class="item" style="background-color: #111;">
<div class="item-container">
<h3><span class="icon-shield m-b-1"></span></h3>
<p>Security</p>
<!-- <p>Cloud, Webapp & DevSecOps</p> -->
</div>
</div>
<div class="item" style="background-color: #030303;">
<div class="item-container">
<h3><span class=" icon-lightbulb m-b-1"></span></h3>
<p>AI / ML</p>
<!-- <p>AI Ops & ML Ops </p> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom: 20rem;">
<div class="container">
<p class="tag m-b-3 scroll-animation">Using My Expertise</p>
<h3 class="m-b-4 m-l-1 scroll-animation">What I can do.</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<p class="m-b-4 scroll-animation">
With my expertise in cloud, full stack, security, and AI/ML Ops, I can offer end-to-end solutions and bridge knowledge gaps for organizations struggling with integrating different technologies.
</p>
<ul class="accordion" data-active-index="false" data-slide-Speed="200">
<li class="accordion-item scroll-animation">
<div>
<h5>Cloud</h5>
<div class="icon"></div>
</div>
<div><p>As cloud architect, I designs and implements the organization's cloud computing strategy, including selecting the cloud service provider, ensuring security, managing costs, developing policies and procedures, integrating with existing IT infrastructure, and planning migrations.</p></div>
</li>
<li class="accordion-item scroll-animation">
<div>
<h5>Full Stack</h5>
<div class="icon"></div>
</div>
<div><p>As a full stack developer and technical lead, I work with technologies such as .NET Core, React JS, JavaScript, and databases like Postgres, Redis, and Cassandra. My role involves developing and maintaining web applications, providing technical leadership to the development team, and ensuring adherence to best practices and coding standards. I aim to develop high-quality web applications using microservices architecture that meet the organization's requirements.</p></div>
</li>
<li class="accordion-item scroll-animation">
<div>
<h5>Security</h5>
<div class="icon"></div>
</div>
<div><p>As a DevSecOps professional, I use a variety of security tools such as SonarQube, Burp Suite, OWASP ZAP, Nmap, Metasploit, Nessus, and Qualys to integrate security into the DevOps process. I automate security processes like vulnerability scanning, penetration testing, and compliance checks to ensure consistent security across software development projects. My goal is to ensure that the software development process is secure, efficient, and effective, with security being an integral part from start to finish.</p></div>
</li>
<li class="accordion-item scroll-animation">
<div>
<h5>AI Ops / ML Ops</h5>
<div class="icon"></div>
</div>
<div><p>As an AIOps and MLOps professional, I use machine learning and artificial intelligence to optimize and automate IT operations. My role involves developing and implementing machine learning models and algorithms to detect and diagnose issues in real-time, ensuring that the IT infrastructure is highly available. I collaborate with the development and operations teams to integrate machine learning models into the CI/CD pipeline and use tools like Kubernetes, Docker, and Ansible to automate deployment and management. My expertise enables me to continuously improve automated processes, ensuring the organization delivers high-quality IT services.</p></div>
</li>
</ul>
</div>
</div>
<div class="section" style="padding-bottom: 6rem;" id="skills">
<div class="container">
<p class="tag m-b-3 scroll-animation">SKILLS</p>
<h3 class="m-b-4 m-l-1 scroll-animation">
Skills I have collected<br />
over the years and days.
</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
</div>
</div>
<div class="section" style="padding-bottom:12rem" id="pills">
<div class="container">
<h3 class="m-b-4 m-l-1 scroll-animation">Cloud Skills</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<div class="pills scroll-animation">
<div class="pill pill-filled">
<p>AWS</p>
</div>
<div class="pill pill-filled">
<p>Azure</p>
</div>
<div class="pill pill-filled">
<p>GCP</p>
</div>
<div class="pill pill-filled">
<p>Kubernetes</p>
</div>
<div class="pill pill-filled">
<p>Terraform</p>
</div>
<div class="pill pill-filled">
<p>Docker</p>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom:12rem" id="pills">
<div class="container">
<h3 class="m-b-4 m-l-1 scroll-animation">Cloud Tools</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<div class="pills scroll-animation">
<div class="pill pill-filled">
<p>RabbitMQ</p>
</div>
<div class="pill pill-filled">
<p>Loki</p>
</div>
<div class="pill pill-filled">
<p>Promethus</p>
</div>
<div class="pill pill-filled">
<p>Grafana</p>
</div>
<div class="pill pill-filled">
<p>Elastic Search</p>
</div>
<div class="pill pill-filled">
<p>Logstash</p>
</div>
<div class="pill pill-filled">
<p>Kibana</p>
</div>
<div class="pill pill-filled">
<p>Github</p>
</div>
<div class="pill pill-filled">
<p>Gitlab</p>
</div>
<div class="pill pill-filled">
<p>jenkins</p>
</div>
<div class="pill pill-filled">
<p>Azure DevOps</p>
</div>
<div class="pill pill-filled">
<p>Ansible</p>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom:12rem" id="pills">
<div class="container">
<h3 class="m-b-4 m-l-1 scroll-animation">Technical Skills</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<div class="pills scroll-animation">
<div class="pill pill-filled">
<p>Microservice</p>
</div>
<div class="pill pill-filled">
<p>.Net Core</p>
</div>
<div class="pill pill-filled">
<p>Python</p>
</div>
<div class="pill pill-filled">
<p>ASP .NET MVC</p>
</div>
<div class="pill pill-filled">
<p>REACT JS</p>
</div>
<div class="pill pill-filled">
<p>JavaScript</p>
</div>
<div class="pill pill-filled">
<p>Jquery</p>
</div>
<div class="pill pill-filled">
<p>Entity Framework</p>
</div>
<div class="pill pill-filled">
<p>Linq</p>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom:12rem" id="pills">
<div class="container">
<h3 class="m-b-4 m-l-1 scroll-animation">Database Skills</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<div class="pills scroll-animation">
<div class="pill pill-filled">
<p>Postgres SQL</p>
</div>
<div class="pill pill-filled">
<p>Microsoft SQL</p>
</div>
<div class="pill pill-filled">
<p>Mongo DB</p>
</div>
<div class="pill pill-filled">
<p>Cassandra</p>
</div>
<div class="pill pill-filled">
<p>Redis</p>
</div>
<div class="pill pill-filled">
<p>MYSQL</p>
</div>
<div class="pill pill-filled">
<p>CosmosDB</p>
</div>
<div class="pill pill-filled">
<p>Dynamodb</p>
</div>
<div class="pill pill-filled">
<p>Elastic Search</p>
</div>
<div class="pill pill-filled">
<p>DuckDB</p>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom: 20rem;" id="resume">
<div class="container">
<p class="tag m-b-3 scroll-animation">RESUME</p>
<h3 class="m-b-4 m-l-1 scroll-animation">Experience</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<p class="m-b-6 scroll-animation">
Experienced Cloud Architect, Technical Lead, and Full Stack Developer with 7 Years of Expertise in Cloud Computing, Microservices Architecture, Web Application Development, and Security Controls.
</p>
<div class="resume">
<div class="item m-b-6 scroll-animation">
<p class="color-white m-b-1-5 small">Reflexion.AI Pvt Ltd<span class="m-l-2 color-white">2022-Present</span></p>
<p class="m-b-1-5 small">(Formerly Sciffer Analytics Pvt Ltd)</p>
<p class="color-white m-b-1">Technical Lead</p>
<p >Experienced in developing and delivering innovative software solutions for complex business problems.</br></br>
Expertise in <span class="color-white">project management, leading cross-functional teams, and delivering successful multiple cloud and software projects</span> on time and within budget.</br></br>
Proficient in a wide range of programming languages and tools, including .NET Core, React JS, JavaScript, jQuery, Postgres, Redis, and Cassandra.</br></br>
Strong background in designing and implementing scalable microservices architecture for web applications.</br></br>
Knowledgeable in DevOps and CI/CD practices, including automation of build, test, and deployment processes using tools such as Chef, Puppet, Ansible, Terraform, Docker, and Kubernetes.</br></br>
Skilled in implementing security measures throughout the software development life cycle, including vulnerability scanning, penetration testing, and compliance checks using tools such as SonarQube, Burp Suite, OWASP Zap, and other security tools.</br></br>
Experienced in leading technical teams, setting technical direction, evaluating performance, and ensuring adherence to coding standards and best practices.</br></br>
Strong understanding of AI/ML concepts and experience in developing and deploying machine learning models using frameworks such as TensorFlow and PyTorch.</br></br>
Proficient in data analytics, including data modeling, and data visualization using tools such as Tableau and Power BI.</br></br>
Knowledgeable in Agile methodologies, including Scrum and Kanban, and experience in applying them to software development projects for efficient and effective delivery.</p>
</div>
<div class="item m-b-6 scroll-animation">
<p class="color-white m-b-1-5 small">Sciffer Analytics Pvt Ltd<span class="m-l-2 color-white">2021-2022</span></p>
<p class="color-white m-b-1">Technical Lead</p>
<p class="small">Developed and maintained web applications using .NET Core, React JS, JavaScript, and jQuery.</br></br>
Integrated databases such as Postgres, Redis, and Cassandra into applications to ensure functionality and performance.</br></br>
Collaborated with cross-functional teams to deliver high-quality applications on time and within budget.</br></br>
Led technical discussions and provided guidance to junior developers to ensure adherence to best practices and coding standards.</br></br>
Implemented agile methodologies to improve development processes and increase team productivity.</br></br>
Conducted code reviews,Security, testing, and debugging to ensure the reliability and scalability of applications.</p>
</div>
<div class="item m-b-6 scroll-animation">
<p class="color-white m-b-1-5 small">Sciffer Analytics Pvt Ltd<span class="m-l-2 color-white">2020-2021</span></p>
<p class="color-white m-b-1">Team Lead (Technical)</p>
<p></p>
</div>
<div class="item m-b-6 scroll-animation">
<p class="color-white m-b-1-5 small">Sciffer Analytics Pvt Ltd<span class="m-l-2 color-white">2018-2020</span></p>
<p class="color-white m-b-1">Senior Software Developer</p>
<p></p>
</div>
<div class="item m-b-6 scroll-animation">
<p class="color-white m-b-1-5 small">Sciffer Analytics Pvt Ltd<span class="m-l-2 color-white">2016-2018</span></p>
<p class="color-white m-b-1">Software Developer</p>
<p></p>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom: 20rem;" id="portfolio">
<div class="container">
<p class="tag m-b-3 scroll-animation">PORTFOLIO</p>
<h3 class="m-b-4 m-l-1 scroll-animation">Selected Work</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<p class="m-b-6 scroll-animation">
A showcase of my technical expertise and completed projects
</p>
<div class="work-grid">
<div class="item noselect work-lightbox scroll-animation">
<div class="icon-button"><span class="ti-arrow-right"></span></div>
<div class="info">
<p class="color-white">Cloud Solutions</p>
<div class="seperator-line m-t-1"></div>
</div>
<div class="cover" style="background-image: url(assets/images/work/item-1/preview.jpg);"></div>
<div class="lightbox-content">
<div class="lightbox-images">
<div class="item" data-image="assets/images/work/item-1/1.jpg"></div>
<div class="item" data-image="assets/images/work/item-1/2.jpg"></div>
<div class="item" data-image="assets/images/work/item-1/3.jpg"></div>
</div>
<div class="info-content">
<h3 class="m-b-3">Development Solutions</h3>
<div class="seperator-line m-b-3"></div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it to make a type specimen book.
</p>
</div>
</div>
</div>
<div class="item noselect m-t-6 work-lightbox scroll-animation">
<div class="icon-button"><span class="ti-arrow-right"></span></div>
<div class="info">
<p class="color-white">Security Experience</p>
<div class="seperator-line m-t-1"></div>
</div>
<div class="cover" style="background-image: url(assets/images/work/item-2/preview.jpg);"></div>
<div class="lightbox-content">
<div class="lightbox-images"><div class="item" data-image="assets/images/work/item-2/1.jpg"></div></div>
<div class="info-content">
<h3 class="m-b-3">Surface Experience</h3>
<div class="seperator-line m-b-3"></div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it to make a type specimen book.
</p>
</div>
</div>
</div>
<div class="item noselect m-t-6 work-lightbox scroll-animation">
<div class="icon-button"><span class="ti-arrow-right"></span></div>
<div class="info">
<p class="color-white">AI/ML Generation</p>
<div class="seperator-line m-t-1"></div>
</div>
<div class="cover" style="background-image: url(assets/images/work/item-3/preview.jpg);"></div>
<div class="lightbox-content">
<div class="lightbox-images">
<div class="item" data-image="assets/images/work/item-3/1.jpg"></div>
<div class="item" data-image="assets/images/work/item-3/2.jpg"></div>
<div class="item" data-image="assets/images/work/item-3/3.jpg"></div>
</div>
<div class="info-content">
<h3 class="m-b-3">DevOps</h3>
<div class="seperator-line m-b-3"></div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it to make a type specimen book.
</p>
</div>
</div>
</div>
<div class="item noselect m-t-6 work-lightbox scroll-animation">
<div class="icon-button"><span class="ti-arrow-right"></span></div>
<div class="info">
<p class="color-white">Frame Manufacturer</p>
<div class="seperator-line m-t-1"></div>
</div>
<div class="cover" style="background-image: url(assets/images/work/item-4/preview.jpg);"></div>
<div class="lightbox-content">
<div class="lightbox-images">
<div class="item" data-image="assets/images/work/item-4/1.jpg"></div>
<div class="item" data-image="assets/images/work/item-4/2.jpg"></div>
</div>
<div class="info-content">
<h3 class="m-b-3">Frame Manufacturer</h3>
<div class="seperator-line m-b-3"></div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it to make a type specimen book.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom: 20rem;">
<div class="container">
<p class="tag m-b-3 scroll-animation">TESTIMONIALS</p>
<h3 class="m-b-4 m-l-1 scroll-animation">
What my customers<br />
are saying about me?
</h3>
<div class="seperator-line m-b-6 scroll-animation"></div>
<div class="testimonial-carousel scroll-animation">
<div class="item">
<p class="quote">
"We chose Lenoox because it's the perfect combination of convenience and quality. Team takes care of getting us high-quality images quickly and more than build jacket efficiently."
</p>
<p class="name m-t-3 color-white">Elena Clouse</p>
<p class="role">CEO Stellar Inc.</p>
</div>
<div class="item">
<p class="quote">
"We chose Lenoox because it's the perfect combination of convenience and quality. Team takes care of getting us high-quality images quickly and more than build jacket efficiently."
</p>
<p class="name m-t-3 color-white">Brandon Hadid</p>
<p class="role">CTO Market Hero</p>
</div>
<div class="item">
<p class="quote">
"We chose Lenoox because it's the perfect combination of convenience and quality. efficiently."
</p>
<p class="name m-t-3 color-white">John Miller</p>
<p class="role">CTO SpaceX Industries</p>
</div>
</div>
</div>
</div>
<div class="section" style="padding-bottom: 20rem;" id="contact">
<div class="container">
<p class="tag m-b-3 scroll-animation">CONTACT</p>
<h3 class="m-b-4 m-l-1 scroll-animation">Let’s get in touch.</h3>
<div class="seperator-line m-b-4 scroll-animation"></div>
<p class="m-b-6 scroll-animation">Fill out my form below and send me an email.</p>
<form id="contact-form" action="https://creazione.avanzare.co/reframe/demo/assets/contact.php" method="post" autocomplete="off">
<input type="text" id="contact-form-name" class="scroll-animation" name="name" placeholder="* Name" />
<input type="text" id="contact-form-email" class="scroll-animation m-t-5" name="email" placeholder="* E-Mail" />
<input data-require-filling="false" type="text" id="contact-form-phone" class="scroll-animation m-t-5" name="phone" placeholder="Phone" />
<div class="hpc"><input type="text" id="contact-form-country" name="taxid" placeholder="* Tax ID" /></div>
<textarea id="contact-form-message" class="scroll-animation m-t-5" name="message" placeholder="* Message"></textarea>
<div class="button-area m-t-5 scroll-animation">
<button type="submit" class="default-button">
<span class="button-text">Send</span> <span class="icon-button m-l-2"><span class="ti-arrow-right"></span></span>
</button>
<p class="small">* Marked fields are required to fill.</p>
</div>
<div class="success-box">
<div class="icon-button m-r-2"><span class="ti-check"></span></div>
<p>Your Message has been sent!</p>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/app.js"></script>
</body>
<!-- Mirrored from creazione.avanzare.co/reframe/demo/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 01 Sep 2022 13:27:13 GMT -->
</html>