-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
531 lines (506 loc) · 33.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your Sumer Pasha landing page.">
<meta name="author" content="Sumer Pasha">
<title>Sumer Pasha Portfolio</title>
<link rel="icon" href="assets/imgs/Sameer.jpg" type="image/png">
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + JohnDoe main styles -->
<link rel="stylesheet" href="assets/css/johndoe.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<header class="header">
<div class="container">
<ul class="social-icons pt-3">
<li class="social-item"><a class="social-link text-light" href="https://www.facebook.com/sumer.pasha.58"><i class="ti-facebook" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="https://twitter.com/SameerP99025"><i class="ti-twitter" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="https://join.skype.com/invite/uSXbAkdNZAwB"><i class="ti-google" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="https://www.instagram.com/sameerpasha.78/"><i class="ti-instagram" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="https://github.com/1sumer"><i class="ti-github" aria-hidden="true"></i></a></li>
</ul>
<div class="header-content">
<h4 class="header-subtitle" >Hello, I am</h4>
<h1 class="header-title">Sumer Pasha</h1>
<h6 class="header-mono" >Data Analyst | Python Automation Engineer| Machine Learning with Python</h6>
<a href="assets/imgs/Resume.pdf" download>
<button class="btn btn-primary btn-rounded"><i class="ti-printer pr-2"></i>Download Resume</button>
</a>
</div>
</div>
</header>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-white" data-spy="affix" data-offset-top="510">
<div class="container">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse mt-sm-20 navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#resume" class="nav-link">Resume</a>
</li>
</ul>
<ul class="navbar-nav brand">
<img src="assets/imgs/Sameer.jpg" alt="" class="brand-img">
<li class="brand-txt">
<h5 class="brand-title">Sumer Pasha</h5>
<div class="brand-subtitle">Data Analyst | Python Automation Engineer | Machine Learning with Python</div>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#projects" class="nav-link">Project</a>
</li>
<li class="nav-item">
<a href="#blog" class="nav-link">Blog</a>
</li>
<li class="nav-item last-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div id="about" class="row about-section">
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">Who am I ?</h3>
<span class="line mb-5"></span>
<h5 class="mb-3">A Data Analyst / Python Automation Engineer / Machine Learning with Python Located In Our Lovely Earth</h5>
<p class="mt-20">🌐 Data Enthusiast and Insight Architect<br>
🌟 Welcome to my corner of the digital universe! I’m a passionate data professional who thrives on turning raw information into actionable insights. Whether it’s unraveling complex datasets or crafting predictive models, I’m here to make sense of the numbers.</p>
<a href="assets/imgs/Resume.pdf" download>
<button class="btn btn-primary btn-rounded"><i class="ti-printer pr-2"></i>Download CV</button>
</a>
</div>
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">Personal Info</h3>
<span class="line mb-5"></span>
<ul class="mt40 info list-unstyled">
<li><span>Birthdate</span> : 12/05/1999</li>
<li><span>Email</span> : [email protected]</li>
<li><span>Phone</span> : + 91 8088989186</li>
<li><span>Skype</span> : Sumer Pasha </li>
<li><span>Address</span> : Manchanabale, Chickballapur, Karnataka-562101.</li>
</ul>
<ul class="social-icons pt-3">
<li class="social-item"><a class="social-link" href="https://www.facebook.com/sumer.pasha.58"><i class="ti-facebook" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link" href="https://twitter.com/SameerP99025"><i class="ti-twitter" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link" href="https://join.skype.com/invite/uSXbAkdNZAwB"><i class="ti-google" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link" href="https://www.instagram.com/sameerpasha.78/"><i class="ti-instagram" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link" href="https://github.com/1sumer"><i class="ti-github" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">My Expertise</h3>
<span class="line mb-5"></span>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-widget icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Data Analytics</h6>
<p class="subtitle"> I dive deep into data lakes, extracting valuable nuggets of information.</p>
<hr>
</div>
</div>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-paint-bucket icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Machine Learning with Python</h6>
<p class="subtitle">My potions? Algorithms, feature engineering, and model tuning. I brew solutions that predict the future (well, almost!).</p>
<hr>
</div>
</div>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-stats-up icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Python Automation</h6>
<p class="subtitle">🖥️ Python Automation Virtuoso and Efficiency Architect.</p>
<hr>
</div>
</div>
</div>
</div>
</div>
<!--Resume Section-->
<section class="section" id="resume">
<div class="container">
<h2 class="mb-5"><span class="text-danger">My</span> Resume</h2>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>Expertise</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<P class="subtitle">🌟 Explore the intersection of data and automation! As a Data Analyst, I harness the power of Python to streamline processes and drive efficiency, turning data into actionable insights.</P>
</div>
<div class="card-body">
<h6 class="title text-danger">Work Experience</h6>
<P>2023 - Present</P>
<P>Python Automation Engineer at Analogica Software Dev Pvt Ltd.</P>
<P class="subtitle">Data Analyst and Python Automation Engineer with 1 year of experience in automating workflows, data analysis, and visualization. Proficient in SQL, Python, and ETL processes to extract, transform, and load data into structured systems for analysis. Skilled in creating interactive dashboards and building automation solutions to optimize business operations. Adept at using Python for data-driven insights, improving processes, and driving efficiency</P>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>Education</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">2016 - 2020</h6>
<P>B.E Mechanical Engineering</P>
<P class="subtitle">R L Jalappa Institute Of Technology Doddaballapur.</P>
<hr>
<h6 class="title text-danger">2014 - 2016</h6>
<P>PUC (PCMB)</P>
<P class="subtitle">Poorna Prajna Pu College Chickballapur.</P>
<hr>
<h6 class="title text-danger">2021 - 2022</h6>
<P>Diploma in Machine Learning and Artificial Intelligence</P>
<P class="subtitle">Specialized in transforming raw data into impactful insights, uncovering trends and patterns, and developing predictive models that empower data-driven strategies and deliver measurable value.</P>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<div class="pull-left">
<h4 class="mt-2">Skills</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body pb-2">
<h6>Python Programming</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 97%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Python Automation</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 97%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>EDA & ETL</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 85%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Machine Learning</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>SQL</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 90%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Data Visualization (Power BI, Matplotlib & Seaborn)</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Statistical Analysis</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Web Scraping (Python)</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>R</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 60%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Git, GitHub</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 60%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-dark text-center">
<div class="container">
<div class="row text-center">
<div class="col-md-6 col-lg-3">
<div class="row ">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-alarm-clock icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">2</h1>
<p class="text-light mb-1">Years Worked Experience</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-layers-alt icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">10</h1>
<p class="text-light mb-1">Project Finished</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-face-smile icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">50+</h1>
<p class="text-light mb-1">Impactful Solutions</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-heart-broken icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">2k</h1>
<p class="text-light mb-1">Coffee Drinked</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="projects">
<div class="container">
<h2 class="mb-5 pb-4"><span class="text-danger">My</span> Projects</h2>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-vector text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Global Super Store 2016 Sales Analysis,</h5>
<P class="subtitle">a comprehensive understanding of sales, profitability, and shipping dynamics is crucial for making informed business decisions and optimizing operational efficiency. By leveraging insights from this analysis, businesses can enhance customer satisfaction, streamline logistics, and drive overall profitability.</P>
<a href="https://github.com/1sumer/Python/blob/master/Exploratory%20Data%20Analysis/Global_Store/Global%20Store%20Analysis.ipynb "class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-write text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">IMDB Movie Analysis & Recommender System ML</h5>
<P class="subtitle">The IMDb movie analysis and recommender system employs advanced data analysis and machine learning techniques to provide tailored movie recommendations, improving users' viewing experiences by aligning suggestions with their unique preferences and viewing patterns.</P>
<a href="https://github.com/1sumer/Machine-Learning/blob/main/Recommendation/Movie_II%20Recommender/TMDB.ipynb" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-package text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Naive Bayes ML Algorithm</h5>
<P class="subtitle">Implementing a robust Naive Bayes algorithm for YouTube spam filtering is essential for enhancing content quality and improving user experience. By effectively identifying and tackling spam, platforms can maintain trust, streamline moderation, and foster a positive environment for users.</P>
<a href="https://github.com/1sumer/Machine-Learning/blob/main/Naive%20Bayes/Naive%20Bayes%201.ipynb" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-map-alt text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Automated Bulk Email Sender Using SMTP Server</h5>
<P class="subtitle">Developed a Python-based application featuring a user-friendly Tkinter GUI to efficiently manage and send mass emails. Leveraging the Sendinblue SMTP server, the system ensures reliable, secure communication while simplifying email campaigns and improving operational efficiency.</P>
<a href="https://github.com/1sumer/Mass-Mail-Automation/blob/main/Mass%20Email.py" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-bar-chart text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Netflix Data ETL Project Using SQL</h5>
<P class="subtitle">The Netflix Data ETL project utilizes SQL to extract, transform, and load extensive Netflix content data into a structured database. This process enables efficient querying and analysis, providing in-depth insights and detailed reporting on Netflix's vast content library.</P>
<a href="https://github.com/1sumer/SQL/tree/main/Netflix" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-support text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Invoice Generator</h5>
<P class="subtitle">Designed a user-friendly Invoice Generator with an intuitive interface, simplifying invoice creation and management. Packaged as an executable (exe) file, the solution ensures hassle-free distribution, enhanced user accessibility, and streamlined operations for small businesses and professionals.</P>
<a href="https://github.com/1sumer/Invoice-Generator" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="text-light mb-5 font-weight-normal">I Am Available For FreeLance</h2>
<a href="https://www.linkedin.com/in/sumer-pasha-70884a152/" class="read-more">Hire me<i class="ti-angle-double-right"></i></a>
</div>
</section>
<section class="section" id="blog">
<div class="container">
<h2 class="mb-5">Latest <span class="text-danger">Article</span></h2>
<div class="row">
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/Oops.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">Python’s OOP Revolution</h6>
<p class="post-details">
<a href="#">By: Admin</a>
<a href="#"><i class="ti-heart text-danger"></i> 1</a>
<a href="#"><i class="ti-comment"></i> 2</a>
</p>
<p>Welcome to the world of Python, where simplicity meets power. we embark on a journey into one of the core pillars of Python programming - Object-Oriented Programming (OOP). OOP is a programming approach that mirrors real-world entities and their interactions, making it a powerful tool for structuring code. Let's unravel the intricacies of Python's OOP concepts.</p>
<p>Think of OOP as a lens through which you view the real world. Imagine objects like cars, houses, and even people. Each has its own unique characteristics (attributes) and capabilities (behaviours). Similarly, in the digital realm, objects are created using classes. These blueprints define the attributes and behaviours that all instances of the class will inherit.The Building Blocks of OOP.</p>
<a href="https://certisured.com/blogs/python-oop-revolution" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<!-- blog-card -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/Decision-Tree-Algorithm.jpg" alt="Decision-Tree-Algorithm">
</div>
<div class="content-holder">
<h6 class="title">Exploring the Core Principles of Decision Tree in Machine Learning</h6>
<p class="post-details">
<a href="#">By: Admin</a>
<a href="#"><i class="ti-heart text-danger"></i> 786</a>
<a href="#"><i class="ti-comment"></i> 123</a>
</p>
<p>Decision Tree in machine learning is a part of the classification algorithm which also provides solutions to the regression problems using the classification rule; its structure is like the flowchart where each of the internal nodes represents the test on a feature (e.g., whether the random number is greater than a number or not), each leaf node is used to represent the class label( results that need to be computed after taking all the decisions) and the branches represents conjunction conjunctions of features that lead to the class labels.</p>
<a href="https://certisured.com/blogs/exploring-the-core-principles-of-decision-tree-in-machine-learning" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<!-- blog-card -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/Python-data-types.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h4 class="title">The Essential Role of Data Types in Python Programming</h4>
<p class="post-details">
<a href="#">By: Admin</a>
<a href="#"><i class="ti-heart text-danger"></i> 431</a>
<a href="#"><i class="ti-comment"></i> 143</a>
</p>
<p> Data Type are like the tools in a computer's toolbox, helping organize and work with information effectively. There are two main types: primitive, which are like the fundamental tools, and non-primitive, which are more complex and versatile. Just as a carpenter needs different tools for different tasks, computer scientists use various data type to handle different kinds of data in their programs. Understanding these types is key to creating efficient and powerful computer programs.</p>
<a href="https://certisured.com/blogs/data-types-in-python-programming" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
</div>
</div>
</section>
<div class="section contact" id="contact">
<div id="map" class="map"></div>
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="contact-form-card">
<h4 class="contact-title">Send a message</h4>
<form action="">
<div class="form-group">
<input class="form-control" type="text" placeholder="Name *" required>
</div>
<div class="form-group">
<input class="form-control" type="email" placeholder="Email *" required>
</div>
<div class="form-group">
<textarea class="form-control" id=" placeholder="Message *" rows="7" required></textarea>
</div>
<div class="form-group ">
<button type="submit" class="form-control btn btn-primary" >Send Message</button>
</div>
</form>
</div>
</div>
<div class="col-lg-4">
<div class="contact-info-card">
<h4 class="contact-title">Get in touch</h4>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-mobile icon-md"></i>
</div>
<div class="col-10 ">
<h6 class="d-inline">Phone : <br> <span class="text-muted">+91 8088989186</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-map-alt icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">Address :<br> <span class="text-muted">Manchanabale, Chickballapur, Karnataka-562101</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-envelope icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">Email :<br> <span class="text-muted">[email protected]</span></h6>
</div>
</div>
<ul class="social-icons pt-4">
<li class="social-item"><a class="social-link text-dark" href="https://www.facebook.com/sumer.pasha.58"><i class="ti-facebook" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://twitter.com/SameerP99025"><i class="ti-twitter" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://join.skype.com/invite/uSXbAkdNZAwB"><i class="ti-google" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://www.instagram.com/sameerpasha.78/"><i class="ti-instagram" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://github.com/1sumer"><i class="ti-github" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer class="footer py-3">
<div class="container">
<p class="small mb-0 text-light">
© <script>document.write(new Date().getFullYear())</script> Created With <i class="ti-heart text-danger"></i> By <a href="https://github.com/1sumer" target="_blank"><span class="text-danger" title="Bootstrap 4 Themes and Dashboards">Sumer Pasha</span></a>
</p>
</div>
</footer>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Isotope -->
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<!-- Google mpas -->
<script async defer src=" "></script>
<!-- JohnDoe js -->
<script src="assets/js/johndoe.js"></script>
</body>
</html>