This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mysite.html
62 lines (54 loc) · 2.42 KB
/
mysite.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 lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>S.McDaniel Kollie</title>
<link rel="stylesheet" href="css/styless.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;1,200&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud image">
<h1>I'm Sylvester.</h1>
<h2>a Programmer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img class="mountain" src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="puchu" src="images/profile.png" alt="My profile image" >
<h2>Hello.</h2>
<p class="intro">I am a Game and Web Developer and a Software Engineer, 1<sup>st</sup> year second semester student.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="hobbie" src="images/hobbie.png" alt="hobbie image">
<h3>Desings & development:</h3>
<p class="intro1">My passion for coding started when I was still in High-School, but unfortunately my Country wasn't exposed to Technology at the time. I waited till I graduated High-School before I even started learning how to type on a keyboard. Right now I'm a 1<sup>st</sup> Year, Second semester student.</p>
</div>
</div>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="chicken" src="images/wings2.webp" alt="chicken wings">
<h3>Fried Chicken In Hot Sauce!</h3>
<p class="">Apart from coding my second skill is eating <strong><em>Hot Fried Chicken Wings</em></strong>😋</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p>If you want to build a beautiful WebSite get in touch and let's talk business.</p>
<a class="btn" href="mailto:[email protected]">Contact Me</a>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.google.com/">Google</a>
<a class="footer-link" href="https://www.google.com/">Google</a>
<a class="footer-link" href="https://www.google.com/">Google</a>
<p class="copy-right">© 2021 S.McDaniel Kollie.</p>
</div>
</body>
</html>