-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (52 loc) · 3.37 KB
/
Copy pathindex.html
File metadata and controls
58 lines (52 loc) · 3.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nell Scovell — writer – producer – director</title>
<meta name="description" content="Nell Scovell — television and magazine writer, producer, director. Creator of Sabrina the Teenage Witch.">
<link rel="stylesheet" href="style.css">
</head>
<body class="home">
<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">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>
<div class="about-layout">
<img src="images/nell-red.jpg" alt="Nell Scovell" class="about-photo">
<div class="about-text">
<p>Nell Scovell is a television and magazine writer, producer, director, and collaborator on the #1 <em>New York Times</em> bestseller <a href="https://www.amazon.com/Lean-Women-Work-Will-Lead-ebook/dp/B009LMTDL0/" target="_blank" rel="noopener"><em>Lean In: Women, Work, and the Will to Lead</em></a>.</p>
<p>Her television credits include creating <a href="https://www.imdb.com/title/tt0115341/" target="_blank" rel="noopener"><em>Sabrina the Teenage Witch</em></a> and writing for <a href="https://www.imdb.com/title/tt0096697/" target="_blank" rel="noopener"><em>The Simpsons</em></a>, <a href="https://www.imdb.com/title/tt0096560/" target="_blank" rel="noopener"><em>Coach</em></a>, <a href="https://www.imdb.com/title/tt0312172/" target="_blank" rel="noopener"><em>Monk</em></a>, <a href="https://www.imdb.com/title/tt0094514/" target="_blank" rel="noopener"><em>Murphy Brown</em></a>, <a href="https://www.imdb.com/title/tt0158552/" target="_blank" rel="noopener"><em>Charmed</em></a>, and <a href="https://www.imdb.com/title/tt0364845/" target="_blank" rel="noopener"><em>NCIS</em></a>.</p>
<p>She has directed cable television movies and episodes of <a href="https://www.imdb.com/title/tt1663676/" target="_blank" rel="noopener"><em>Awkward</em></a>.</p>
<p>Her magazine writing has appeared in
<a href="https://www.vanityfair.com/contributor/nell-scovell" target="_blank" rel="noopener"><em>Vanity Fair</em></a>,
<em>Vogue</em>, <em>Rolling Stone</em>, and
<a href="https://query.nytimes.com/search/sitesearch/#/%22Nell+Scovell%22/since1851/allresults/1/allauthors/newest/" target="_blank" rel="noopener"><em>The New York Times</em></a>, and
<a href="https://www.thedailybeast.com/author/nell-scovell/" target="_blank" rel="noopener"><em>The Daily Beast</em></a>
.</p>
<p>She lives in Los Angeles and Boston.</p>
</div>
</div>
</main>
<footer id="colophon">
<p>© Nell Scovell</p>
</footer>
</body>
</html>