-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (58 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AYOMIDE ODELE</title>
<link rel="stylesheet" href="styles.css">
<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="cloud.png" alt="cloud-image">
<h1>I'm Ayomide.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-image">
<img src="mountain.png" alt="cloud-image">
</div>
<!--this is stubcode added-->
<div class="middle-container">
<div class="profile">
<img src="resized.jpg" alt="AYO">
<h2>Hello.</h2>
<p class="about-me">
Ayomide odele a front-end developer who is actually new and willing to learn more.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-image" src="computer.png" alt="">
<h3>design & development</h3>
<p>
Started learning how to code after the lockdown, i was stucked for like a year due to studies and my sales work. <br>
but currently i can work with Html & Css while i have Javascript in view.
</p>
</div>
<div class="skill-row">
<img class="hobbies" src="hobbies.jpg" alt="my hobbies">
<h3>hobbies</h3>
<p>playing of games and listening to music as been part of me while growing up.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Open To Work.</h3>
<p> feel to free to reach me or got any question corcerning Perkins & Yorc generator or about my Tech Skills.</p>
<a class="btn" href="mailto:[email protected]">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="https://twitter.com/emma_odele/">Twitter</a>
<p class="copyright">© Odele Ayomide.</p>
</div>
</body>
</html>