-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (60 loc) · 2.44 KB
/
index.html
File metadata and controls
61 lines (60 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>JohnPeter Mwangi Mukuha</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/favicon.ico">
<link href="http://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="preconnect">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<div class="title-text">
<h1>I'm JohnPeter.</h1>
<h2>A <span class="pro">pro</span>grammer.</h2>
</div>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/pic.jpg" alt="jp-picture">
<h2>Hello.</h2>
<p class="intro">Iam a Data Analyst and a Web Developer. I love reading business books, writing code and drinking tea.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="images/computer.png" alt="computer-img">
<h3>Web Development</h3>
<p>
Well designed Websites are the gateway to amazing experiences on the internet. That's why we need web developers to create them.
</p>
</div>
<div class="skill-row">
<img class="chillies-img" src="images/chillies.png" alt="chillies-img">
<h3>Data Analyst</h3>
<p>
Data has the ability to tell stories if well analyzed. I have a Google Data Analytics Certificate and also Data Science cert from Michigan University.
<br>These skills are crucial to a professional at this day and age.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you need my services.</h3>
<p class="contact-message">Feel free to contact me through the following links. Thank You!</p>
<a class="btn" href="mailto:ilove@hotwings.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/johnpetermwas">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/mwasguru">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p>© 2022 JohnPeter Mwangi.</p>
</div>
</body>
</html>