-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.25 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio Home</title>
<link href="https://fonts.googleapis.com/css?family=Great+Vibes|Press+Start+2P|Sacramento|Tangerine" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
</head>
<body class="home">
<div class="row footer">
<div class="p"><a href="index.html" class="link">Farrah Yee</a></div>
<div class="p"><a href="aboutme.html" class="link">About Me</a></div>
<div class="p"><a href="portfolio.html" class="link">Portfolio</a></div>
<div class="p"><a href="contact.html" class="link">Contact</a></div>
</div>
<div class="row mid">
<h1 class="name">Farrah</h1>
<img class="headshot" src="http://images6.fanpop.com/image/photos/36600000/Pusheen-the-Cat-image-pusheen-the-cat-36601480-460-328.jpg" style="width: 200px; height: 200px;">
<h1 class="name">Yee</h1>
</div>
<div class="row aboutme">
<img class="woolypic" src="https://vignette.wikia.nocookie.net/runefrontier/images/4/4d/Wooly.png/revision/latest?cb=20140111074345">
</div>
<div class="row footer">
<p>Copyright © Yee LLC 2018</p>
</div>
</body>
</html>