-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (35 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<title>Jen Lipton Rocks</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>let's chat!</h1>
<section id="logo">
<!-- Icon by Iconnice through Flat Icons, licensed with Creative Commons 3.0 -->
</section>
<h2>by j.k. lipton</h2>
</header>
<section id="lists">
<ul>
<li>Want to get to know me?</li>
<li>These are my top 10 favorite books:</li>
<ol>
<li><cite>Dubliners</cite> by James Joyce</li>
<li><cite>Harry Potter and the Prisoner of Azkaban</cite> by J.K. Rowling</li>
<li><cite>Last Chance to See</cite> by Douglas Adams</li>
<li><cite>Fun Home</cite> by Alison Bechdel</li>
<li><cite>Mrs. Dalloway</cite> by Virginia Woolf</li>
<li><cite>The Golden Compass</cite> by Philip Pullman</li>
<li><cite>Saga: Chapter One</cite> by Brian K. Vaughan and Fiona Staples</li>
<li><cite>The Ocean at the End of the Lane</cite> by Neil Gaiman</li>
<li><cite>Midnight's Children</cite> by Salman Rushdie</li>
<li><cite>What it Means When a Man Falls from the Sky</cite> by Lesley Nneka Arimah</li>
</ol>
</ul>
</section>
<script src="app.js"></script>
</body>
</html>