-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (212 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Biryani:wght@900&family=Lato:ital,wght@0,300;0,900;1,100;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<title>Oriental Fighters</title>
</head>
<body>
<!-- lightbox -->
<!-- Wanwan -->
<div class="modal" id="modal1">
<img src="https://i.redd.it/poldulqj5de51.jpg" width="540px" height="420px" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal2">
<img src="https://gamingonphone.com/wp-content/uploads/2020/01/wanwan.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal3">
<img src="https://i.redd.it/hz94wizwhky41.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<!-- Ling -->
<div class="modal" id="modal4">
<img src="https://wallpapercave.com/wp/wp5854182.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal5">
<img src="https://i.redd.it/andivli0daz41.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal6">
<img src="https://wallpapercave.com/wp/wp6888720.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<!-- Zilong !-->
<div class="modal" id="modal7">
<img src="https://wallpaperaccess.com/full/2577620.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal8">
<img src="https://www.wallpapertip.com/wmimgs/163-1637935_wallpaper-mobile-legends-terbaik-untuk-pc-kamu-ini.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal9">
<img src="https://1.bp.blogspot.com/-2ZJxpvC-PyM/XsOyjIHsKWI/AAAAAAAAChw/YFT1gxj-7l4dB35dq378wDywiAOTs0qfQCLcBGAsYHQ/s1600/wallpaper-zilong-changbanpo-commander-skin-mobile-legends-full-hd-for-pc-hobigame.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<!-- Baxia -->
<div class="modal" id="modal10">
<img src="https://2.bp.blogspot.com/-5q4ZGbJSMxs/XW1Uiq2mFDI/AAAAAAAAMtE/BnTQwyvcEhcxb46azar431punfiRPL1oQCLcBGAs/w914-h514-p-k-no-nu/baxia-mobile-legends-uhdpaper.com-4K-3.947-wp.thumbnail.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal11">
<img src="https://cdn.oneesports.gg/wp-content/uploads/2020/07/MLBB_Baxia_BadassRoller-1024x576.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<div class="modal" id="modal12">
<img src="https://api.duniagames.co.id/api/content/upload/file/2324778581571301779.jpg" alt=""><div class="closebtn" onclick="this.parentElement.style.display='none';">X</div>
</div>
<!-- Notif !-->
<div class="notif delay" id="notif">
<p>Unofficial website mobile legend | Project006 | January, 1 2020 | Create by Bayu Setyawan</p>
<p onclick="this.parentElement.style.top='-200px';">x</p>
</div>
<div class="warning delay" id="warning">
<h1>This website images are from google image. if you open this using mobile Data, It would be recommended to leave this site</h1>
<p onclick="agree()">I agree to wait</p>
</div>
<a href="https://m.mobilelegends.com/"><div class="logo"></div></a>
<div class="button op" onclick ="on()"></div>
<div class="header">
<div class="transparent">
<div class="coriental">
<div class="oriental"></div>
<h1></h1>
<p>In the previous article, we talked about the adaptation of four Chinese constellations into the Oriental Fighter heroes in Mobile Legends, which are Azure Dragon, White Tiger, Vermilion Bird, dan Black Tortoise.
These four constellations have their own task, which to protect the eastern, southern, western, and northern areas of ancient Chinese.
The abilities of the four Oriental Fighter heroes mimics those constellations, Zilong has the power of a dragon, Ling can fly like a bird, Wanwan that has the agility of a white tiger, and Baxia that can transform into a black turtle.</p>
<div class="sect">
<div class="hero flex">
<div class="wanwan1"></div>
<a href="#1"><p>Wanwan</p></a>
</div>
<div class="hero flex">
<div class="ling1"></div>
<a href="#2"><p>Ling</p></a>
</div>
<div class="hero flex">
<div class="zilong1"></div>
<a href="#3"><p>Zilong</p></a>
</div>
<div class="hero flex">
<div class="baxia1"></div>
<a href="#4"><p>Baxia</p></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="content" id="1">
<div class="wanwan setImg left height op size border" id="wanwan"></div>
<div class="sec right">
<div id="emblemW" class="delay"></div>
<h1 style="color: rgb(204, 159, 42);">Wanwan</h1>
<div class=""></div>
<h2 style="color: rgb(150, 119, 49);">Agile Tiger</h2>
<div class="stats flex">
<div class="stat1">
<p><b>Age</b> : 15 years old</p>
<p><b>Height</b> : 162 cm</p>
</div>
<div class="stat1">
<p><b>Ability</b> : Needles in Flowers</p>
<p><b>Weapon</b> : Crossbow</p>
</div>
</div>
<div class="text">
<span></span><p>Brought up in the Bashu Region, Wanwan, born in a prestigios family well-known for crafting hidden weapons and mechanical weapons, is an expert at those stuff. Extremely agile when she moves, she is an important member of the Oriental Fighters.</p>
</div>
<div class="box flex" id="box">
<img src="https://i.redd.it/poldulqj5de51.jpg" onclick="img1()"></img>
<img src="https://gamingonphone.com/wp-content/uploads/2020/01/wanwan.jpg" onclick="img2()"></img>
<img src="https://i.redd.it/hz94wizwhky41.jpg" onclick="img3()"></img>
</div>
</div>
</div>
<div class="content">
<div class="ling setImg left height op size border" id="ling"></div>
<div class="sec right" id="2">
<div id="emblemL" class="delay"></div>
<h1 style="color: rgb(33, 152, 219);">Ling</h1>
<div class=""></div>
<h2 style="color: rgb(54, 132, 176);">Cyan Finch</h2>
<div class="stats flex">
<div class="stat1">
<p><b>Age</b> : 21 years old</p>
<p><b>Height</b> : 180 cm</p>
</div>
<div class="stat1">
<p><b>Ability</b> : Unparralel CourAge and Swordmanship</p>
<p><b>Weapon</b> : Defiant Sword</p>
</div>
</div>
<div class="text">
<p><span></span>Like a ghost, this grim Assassin, expert in both Qinggong and sword fighting, lingers outside of the Cadia Riverlands. His sword is like a tempest when he waves it. He is the most mysterious member of the Oriental Fighters.</p>
</div>
<div class="box flex" id="box">
<img src="https://wallpapercave.com/wp/wp5854182.jpg" onclick="img4()"></img>
<img src="https://i.redd.it/andivli0daz41.jpg" onclick="img5()"></img>
<img src="https://wallpapercave.com/wp/wp6888720.jpg" onclick="img6()"></img>
</div>
</div>
</div>
<div class="content">
<div class="zilong setImg left height op size border" id="zilong"></div>
<div class="sec right" id="3">
<div id="emblemZ" class="delay"></div>
<h1 style="color: rgb(79, 17, 194);">Zilong</h1>
<div class=""></div>
<h2 style="color: rgb(110, 70, 184);">Cloud Dragon</h2>
<div class="stats flex">
<div class="stat1">
<p><b>Age</b> : 21 years old</p>
<p><b>Height</b> : 183 cm</p>
</div>
<div class="stat1">
<p><b>Ability</b> : Dragon's Will</p>
<p><b>Weapon</b> : Dragon Spear</p>
</div>
</div>
<div class="text">
<p><span></span>A righteous warrior, who has swore to protect the Cadia Riverlands. His outstanding ability and steadfast faith has made him the Great Dragon's spokesman and also his favorite apprentice. The soul of th Oriental Fighters.</p>
</div>
<div class="box flex" id="box">
<img src="https://wallpaperaccess.com/full/2577620.jpg" onclick="img7()"></img>
<img src="https://www.wallpapertip.com/wmimgs/163-1637935_wallpaper-mobile-legends-terbaik-untuk-pc-kamu-ini.jpg" onclick="img8()"></img>
<img src="https://1.bp.blogspot.com/-2ZJxpvC-PyM/XsOyjIHsKWI/AAAAAAAAChw/YFT1gxj-7l4dB35dq378wDywiAOTs0qfQCLcBGAsYHQ/s1600/wallpaper-zilong-changbanpo-commander-skin-mobile-legends-full-hd-for-pc-hobigame.jpg" onclick="img9()"></img>
</div>
</div>
</div>
<div class="content">
<div class="baxia setImg left height op size border" id="baxia"></div>
<div class="sec right">
<div id="emblemB" class="delay"></div>
<h1 style="color: rgb(99, 60, 46);">Baxia</h1>
<div class=""></div>
<h2 style="color: rgb(158, 107, 89);">Mystic Tortoise</h2>
<div class="stats flex">
<div class="stat1">
<p><b>Age</b> : 42 years old</p>
<p><b>Height</b> : 230 cm</p>
</div>
<div class="stat1">
<p><b>Ability</b> : Tortoise's Puissance</p>
<p><b>Weapon</b> : Shield of Spirit</p>
</div>
</div>
<div class="text">
<p><span></span>A hermit abandoning his wide-spread fame and living in solitary among the forest in the land of Black Tortoise. He's the most senior member of the Oriental FIghters.</p>
</div>
<div class="box flex" id="box">
<img src="https://2.bp.blogspot.com/-5q4ZGbJSMxs/XW1Uiq2mFDI/AAAAAAAAMtE/BnTQwyvcEhcxb46azar431punfiRPL1oQCLcBGAs/w914-h514-p-k-no-nu/baxia-mobile-legends-uhdpaper.com-4K-3.947-wp.thumbnail.jpg" onclick="img10()"></img>
<img src="https://cdn.oneesports.gg/wp-content/uploads/2020/07/MLBB_Baxia_BadassRoller-1024x576.jpg" onclick="img11()"></img>
<img src="https://api.duniagames.co.id/api/content/upload/file/2324778581571301779.jpg" onclick="img12()"></img>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="cadia"></div>
</div>
</body>
<script src="main.js"> </script>
</html>