-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (170 loc) · 7.41 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<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" />
<title>Group 1 Assignment 3</title>
<link rel="stylesheet" href="./style/index.css" />
<script src="./script.js" defer></script>
</head>
<body>
<div class="pop-up"> <img class="test" src="./images/landscape.png" alt=""></div>
<main>
<!-- SCENE 1 -->
<div class="scene1">
<div class="clouds">
<div class="clouds__1">
<div class="clouds__1--1"></div>
<div class="clouds__1--2"></div>
<div class="clouds__1--3"></div>
</div>
<div class="clouds__2">
<div class="clouds__2--1"></div>
<div class="clouds__2--2"></div>
<div class="clouds__2--3"></div>
</div>
</div>
<div class="sun"></div>
<div class="scene1__content">
<img class="scene1__content-man" src="images/man.png">
<img class="scene1__content-dock" src="./images/fishing_dock.png" alt="" />
<img
class="scene1__content-bottle throwBottleAnimation"
src="./images/nice-bottle.png"
alt=""
/>
</div>
<div class="waves">
<div class="waves__1"></div>
<div class="waves__2"></div>
<div class="waves__3"></div>
<div class="waves__4"></div>
</div>
</div>
<!-- SCENE 2 -->
<div class="scene2">
<div class="plant-container">
<img class="plant-container__background-plants-left" src="./images/coral-purple.png" alt=""/>
<img class="plant-container__scene2Fish1" src="./images/fish3D.png" alt="">
</div>
<div class="text-container">
<p>
A man on a trip, by the ocean struggling to dispose of his water bottle. Unable to find a trash bin, he finally throws it in the ocean. The bottle's journey begins as it drifts away alone in the vast ocean.
</p>
</div>
<div>
<img class="scene2__scene2Fish2" src="./images/fishBlack4.png" alt="">
</div>
<!-- Fill with fish or something -->
<div class="plant-container">
<img class="plant-container__background-plants-right" src="./images/pink-coral.png" alt=""/>
</div>
</div>
<!-- SCENE 3 -->
<div class="scene3">
<div class="text-container">
<p>
The water bottle floated on the surface, enjoying the colorful world around it, until it started to sink.
Fishes started swarming the bottle, and it had to fight to stay afloat.
</p>
</div>
<div class="plant-container">
<img class="plant-container-fish1" src="./images/fishGreen.png" alt="">
<img class="plant-container__background-plants-right" src="./images/green-sea-grass-right.png" alt=""/>
</div>
<div>
<img class="scene3__scene3Fish2" src="./images/fish3D.png" alt="">
</div>
</div>
<!-- SCENE 4 -->
<div class="scene4">
<div class="plant-container">
<img class="plant-container__background-plants-left" src="./images/dead-coral-left.png" alt=""/>
</div>
<div class="text-container">
<p>
After a long journey, the bottle finally hits the ocean floor and ends up in a trash can.
This short story emphasizes the negative impact of human contamination on water and the environment.
</p>
</div>
<div>
<img class="scene4__scene4Fish1" src="./images/fishDead.png" alt="">
</div>
<div class="plant-container">
<img class="plant-container__background-plants-right" src="./images/dead-coral-right.png" alt="">
</div>
</div>
<!-- SCENE 5 -->
<div class="scene5">
<div class="text-container">
<p>
It shows the struggles of survival and battling the environment.
In the end, the bottle's fate becomes a silent reminder to protect the environment and preserve order.
</p>
</div>
<div><img class="scene5__scene5Fish1" src="./images/fishDead.png" alt=""></div>
<div class="plant-container">
<img
class="plant-container__background-plants-left"
src="./images/dead-coral-left.png"
alt=""
/>
</div>
<div class="plant-container">
<img
class="plant-container__background-plants-right"
src="./images/dead-coral-right.png"
alt=""
/>
</div>
</div>
<!-- SCENE 6 -->
<div class="scene6">
<h3 class="scene6__title">IS THIS THE EARTH YOU WANT TO LIVE ON ?</h3>
</div>
<!-- SCENE 7 -->
<div class="scene7"></div>
<!-- SCENE 8 -->
<div class="scene8"></div>
<!-- SCENE 9 -->
<div class="scene9">
<h3 class="scene9__title">WHAT IT COULD BE INSTEAD</h3>
<div class="scene9__img-container ">
<img class="scene9__img-container-trashExample1" src="./images/tshirt.webp" alt="">
<img class="scene9__img-container-trashExample2" src="./images/upholstery.png" alt="">
<img class="scene9__img-container-trashExample3" src="./images/sleepingba.png" alt="">
<img class="scene9__img-container-trashExample4" src="./images/recycled-bottle.png" alt="">
<img class="scene9__img-container-trashExample5" src="./images/carpet.avif" alt="">
</div>
<img class="scene9__trash-bin" src="./images/trash-bin.png" alt="">
<div class="scene9__remove-bottle-trigger"></div>
</div>
<!-- SCENE 10 -->
<div class="scene10">
<svg viewbox="0 0 800 800" width="80vw" height="80vh" class="head-speech" >
<g class="head">
<circle cx="200" cy="200" r="100" fill="grey" class="head"/>
<path d="M 300 400 Q 300 250 350 250 Q 400 300 400 150" stroke="black" stroke-width="2" fill="none" class="hair"></path>
<path d="M 350 400 Q 400 300 350 300 Q 250 250 350 200 " stroke="black" stroke-width="2" fill="none" class="hair"></path>
<g class="left-eye">
<circle cx="200" cy="200" r="15" fill="white" class="left-eye__ball"/>
<circle cx="200" cy="200" r="5" fill="black" class="left-eye__pupil"/>
</g>
<g class="right-eye">
<circle cx="200" cy="200" r="15" fill="white" class="right-eye__ball"/>
<circle cx="200" cy="200" r="5" fill="black" class="right-eye__pupil"/>
</g>
<g class="mouth">
<path d="M 100 300 Q 150 50 300 200 Q 450 50 500 300 C 500 300 350 550 100 300" fill="white" stroke="red" stroke-width="20">
</g>
</g>
<path d="M 250 50 Q 350 0 500 50 Q 600 100 650 200 A 50 50 0 1 1 300 350 A 50 50 0 1 1 300 350 L 100 450 L 200 300 Q 150 150 250 50" fill="white" stroke="white" class="speech-bubble" />
<a href="https://sdgs.un.org/goals/goal14" target="_blank">
<text stroke="black" font-size="40" y="350" x="340" fill="black" text-decoration="underline" class="txt-svg">READ MORE HERE</text>
</a>
</svg>
<img src="./images/tracksuit.svg" alt="t-shirt" class="tshirt">
</div>
</main>
</body>
</html>