-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
398 lines (385 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto|Montserrat"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>Dmak</title>
</head>
<body>
<main class="container main">
<header>
<nav>
<div class="logo">
<h2>Dmak</h2>
</div>
<ul class="links">
<li class="link">
<p class="material-symbols-outlined">home</p>
<a href="#home">Home</a>
</li>
<li class="link">
<p class="material-symbols-outlined">person</p>
<a href="#about">About</a>
</li>
<li class="link">
<p class="material-symbols-outlined">build</p>
<a href="#skills">Skills</a>
</li>
<li class="link">
<p class="material-symbols-outlined">work</p>
<a href="#services">Services</a>
</li>
<li class="link">
<p class="material-symbols-outlined">imagesmode</p>
<a href="#folio">Portfolio</a>
</li>
<li class="link">
<p class="material-symbols-outlined">call</p>
<a href="#contact">Contact</a>
</li>
</ul>
<div class="menu">
<span class="material-symbols-outlined widget"> widgets </span>
</div>
</nav>
<div class="hero">
<div id="home" class="targetScroll"></div>
<div class="heroCon">
<div class="heroImg">
<img src="images/head.png" alt="" />
</div>
</div>
<div class="heroText">
<h3>Hi' I am Essa D Bah</h3>
<h4>FullStack Developer</h4>
<p>
I Develop Websites and Web Apllications with Great User
Experiences.
</p>
<a href="#contact">
<button class="btn">
Contact Me
<span class="material-symbols-outlined"> send </span>
</button>
</a>
</div>
</div>
</header>
<section class="about_me">
<div id="about" class="targetScroll"></div>
<div class="about_intro">
<h3>About Me</h3>
<p>My Introduction</p>
</div>
<div class="about_me_con">
<div class="about_me_image">
<img src="images/head.png" alt="" />
</div>
<div class="about_me_text">
<p>
I'm a fullstack web developer who loves solving problems. I've
been working with The MERN development framework for the past few
years, and I've been able to help companies of all sizes get their
projects off the ground. My favorite part of the job is seeing how
excited companies are when they see their finished product for the
first time. It makes me feel good knowing that my work contributed
something important to society, and that it's going to make
people's lives better or more enjoyable in some way!
</p>
<div class="experience">
<div>
<h4>02+</h4>
<p>Years Experience</p>
</div>
<div>
<h4>05+</h4>
<p>Complete Projects</p>
</div>
<div>
<h4>03</h4>
<p>Companies Worked</p>
</div>
</div>
<a href="files/Essa D Bah _CV.pdf" download="essa_d_bah_cv">
<button class="btn">
Download CV
<span class="material-symbols-outlined"> Download </span>
</button>
</a>
</div>
</div>
</section>
<section class="skills">
<div id="skills" class="targetScroll"></div>
<div class="about_intro">
<h3>Skills</h3>
<p>My Technical Level</p>
</div>
<div class="all_skills_con">
<div class="skill">
<h3>
<div class="skill_name">
<span class="material-symbols-outlined"> data_object </span>
Frontend Developer
</div>
<div class="">
<span class="material-symbols-outlined expand">
expand_more
</span>
</div>
</h3>
<div class="hidden_skill">
<div class="single_skill_con">
<div class="skill_bar">
<div class="skill_label">
<p class="label">Html</p>
<p class="percent">80%</p>
</div>
<div class="bar">
<div></div>
</div>
</div>
</div>
<div class="single_skill_con">
<div class="skill_bar">
<div class="skill_label">
<p class="label">Css</p>
<p class="percent">70%</p>
</div>
<div class="bar">
<div></div>
</div>
</div>
</div>
<div class="single_skill_con">
<div class="skill_bar">
<div class="skill_label">
<p class="label">JavaScript</p>
<p class="percent">70%</p>
</div>
<div class="bar">
<div></div>
</div>
</div>
</div>
<div class="single_skill_con">
<div class="skill_bar">
<div class="skill_label">
<p class="label">React</p>
<p class="percent">60%</p>
</div>
<div class="bar">
<div></div>
</div>
</div>
</div>
</div>
</div>
<div class="skill">
<h3>
<div class="skill_name">
<span class="material-symbols-outlined"> dns </span>
Backend Developer
</div>
<div class="">
<span class="material-symbols-outlined expand">
expand_more
</span>
</div>
</h3>
<div class="hidden_skill">
<div class="single_skill_con">
<div class="skill_bar">
<div class="skill_label">
<p class="label">Node Js</p>
<p class="percent">50%</p>
</div>
<div class="bar">
<div></div>
</div>
</div>
</div>
<div class="single_skill_con">
<div class="skill_bar">
<div class="skill_label">
<p class="label">PhP</p>
<p class="percent">60%</p>
</div>
<div class="bar">
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="services">
<div id="services" class="targetScroll"></div>
<div class="about_intro">
<h3>Services</h3>
<p>What I Offer</p>
</div>
<div class="services_con">
<div class="service">
<span class="material-symbols-outlined"> web </span>
<p class="service_label">Websites</p>
</div>
<div class="service">
<span class="material-symbols-outlined"> dashboard </span>
<p class="service_label">Web Apps</p>
</div>
<div class="service">
<span class="material-symbols-outlined"> smartphone </span>
<p class="service_label">Mobile Apps</p>
</div>
<div class="service">
<span class="material-symbols-outlined"> dns </span>
<p class="service_label">Backend</p>
</div>
</div>
</section>
<section class="portfolio">
<div id="folio" class="targetScroll"></div>
<div class="about_intro">
<h3>Portfolio</h3>
<p>My Works</p>
</div>
<div class="folios_content">
<div class="folio">
<img src="images/AnchFull.png" alt="Anch website" srcset="" />
</div>
<div class="folio">
<img src="images/BAAEFULL.png" alt="BAAE website" srcset="" />
</div>
<div class="folio">
<img
src="images/varoius.png"
alt="various catergory website"
srcset=""
/>
</div>
<div class="folio">
<img
src="images/Qcell-Dmak.png"
alt="Qcell Website Redesign"
srcset=""
/>
</div>
</div>
<div class="modal">
<div class="modal-image-con">
<img src="" alt="" srcset="" />
</div>
<p class="close">
<span class="material-symbols-outlined"> close </span>
</p>
</div>
</section>
<section class="contact">
<div id="contact" class="targetScroll"></div>
<div class="about_intro">
<h3>Contact</h3>
<p>Get In Touch</p>
</div>
<div class="contact_sections">
<div class="contact_text">
<div class="ct_con">
<span class="material-symbols-outlined c_icon">call</span>
<div>
<h3>Call Me</h3>
<p>+220 3936895</p>
</div>
</div>
<div class="ct_con">
<span class="material-symbols-outlined c_icon">email</span>
<div>
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
<div class="ct_con">
<span class="material-symbols-outlined c_icon">location_on</span>
<div>
<h3>Location</h3>
<p>Bakoteh, Junction Baa</p>
</div>
</div>
</div>
<div class="contact_form">
<form action="">
<input type="text" id="name" placeholder="Name" />
<input type="text" id="subject" placeholder="Subject" />
<input type="email" id="email" placeholder="Email" />
<textarea
name=""
id="message"
cols="30"
rows="5"
placeholder="Message"
></textarea>
<button class="btn submit" onclick="sendMail()">
Submit
<span class="material-symbols-outlined">send</span>
</button>
</form>
</div>
</div>
</section>
</main>
<footer>
<div class="footer_con">
<div class="footer_hero">
<h3>Dmak</h3>
<p>Fullstack developer</p>
</div>
<div class="footer_nav">
<li><a href="#services">Services</a></li>
<li><a href="#folio">Portfolio</a></li>
<li><a href="#contact">Contactme</a></li>
</div>
<div class="footer_socials">
<a href="https://twitter.com/dmakbah" target="_blank">
<span class="fa fa-twitter"></span>
</a>
<a href="https://github.com/Essa-D-Bah" target="_blank">
<span class="fa fa-github"></span>
</a>
<a
href="https://www.linkedin.com/in/essa-d-bah-67161a1b2/"
target="_blank"
>
<span class="fa fa-linkedin"></span>
</a>
</div>
</div>
<div class="copy">
<p>© Essa D Bah @ 2022</p>
</div>
</footer>
<script src="js/main.js"></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"
></script>
<script type="text/javascript">
(function () {
emailjs.init('hMaamN0feNcnb7ksf');
})();
</script>
</body>
</html>