-
Notifications
You must be signed in to change notification settings - Fork 0
/
amberwing-says.html
82 lines (68 loc) · 3.61 KB
/
amberwing-says.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>AmberWing’s website | AmberWing says</title>
<script type="module" src="/scripts/en-templates.js"></script>
</head>
<body>
<noscript>
<div class="nojs-alert">
<div class="container">
<h3>Warning</h3>
<p>Your browser has Javascript disabled, so some things might not work.</p>
</div>
</div>
</noscript>
<aw-header></aw-header>
<div class="container">
<h1>AmberWing says</h1>
<h2>September 2021</h2>
<h3>15 September 2021</h3>
<p>
We’re swimming in PE for the entire month. <em>Normally</em>, I wouldn’t be upset over swimming,
but . . . I really <em>don’t</em> want to swim during PE.
</p>
<p>And then I have a test in both biology and math.</p>
<p>I’m so tired. I have no energy to take tests.</p>
<p>Why do we need to take a test <em>now</em>? WHYyy?!</p>
<h3>16 September 2021</h3>
<p>I’m now writing about the theme of the short story The Veldt. (Language Arts)</p>
<p>It’s a good story. You should <a target="blank"
href="https://repositorio.ufsc.br/bitstream/handle/123456789/163728/The%20Veldt%20-%20Ray%20Bradbury.pdf">read</a> it.</p>
<p>
The story is about a family that bought a “HappyLife home.” The house does whatever they need for them. The family overrelies on their house. There are two problems with this.
</p>
<p>The first problem is the fact that they have nothing to do all day because the house does everything for them!</p>
<p>
The second problem is their children don’t listen to them anymore. This is because of the nursery in the house. They view the nursery as their own parents.
</p>
<p>
George tried to turn off the nursery because they are always in the African veldt in the nursery, so Peter and Wendy were not happy.
</p>
<p>
Peter wanted to kill his parents. He and his sister (Wendy) locked them in the nursery with the lions. George and Lidiya were eaten by the veldt lions.
</p>
<h3>17 September 2021</h3>
<p>PE. Swimming. <em>Sidestroke</em>. Help. Why do we need to learn <em>sidestroke</em>?! What’s the use? It’s so hard!!</p>
<p>Feet like scissors, as for hands . . . I don’t even know how to explain.</p>
<p><em>Help!!</em></p>
<p>I do have some good news though: I got a 90.24% on my math test. Previously I got a score around 70%. So I hope this 90 pulls my grade up a bit.</p>
<p>I also got a 90% on my biology test.</p>
<h3>29 September 2021</h3>
<p>I haven’t said anything in awhile . . . .</p>
<h2>October 2021</h2>
<h3>12 October 2021</h3>
<p>In Japanese class, we are now watching an anime called <i>Your Name</i>.</p>
<h2>November 2021</h2>
<h3>22 November 2021</h3>
<p>I finally fixed the language selection menu! My brain wants to die.</p>
<p><strong>Update:</strong> I have removed it owo. Because I’m unlikely to use it. and so it’s pointless.
<h2>February 2023</h2>
<h3>16 February 2023</h3>
<p>Wow, it's been awhile, also look at <a href="/stuff/runes">runes</a> for modern English lol.</p>
</div>
</body>
</html>