-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (44 loc) · 1.9 KB
/
index.html
File metadata and controls
56 lines (44 loc) · 1.9 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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<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=Fredericka+the+Great&family=Sail&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Rubik+Moonrocks&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Grenze+Gotisch&family=Tapestry&display=swap" rel="stylesheet">
<body style="background-image:url('https://i.pinimg.com/originals/0b/59/34/0b5934b623f3c6f5377f221959d77982.gif'); background-repeat: no-repeat; background-size: cover !important; margin:0;">
<br>
<br>
<br>
<br>
<br>
<br>
<img id="pic" align=right src=https://i.postimg.cc/MpQf6NVB/Jing-adult-new1.png width=50% height=auto style="margin-right:-200px;transition: 5s;">
<br>
<br>
<br>
<center>
<font color="#ffd700" style="font-family: 'Grenze Gotisch', cursive;font-size:80px;"><b>Jing</b></font>
<br>
<hr>
<br>
<font color="#ffd700" face='verdana' style="font-family: 'Tapestry', cursive;font-size:40px;">
A man that just love to have fun, hang with his friends and going to adventures.
</font>
<br>
</center>
<iframe width=0 height=0 src=https://www.youtube.com/embed/0OGCsECyIt8?autoplay=1 title=YouTube video player frameborder=0 allow=accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture allowfullscreen></iframe>
<script>
$(document).ready(function(){
//$('img').fadeout();
/*$('img').hide();
$('img').fadeIn(3000);
$('font').hide();
$('font').fadeTo(3000, 1.0);*/
$('#pic').hide();
$('font').hide();
$('#pic').animate({"margin-right": '+=200'}, 1000);
$('#pic').fadeTo(3000, 1.0);
/*$('#blood').animate({"margin-right": '+=300'}, 1000);
$('#blood').fadeTo(3000, 1.0);*/
$('font').fadeTo(3000, 1.0);
});
</script>