-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene_three.html
More file actions
32 lines (32 loc) · 1.87 KB
/
scene_three.html
File metadata and controls
32 lines (32 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Raised By Robots</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="js/jquery-3.5.0.js"></script>
<script src="js/scene_three.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
</style>
</head>
<body>
<audio id="sound1" src="sounds/lullaby_short.mp3" preload="auto"></audio>
<div id="scene_three" onclick="document.getElementById('sound1').play();"></div>
<div class="holder">
<div class="text">
<p>Hesitantly, Sandra placed Lucas in the crib, and stepped back a few paces to see what would happen. As Lucas saw his mother move further and further away, he became distressed, and had started to cry. Although Sandra had already begun walking towards her baby once again, the crib had already taken action. In a heartbeat, a mobile appeared above Lucas, and “Twinkle, Twinkle, Little Star” had begun playing in the background. Before Sandra had even made it back to Lucas, he was giggling, reaching for the mobile above him. Sandra looked towards Kenny, who was grinning. “I think that’s our cue to get some rest,” Kenny had whispered, already walking towards the door. Although Sandra was hesitant to leave her baby’s side for the first time, the thought of sleep dragged her away as she headed to her bedroom. She looked back at him when she reached the door, but continued to walk away.</p>
<br />
</div>
<div class="button">
<br />
<br />
<br />
<br />
<br />
<br />
<a href="scene_four.html"><img src="images/next.jpg"></a>
</div>
</div>
</body>
</html>