-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththe_author.html
45 lines (44 loc) · 2.14 KB
/
the_author.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
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>the long way to a small and angry planet | about the author</title>
<meta name="author" content="Nicola Simmonds">
<meta name="description" content="About the author Becky Chambers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shadows+Into+Light&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">the extract</a></li>
<li><a href="the_author.html">the author</a></li>
<li><a href="why_this_extract.html">why this extract</a></li>
<li><a href="my_journey_with_this_book.html">my journey with the book</a></li>
</ul>
</nav>
</header>
<main>
<h2>the author</h2>
<p>Becky Chamber’s personal website (Other Scribbles, 2021) tells us that;</p>
<p>They are based in Northern California and their books have been nominated for:</p>
<ul>
<li>the Arthur C. Clarke Award;</li>
<li>the Locus Award;</li>
<li>the Women's Prize for Fiction;</li>
<li>and more....</li>
</ul>
<p>Becky grew up in a family heavily involved in space science, however they originally started to explore a career in performing arts.</p>
<p>Becky (I think!) is super cool and spends their free time playing video games, tabletop RPGs, and looking through their telescope.</p>
<p>Having hopped around the world a bit, Becky is now back in their home state, where they live with their partner.</p>
<p>Becky hopes to see Earth from orbit one day.</p>
</main>
<footer>
<cite>Other Scribbles (2021) <a href="https://www.otherscribbles.com/about">Available at.</a> (Accessed: 30 November 2021).</cite>
</footer>
</body>
</html>