-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (80 loc) · 4.81 KB
/
index.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
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1 viewport-fit=cover">
<title>Welcome to Vanguard Estates</title>
<!-- Primary Meta Tags -->
<title>Welcome to Vanguard Estates | Flash Forward</title>
<meta name="title" content="Welcome to Vanguard Estates | Flash Forward">
<meta name="description" content="A choose your own path audio story from Flash Forward.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://vanguard-estates.wrightkuhns.com">
<meta property="og:title" content="Welcome to Vanguard Estates | Flash Forward">
<meta property="og:description" content="A choose your own path audio story from Flash Forward.">
<meta property="og:image" content="https://vanguard-estates.wrightkuhns.com/header.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://vanguard-estates.wrightkuhns.com">
<meta property="twitter:title" content="Welcome to Vanguard Estates | Flash Forward">
<meta property="twitter:description" content="A choose your own path audio story from Flash Forward.">
<meta property="twitter:image" content="https://vanguard-estates.wrightkuhns.com/header.jpg">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rambla">
<link rel="stylesheet" type="text/css" href="main.css" id="main-styles" />
</head>
<body>
<header>
<img src="welcome.png" alt="A sign reads 'Welcome to Vanguard Estates'. A pair of robots stands on either side of the sign." />
<div>
<p>Welcome to the latest series from Flash Forward. The gist is simple: Welcome to Vanguard Estates is a choose your own path story. Each episode has a number, and a short title, and at the end of every episode you'll be presented with a choice. All you have to do is click one and you'll be on your way!
</p>
<p>
<label>
<input id="auto_play" value="auto_play" type="checkbox" checked tabindex="0" />
Auto-play stories
</label>
</p>
<div class="start">
<div tabindex="0">
<a href="#view-story=1" tabindex="-1">Start listening!</a>
</div>
</div>
<h2 id="about">About</h2>
<p>Vanguard Estates is a production of <a href="https://www.flashforwardpod.com">Flash Forward</a>. The story was written by <a href="https://roseveleth.com/">Rose Eveleth</a>; edited by <a href="https://www.stayweirdbekind.com/">Ace Tilton Ratcliff</a> and Georgia Wyatt; and produced by Ozzy Llinas Goodman. The sound design is by <a href="https://www.mischastanton.com/">Mischa Stanton</a> and music is by <a href="http://www.ilanmakesmusic.com/">Ilan Blanck</a>. Illustrations by <a href="https://linktr.ee/lubchansky">Mattie Lubchansky</a>. This interactive playback site was designed & <a href="https://github.com/metavida/vanguard-estates">coded</a> by <a href="https://marcos.wrightkuhns.com/">Marcos Wright-Kuhns</a>.</p>
<p>The voice actors for Welcome to Vanguard Estates are:</p>
<ul>
<li>Marcus Jones — <a href="http://keyvoicevo.com/">Keith Houston</a></li>
<li>Imani Jones — <a href="https://www.sharankirby.com/">Shara Kirby</a></li>
<li>Robot #1 — <a href="http://ashleykellem.com/">Ashley Kellem</a></li>
<li>Amy — <a href="https://chelseybcoombs.com/female-voice-over-chelsey-b-coombs/">Chelsey B Coombs</a></li>
<li>Vanguard Estates Representative — <a href="https://twitter.com/TellerFarsight">Aiya Islam</a></li>
<li>Missy — <a href="https://www.hearanjali.com/">Anjali Kunapaneni</a></li>
<li>Robot # 2 — <a href="https://www.bretttubbs.com/">Brett Tubbs</a></li>
<li>NPR Host — <a href="https://www.npr.org/people/984821709/sandhya-dirks">Sandhya Dirks</a></li>
</ul>
<p>Visit <a href="https://www.flashforwardpod.com/2022/10/31/welcome-to-vanguard-estates/">Flash Forward</a> for full transcripts & links to related Podcast episodes.</p>
<p>© 2022 - Flash Forward. All Rights Reserved.</p>
</div>
</header>
<main></main>
<footer class="hidden">
<a href="#about">About this site</a>
</footer>
<template id="cell_template">
<h2></h2>
<div class="player">
<img />
<audio controls preload="metadata" />
</div>
<details>
<summary tabindex="0">Transcript</summary>
<div class="transcript" data-fetched="false">Loading...</div>
</details>
<nav class="children">
<p>What do you do?</p>
<ol></ol>
</nav>
</template>
<script src="main.js" type="module"></script>
</body>