-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (58 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Shanise Smith</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/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-img">
<h1>I'm Shanise.</h1>
<h2>a <span class="pro">web</span>developer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="picture" src="images/user.png" alt="user-png">
<h2>Hello there!</h2>
<p class="intro">I'm shanise, a web developer. I love designing and coding websites, reading and learning new stuff. I aspire to become a web developer and would like to use my skills and knowledge to solve problems and create amazing web
applications.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-png" src="images/edit-code.png" alt="code-png">
<h3>Font-End Web Development</h3>
<p>At the age of 13 I became very interested in tech related stuff and was intrigued about how the internet worked. With this interest i was motivated to take an IT course in highschool. After becoming successful in this course I decided to
futher that knowledge by writing a Computer Science Degree at the University of Guyana. I am very happy that i decided to enter into the tech industry and i find pleasure in using my skills and knowledge to solve problems and create amazing
designs.</p>
</div>
<div class="skill-row">
<img class="graphic-design" src="images/graphic-design.png" alt="graphic design-png">
<h3>Graphic Design</h3>
<p>I create logos and designs for merch and brands. Softwares I have knowledge and skills includes Adobe photoshop, Adobe illustrator and AdobeXD.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm available Mondays to Fridays.</h3>
<p class="contact">You can contact me on any of my Social Media Pages or through my business email.</p>
<a class="button" 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://www.instagram.com/">Instagram</a>
<a class="footer-link" href="https://www.facebook.com/">Facebook</a>
<p class="copyright">© 2023 Shanise Smith @ shanise.blockchain</p>
</div>
</body>
</html>