-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththe-book.html
More file actions
47 lines (45 loc) · 1.85 KB
/
Copy paththe-book.html
File metadata and controls
47 lines (45 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Book — Nell Scovell</title>
<meta name="description" content="Just the Funny Parts — Nell Scovell's memoir about sneaking into the Hollywood boys' club.">
<link rel="stylesheet" href="style.css">
</head>
<body class="inner">
<header id="masthead">
<div class="site-branding">
<a href="index.html" class="site-title-link">
<h2 class="site-title">Nell Scovell</h2>
<h3 class="site-description">writer – producer – director</h3>
</a>
</div><input type="checkbox" id="menu-toggle" class="menu-toggle" aria-label="Toggle navigation">
<label for="menu-toggle" class="hamburger" aria-hidden="true"><span></span></label>
<nav>
<ul class="menu">
<li><a href="the-book.html" class="active">The Book</a></li>
<li><a href="praise.html">Praise</a></li>
<li><a href="published-writing.html">Published Writing</a></li>
<li><a href="on-the-web.html">On The Web</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="book-feature">
<img src="images/just-the-funny-parts.jpg" alt="Just the Funny Parts book cover" class="book-cover-large">
<div>
<h3><em>Just the Funny Parts</em></h3>
<p class="book-subtitle">… And a Few Hard Truths About Sneaking into the Hollywood Boys' Club</p>
<p>Published March 20, 2018</p>
<p><a href="https://www.amazon.com/Just-Funny-Parts-Sneaking-Hollywood-ebook/dp/B01GZS35HU/" target="_blank" rel="noopener" class="button">Buy on Amazon</a></p>
</div>
</section>
</main>
<footer id="colophon">
<p>© Nell Scovell</p>
</footer>
</body>
</html>