-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (117 loc) · 5.1 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!--font-->
<link rel="stylesheet" href="https://use.typekit.net/flq4alg.css">
<link rel="stylesheet" href="styles.css">
<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>Jimmy Sakurai</title>
</head>
<body>
<div id="container">
<!-- strings-->
<hr class="hr-a">
<hr class="hr-b">
<hr class="hr-c">
<hr class="hr-d">
<hr class="hr-e">
<hr class="hr-f">
<!-- AUDIO MATERIAL-->
<audio class="audio-string6" src="guitar-sound/6.mp3"></audio>
<audio class="audio-string5" src="guitar-sound/5.mp3"></audio>
<audio class="audio-string4" src="guitar-sound/4.mp3"></audio>
<audio class="audio-string3" src="guitar-sound/3.mp3"></audio>
<audio class="audio-string2" src="guitar-sound/2.mp3"></audio>
<audio class="audio-string1" src="guitar-sound/1.mp3"></audio>
<section class="intro-text">
<p class="tribute-p">A tribute to Jimmy Sakurai's</p>
<h1 class="obsession-h1">OBSESSION</h1>
</section>
<section class="moon-section">
<img class="moon" src="imgs/moon.webp" alt="">
</section>
<section class="if-you-never-heard-section">
<p class="never-heard-p">IF YOU'VE NEVER HEARD OF <span class="akio">AKIO</span> SAKURAI...</p>
</section>
<section class="selfie-section">
<img class="selfie" src="imgs/selfie.webp" alt="">
</section>
<section class="does-not-exist-section">
<p class="does-not-exist-p">IT'S BECAUSE THAT NAME DOESN'T EXIST.</p>
</section>
<section class="ghost-section">
<img class="ghost" src="imgs/ghost.webp" alt="">
</section>
<section class="for-the-past-30-years-section">
<p class="for-the-past-30-years-p">FOR THE PAST 30 YEARS HE'S BEEN <span class="jimmy">JIMMY</span> SAKURAI.</p>
</section>
<section class="footsteps-section">
<img class="footsteps" src="imgs/footsteps.webp" alt="">
</section>
<section class="thorough">
<p class="the-most-thorough-imitator-p">THE MOST <span class="thorough-color">THOROUGH</span> IMITATOR OF JIMMY PAGE.</p>
</section>
<section class="born-section">
<img class="born" src="imgs/streets-of-japan.webp" alt="">
</section>
<section class="in-japan">
<p class="born-in-japan-p">AKIO WAS BORN IN JAPAN.</p>
</section>
<section class="born-in-japan-section">
<img class="ramen" src="imgs/ramen.webp" alt="Image of a ramen">
<img class="vinyl" src="imgs/vinyl.webp" alt="Image of a vinyl">
</section>
<section class="reborn">
<p class="reborn-p">BUT WAS <span class="reborn-color">REBORN</span> AFTER LISTENING TO LED ZEPPELIN.</p>
</section>
<section class="perfection-section">
<img class="perfection" src="imgs/perfection.webp" alt="">
</section>
<section class="from-then-onwards-section">
<p class="from-then-onwards-p">FROM THEN ONWARDS, HE ASPIRED TO PERFORM
<span class="exactly">EXACTLY</span> LIKE THE BAND.
</p>
</section>
<section class="anatomy-section">
<img class="anatomy" src="imgs/anatomy.webp" alt="">
</section>
<section class="micro-section">
<p class="micro-p">ON A <span class="micro">MICROSCOPICAL</span> LEVEL.</p>
</section>
<section class="monk-section">
<img class="monk" src="imgs/monk.webp" alt="">
</section>
<section class="monk-txt">
<p class="like-an-obsessed-monk-p">LIKE AN <span class="obsessed">OBSESSED</span>
MONK, FULLFILLING HIS DUTY.
</p>
</section>
<section class="maze-section">
<img class="maze" src="imgs/maze10.webp" alt="">
</section>
<section class="too-far-section">
<p class="too-far-p">MANY WOULD SAY HE'D GONE <span class="too-far">TOO FAR</span>.</p>
</section>
<section class="heaven-section">
<img class="heaven" src="imgs/heaven.webp" alt="">
</section>
<section class="heaven-text">
<p class="heaven-p">"NOT FAR <span class="enough">ENOUGH</span>", HE'D REPLY.</p>
</section>
</div>
<script src="app.js"></script>
<!--
AOS LIBRARY
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
-->
</body>
</html>