-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (58 loc) · 2.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Michael Ochei</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png">
<h1>I'm Michael.</h1>
<h2>a programmer.</h2>
<img class=bottom-cloud src="images/cloud.png">
<img class=mountain src="images/mountain.png">
</div>
<br>
<div class="middle-container">
<div class="profile">
<img class="my-image" src="images/Michael.jpg" alt="">
<h3>Hello.</h3>
<p class="intro">I'm a professional web designer/developer looking to bring businesses to instant web visibility and growth using beautiful designs</p>
</div>
<hr>
<div class="skills">
<h3>My Skills.</h3>
<div class="skill-row">
<img class="wd-image" src="images/responsive.png" alt="">
<h3>Web Design</h3>
<p>Design responsive websites for your business to keep your customers always engaged and easy navigation</p>
</div>
<br>
<div class="skill-row">
<img class="pro-image" src="images/coding.png" alt="">
<h4>Programming</h4>
<p>Using HTML,CSS and javascript,build websites your clients can interact with.</p>
</div>
</div>
<br>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Do You Love What I Do?</h3>
<p class="contact-message">Let Me Help You Bring Your Imaginations To Life In The Best Possible Way.</p>
<a class="btn" href="[email protected]">CONTACT ME</a>
</div>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© 2021 Michael Ochei.</p>
</div>
</div>
</body>
</html>