forked from EngrSaad2/Engr-Saad-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
663 lines (604 loc) · 30.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta property="og:title" content="Saad Web Portfolio">
<meta name="description" content="A Passionate Software Developer, Entrepreneur and Coder. I love to play with coding, building software, and focusing on learning new technologies. Currently I am working as a Senior Software Engineer." />
<meta property="og:image" content="http://saadportfolio.com/IMG_20180302_3.jpg">
<meta name="author" content="SAAD" />
<meta name="keywords" content="HTML, CSS, JavaScript, portfolio"/>
<title>Saad || Software Engineer</title>
<!-- for FF, Chrome, Opera -->
<link rel="icon" type="image/png" href="/assets/sad.png" sizes="16x16">
<link rel="icon" type="image/png" href="/assets/sad.png" sizes="32x32">
<!-- for IE -->
<link rel="icon" type="image/x-icon" href="/assets/sad.ico" >
<link rel="shortcut icon" type="image/x-icon" href="/assets/sad.ico"/>
<style>
p.a {
font-style: normal;
}
p.b {
font-style: italic;
}
p.c {
font-style: Georgia;
}
</style>
<link rel="stylesheet" href="./assets/css/color.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Inconsolata" rel="stylesheet" />
<link href="https://cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter41478434 = new Ya.Metrika({ id:41478434, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "../../mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <div><img src="https://mc.yandex.ru/watch/41478434" style="position:absolute; left:-9999px;" alt="" /></div>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Main menu-->
<div class="menu">
<div class="container">
<div class="row">
<div class="menu__wrapper d-none d-lg-block col-md-12">
<nav class="">
<ul>
<li><a href="#hello">Hello</a></li>
<li><a href="#resume">Skills Set</a></li>
<li><a href="#portfolio">Recent projects</a></li>
<li><a href="#testimonials">testimonials</a></li>
<li><a href="#blog">blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<div class="menu__wrapper col-md-12 d-lg-none">
<button type="button" class="menu__mobile-button">
<span><i class="fa fa-bars" aria-hidden="true"></i></span>
</button>
</div>
</div>
</div>
</div>
<!--Main menu-->
<!-- Mobile menu -->
<div class="mobile-menu d-lg-none">
<div class="container">
<div class="mobile-menu__close">
<span><i class="mdi mdi-close" aria-hidden="true"></i></span>
</div>
<nav class="mobile-menu__wrapper">
<ul>
<li><a href="#hello">Hello</a></li>
<li><a href="#resume">Skills Set</a></li>
<li><a href="#portfolio">Recent projects</a></li>
<li><a href="#testimonials">testimonials</a></li>
<li><a href="#blog">blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Mobile menu -->
<!--Header-->
<header class="main-header" style="background-image: url(./assets/img/img_bg_header.jpg)">
<div class="container">
<div class="row personal-profile">
<div class="col-md-4 personal-profile__avatar">
<img class="" src="./assets/img/img_avatar.jpg" alt="avatar" />
</div>
<div class="col-md-8">
<p class="personal-profile__name">SAAD_</p>
<p class="personal-profile__work">Software Engineer</p>
<div class="personal-profile__contacts">
<dl class="contact-list contact-list__opacity-titles">
<dt>Age:</dt>
<dd>25</dd>
<dt>Phone:</dt>
<dd><a href="tel:+8801685040674">+8801904654712</a></dd>
<dt>Email:</dt>
<dd><a href="mailto:mail@mail.com">raselhasandurjoy@gmail.com</a></dd>
<dt>Address:</dt>
<dd>Sector #10, Uttara Dhaka 1230</dd>
<dt></dt>
<dd><p class="personal-profile__social">
<a href="https://github.com/raselhasandurjoy " target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/raselhasandurjoy" target="_blank">
<i class="fa fa-linkedin-square"></i></a>
<a href="https://www.facebook.com/developer.saad" target="_blank">
<i class="fa fa-facebook-square"></i></a>
</p></dd>
</dl>
</div>
</div>
</div>
</div>
</header>
<!--Header-->
<!--Hello-->
<section id="hello" class="container section">
<div class="row">
<div class="col-md-10">
<h2 id="hello_header" class="section__title">Hi_</h2>
<p align=" justify" class="section__description">
I am SAAD. A Passionate Software Developer, Entrepreneur and Programmer. I love to play with coding, building software, and focusing on learning new technologies. Currently I am working in a prominent IT enabled Business company known by HUSSAINS™ Business Consultants Ltd, as a Senior Software Engineer from past 2 years. In addition, I am trying to establish my own AI based software company entitled with Triangle Technologies Ltd.<br>
<br> <a href="https://drive.google.com/file/d/1hQZzE3AMiwSCd7VLUdA3ySwCkHALyxaW/view?usp=sharing" class="section_btn site-btn"><img src="./assets/img/img_btn_icon.png" alt="" />Download CV</a>
</div>
</div>
</section>
<!--Hello-->
<hr />
<!--Resume-->
<section id="resume" class="container section">
<div class="row">
<div class="col-md-10">
<h2 id="resume_header" class="section__title">Skills Set</h2>
<p class="section__description">
My work experience comprised of various skills set like Android Apps Development with integrating APIs, Building dynamic and responsive websites and so on!
I have gained further knowledge aside from my experience,through following:</p>
<p class="c">
<span>✔</span> Object Oriented Programming (OOP).
<br><span>✔</span> Experience on Android – Retrofit2, Data Binding, Room, Google Map, Layout and Design, NFC Read and Write.
<br><span>✔</span> Expertise in PHP (Node.js, REST API, HTML, CSS, Bootstrap, JS, WordPress, Laravel, CodeIgnitor jQuery).
<br><span>✔</span> Most used language for Programming: Java, PHP, ASP.NET (MVC), C, C++.
<br><span>✔</span> Experience on building professional Application Spring Boot with java persistence API (JPA)
<br><span>✔</span> Experience on Data Access object (DAO), Crud Repository and Unit testing in java framework jUnit.
<br><span>✔</span> Experience on RESTful API. Knowledge on Web API.
<br><span>✔</span> Familiar with Version Controlling System GitHub and bitbucket.
<br><span>✔</span> Language proficiency: English, Bengali
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 section__resume resume-list">
<h3 class="resume-list_title">PRESENT JOB STATUS</h3>
<div class="resume-list__block">
<p class="resume-list__block-title"><a href="https://hussainsbd.com/">HUSSAINS™ BUSINESS CONSULTANTS LTD</a></p>
<p class="resume-list__block-date">Senior Software Engineer</p>
<p class="resume-list__block-date">2018 – Present</p>
<p align=" justify" class="c">HUSSAINS™ Business Consultants Ltd. encompasses a group of highly motivated and experienced professionals in the field of Software, accountancy, tax, finance and corporate law that provides services on core areas of assurance, management consulting, tax advisory, BPO and consulting to government agencies, corporate houses and net worth individuals in Bangladesh. </P>
</div>
<div class="resume-list__block">
<p class="resume-list__block-title"> <a href="https://triangeltech.com/">Triangle Technologies Ltd</a></p>
<p class="resume-list__block-date">Chairman & CEO</p>
<p class="resume-list__block-date">2019 – Present</p>
<p align=" justify" class="c">Triangle Technologies Ltd is one of the few IT system integration, professional service and software development companies in Bangladesh that works with Enterprise systems and companies. As a privately owned Software company, Triangle Technologies Ltd provides IT Consultancy, software design and development as well as professional services, hardware deployment and maintenance. </P>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 section__resume resume-list">
<h3 class="resume-list_title">Previous Employment</h3>
<div class="resume-list__block">
<p class="resume-list__block-title">Qbytes</p>
<p class="resume-list__block-date">2015 - 2017</p>
<p>
Web Developer
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 section__resume resume-list">
<h3 class="resume-list_title">education</h3>
<div class="resume-list__block">
<p class="resume-list__block-title">International University of Business Agriculture and Technology (IUBAT) </p>
<p class="resume-list__block-date">2014 - 2018</p>
<p class="resume-list__block-date">BSc in Computer Science and Engineering</p>
</div>
<div class="resume-list__block">
<p class="resume-list__block-title">TMKM (HSC)</p>
<p class="resume-list__block-date">2012 - 2014</p>
<p class="resume-list__block-date">Group: Science</p>
</div>
<div class="resume-list__block">
<p class="resume-list__block-title">IIEC (SSC)</p>
<p class="resume-list__block-date">2010 - 2012</p>
<p class="resume-list__block-date">Group: Science</p>
</div>
</div>
</div>
<div class="row section__resume progress-list js-progress-list">
<div class="col-md-12">
<h3 class="progress-list__title">General skills</h3>
</div>
<div class="col-md-5 mr-auto">
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">Android</span>
<span class="progress-list__skill-value">85%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">JAVA</span>
<span class="progress-list__skill-value">80%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">java script</span>
<span class="progress-list__skill-value">90%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">Dart</span>
<span class="progress-list__skill-value">80%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="col-md-5 mr-auto">
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">ASP.NET</span>
<span class="progress-list__skill-value">75%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">PHP</span>
<span class="progress-list__skill-value">85%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">Flutter</span>
<span class="progress-list__skill-value">90%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-list__skill">
<p>
<span class="progress-list__skill-title">Laravel</span>
<span class="progress-list__skill-value">70%</span>
</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</section>
<!--Resume-->
<!--Portfolio-->
<section id="portfolio" class="container section">
<div class="row">
<div class="col-md-12">
<h2 id="portfolio_header" class="section__title">My Recent projects_</h2>
</div>
</div>
<div class="row portfolio-menu">
<div class="col-md-12">
<nav>
<ul>
<li><a href="https://hrm-payroll.triangeltech.com/" data-portfolio-target-tag="landing-pages">HRM & Payroll Management System</a></li>
<li><a href="https://mayasshoppingcenter.com/" data-portfolio-target-tag="web-sites">E-Commerce web-sites</a></li>
<li><a href="http://pharmacy.triangeltech.com/" data-portfolio-target-tag="pharmacy">Pharmacy Management System</a></li>
</ul>
</nav>
</div>
</div>
<div class="portfolio-cards">
<div class="row project-card" data-toggle="modal" data-target="#portfolioModal" data-portfolio-tag="web-sites">
<div class="col-md-6 col-lg-5 project-card__img">
<img class="" src="./assets/img/multivendor.jpg" alt="Multi Vendor E-Commerce Website" />
</div>
<div class="col-md-6 col-lg-7 project-card__info">
<h3 class="project-card__title">Multi Vendor E-Commerce Website</h3>
<p class="project-card__description">
Multi vendor marketplaces are large scale ecommerce stores where multiple vendors can sell their products and services. Vendors take care of day-to-day sales. In this 21st century, eCommerce has been becoming a booming industry all over the world.
</p>
<p class="project-card__stack">Used stack:</p>
<ul class="tags">
<li>html5</li>
<li>css3</li>
<li>JavaScript</li>
<li>PHP</li>
<li>Ajax</li>
</ul>
<a href="https://mayasshoppingcenter.com/" target="_blank" class="project-card__link">Multi Vendor E-Commerce Website</a>
</div>
</div>
<div class="row project-card" data-toggle="modal" data-target="#portfolioModal" data-portfolio-tag="pharmacy">
<div class="col-md-6 col-lg-5 project-card__img">
<img class="" src="./assets/img/img_project_2_mono.png" alt="Pharmacy Management System" />
</div>
<div class="col-md-6 col-lg-7 project-card__info">
<h3 class="project-card__title">Pharmacy Management System</h3>
<p class="project-card__description">
Pharmacy Management System allows your pharmacy to process, track, and dispense all prescriptions with the highest level of security.
</p>
<p class="project-card__stack">Used stack:</p>
<ul class="tags">
<li>CodeIgnitor</li>
<li>Bootstrap</li>
<li>JavaScript</li>
<li>php</li>
<li>MYSQL</li>
<li>Jquery</li>
</ul>
<a href="http://pharmacy.triangeltech.com/" class="project-card__link">www.pharmacy.triangeltech.com [username:saad@hussainsbd.com, Pass: 123456]</a>
</div>
</div>
<div class="row project-card" data-toggle="modal" data-target="#portfolioModal" data-portfolio-tag="landing-pages">
<div class="col-md-6 col-lg-5 project-card__img">
<img class="" src="./assets/img/img_blog_1.png" alt="Human Resource & Payroll Management System" />
</div>
<div class="col-md-6 col-lg-7 project-card__info">
<h3 class="project-card__title">Human Resource & Payroll Management System </h3>
<p class="project-card__description">
Keep Employees Engaged & Empowered with HCM Cloud. Request a Live Report! Collaborate & Boost Engagement Through Social, Mobile & Work-Life Capabilities. Payroll Integrations. Mobile-centric Experience. Attract New Employees. Make HR More Human.
</p>
<p class="project-card__stack">Used stack:</p>
<ul class="tags">
<li>Laravel</li>
<li>php</li>
<li>JavaScript</li>
<li>Bootstrap</li>
<li>MYSQL</li>
<li>Jquery</li>
</ul>
<a href="https://hrm-payroll.triangeltech.com/" class="project-card__link">www.hrm-payroll.triangeltech.com [username:saad@hussainsbd.com, Pass: 123456]</a>
</div>
</div>
</div>
</section>
<!--Portfolio-->
<!--Testimonials-->
<div id="testimonials" class="section">
<div class="background slider-carousel" style="background-image: url(./assets/img/img_bg_main.jpg);">
<div class="container">
<div id="carouselTestimonials" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselTestimonials" data-slide-to="0" class="active"></li>
<li data-target="#carouselTestimonials" data-slide-to="1"></li>
<li data-target="#carouselTestimonials" data-slide-to="2"></li>
<li data-target="#carouselTestimonials" data-slide-to="3"></li>
<li data-target="#carouselTestimonials" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="row">
<div class="col-md-10 col-sm-10 col-10 mr-auto ml-auto">
<p class="slider-carousel__title">HR Manager,</p>
<p class="slider-carousel__caption">Leading System Integrator, Bangladesh</p>
<hr />
<p class="slider-carousel__description"><q>We thank Mr SAAD for the wonderful job in helping us develop our program. He was professional, excellent and hard working. Thanks to him, we were able to achieve our goal on time, and we look forward to continue working with him in the future.</q> </p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-10 col-sm-10 col-10 mr-auto ml-auto">
<p class="slider-carousel__title">General Manager,</p>
<p class="slider-carousel__caption">Sports Equipment Company, UK</p>
<hr />
<p class="slider-carousel__description"><q>I am really impressed by the quality of services I received from Developer SAAD. You were right on schedule, charged reasonable prices, were professional and courteous in dealings, and delivered items well before time. I have got a good e-commerce site for my products. My revenue has increased because of SAAD and I will definitely use your services again.</q></p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-10 col-sm-10 col-10 mr-auto ml-auto">
<p class="slider-carousel__title">President of Operations,</p>
<p class="slider-carousel__caption">Digital Marketing Company in Florida</p>
<hr />
<p class="slider-carousel__description"><q>I will admit - originally the thought of outsourcing scared the hell out of me. As a business owner I am used to control and always having my finger on the pulse of my employees and contractors. Flatworld has delivered great results and has convinced me of the value of outsourcing. In the beginning of the relationship between us and Saad, there were times when it was difficult to communicate but if you can just get through the first week or so everything starts to come together.</q></p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-10 col-sm-10 col-10 mr-auto ml-auto">
<p class="slider-carousel__title">CTO,</p>
<p class="slider-carousel__caption">Classifieds Advertising Firm in San Salvador</p>
<hr />
<p class="slider-carousel__description"><q>We would like to express our satisfaction on the cooperation regarding the development of our web application. Mr. Saad did a very professional job. We are satisfied with the solution given to us and with the communication flow through the project. </q></p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-10 col-sm-10 col-10 mr-auto ml-auto">
<p class="slider-carousel__title">Coordinator,</p>
<p class="slider-carousel__caption">Classifieds Advertising Firm in India</p>
<hr />
<p class="slider-carousel__description"><q>I wanted to take a moment to thank you for the services you provided. Your team has been a pleasure to work with, professional and timely. The only delay in work that we have experienced has been due to our own lack of organization managing our projects, not yours. Job well done and I hope we can continue to grow together.</q> </p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#testimonials" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#testimonials" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<div class="slider-carousel__circle">
<p><i class="" aria-hidden="true">Saad</i></p>
</div>
</div>
</div>
</div>
</div>
<!--Testimonials-->
<!--Blog-->
<section id="blog" class="container section">
<div class="row">
<div class="col-md-12">
<h2 id="blog_header" class="section__title">Latest Posts_</h2>
</div>
</div>
<div class="row post-cards">
<div class="col-md-4">
<a href="#">
<div class="post-cards__card">
<div class="post-cards__img">
<img src="./assets/img/img_blog_1.png" alt="blog_img" />
</div>
<div class="post-cards__info">
<p class="post-cards__date">October 22, 2017</p>
<h3 class="post-cards_title">How to use css-preprocessor</h3>
<p class="post-cards_description">In time writing HTML and CSS may feel a bit taxing, requiring a lot of the same tasks to be completed over and over again.
Tasks such as closing tags in HTML.
</p>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="./blog.html">
<div class="post-cards__card">
<div class="post-cards__img">
<img src="./assets/img/img_blog_2.png" alt="blog_img" />
</div>
<div class="post-cards__info">
<p class="post-cards__date">January 22, 2020</p>
<h3 class="post-cards_title">How I organize my work with code</h3>
<p class="post-cards_description">I'd be curious to see how everyone organizes their source code.
Let's see some screenshots or terminal dumps of your set up.
Here's what I've been doing for the last 5 or 6 months
</p>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="./blog.html">
<div class="post-cards__card">
<div class="post-cards__img">
<img src="./assets/img/img_blog_3.png" alt="blog_img" />
</div>
<div class="post-cards__info">
<p class="post-cards__date">march 02, 2020</p>
<h3 class="post-cards_title">SVG sprites vs Icon Font</h3>
<p class="post-cards_description">At some point, every front end developer has to decide what kind of icon system wants to build. Right now we have two valuable players - SVGs and icon fonts.
</p>
</div>
</div>
</a>
</div>
</div>
</section>
<!--Blog-->
<!--Contact-->
<div class="background" style="background-image: url(./assets/img/img_bg_main.jpg)">
<div id="contact" class="container section">
<div class="row">
<div class="col-md-12">
<p id="contacts_header" class="section__title">Get in touch_</p>
</div>
</div>
<div class="row contacts">
<div class="col-md-5 col-lg-4">
<div class="contacts__list">
<dl class="contact-list">
<dt>Phone:</dt>
<dd><a href="tel:01685040674">+8801904654712</a></dd>
<dt>GitHub</dt>
<dd><a href="https://github.com/raselhasandurjoy">raselhasandurjoy</a></dd>
<dt>Email:</dt>
<dd><a href="mailto:raselhasandurjoy@gail.com">raselhasandurjoy@gmail.com</a></dd> <br>
<dt></dt>
<dd> <div class="contacts__social">
<p class="personal-profile__social">
<a href="https://github.com/raselhasandurjoy " target="_blank"><i class="fa fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/raselhasandurjoy" target="_blank">
<i class="fa fa-linkedin-square fa-2x"></i></a>
<a href="https://www.facebook.com/raselhasandurjoy" target="_blank">
<i class="fa fa-facebook-square fa-2x"></i></a>
</p>
</div></dd>
</dl>
</div>
</div>
<div class="col-md-7 col-lg-5">
<div class="contacts__form">
<p class="contacts__form-title">Or just write me a letter here_</p>
<div class="msg"></div>
<form class="js-form" method="post" action="mail_handler.php">
<div class="form-group">
<input class="form-field js-field-name" name="name" id="name" type="text" placeholder="Your name" required="" />
<span class="form-validation"></span>
<span class="form-invalid-icon"><i class="mdi mdi-close" aria-hidden="true"></i></span>
</div>
<div class="form-group">
<input class="form-field js-field-email" name="email" id="email" type="email" placeholder="Your e-mail" required="" />
<span class="form-validation"></span>
<span class="form-invalid-icon"><i class="mdi mdi-close" aria-hidden="true"></i></span>
</div>
<div class="form-group">
<textarea class="form-field js-field-message" name="message" id="message" placeholder="Type the message here" required=""></textarea>
<span class="form-validation"></span>
<span class="form-invalid-icon"><i class="mdi mdi-close" aria-hidden="true"></i></span>
</div>
<button class="site-btn site-btn--form" id="submit" name="submit" type="submit" onclick="myFunction()" value="Send">Send</button>
</form>
</div>
<div class="footer">
<p>© 2020 SAAD. All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div>
<!--Contact-->
<script>
function myFunction() {
const nameInput = document.querySelector('#name');
const emailInput = document.querySelector('#email');
const messageInput = document.querySelector('#message');
const msg = document.querySelector('.msg');
if (nameInput.value === '' || emailInput.value === '' || messageInput.value === '') {
msg.innerHTML = '';
} else {
msg.classList.add('error');
msg.innerHTML = 'Your Message has been Sent!';
// Remove error after 3 seconds
setTimeout(() => msg.remove(), 6000);
}
}
</script>
<script src="./assets/js/jquery-2.2.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/menu.js"></script>
<script src="./assets/js/jquery.waypoints.js"></script>
<script src="./assets/js/progress-list.js"></script>
<script src="./assets/js/section.js"></script>
<script src="./assets/js/portfolio-filter.js"></script>
<script src="./assets/js/slider-carousel.js"></script>
<script src="./assets/js/mobile-menu.js"></script>
<script src="./assets/js/mbclicker.min.js"></script>
<script src="./assets/js/site-btn.js"></script>
<script src="./assets/js/style-switcher.js"></script>
</html>