-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (66 loc) · 3.52 KB
/
index.html
File metadata and controls
79 lines (66 loc) · 3.52 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nwankwo Stephanie</title>
<!-- internal style stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- favicon style -->
<link rel="apple-touch-icon" sizes="180x180" href="h/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="h/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="h/favicon_io/favicon-16x16.png">
<link rel="manifest" href="h/favicon_io/site.webmanifest">
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@1,300&family=Roboto+Mono:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Stephanie.</h1>
<p class="p">A Mobile Web Designer</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img width="300px" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile" width="110px" height="110px" src="images/stephanie.png.jpg" alt="picture">
<h2>Hola!!</h2>
<p class="intro">Founder Of <strong>GoSTEAN</strong> World And Young Developer Club.</p>
<p>I'm a Mobile Web Developer and a Graphics Designer.<br> I study Computer Science Online with <strong>Pluralsight and Udemy.</strong> I also Love making research.</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>Mobile Devlopment</h3>
<p>I'm a Responsive Mobile Web Developer.</p><p class="d"> You can hire me if you want to design or update your website with the lastest technology.</p>
</div>
<div class="skill-row">
<img class="chillies-img" src="images/chillies.png" alt="chillies-img">
<h3>Graphics Designing</h3>
<p>Do you want to get a mind blowing logo and design.<br>Reach Out!!!</p>
</div>
<div class="skill-row">
<img class="guitar-img" src="images/guitar.jpg" alt="guitar-img">
<h3>Playing Of Instruments</h3>
<p>I play Piano and Guitar to be specific.<br> You can also hire me to paly or teach you any of the Instruments.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="c">I'm currently avaible for any freelance job</h3>
<p class="contact-message">Incase! You have a reason to reach out...<br> Any Web Design or Graphics Works?<br> Or you just feel like shouting out.</p>
<a class="classname" href="mailto:stephybelle208@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/stephanie/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Gosteanann">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/gosteanann/">Instagram</a>
<a class="footer-link" href="">Facebook</a>
<p class="g">© 2020 Nwankwo Stephanie</p>
</div>
</body>
</html>