-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 2.63 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 lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Chinenye Oluyede</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico ">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud"src="images/cloud.png" alt="cloud-image">
<div class="title-text">
<h1><em>I'm Chinenye</em></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/birds.jpg" alt="">
<h2>Hello.</h2>
<p class="intro"><b>I am a 13 year old programmer and web developer, studying at App Brewery. I love tea and reading Novels on Crime and Adventure.</b> </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<h3>Design and Development</h3>
<img class="computer-img" src="images/computer.png" alt="">
<p><b>I started learning to code when I was 12 years old because I wanted to make my own websites. Over time, I have gained a lot of experience designing and developing websites.</b></p>
</div>
<div class="skill-row">
<img class="icecream-img" src=https://media.giphy.com/media/l0IygYZI5UaA6uiCk/giphy.gif alt="">
<h3>Dancing Challenge</h3>
<p>But my best skill is actually in dancing. I am the undisputed queen of dance challenges. Mince pies, Icecream and Cake are my favorite snacks.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love Icecream as much as I do.</h3>
<p class="contact"><b>Love Icecream as much as I do? Let's talk about how awesome they are! We can code while we eat some Icecream.</b></p>
<a class="btn" href="mailto:ellyvsqmay2008@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="file:///Users/Mac/Documents/Web%20Development/CSS-My%20Site/index.html">Website</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<p class="contact-message">© 2018 Chinenye Oluyede @ Birds Programmers.</p>
</div>
</html>