-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (65 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jamal Mensah</title>
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet">
</head>
<body>
<div class="div1">
<img src="images/cloud.png" class="cloud-top responsive-img-cloud " alt="cloud-img">
<h1>I'm Jamal</h1>
<h2 class="short-desc">a programmer</h2>
<img src="images/cloud.png" class="cloud-bottom responsive-img-cloud " alt="cloud-img">
<img class="responsive-img" src="images/mountain.png" alt="cloud-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/jamal.png" alt="my-profile-pic">
<h2>Hello.</h2>
<p class="intro">I am a Fullstack Web Developer and an L2 Technical Support Engineer. I'm the founder of
CodeBox GH. I ❤️ to solve complicated problems and keep my customers happy.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skills-img1" src="images/dev.png" alt="development-pic">
<h3>Fullstack Developer</h3>
<p class="developer-desc">I started learning to code (BASIC language) when I was in high school at the
age of 16. My reason was to make my own video games. Since then, I have gained a lot of
experience while working across several industries with regard to developing web and mobile
applications</p>
</div>
<div class="skill-row">
<img class="skills-img2" src="images/support.png" alt="support-img">
<h3>L2 Technical Support Engineer</h3>
<p class="support-desc">With over 6 year of experience in this role, I haveworked with different
technologies and developed the habbit of supporting multiple softwares and maintaining a high NPS
from customers .</p>
</div>
</div>
<br>
<hr>
<br>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm currently available to be hired .</h3>
<p class="contact-p">I strongly believe that with my passion to learn new technology and ways of doing things, I can easily fit into any organization and help achieve it's targets.</p>
<br>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
<div class="footer">
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/jamal-mensah-37879154/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Fifaskilla">Twitter</a>
<a class="footer-link" href="https://ezyhacks.github.io/cv/">Website</a>
<p class="copyright">© 2020 Jamal Mensah.</p>
</div>
</div>
</div>
</body>
</html>