-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
751 lines (728 loc) · 30.3 KB
/
index.html
File metadata and controls
751 lines (728 loc) · 30.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/favicon.png" type="image/png">
<title>Dagmawi Amanuel</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/contributions.css">
</head>
<body>
<!--================ Start Header Area =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid nav_menu_narrow">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html">DAGMAWI A.</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav justify-content-end">
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#contributions">Contributions</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================ End Header Area =================-->
<!--================ Start Home Banner Area =================-->
<section class="home_banner_area">
<div class="banner_inner">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="banner_content">
<h3 class="text-uppercase">Hell0</h3>
<h1 class="text-uppercase">I am dagmawi amanuel</h1>
<h5 class="text-uppercase"><span class="auto-type"></span></h5>
<div class="d-flex align-items-center">
<a class="primary_btn" href="#contact"><span>Hire Me</span></a>
<a class="primary_btn tr-bg" href="pdf/DagmawiAmanuelResume20_05_25squashedErmi_certf.pdf"><span>Get CV</span></a>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="home_right_img">
<img class="" src="img/banner/kesate-home-right-2.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End Home Banner Area =================-->
<!--================ Start About Us Area =================-->
<section class="about_area section_gap" id="about">
<div class="container">
<div class="row justify-content-start align-items-center">
<div class="col-lg-5">
<div class="about_img">
<img class="" src="img/about-us.png" alt="">
</div>
</div>
<div class="offset-lg-1 col-lg-6">
<div class="main_title text-left">
<h2>let me <br>
Introduce about <br>
myself</h2>
<p>
Full stack developer with heavy experience on front-end technology at eTech S.C, responsible for overseeing and developing an
enterprise level ERP system with several modules for a company based here in Addis. Led the design and implementation of a
fully functional HR module of an ERP system working alongside with software architects, UI/UX designers and stakeholders. In
general, I posses extensive experience in software development workflow and implementation of stand-alone web applications
of enterprise level with years of experience in the IT industry.
</p>
<!-- <p>
I am passionate about using technology to solve real-world problems, and I am always eager
to learn new technologies and techniques. I am also a team player and I am always willing to
go the extra mile.
</p>
<p>
I am excited to start my career as a full stack developer, and I am confident that I have
the skills and potential to be a valuable asset to any team.
</p>
<p>Outside of work, I enjoy playing video games, reading, and spending time with my friends and
family. I am also a big fan of music.</p> -->
<div class="d-flex justify-content-between">
<a class="primary_btn" href="pdf/DagmawiAmanuelResume20_05_25squashedErmi_certf.pdf" download=""><span>Download CV</span></a>
<!-- linkedin -->
<a class="primary_btn" target="_blank" href="https://www.linkedin.com/in/dagmawi-amanuel-06b812297"><svg class="linkedin" xmlns="http://www.w3.org/2000/svg" fill="#ffffff" width="100" height="24" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End About Us Area =================-->
<!--================Start Portfolio Area =================-->
<section class="portfolio_area section_small_gap" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title text-left">
<h2><br> <br>
My recent work </h2>
</div>
</div>
</div>
<div id="portfolio-grid" class="row no-gutter" data-aos="fade-up" data-aos-delay="200">
<div class="item web col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="work-single-meqrezhrms.html" class="item-wrap fancybox">
<div class="work-info">
<h3>MeQrez HRMS</h3>
<span>ERP</span>
</div>
<img class="img-fluid" src="img/portfolio/meqrez/meqrez_compressed.jpg">
</a>
</div>
<div class="item web col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="work-single-netflix.html" class="item-wrap fancybox">
<div class="work-info">
<h3>Netflix</h3>
<span>Clone</span>
</div>
<img class="img-fluid" src="img/portfolio/netflix.jpeg">
</a>
</div>
<div class="item photography col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="work-single-apple.html" class="item-wrap fancybox">
<div class="work-info">
<h3>Apple</h3>
<span>Clone</span>
</div>
<img class="img-fluid" src="img/portfolio/appleReact.jpeg">
</a>
</div>
<div class="item branding col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="work-single-amazon.html" class="item-wrap fancybox">
<div class="work-info">
<h3>Amazon</h3>
<span>Clone</span>
</div>
<img class="img-fluid" src="img/portfolio/amazon.jpeg">
</a>
</div>
<div class="item design col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="work-single-evangadiforum.html" class="item-wrap fancybox">
<div class="work-info">
<h3>Evangadi</h3>
<span>Forum</span>
</div>
<img class="img-fluid" src="img/portfolio/evangadiforum.jpg">
</a>
</div>
<div class="item photography col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="work-single-applebootstrap.html" class="item-wrap fancybox">
<div class="work-info">
<h3>Apple</h3>
<span>Bootstrap</span>
</div>
<img class="img-fluid" src="img/portfolio/appleBootstrap.jpeg">
</a>
</div>
<!-- <div class="item branding col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="work-single.html" class="item-wrap fancybox">
<div class="work-info">
<h3>Amazon</h3>
<span>brandingn</span>
</div>
<img class="img-fluid" src="img/img_6.jpg">
</a>
</div> -->
</div>
</div>
</section>
<!--================End Portfolio Area =================-->
<!--================ Start Contributions Area =================-->
<section class="contributions_area section_small_gap" id="contributions">
<div class="contribution">
<div class="main_title">
<h2>GitHub Contributions </h2>
<p>
For the past year:
</p>
</div>
<div style="text-align: center;">
<img src="https://ghchart.rshah.org/Dagi07" alt="GitHub Contribution Graph">
<br>
<img src="https://github-readme-streak-stats.herokuapp.com/?user=Dagi07" alt="GitHub Streak Stats">
</div>
</div>
<div class="contribution">
<div class="main_title">
<h2>GitLab Contributions </h2>
<p>
For the past year:
</p>
</div>
<div style="text-align: center;">
<img src="http://www.allgitcontributiongraph.com/justgraphit.svg?gitlab=Dagi07" alt="Combined Contribution Graph">
<br>
</div>
</div>
</section>
<!--================ End Contributions Area =================-->
<!--================ Srart Brand Area =================-->
<section class="brand_area section_gap_bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/react.svg" alt="">
<br />
ReactJS
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/angular-icon-svgrepo-com.svg" alt="">
<br />
Angular
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/node.js.jpg" alt="">
<br />
NodeJS
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/expressjs-light.svg" alt="">
<br />
ExpressJS
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/eclipse_vert.x.svg" alt="">
<br />
Vert.X (Java)
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/postgresql-svgrepo-com.svg" alt="">
<br />
PostgreSQL
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/mysql-wordmark.svg" alt="">
<br />
MySQL
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/mongodb-svgrepo-com.svg" alt="">
<br />
MongoDB
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/jquery.svg" alt="">
<br />
jQuery
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/material.svg" alt="">
<br />
Material Design
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/tailwindcss-icon-svgrepo-com.svg" alt="">
<br>
Tailwind CSS
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/redux-svgrepo-com.svg" alt="">
<br>
Redux
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/html5.svg" alt="">
<br>
HTML
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/bootstrap.svg" alt="">
<br />
Bootstrap
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/git.svg" alt="">
<br />
Git
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-brand-item d-table">
<div class="d-table-cell text-center">
<img class="brand_area_imgs" src="img/brands/firebase.svg" alt="">
<br />
Firebase
</div>
</div>
</div>
</div>
</div>
<div class="offset-lg-2 col-lg-4 col-md-6">
<div class="client-info">
<div class="d-flex mb-50">
<span class="lage">2</span>
<span class="smll">Years Experience Working</span>
</div>
<div class="call-now d-flex">
<div>
<span class="fa fa-phone"></span>
</div>
<div class="ml-14">
<p>call me</p>
<h3>(+251)-920-722-057</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End Brand Area =================-->
<!--================ Start Features Area =================-->
<section class="features_area section_gap" id="services">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="main_title">
<h2>service offers </h2>
<p>
I offer a wide range of full stack web development services, including:
</p>
</div>
</div>
</div>
<div class="row feature_inner">
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/services/s1.png" alt="">
<h4>Website design and development</h4>
<p>I can design and develop custom websites from scratch, or I can work with you to redesign
your existing website. I specialize in creating user-friendly and visually appealing
websites that are optimized for search engines.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/services/s2.png" alt="">
<h4>Website maintenance and support</h4>
<p> I can provide ongoing website maintenance and support services to keep your website running
smoothly and securely. I can also help you to troubleshoot any problems that may arise.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/services/s3.png" alt="">
<h4>Web application development</h4>
<p> I can develop custom web applications to meet your specific needs. Whether you need a simple
content management system or a complex enterprise application, I can develop it for you.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/services/s4.png" alt="">
<h4>seo optimize</h4>
<p>Improve your website's visibility and ranking in search engines with my SEO optimize service.
I will help you identify the right keywords to target, optimize your website's content and
structure, and build high-quality backlinks. Contact me today for a free consultation.</p>
</div>
</div>
</div>
</div>
</section>
<!--================ End Features Area =================-->
<!--================ Start Testimonial Area =================-->
<!-- <div class="testimonial_area section_gap_bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="main_title">
<h2>client say about me</h2>
<p>Is give may shall likeness made yielding spirit a itself togeth created after sea is in beast <br>
beginning signs open god you're gathering ithe</p>
</div>
</div>
</div>
<div class="row">
<div class="testi_slider owl-carousel">
<div class="testi_item">
<div class="row">
<div class="col-lg-4">
<img src="img/testimonials/t1.jpg" alt="">
</div>
<div class="col-lg-8">
<div class="testi_text">
<h4>Elite Martin</h4>
<p>Him, made can't called over won't there on divide there male fish beast own his day third seed sixth seas unto. Saw from </p>
</div>
</div>
</div>
</div>
<div class="testi_item">
<div class="row">
<div class="col-lg-4">
<img src="img/testimonials/t2.jpg" alt="">
</div>
<div class="col-lg-8">
<div class="testi_text">
<h4>Davil Saden</h4>
<p>Him, made can't called over won't there on divide there male fish beast own his day third seed sixth seas unto. Saw from </p>
</div>
</div>
</div>
</div>
<div class="testi_item">
<div class="row">
<div class="col-lg-4">
<img src="img/testimonials/t1.jpg" alt="">
</div>
<div class="col-lg-8">
<div class="testi_text">
<h4>Elite Martin</h4>
<p>Him, made can't called over won't there on divide there male fish beast own his day third seed sixth seas unto. Saw from </p>
</div>
</div>
</div>
</div>
<div class="testi_item">
<div class="row">
<div class="col-lg-4">
<img src="img/testimonials/t2.jpg" alt="">
</div>
<div class="col-lg-8">
<div class="testi_text">
<h4>Davil Saden</h4>
<p>Him, made can't called over won't there on divide there male fish beast own his day third seed sixth seas unto. Saw from </p>
</div>
</div>
</div>
</div>
<div class="testi_item">
<div class="row">
<div class="col-lg-4">
<img src="img/testimonials/t1.jpg" alt="">
</div>
<div class="col-lg-8">
<div class="testi_text">
<h4>Elite Martin</h4>
<p>Him, made can't called over won't there on divide there male fish beast own his day third seed sixth seas unto. Saw from </p>
</div>
</div>
</div>
</div>
<div class="testi_item">
<div class="row">
<div class="col-lg-4">
<img src="img/testimonials/t2.jpg" alt="">
</div>
<div class="col-lg-8">
<div class="testi_text">
<h4>Davil Saden</h4>
<p>Him, made can't called over won't there on divide there male fish beast own his day third seed sixth seas unto. Saw from </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!--================ End Testimonial Area =================-->
<!--================ Start Newsletter Area =================-->
<section class="newsletter_area section_gap" id="contact">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-12">
<div class=" contact_me">
<h2>Contact me </h2>
</div>
<div class="subscription_box">
<!-- <h2 class="text-uppercase text-white">get update from anywhere</h2> -->
<!-- <p class="text-white">
Bearing Void gathering light light his eavening unto dont afraid.
</p> -->
<div class="subcribe-form" id="mc_embed_signup">
<!-- <form target="_blank" novalidate="true"
action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="subscription relative"> -->
<!-- <input name="EMAIL" placeholder="Email address" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Email address'" required="" type="email"> -->
<!-- <div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value=""
type="text">
</div> -->
<!-- <button class="primary-btn hover d-inline">Get Started</button> -->
<!-- <div class="info"></div> -->
<section class="contact_area">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3">
<div class="contact_info">
<div class="info_item">
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" width="20"
height="20" viewBox="0 0 24 24">
<path
d="M21 13v10h-6v-6h-6v6h-6v-10h-3l12-12 12 12h-3zm-1-5.907v-5.093h-3v2.093l3 3z" />
</svg>
<h6>Addis Ababa, Ethiopia</h6>
<p>Summit</p>
</div>
<div class="info_item">
<svg fill="#fff" width="24" height="24"
xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd"
clip-rule="evenodd">
<path
d="M8.26 1.289l-1.564.772c-5.793 3.02 2.798 20.944 9.31 20.944.46 0 .904-.094 1.317-.284l1.542-.755-2.898-5.594-1.54.754c-.181.087-.384.134-.597.134-2.561 0-6.841-8.204-4.241-9.596l1.546-.763-2.875-5.612zm7.746 22.711c-5.68 0-12.221-11.114-12.221-17.832 0-2.419.833-4.146 2.457-4.992l2.382-1.176 3.857 7.347-2.437 1.201c-1.439.772 2.409 8.424 3.956 7.68l2.399-1.179 3.816 7.36s-2.36 1.162-2.476 1.215c-.547.251-1.129.376-1.733.376" />
</svg>
<h6><a href="#">+251 920 72 2057</a></h6>
<p>24 / 7</p>
</div>
<div class="info_item">
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" width="24"
height="24" viewBox="0 0 24 24">
<path
d="M0 3v18h24v-18h-24zm21.518 2l-9.518 7.713-9.518-7.713h19.036zm-19.518 14v-11.817l10 8.104 10-8.104v11.817h-20z" />
</svg>
<h6><a href="#">dagmawiamanuel@gmail.com</a></h6>
<p>Send me your query anytime!</p>
</div>
</div>
</div>
<div class="col-lg-9">
<form class="row contact_form" onsubmit="sendEmail(); reset(); return false;"
id="contactForm">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" id="name" name="name"
placeholder="Enter your name">
</div>
<div class="form-group">
<input type="email" class="form-control" id="email" name="email"
placeholder="Enter email address">
</div>
<div class="form-group">
<input type="text" class="form-control" id="subject"
name="subject" placeholder="Enter Subject">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" name="message" id="message"
rows="1" placeholder="Enter Message"></textarea>
</div>
</div>
<div class="col-md-12 text-right">
<button type="submit" value="submit" class="primary_btn">
<span>Send Message</span>
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- </form> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End Newsletter Area =================-->
<!--================Footer Area =================-->
<footer class="footer_area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="footer_top flex-column">
<div class="footer_logo logo_h">
<a href="index.html">
DAGMAWI A.
</a>
<h4>Follow Me</h4>
</div>
<div class="footer_social">
<!-- linkedin -->
<a target="_blank" href="https://www.linkedin.com/in/dagmawi-amanuel-06b812297"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/></svg></i></a>
<!-- github -->
<a target="_blank" href="https://github.com/Dagi07"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg></a>
<!-- instagram -->
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg></i></a>
</div>
</div>
</div>
</div>
<div class="row footer_bottom justify-content-center">
<p class="col-lg-8 col-sm-12 footer-text">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<!--gmaps Js-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="js/custom.js"></script>
<script src="js/gmaps.min.js"></script>
<script src="js/theme.js"></script>
<script>
function sendEmail() {
Email.send({
Host : "smtp.gmail.com",
Username : "dagmawiamanuel@gmail.com",
Password : "D1a2G3m4%",
To : 'dagmawiamanuel@gmail.com',
From : document.getElementById('email').value,
Subject : document.getElementById('suject').value,
Body : "Name: " + document.getElementById('name').value
+ "<br> Email: " + document.getElementById('email').value
+ "<br> Message: " + document.getElementById('message').value
}).then(
message => alert("Message sent successfully!")
);
}
</script>
<!-- <script src="config.js"></script> -->
<!-- <script>
console.log("My Secret:", SECRET_KEY);
</script> -->
<!-- <script src="js/githubContributions.js"></script> -->
<!-- <script src="app.js"></script> -->
</body>
</html>