-
Notifications
You must be signed in to change notification settings - Fork 1
/
reading.html
43 lines (41 loc) · 1.6 KB
/
reading.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Destiny Herring</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" lang="en" content="ADD SITE DESCRIPTION">
<meta name="author" content="ADD AUTHOR INFORMATION">
<meta name="robots" content="index, follow">
<link href='http://fonts.googleapis.com/css?family=Lobster|Dancing+Script|Amatic+SC|Pinyon+Script|Rock+Salt|Patrick+Hand|Homemade+Apple|Fredericka+the+Great' rel='stylesheet' type='text/css'>
<!-- Override CSS file - add your own CSS rules -->
<link rel="stylesheet" href="examplecss.css">
</head>
<body>
<div class="header">
<div class="container">
<h1 class="header-heading">Destiny Herring</h1>
</div>
</div>
<div class="nav-bar">
<div class="container">
<ul class="nav">
<li><a href="about.html">About</a></li>
<li><a href="photography.html">Photography</a></li>
<li><a href="drawings.html">Drawings</a></li>
<li><a href="vacation.html">Vacations</a></li>
</ul>
</div>
</div>
<div class="books">
<h2>Some of my favorite books I have read: </h2>
</div>
</body>
<div class="footer">
<div class="container">
© Copyright 2015
</div>
<div>Icons made by <a href="http://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a></div>
</div>
</body>
</html>