-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArchive.html
More file actions
97 lines (90 loc) · 3.76 KB
/
Archive.html
File metadata and controls
97 lines (90 loc) · 3.76 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
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
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Legacy Voice Archive</title>
<link rel="stylesheet" href="Archive style.css">
</head>
<body>
<div class="wrapper">
<header class="topbar">
<h1>Legacy Voice Archive</h1>
<p class="subtitle">We used to sound different.</p>
</header>
<main class="maincontent">
<div class="opening">
<p>Before the standardization.</p>
<p class="timestamp">Est. 2007 - Archived 2038</p>
</div>
<div class="gallery">
<div class="card111">
<div class="cardtop">
<h3>Li Wei</h3>
<span class="location">Beijing, China</span>
</div>
<div class="textbox">
<p>"My daughter ask me why I always say 'open the light' instead of 'turn on the light'. I jiatell her in school before, all English teachers say like this, so we just follow."</p>
</div>
<div class="soundplayer">
<audio controls>
<source src="sounds/Li Wei.mp3" type="audio/mpeg">
</audio>
</div>
</div>
<div class="card111">
<div class="cardtop">
<h3>Raju</h3>
<span class="location">Mumbai, India</span>
</div>
<div class="textbox">
<p>"I start learn English when I was very young, maybe… ten? But always the same problem: the article! I say 'the happiness', 'the love', even when not necessary, no? But you understand me, right? I think it's okay to speak with little mistake, because language is for connecting, not for judging."</p>
</div>
<div class="soundplayer">
<audio controls>
<source src="sounds/raju.mp3" type="audio/mpeg">
</audio>
</div>
</div>
<div class="card111">
<div class="cardtop">
<h3>Chinedu Okafor</h3>
<span class="location">Lagos, Nigeria</span>
</div>
<div class="textbox">
<p>"People always say, 'Your English sounds different.' And I say, of course it does! I am Nigerian. This is how we speak, proudly and clearly. Maybe I don't sound like the BBC newsreader, but you hear me well, abi? That's what matters. My voice, my rhythm—it tells you where we come from."</p>
</div>
<div class="soundplayer">
<audio controls>
<source src="sounds/Chinedu Okafor.mp3" type="audio/mpeg">
</audio>
</div>
</div>
<div class="card111">
<div class="cardtop">
<h3>Sophie Turner</h3>
<span class="location">London, England</span>
</div>
<div class="textbox">
<p>"When I moved to Australia for uni, I asked a café guy for a bo'le o' wa'er. He just blinked at me like I was speaking another language. I had to slow it down — 'a bottle of water' — we both ended up laughing. Guess some things, like your accent, are worth keeping."</p>
</div>
<div class="soundplayer">
<audio controls>
<source src="sounds/Water.mp3" type="audio/mpeg">
</audio>
</div>
</div>
</div>
<div class="ending">
<p class="memorial">In memory of the voices that made us human.</p>
<p class="footnote">
Each voice tells a story of who they were, where they came from and how they saw the world.</p>
<p class="alert">Archive access restricted. Viewing for historical research only.</p>
</div>
</main>
<footer class="bottombar">
<p>Legacy Voice Archive © 2038 | <a href="VN index.html">Return to Present</a></p>
</footer>
</div>
</body>
</html>