-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsuccess.html
167 lines (148 loc) · 5.89 KB
/
success.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="Images/icon.png">
<link href="https://fonts.googleapis.com/css2?family=Podkova:wght@800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="success.css">
<meta property="og:url" content="https://www.your-domain.com/your-page.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Save the Water!" />
<meta property="og:description" content="Game" />
<meta property="og:image" content="icon.png" />
<title>
Save the Water!
</title>
</head>
<body>
<table id="table1">
<tr>
<td id="column1">
<h1>
GOOD JOB!
</h1>
</td>
<td>
</td>
</tr>
<tr>
<td>
<div class="bubble">
<table>
<tr>
<td width="">
<p class="text1">
Awesome job! Cheru's family now has water - but it
<br> won't last them for long. One trip is barely enough for
<br> Cheru to make a kettle of tea. <br><br>
</p>
<p class="text1">
Water is a <span style="font-weight:600;">precious</span> resource that those in developed
<br> countries take for granted, but as climate change
<br> progresses and our population grows, even states such
<br> as <span style="font-weight:600;">California</span> struggle with having sufficient water. <br><br>
</p>
<p class="text1">
Conserve water, and donate towards organizations like
<br> <a href="https://generosity.org/"> Generosity.org </a> to help make sure no one else has to
<br> walk 6000m for their right to live.
</p>
</td>
<td valign="top">
<img src="Images/fam.png" id="sigh" height="450px">
<div style="margin-left:25%;margin-top:0;">
<div id="fb-root">
</div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- Your share button code -->
<div class="fb-share-button" data-href="https://www.savethewater.space/index.html" data-layout="button_count">
</div>
<a class="tumblr-share-button" href="https://www.tumblr.com/share">
</a>
<script id="tumblr-js" async src="https://assets.tumblr.com/share-button.js">
</script>
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?text=Hello%20world" data-size="medium">
Tweet</a>
<script>
window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
</script>
</td>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<p style="margin-left:1.5%;width:100%;">
<table>
<tr colspan="2">
<td>
<button id="CTA" onclick="window.location='game.html'">
<table>
<tr>
<td>
<img src="Images/refresh.png" height="21px" style="margin-right:10px">
</td>
<td id="replaytext">
REPLAY
</td>
</tr>
</table>
</button>
</td>
<td>
<button id="CTA2" onclick="window.location='index.html'" style="margin-left:8%">
<table>
<tr>
<td>
<img src="Images/home.png" height="23px" style="margin-right:10px">
</td>
<td id="replaytext">
HOME
</td>
</tr>
</table>
</button>
</td>
<td>
<button id="SKIP" onclick="window.location='https://thewaterproject.org/why-water/poverty'" style="width:300px">
CHERU'S STORY
</button>
</td>
<td>
<audio controls autoplay>
<source src="Sound/yay.mp3" type="audio/mpeg">
</audio>
</td>
</tr>
</table>
</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>