forked from shanicesmith98/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>welcome to cyberspace</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Asap|Comfortaa|Gudea|Hind+Guntur|Hind+Madurai|Hind+Vadodara|Maven+Pro|Ropa+Sans|Source+Code+Pro" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link href=”http://http://shanicesmith.studentweb.site/css/main.css” rel=”stylesheet”>
</head>
<body>
<div class="hero">
<h1>shanice's portfolio</h1>
<h2>take a step into my world</h2>
</div>
<div class="container">
<header>
<nav>
<a href="index.html" class="button">homepage</a>
<a href="about.html" class="button">about shanice</a>
<a href="classes.html" class="button">current classes</a>
<a href="resume.html" class="button">resume</a>
<a href="projects.html" class="button">personal projects</a>
<a href="contact.html" class="button">contact me</a>
</nav>
</header>
<main role="main">
<p align="center">Hello world! I'm Shanice. I'm a current LaGuardia Student studying Game Development. I intend to graduate in June 2019 and continue to study Computer Science and Game Development in a four-year college in NYC. You're welcome to follow my coding journey on other social media platforms such as LinkedIn, WordPress, Github and Vimeo.</p>
</main>
</div>
<footer>
<div class="container">
<div class="social">
<a href="http://www.github.com/shanicesmith98"><img src="images/github.png" height="36" width="36" alt="github logo"></a>
<a href="http://www.linkedin.com/in/shanicesmith98/"><img src="images/linkedin.png" height="36" width="36" alt="linkedin logo"></a>
<a href="http://www.twitter.com/"><img src="images/twitter.png" height="36" width="36" alt="twitter"></a>
<a href="http://www.vimeo.com/user90254394/"><img src="images/vimeo.png" height="36" width="36" alt="vimeo"></a>
<a href="http://www.queensdogwalker.wordpress.com/"><img src="images/wordpress.png" height="36" width="36" alt="wordpress"></a>
</div>
</div>
</footer>
</body>
</html>