-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 2.96 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
<!DOCTYPE html>
<html>
<head>
<title>Mwangi Dennis</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" href="images/kdfavicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Montserrat+Alternates&family=Sacramento&display=swap" rel="stylesheet">
<!-- <div>Icons made by <a href="https://www.flaticon.com/authors/prettycons" title="prettycons">prettycons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div> -->
</head>
<body>
<div class="top-container">
<img class="image-cloud-one" src="images/cloud.png" alt="cloud-img">
<h1>I am Mwangi Dennis.</h1>
<h2>
I am a <span class="pro">pro</span>grammer.
</h2>
<img class="image-cloud-two" src="images/cloud.png" alt="cloud-img">
<img class="image-mountain" src="images/mountain.png" alt="mountain-img">
</div>
<!-- <div style="width:20%;height:0;padding-bottom:10%;position:relative;"><iframe src="https://giphy.com/embed/RU1R9mhvlqfg4" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div> -->
<div class="middle-container
">
<div class="profile">
<img src="images/mario.png" alt="my avatar">
<h2>Hello.</h2>
<p>I am a Web and Software developer, with a little spin in Data Science and Analytics.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-image" src="images/code.png" alt="">
<h3>Design and Development</h3>
<p class="c-p">My love for coding and Software development was highly inspired through gaming and as a result I fell in love with the concept of computers and how they work</p>
</div>
<div class="skill-row">
<img class="game-image" src="images/ps4.png" alt="">
<h3>Gaming, Watching Basketball</h3>
<p class="g-p">The most intriguing part of it is my love for FIFA console gaming and the rate at which I relish watching NBA and basketball.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you actually looking for a good matchup in FIFA and in need of some Software.</h3>
<p>Love a good Poster action on the rim🏀? Console gaming FIFA, 2K, and some good software development and data analysis.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a href="https://www.linkedin.com/">LinkedIn</a>
<a href="https://www.twitter.com/">Twitter</a>
<a href="https://www.koderk.com/">Website</a>
<p >© 2021 Mwangi Dennis.</p>
</div>
</body>
<!-- <div>Icons made by <a href="https://www.flaticon.com/authors/prettycons" title="prettycons">prettycons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div> -->
</html>