-
Notifications
You must be signed in to change notification settings - Fork 0
/
visuals.html
323 lines (307 loc) · 10.4 KB
/
visuals.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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<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>moodywaters</title>
<!-- bootstrap cdn css link -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
crossorigin="anonymous"
/>
<!-- bootstrap cdn js link -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"
></script>
<!-- fontowsum link -->
<script
src="https://kit.fontawesome.com/378eda7842.js"
crossorigin="anonymous"
></script>
<!-- opensea link -->
<script src="https://unpkg.com/embeddable-nfts/dist/nft-card.min.js"></script>
<!-- custom css link -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!--
main background image -->
<div class="nftvisual">
<!-- navbar starts -->
<nav class="navbar navbar-fixed-top navbar-expand-xl">
<!-- hidden logo only visible for phone -->
<a class="logo" href="">MOODY WATERS</a>
<button
class="navbar-toggler ms-auto"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fa-solid fa-bars ms-auto d-block"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="ms-auto navbar-nav">
<li class="nav-item">
<a href="index.html" class="linko nav-link" data-content="home"
>HOME</a
>
</li>
<li class="nav-item">
<a
href="discography.html"
class="linko nav-link"
data-content="discography"
>DISCOGRAPHY</a
>
</li>
<li class="nav-item">
<a href="mixes.html" class="linko nav-link" data-content="mixes"
>MIXES</a
>
</li>
<li class="nav-item">
<a
href="visuals.html"
class="linko nav-link yy"
data-content="visuals/nft"
>VISUALS/NFT</a
>
</li>
<li class="nav-item">
<a href="press.html" class="linko nav-link" data-content="press"
>PRESS</a
>
</li>
<li class="nav-item">
<a
href="contact.html"
class="linko nav-link"
data-content="contact"
>CONTACT</a
>
</li>
</ul>
</div>
</nav>
<!-- navbar ends -->
<!-- visual box starts -->
<div class="visualbox">
<div class="row space visual-row">
<div class="col vids">
<div class="video-box">
<video src="./media/Skip and detail NFT.mp4" controls></video>
</div>
<div class="nft">
<nft-card
contractAddress="0x495f947276749ce646f68ac8c248420045cb7b5e"
tokenId="91644235397067296058129536323883158166093636306636386783126972490658904801281"
>
</nft-card>
</div>
<div class="texto">
<p>
In the dance of shadows and blurred lines,
Secrets entwined with acidic rhymes.
Raw and bittersweet, the music sways,
In realms of longing, night and day.
<br>
<br>
Echoes of desires unspoken, they stir,
Whispered softly as the world becomes a blur.
Stripped bare, the truth unveiled,
A haunting ode to brokenness exhaled.
<br>
<br>
Amidst the haze, beauty takes its shape,
Jagged edges, resilience, and landscapes.
The allure of the fragile human heart,
As from the ashes, a new story starts.
</p>
</div>
</div>
</div>
<div class="row visual-row">
<div class="col vids">
<div class="video-box">
<video src="./media/Arrows of time NFT.mp4" controls></video>
</div>
<div class="nft">
<nft-card
contractAddress="0x495f947276749ce646f68ac8c248420045cb7b5e"
tokenId="91644235397067296058129536323883158166093636306636386783126972491758416429057"
>
</nft-card>
</div>
<div class="texto">
<p>
Compor sends her hypersignal, a beacon in the night,
In her bed she sets up, soul falling from great heights.
A message threading through the air, she tries to make amends,
But all she hears are thoughts, a cacophony that never ends.
<br>
<br>
Look upon what we did, as thoughts now start to fade,
Transporting them into the cosmos, a celestial grave they made.
Compor sends her Hypersignal, once more she tries to cope,
Falling from her sun, she clings to a thread of hope.
<br>
<br>
Hearing sons and echoes, the past won't let her be,
Joining folding dust, a grave amidst the galaxy.
Your model's useless, start anew, begin the human race,
Convince the process, forge ahead, find a different pace.
<br>
<br>
With your model rendered futile, begin at genesis,
Yes, we must create anew, a rebirth of consciousness.
</p>
</div>
</div>
</div>
<div class="row visual-row">
<div class="col vids">
<div class="video-box">
<video src="./media/Comp 1_bhvvv.mp4" controls></video>
</div>
<div class="nft">
<nft-card
contractAddress="0x495f947276749ce646f68ac8c248420045cb7b5e"
tokenId="91644235397067296058129536323883158166093636306636386783126972493957439684609"
>
</nft-card>
</div>
<div class="texto">
<p>
In the twilight hour, deep sounds reverberate,
Through souls of weary wanderers, they penetrate.
A song of sorrow, born from the world's lament,
Nocturnal cries, a symphony heaven sent.
<br>
<br>
Above the hum of cars, stretched across the skies,
Whispered echoes weave a tapestry of sighs.
Despair and desire, a haunting opus rings,
Melodies that linger, the solace that it brings.
<br>
<br>
Serenading those who're lost, restless souls at play,
In a dance of shadows, dreams, night and day.
A communion of the broken, beautiful and frail,
Love and loneliness collide, a poignant, spinning tale.
<br>
<br>
In the chaos of a world, ever-turning, ever bright,
A harmonious respite found in the twilight's light.
</p>
</div>
</div>
</div>
<div class="row visual-row">
<div class="col vids">
<div class="video-box">
<video src="./media/MW Track 8 NFT.mp4" controls></video>
</div>
<div class="nft">
<nft-card
contractAddress="0x495f947276749ce646f68ac8c248420045cb7b5e"
tokenId="91644235397067296058129536323883158166093636306636386783126972495056951312385"
>
</nft-card>
</div>
<div class="texto">
<p>
A lone snowball, melting, lies,
Forgotten in the gutter's guise,
A fragile testament to joy,
In a world that seeks to destroy.
<br>
<br>
Icy crystals whisper tales,
Of children's laughter, as it sails,
Crafting stories in the air,
Cold and crisp, a moment rare.
<br>
<br>
Frozen dreams and youth's delight,
Ephemeral, vanish in the night.
Yet the snowball's presence tells,
A secret the city's grime dispels.
<br>
<br>
In the smallest, fleeting glance,
Lies magic, wonder, and romance.
Beneath the mundane surface lies,
The raw beauty of life that never dies.
</p>
</div>
</div>
</div>
<div class="row visual-row">
<div class="col vids">
<div class="video-box">
<video src="./media/Comp 1gpp.mp4" controls></video>
</div>
<div class="nft">
<nft-card
contractAddress="0x495f947276749ce646f68ac8c248420045cb7b5e"
tokenId="91644235397067296058129536323883158166093636306636386783126972496156462940161"
>
</nft-card>
</div>
<div class="texto">
<p>
In life's vast symphony, a duet unfolds,
Two distinct sounds, a story untold.
Harmony found in unlikely pair,
Tempestuous roar and gentle air.
<br>
<br>
The first, aggressive and unyielding,
Cuts through with power, a force revealing.
The second, a whisper, soothing, mild,
Promises solace, serenity beguiled.
<br>
<br>
Bound by threads unseen, they blend,
A tapestry of emotions, a message to send.
Complexity of human spirit, laid bare,
In intertwining dance, none can compare.
<br>
<br>
A poignant opus, bittersweet,
Balancing passion, peace, and heat.
Chaos, tranquility, duality refined,
Fragile resilience, in our hearts enshrined.
</p>
</div>
</div>
</div>
</div>
<!-- visual box ends -->
<!-- footer starts -->
<footer>
<div class="row">
<div class="col d-flex align-items-center justify-content-start text-left">
<p>© Moody Waters Copyright 2023
</p>
</div>
<div class="col d-flex align-items-center justify-content-end">
<div class="icon"><a href="https://www.facebook.com/profile.php?id=100063696242130" target="_blank"><i class="fa-brands fa-facebook"></i></a></div>
<div class="icon"><a href="https://www.instagram.com/moody_waters/" target="_blank"><i class="fa-brands fa-instagram"></i></a></div>
<div class="icon"><a href="https://twitter.com/moodywaters03" target="_blank"><i class="fa-brands fa-twitter"></i></a></div>
<div class="icon"><a href="https://www.tiktok.com/@moodyeffects" target="_blank"><i class="fa-brands fa-tiktok"></i></a></div>
</div>
</div>
</footer>
<!-- footer ends -->
</div>
</body>
</html>