-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthor.html
More file actions
executable file
·98 lines (79 loc) · 4.88 KB
/
author.html
File metadata and controls
executable file
·98 lines (79 loc) · 4.88 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en-US">
<head>
<title> Author Feature </title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link href="bookhomepageCSS.css" type="text/css" rel="stylesheet" />
<link href="authorCSS.css" type="text/css" rel="stylesheet" />
</head>
<body>
<header>
<h1> <a href="bookhomepage.html"> <img src="Images/header.jpg" alt="The Book Corner: A view of the world from the corner of my library" /> </a> </h1>
<div id="hgroup">
<h2> Quote of the Day </h2>
<h3> Aug. 31 2015 </h3>
<h2 class="quote"> <q>You know you’ve read a good book when you turn the last page and feel a little as if you have lost a friend.</q> </h2>
<h3 class="quote"> ~Paul Sweeney </h3>
</div>
</header>
<main>
<aside>
<nav>
<h3> Navigation </h3>
<ul>
<li> <a href="bookhomepage.html"> Home </a> </li>
<li> <a href="reviews.html"> Book Reviews </a> </li>
<li> <a href="author.html"> Author Feature </a> </li>
<li> <a href="quotes.html"> Archive of Daily Quotes </a> </li>
</ul>
</nav>
<nav id="favebook">
<h3> My Favorite Books </h3>
<blockquote>
<q>Sometimes, you read a book and it fills you with this weird evangelical zeal, and you become convinced that the shattered world will never be put back together unless and until all living humans read the book.</q>
</blockquote>
<p> ~John Green, <i>The Fault in Our Stars</i> </p>
<figure>
<img src="Images/hungergames.jpg" alt="The Hunger Games" />
<figcaption> The Hunger Games </figcaption>
</figure>
<figure>
<img src="Images/golem-and-jinni.jpg" alt="The Golem and the Jinni" />
<figcaption> The Golem and the Jinni </figcaption>
</figure>
<figure>
<img src="Images/invisible-thread.jpg" alt="An Invisible Thread" />
<figcaption> <i>An Invisible Thread</i> <br /> by Laura Schroff and Alex Tresniowski</figcaption>
</figure>
</nav>
</aside>
<div id="content">
<h2> Erin Morgenstern </h2>
<div id="content2">
<figure>
<img src="Images/erin2.jpg" alt="Erin Morgenstern" />
<figcaption> Photo Credit to Kelly Davidson </figcaption>
</figure>
<p> Erin Morgenstern is the author of <i>The Night Circus</i>, a fantasy book set in Victorian London. In the story, Celia and Marco are two young magicians who are pitted against each other in a contest of magical skills. This contest takes place in Le Cirque des Rêves, a circus that appears only at night for the public to enjoy. The only problem is that Celia and Marco fall in love as the competition unfolds into a duel where only one contestant can win. </p>
<blockquote>
<q>Only the ship is made of books, its sails thousands of overlapping pages, and the sea it floats upon is dark black ink.</q>
</blockquote>
<p id="clear"> <img src="Images/night-circus.jpg" alt="Erin Morgenstern" id="circus" /> I thought that Morgenstern’s writing style in <i>The Night Circus</i> was dreamy and intriguing. Morgenstern actually started the book for National Novel Writing Month, an annual challenge to write 50,000 words in November. I’d say that the end result of her NaNoWriMo project turned out pretty amazing. I was a bit surprised to learn that Morgenstern studied theatre and studio art rather than writing in college. </p>
<blockquote>
<q>The circus arrives without warning. No announcements precede it. It is simply there, when yesterday it was not.</q>
</blockquote>
<p> As of now, <i>The Night Circus</i> is Morgenstern’s only novel, but she is working on a new book. There’s no release date for the new novel yet, but in the meantime if you’ve already gone through <i>The Night Circus</i> and want more of the author’s writing, go check out her <a href="http://erinmorgenstern.com/writing/flax-golden/">Flax-Golden Tales</a> on her website. It’s a collection of 261 short stories, each ten sentences long, that go along with a photograph. These are a few of my favorite stories: </p>
<a href="http://erinmorgenstern.com/2014/02/flax-golden-tales-preservation/"> Preservation </a> <br />
<a href="http://erinmorgenstern.com/2014/03/flax-golden-tales-building-blocks/"> Building Blocks </a> <br />
<a href="http://erinmorgenstern.com/2013/12/flax-golden-tales-the-year-in-moments-caught-in-birds/"> The Year in Moments Caught in Birds </a>
</div>
</div>
<footer>
<h4> About this blog </h4>
<p> It's just a blog for me to keep track of my reading and write reviews/fangirl/rant about my new favorite books plus share random literary quotes I like :) </p>
</footer>
</main>
<hr />
<a href="http://validator.w3.org/check?uri=referer"> HTML5 </a>
</body>
</html>