-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (27 loc) · 901 Bytes
/
index.html
File metadata and controls
35 lines (27 loc) · 901 Bytes
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
<!Doctype html>
<html lang= "en">
<div class="everything">
<head>
<meta charset= "utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title> Rachael Skipper</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="shortcut icon" type="image/x-icon" href="Assets/favicon.ico"/>
<script src="https://use.typekit.net/mpo0bbk.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<img class="logo" src="Assets/rachlogo.jpg">
<header>
<h1 id="top"> Rachael Skipper</h1>
<ul>
<li>HOME</li>
<li>ABOUT ME </li>
<li>GALLERY </li>
<li> <a href="Blog/index.html">BLOG</a></li>
</ul>
</header>
<img class="hover hero" src="Gallery4/sarahhero.jpg">
<div class="bloglink"> VIEW LATEST BLOG POST <div>
</body>
</div>