-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
252 lines (214 loc) · 11.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- keywords -->
<meta name="keywords" content="GLC, Guilongchao, Zhu" />
<!-- website description -->
<meta name="description"
content="Gui Long Chao, the 3D side-scrolling action game set in the vibrant Kowloon Street" />
<!-- Author -->
<meta name="author" content="Kafka" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Highlight -->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet">
<!-- Fonts end -->
<!-- Body -->
<link href="https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Google Icons -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<!-- tab icon -->
<link rel="icon" type="image/x-icon" href="../assets/images/icons/Zhu-icon.png" />
<!-- Font Awesome -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/styles/styles.css">
<link rel="stylesheet" href="assets/styles\themes.css">
<!-- Custom JavaScript -->
<script src="../assets/scripts/script.js" async></script>
<!-- Title -->
<title>GLC Website Project</title>
</head>
<body>
<!-- NAVBAR TOP STICKY -->
<nav class="navbar">
<a id="home" href="../index.html"><img src="/assets/images/icons/home (1).png">
<a href="/about.html" class="active-link">ABOUT</a>
<a href="/terms-of-use.html" >TERMS</a>
<a href="#" onclick="myFunction()" class="right"><span class="material-symbols-outlined">
menu
</span></a>
<!-- Global search bar -->
<form action="/search-results.html" method="get">
<input type="text" name="query" placeholder="Search here!" required />
</form>
<!-- Bar ends -->
</nav>
<div class="row">
<div class="side" id="MySidebar">
<h2>归龙潮 - Guilongchao</h2>
<!-- Nav image -->
<div class="img-container element img-border-red">
<img src="../assets/images/main-character/c5d9074146e65ff99aa27525d074a849.png">
<p><strong>归龙潮</strong> - <a href="https://space.bilibili.com/3461576967326521" target="_blank"
class="label-red text-color-wh">Oficial Page </a> </p>
</div><br>
<!-- Nav image ends -->
<div class="aside-menu">
<!-- Navigation starts-->
<ul>
<hr>
<h3>ABOUT THE GAME</h3>
<li><a href="">Lore</a></li>
<li><a href="">Images</a></li>
<li><a href="">Additional links and sources</a></li>
<li><a href="../news-and-events\index.html" class="active-link-side">News and Events</a></li>
<li><a href="">Voice actors</a></li>
<hr>
<h3>GAMING TIPS</h3>
<li><a href="../tips\index.html">General Tips</a></li>
<li><a href="../tips\installation-guide.html">Installation</a></li>
<li><a href="../tips\translation.html">Translation</a></li>
<li><a href="../tips/gacha.html">Gacha</a></li>
<li><a href="../tips/movement.html">Movement</a></li>
<li><a href="../tips/combat.html">Combat</a></li>
<hr>
<h3>BUILDING GUIDES</h3>
<li><a href="../characters/index.html" target="_blank">Characters</a></li>
<li><a href="../characters/relics.html">Relics</a></li>
<li><a href="">Items</a></li>
<hr>
<div class="highlight">
<li><a href="/contacts.html">Contact me</a></li>
<li><a href="/acknowledgements.html">Acknowledgements</a></li>
<li><a>Terms of use</a></li>
</div>
<hr>
<!-- Contacts with icons -->
<div class="container-flex-row fx-container-around icon-box">
<div class="item box"><a href="https://x.com/guiIongchao" target="_blank"><img
src="/assets/images/icons/socials/twitter.png"></a></div>
<div class="item box"><a href="https://www.reddit.com/r/GuilongchaoGame/" target="_blank"><img
src="/assets/images/icons/socials/reddit.png"></a></div>
<div class="item box"><a href="mailto:[email protected]" target="_blank"><img
src="/assets/images/icons/socials/mail.png"></a></div>
</div>
</ul>
<!-- Navigation ends -->
</div>
</div>
<!-- MAIN Content -->
<div class="main wrap">
<!-- Intro section -->
<div>
<h1>ABOUT</h1>
<h5>Information about the game and this website!
</h5>
<h6 class="highlight small">BY <u>Kafka</u> (text), November 2024</h6>
<div class="img-container">
<img class="img-border" src="/assets/images/longchao_pavillion.jpg"
alt="longchao pavillion boss who is a cat meow">
</div>
</div>
<!-- Section starts -->
<section>
<h2 class="container-gap">ABOUT THE GAME</h2>
<p>"Return of the Dragon Tides" or "Guilongchao" is an action RPG developed and released by Dragon
Longchaoge Studio, which takes place in the “Nine Dragons”, a new city where tradition and modernity
collide, and which, as its name suggests, consists of nine neighborhoods with a retro, trendy and
bizarre atmosphere in the streets. Of course, in the corners where the streetlights don't shine,
there are also treacherous undercurrents. You will play the role of a “film director”, form a
“crew”, and set out to collect clues under the guise of “filming” in the nine neighborhoods, where
order and chaos coexist in different flavors, to gradually discover the truth buried in the city.
</p>
<p><strong>GAMEPLAY TYPE:</strong> Side-scrolling game with ope-world areas. Has gacha mechanics</p>
<p><strong>GENRES:</strong> action, RPG, adventure</p>
<p><strong>AGE:</strong> 16+</p>
<p><strong>Language:</strong> Simplified Chinese (No English translation)</p>
<p class="banner-sml highlight">Translated with DeepL.com (free version)
</p>
</section>
<!-- Section ends -->
<!-- Section starts -->
<section>
<h2 class="container-gap">SYSTEM REQUIREMENTS</h2>
<h3>PC Recommended requirements</h3>
<ul class="gap-left">
<li>Please reserve more than 55 GB of <strong>Storage space</strong></li>
<li><strong>CPU:</strong> Intel i7 (9th generation)/Ryzen 3700 and above</li>
<li><strong>GPU:</strong> RTX 2060/RX 5700XT or above</li>
<li><strong>Memory:</strong> 8GB and above</li>
</ul><br>
<h3>Android</h3>
<ul class="gap-left">
<li>Please reserve more than 20 GB of <strong>Storage space</strong></li>
<li><strong>System:</strong> System version 7.0 and above</li>
<li>Snapdragon 888, Tenguiz 8200, Kirin 9000 and above CPU chip models</li>
<li><strong>Memory:</strong> 8GB and above</li>
</ul><br>
<h3>IOS</h3>
<ul class="gap-left">
<li>Please reserve more than 20 GB of <strong>Storage space</strong></li>
<li><strong>System:</strong> iOS 11.0 and above</li>
<li><strong>Devices:</strong> iPhone 13 and above, A14 and above iPad devices</li>
<li><strong>Memory:</strong> 4GB and above</li>
</ul><br><br>
<h3 class="horozontal">PC Minimum requirements</h3>
<ul class="gap-left">
<li>Please reserve more than 55 GB of <strong>Storage space</strong></li>
<li><strong>CPU:</strong> Intel i5 (9th Gen)/Ryzen 2700</li>
<li><strong>GPU:</strong> GTX 1060/RX 570</li>
<li><strong>Memory:</strong> 8GB and above</li>
</ul><br>
<h3>Android</h3>
<ul class="gap-left">
<li>Please reserve more than 20 GB of <strong>Storage space</strong></li>
<li><strong>System:</strong> System version 7.0 and above</li>
<li>Snapdragon 835, Tenguiz 1000, Kirin 990 and above CPU chip models</li>
<li><strong>Memory:</strong> 6GB and above</li>
</ul><br>
<h3>IOS</h3>
<ul class="gap-left">
<li>Please reserve more than 20 GB of <strong>Storage space</strong></li>
<li><strong>System:</strong> iOS 11.0 and above</li>
<li><strong>Devices:</strong> iPhone 11 and above, A13 and above iPad devices</li>
<li><strong>Memory:</strong> 4GB and above</li>
</ul><br>
</section>
<!-- Section ends -->
<section>
<h2>ABOUT THIS WEBSITE</h2>
<article>
<h3>Why does this website exit?</h3>
<p>This is a passionate project made by me! Im xurrently learning some web development and I decided
to make a project that can be helpful for me as well for different people who enjoy the newly
released Chinese game Guilongchao. Since the game currently doesn't have a global release it's
musch harder to access information on it such as building guides, gaming tips and more. With the
help of others I was able to put some information about the game and its core features.</p>
</article>
<article>
<h3>Is it free?</h3>
<p>Yes, its a completly non-profit project. Im doing it for fun and for learning purposes!</p>
</article>
<article>
<h3>Can I contribute?</h3>
<p>Any help will be appreciated. If you have any translated materials or you want to translate
something by yourself, please contact me. Same goes with any other help you could provide. Even
small help like finding images or adittional recourses or websites can be userful.</p>
</article>
</section>
</div>
</div>
<!-- Footer area -->
<footer class="footer">
<p>Guilongchao Website, 2024</p>
<h6>Your Friendly Platform for Game Walkthroughs and Strategy Guides</h6>
</footer>
</body>
</html>