-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage12.html
More file actions
212 lines (205 loc) · 8.29 KB
/
page12.html
File metadata and controls
212 lines (205 loc) · 8.29 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<title>Index</title>
<link rel="shortcut icon" href="favicon.ico" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="jq7.js"></script>
<style>
body {
font-family: monospace;
overflow-x: hidden;
}
.formatted {
white-space: pre;
margin: 0 auto;
width: 400px;
}
#draggable:hover {
cursor: grab;
}
#first:hover {
text-shadow: 5px 5px 5px rgba(0, 0, 0);
}
#second {
display: none;
}
#second:hover {
text-shadow: 5px 5px 5px rgba(0, 0, 0);
}
#third {
display: none;
}
#third:hover {
text-shadow: 5px 5px 5px rgba(0, 0, 0);
}
#fourth {
display: none;
}
#fourth:hover {
text-shadow: 5px 5px 5px rgba(0, 0, 0);
}
#fifth {
display: none;
}
#fifth:hover {
text-shadow: 5px 5px 5px rgba(0, 0, 0);
}
#sixth {
display: none;
color: blue;
}
#sixth:hover {
text-shadow: 5px 5px 5px blue;
}
#see {
color: blue;
margin-top: -100;
display: none;
}
#see_span {
text-align: center;
display: block;
}
#see_span:hover {
padding: 10px;
color: red;
}
a {
text-decoration: none;
margin-left: 50px;
}
a:hover {
font-style: italic;
cursor: grab;
}
.clouds {
display: none;
width: 100%;
background-image: url("clouds.gif");
height: 300px;
margin-top: -400px;
position: absolute;
z-index: -10;
}
.gate {
margin-top: 500px;
margin-bottom: 100px;
display: none;
width: 100%;
text-align: right;
margin-left: -100px;
}
.gate img {
width: 200px;
}
.gate img:hover {
cursor: grab;
}
</style>
</head>
<body>
<!--prettier-ignore-->
<div class="formatted" id="draggable">
<span id="first">Your eyes are open
So never close them</span>
<span id="second">You'll sail the ocean
Finding where you should be</span>
<span id="third">And if you're broken
You'll make your own thing</span>
<span id="fourth">You'll make it so big
For all the world to see</span>
<span id="fifth">You'll make it so damn big</span>
<span id="sixth">
For all the world to see</span>
<!--Next Up Forever by AJR-->
<!--AJR. Lyrics to "Next Up Forever." Genius, 2019, https://genius.com/Ajr-next-up-forever-lyrics-->
</div>
<!--prettier-ignore-->
<div class="see" id="see">
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span">For all the world to see</span>
<span id="see_span" style="opacity: 0.9;">For all the world to see</span>
<span id="see_span" style="opacity: 0.9;">For all the world to see</span>
<span id="see_span" style="opacity: 0.8;">For all the world to see</span>
<span id="see_span" style="opacity: 0.8;">For all the world to see</span>
<span id="see_span" style="opacity: 0.8;">For all the world to see</span>
<span id="see_span" style="opacity: 0.7;">For all the world to see</span>
<span id="see_span" style="opacity: 0.7;">For all the world to see</span>
<span id="see_span" style="opacity: 0.6;">For all the world to see</span>
<span id="see_span" style="opacity: 0.6;">For all the world to see</span>
<span id="see_span" style="opacity: 0.5;">For all the world to see</span>
<span id="see_span" style="opacity: 0.5;">For all the world to see</span>
<span id="see_span" style="opacity: 0.4;">For all the world to see</span>
<span id="see_span" style="opacity: 0.4;">For all the world to see</span>
<span id="see_span" style="opacity: 0.3;">For all the world to see</span>
<span id="see_span" style="opacity: 0.3;">For all the world to see</span>
<span id="see_span" style="opacity: 0.3;">For all the world to see</span>
<span id="see_span" style="opacity: 0.2;">For all the world to see</span>
<span id="see_span" style="opacity: 0.2;">For all the world to see</span>
<span id="see_span" style="opacity: 0.1;">For all the world to see</span>
<span id="see_span" style="opacity: 0.1;">For all the world to see</span>
<span id="see_span" style="opacity: 0.1;">For all the world to see</span>
<span id="see_span" style="opacity: 0.1;">For all the world to see</span>
<span id="see_span" style="opacity: 0.05;">For all the world to see</span>
<span id="see_span" style="opacity: 0.05;">For all the world to see</span>
</div>
<div class="clouds" id="clouds"></div>
<div class="gate" id="gate">
<a href="page13.html"><img src="gate.png" /></a>
</div>
</body>
</html>