-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
410 lines (347 loc) · 15.7 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
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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE html>
<html>
<title>Harry</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="media/har.png">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/brands.js" integrity="sha384-sCI3dTBIJuqT6AwL++zH7qL8ZdKaHpxU43dDt9SyOzimtQ9eyRhkG3B7KMl6AO19" crossorigin="anonymous"></script>
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<style type="text/css">
#hha{
display: none;
}
#preloader{
background: #000 url(media/6.gif) no-repeat center center ;
background-size: 75%;
height: 100vh;
width: 100%;
position: fixed;
z-index: 100;
}
.cursor
{
position: fixed;
width: 40px;
height: 40px;
margin-left: -20px;
margin-top: -20px;
border-radius: 50%;
border: 2px solid whitesmoke;
transition: transform .2s ease;
transform-origin: center center;
pointer-events: none;
z-index: 1000;
display: none;
}
.grow{
transform: scale(3);
background: whitesmoke;
mix-blend-mode: difference;
border: none;
}
body{
cursor: none;
}
.gg{
text-decoration: none;
cursor: none;
}
::-webkit-scrollbar{
width: 8px;
background: #171a1b;
}
::-webkit-scrollbar-thumb{
border-radius: 8px;
background: linear-gradient(to bottom, #00aeff, #ff00ea );
}
.hh{
cursor: none;
}
</style>
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-black">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Yf5d_Zx3AaI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="hha"></iframe>
<div id="preloader"></div>
<div class="cursor" id="cursorrr"></div>
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in top left corner -->
<img src="media/ha.gif" style="width:100%">
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-black cursor-scale hh">
<i class="fa fa-home w3-xxlarge"></i>
<p>HOME</p>
</a>
<a href="#about" class="w3-bar-item w3-button w3-padding-large w3-hover-black cursor-scale hh">
<i class="fa fa-user w3-xxlarge"></i>
<p>ABOUT</p>
</a>
<a href="#my-works" class="w3-bar-item w3-button w3-padding-large w3-hover-black cursor-scale hh">
<i class="fas fa-music w3-xxlarge"></i>
<p>MY AI MUSIC COVERS</p>
</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large w3-hover-black cursor-scale hh">
<i class="fa fa-envelope w3-xxlarge"></i>
<p>CONTACT</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:25% !important">HOME</a>
<a href="#about" class="w3-bar-item w3-button" style="width:25% !important">ABOUT</a>
<a href="#my-works" class="w3-bar-item w3-button" style="width:25% !important">MY GRAPHIC DESIGNS</a>
<a href="#contact" class="w3-bar-item w3-button" style="width:25% !important">CONTACT</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-jumbo"><span class="w3-hide-small cursor-scale">I'm</span><span class="cursor-scale"> Harry</span></h1>
<p class="cursor-scale">AI Music Cover Maker</p>
<img src="media/Blood-Knowledge-GIF_11.gif" alt="boy" class="w3-image" width="992" height="1108">
</header>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="about">
<h2 class="w3-text-light-grey cursor-scale">My Name</h2>
<hr style="width:200px" class="w3-opacity">
<p>Im Harry, Myself as a AI Music Cover Maker, AI Voice Model Maker, Dataminer, 3D Artist, Web Designer, Programmer, etc.
</p>
<h3 class="w3-padding-16 w3-text-light-grey cursor-scale">My Skills</h3>
<p class="w3-wide cursor-scale">Web Designing</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:95%"></div>
</div>
<p class="w3-wide cursor-scale">Dataminer</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:85%"></div>
</div>
<p class="w3-wide cursor-scale">Graphic Designing</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:80%"></div>
</div><br>
<div class="w3-row w3-center w3-padding-16 w3-section w3-light-grey cursor-scale">
<div class="w3-quarter w3-section">
<span class="w3-xlarge">70+</span><br>
Subscribers
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">50+</span><br>
Videos Done
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">Trust - NF (feat. Eminem & Tech N9NE)(AI)</span><br>
Top AI Cover Video
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">2 Months+</span><br>
Experience In AI Covers And Models
</div>
</div>
<!-- Testimonials -->
<h3 class="w3-padding-24 w3-text-light-grey cursor-scale">My AI Voice Models(Click Image To Download!)</h3>
<a href="https://mega.nz/file/fiZRlABJ#6uHSSeMCAtLesA9wJ6iHOh41txW08nwoed_NDWZmwcw" style="text-decoration:none" target="_blank"><img src="media/em.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px"></a>
<p><span class="w3-large w3-margin-right">Eminem</span>American Rapper</p>
<p>Marshall Bruce Mathers III, known professionally as Eminem, is an American rapper, songwriter, and record producer.</p>
<!--a href="https://drive.google.com/file/d/1tznNmU2810_qozK9p-OOM_NhC5ooR5zF/view?usp=share_link" style="text-decoration:none" target="_blank"><p>50 Cent</p></a-->
<br>
<a href="https://mega.nz/file/wq4zzLjR#SEpJNWhafHmpmklZJ2N2IahdwdAdFpcBCgPTuQ1sGBo" style="text-decoration:none" target="_blank"><img src="media/50.jpg" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px"></a>
<p><span class="w3-large w3-margin-right">50 Cent</span>American Rapper</p>
<p>Curtis James Jackson III, known professionally as 50 Cent, is an American rapper, actor, television producer, and businessman.</p>
<!--a href="https://drive.google.com/file/d/1tznNmU2810_qozK9p-OOM_NhC5ooR5zF/view?usp=share_link" style="text-decoration:none" target="_blank"><p>50 Cent</p></a-->
<!-- Portfolio Section -->
<div class="w3-padding-64 w3-content" id="my-works">
<h2 class="w3-text-light-grey cursor-scale">My AI Music Covers(Click Image To Play The Respective Cover, Click Again To Stop)</h2>
<hr style="width:200px" class="w3-opacity">
<!-- Grid for photos -->
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half">
<img src="media/c1.png" style="width:100%" id="c1" class="clickable" title="Paid My Dues - NF (feat. Eminem)(AI)"/>
<audio id="a1" src="audio/1.mp3" type="audio/mp3"></audio>
<audio id="a3" src="audio/3.mp3" type="audio/mp3"></audio>
<audio id="a5" src="audio/5.mp3" type="audio/mp3"></audio>
<img src="media/c3.jpg" style="width:100%" id="c3" class="clickable" title="Speedom Fastest Verse New Eminem Cover"/>
<img src="media/c5.jpg" style="width:100%" id="c5" class="clickable" title="If River Was Fully Sang By Ed Sheeran"/>
</div>
<div class="w3-half">
<img src="media/c2.png" style="width:100%" id="c2" class="clickable" title="Trust - NF (feat. Eminem & Tech N9NE)(AI)"/>
<audio id="a2" src="audio/2.mp3" type="audio/mp3"></audio>
<audio id="a4" src="audio/4.mp3" type="audio/mp3"></audio>
<audio id="a6" src="audio/6.mp3" type="audio/mp3"></audio>
<img src="media/c4.jpg" style="width:100%" id="c4" class="clickable" title="If Homicide Was Fully Rapped By Eminem"/>
<img src="media/c6.png" style="width:100%" id="c6" class="clickable" title="If Juice WRLD Sang Hope By XXXTENTACION"/>
</div>
<!--div class="image1"><a href="#">Paid My Dues - NF (feat. Eminem)(AI)</a></div>
<div class="image2"><a href="#">Trust - NF (feat. Eminem & Tech N9NE)(AI)</a></div>
<div class="image3"><a href="#">Speedom Fastest Verse New Eminem Cover</a></div>
<div class="image4"><a href="#">If Homicide Was Fully Rapped By Eminem</a></div>
<div class="image5"><a href="#">If River Was Fully Sang By Ed Sheeran</a></div>
<div class="image6"><a href="#">If Juice WRLD Sang Hope By XXXTENTACION</a></div !-->
<!-- End photo grid -->
</div>
<!-- End Portfolio Section -->
</div>
<!-- Contact Section -->
<div class="w3-padding-24 w3-content w3-text-grey" id="contact">
<h2 class="w3-text-light-grey cursor-scale">Contact Me</h2>
<hr style="width:200px" class="w3-opacity">
<div class="w3-section">
<p><i class="fa fa-map-marker fa-fw w3-text-white w3-xxlarge w3-margin-right"></i>Lucknow, India</p>
<p><i class="fa fa-envelope fa-fw w3-text-white w3-xxlarge w3-margin-right"> </i> Email: harryajmk418@gmail.com</p>
</div><br>
<p>Let's get in touch. Send me a message:</p>
<button class="w3-button w3-light-grey w3-padding-large cursor-scale">
<a href="https://discord.gg/zcRxeWGVrM" class="gg" target="_blank"><i class="fa fa-paper-plane"></i> SEND MESSAGE</a>
</button>
<!-- End Contact Section -->
</div>
<!-- Footer -->
<footer class="w3-content w3-padding-24 w3-text-grey w3-xlarge">
<a href="https://twitter.com/Harry_AJMK418" class="hh" target="_blank"><i class="fab fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.artstation.com/harry_ajmk418" class="hh" target="_blank"><i class="fab fa-artstation w3-hover-opacity"></i></a>
<a href="https://www.youtube.com/channel/UC26piqRGkQzAV1kUyPVVDug" class="hh" target="_blank"><i class="fab fa-youtube w3-hover-opacity"></i></a>
<a href="https://discordapp.com/users/858895815842332673" class="hh" target="_blank"><i class="fab fa-discord w3-hover-opacity"></i></a>
<!-- End footer -->
</footer>
<!-- END PAGE CONTENT -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js"></script>
<script src="main.js"></script>
<!--script type="text/javascript">
var loader = document.getElementById("preloader")
window.addEventListener("load", function(){
loader.style.display = "none";
})
document.getElementById("c1").onclick = function() {
var audio = document.getElementById("a1");
if (audio.paused) audio.play();
else audio.pause();
};
document.getElementById("c2").onclick = function() {
var audio = document.getElementById("a2");
if (audio.paused) audio.play();
else audio.pause();
};
document.getElementById("c3").onclick = function() {
var audio = document.getElementById("a3");
if (audio.paused) audio.play();
else audio.pause();
};
document.getElementById("c4").onclick = function() {
var audio = document.getElementById("a4");
if (audio.paused) audio.play();
else audio.pause();
};
document.getElementById("c5").onclick = function() {
var audio = document.getElementById("a5");
if (audio.paused) audio.play();
else audio.pause();
};
document.getElementById("c6").onclick = function() {
var audio = document.getElementById("a6");
if (audio.paused) audio.play();
else audio.pause();
};
</script-->
<!--script type="text/javascript">
var loader = document.getElementById("preloader");
window.addEventListener("load", function(){
loader.style.display = "none";
});
var clickableImages = document.getElementsByClassName("clickable");
var audioElements = document.getElementsByTagName("audio");
for (var i = 0; i < clickableImages.length; i++) {
clickableImages[i].addEventListener("click", function() {
var audioId = "a" + this.id.slice(1);
var audio = document.getElementById(audioId);
// Pause all audio elements except the clicked one
for (var j = 0; j < audioElements.length; j++) {
if (audioElements[j] !== audio) {
audioElements[j].pause();
}
}
// Toggle the play/pause state of the clicked audio
if (audio.paused) {
audio.play();
} else {
audio.pause();
audio.currentTime = 0; // Reset audio to the beginning
}
});
}
</script-->
<script>
// Store the audio elements and their current time in an object
var loader = document.getElementById("preloader");
window.addEventListener("load", function(){
loader.style.display = "none";
});
var audioElements = {
a1: { element: document.getElementById('a1'), currentTime: 0 },
a2: { element: document.getElementById('a2'), currentTime: 0 },
a3: { element: document.getElementById('a3'), currentTime: 0 },
a4: { element: document.getElementById('a4'), currentTime: 0 },
a5: { element: document.getElementById('a5'), currentTime: 0 },
a6: { element: document.getElementById('a6'), currentTime: 0 }
};
var currentAudio = null;
function togglePlayback(id) {
var audio = audioElements[id].element;
var currentTime = audioElements[id].currentTime;
if (currentAudio === id) {
if (audio.paused) {
audio.currentTime = currentTime;
audio.play();
} else {
audio.pause();
audioElements[id].currentTime = audio.currentTime;
}
} else {
if (currentAudio !== null) {
audioElements[currentAudio].element.pause();
audioElements[currentAudio].element.currentTime = 0;
}
audio.currentTime = currentTime;
audio.play();
currentAudio = id;
}
}
var images = document.getElementsByClassName('clickable');
for (var i = 0; i < images.length; i++) {
images[i].addEventListener('click', function(event) {
var id = event.target.id.replace('c', 'a');
togglePlayback(id);
});
}
// Hide the scroll bar and cursor when the website is loading
document.documentElement.style.overflow = 'hidden';
// Add an event listener to show the scroll bar and cursor once the website finishes loading
window.addEventListener('load', function() {
document.documentElement.style.overflow = 'auto';
});
// Hide the div when the website loads
document.addEventListener('DOMContentLoaded', function() {
var myDiv = document.getElementById('cursorrr');
myDiv.style.display = 'none';
});
// Show the div when the website is loaded
window.addEventListener('load', function() {
var myDiv = document.getElementById('cursorrr');
myDiv.style.display = 'block';
});
</script>
</body>
</html>