-
Notifications
You must be signed in to change notification settings - Fork 0
/
extras.html
76 lines (63 loc) · 3.99 KB
/
extras.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="custom.css">
<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=Roboto:wght@400;900&family=Source+Sans+3:wght@300;400&display=swap" rel="stylesheet">
<title>Seanan McGuire | Extras</title>
</head>
<body>
<div class="wrapper">
<header>
<div class="top-bar">
<h2 class="home"> <a href="/">Seanan McGuire</a></h2>
<nav class="desktop">
<li> <a href="/about">About Seanan</a></li>
<li><a href="/news">Who's Mira Grant?</a></li>
<li><a href="/works">Works</a></li>
<a href="/extras"><button class="extras">Extras</button></a>
</nav>
<!-- Hamburger for mobile layout -->
<div class="hamburger-menu">
<input id="menu__toggle" type="checkbox" />
<label class="menu__btn" for="menu__toggle">
<span></span>
</label>
<ul class="menu__box">
<li><a class="menu__item" href="/about">About Seanan</a></li>
<li><a class="menu__item" href="/news">Who's Mira Grant?</a></li>
<li><a class="menu__item" href="/works">Works</a></li>
<li><a class="menu__item" href="/extras">Extras</a></li>
</ul>
</div>
</div>
</header>
<section class="banners">
<img src="assets/leah-hetteberg-zylXSsVDhzo-unsplash (1).jpg" alt="backpacking book">
</section>
<section class="hero">
<h1>Extras</h1>
<p>To connect with Seanan and see what she is up to these days, follow her on her socials <a href="https://twitter.com/seananmcguire" class="readmore">Twitter</a> or <a href="https://www.instagram.com/seananmcguire/" class="readmore">Instagram</a> . She's very active and invites fans to take a peak into her life.</p>
<p>If you are looking for more in depth information on her characters, books and story arcs, check out this fantastic <a href="https://october-daye.fandom.com/wiki/October_Daye_Wiki" class="readmore">wiki</a> that fans have put together to share their love of her worlds.</p>
<p>Seanan has videos online where she shares stories of her life and gives her fans more information about her process, world building and advice.</p>
<ol>
<li><a href="https://www.youtube.com/watch?v=DmMAfAUq2yc&pp=ygUOc2VhbmFuIG1jZ3VpcmU%3D">An Interview with Seanan McGuire</a></li>
<li><a href="https://www.youtube.com/watch?v=kh5Cx3eYpGI&list=PLPFQvnAwRCnAr10gksNlFDXoUS7D9gVI4">Seanan McGuire Talks at Conventions Playlist</a></li>
<li><a href="https://www.youtube.com/watch?v=TBWDda06-OM&t=2s&pp=ygUOc2VhbmFuIG1jZ3VpcmU%3D">2019 National Book Festival where she discusses Middle Game</a></li>
<li><a href="https://www.youtube.com/watch?v=hbj_8IeyXcA">Seanan McGuire introduces Beneath the Sugar Sky</a></li>
</ol>
<p>Seanan McGuire is a musician! Check out her album Creature Feature on <a href="https://www.youtube.com/watch?v=hOuNgvUUbo8&list=PLAsA9ui6g73VGDTHMik-YtDMFhAAY4p7x" class="readmore">YouTube!</a></p>
</section>
<footer>
<p>Copyright © 2023 Jamal Park</p>
<p>All Rights Reserved</p>
</footer>
</div>
</body>
</html>