hullajump commited on
Commit
1b42235
·
verified ·
1 Parent(s): 3c051df

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +578 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Planeshift Fake Portal
3
- emoji: 🏢
4
- colorFrom: pink
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: planeshift-fake-portal
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,578 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>PlaneShift - The Free MMORPG</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=MedievalSharp&family=Uncial+Antiqua&display=swap');
11
+
12
+ .medieval-font {
13
+ font-family: 'MedievalSharp', cursive;
14
+ }
15
+
16
+ .uncial-font {
17
+ font-family: 'Uncial Antiqua', cursive;
18
+ }
19
+
20
+ .glow-text {
21
+ text-shadow: 0 0 5px rgba(100, 149, 237, 0.8);
22
+ }
23
+
24
+ .portal-bg {
25
+ background: radial-gradient(circle at center, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
26
+ }
27
+
28
+ .crystal-card {
29
+ background: rgba(15, 23, 42, 0.7);
30
+ backdrop-filter: blur(10px);
31
+ border: 1px solid rgba(100, 149, 237, 0.3);
32
+ box-shadow: 0 0 15px rgba(100, 149, 237, 0.3);
33
+ transition: all 0.3s ease;
34
+ }
35
+
36
+ .crystal-card:hover {
37
+ transform: translateY(-5px);
38
+ box-shadow: 0 5px 20px rgba(100, 149, 237, 0.5);
39
+ }
40
+
41
+ .nav-link {
42
+ position: relative;
43
+ }
44
+
45
+ .nav-link::after {
46
+ content: '';
47
+ position: absolute;
48
+ width: 0;
49
+ height: 2px;
50
+ bottom: -2px;
51
+ left: 0;
52
+ background-color: #6366f1;
53
+ transition: width 0.3s ease;
54
+ }
55
+
56
+ .nav-link:hover::after {
57
+ width: 100%;
58
+ }
59
+
60
+ .floating-island {
61
+ animation: float 6s ease-in-out infinite;
62
+ }
63
+
64
+ @keyframes float {
65
+ 0% { transform: translateY(0px); }
66
+ 50% { transform: translateY(-15px); }
67
+ 100% { transform: translateY(0px); }
68
+ }
69
+
70
+ .pulse {
71
+ animation: pulse 2s infinite;
72
+ }
73
+
74
+ @keyframes pulse {
75
+ 0% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7); }
76
+ 70% { box-shadow: 0 0 0 10px rgba(99, 102, 241, 0); }
77
+ 100% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0); }
78
+ }
79
+ </style>
80
+ </head>
81
+ <body class="portal-bg text-gray-100 min-h-screen">
82
+ <!-- Navigation -->
83
+ <nav class="bg-black bg-opacity-50 border-b border-indigo-900">
84
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
85
+ <div class="flex items-center justify-between h-16">
86
+ <div class="flex items-center">
87
+ <div class="flex-shrink-0">
88
+ <img class="h-10 w-10" src="https://via.placeholder.com/40x40/6366f1/ffffff?text=PS" alt="PlaneShift Logo">
89
+ </div>
90
+ <div class="hidden md:block">
91
+ <div class="ml-10 flex items-baseline space-x-4">
92
+ <a href="#" class="nav-link px-3 py-2 rounded-md text-sm font-medium text-white bg-indigo-900">Home</a>
93
+ <a href="#" class="nav-link px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Game</a>
94
+ <a href="#" class="nav-link px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Community</a>
95
+ <a href="#" class="nav-link px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Media</a>
96
+ <a href="#" class="nav-link px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Wiki</a>
97
+ <a href="#" class="nav-link px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Forums</a>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ <div class="hidden md:block">
102
+ <div class="ml-4 flex items-center md:ml-6">
103
+ <button class="bg-indigo-700 hover:bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium flex items-center">
104
+ <i class="fas fa-download mr-2"></i> Download
105
+ </button>
106
+ </div>
107
+ </div>
108
+ <div class="-mr-2 flex md:hidden">
109
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
110
+ <span class="sr-only">Open main menu</span>
111
+ <i class="fas fa-bars"></i>
112
+ </button>
113
+ </div>
114
+ </div>
115
+ </div>
116
+ </nav>
117
+
118
+ <!-- Hero Section -->
119
+ <div class="relative overflow-hidden">
120
+ <div class="max-w-7xl mx-auto">
121
+ <div class="relative z-10 pb-8 sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
122
+ <main class="mt-10 mx-auto max-w-7xl px-4 sm:mt-12 sm:px-6 lg:mt-16 lg:px-8 xl:mt-20">
123
+ <div class="sm:text-center lg:text-left">
124
+ <h1 class="text-4xl tracking-tight font-extrabold sm:text-5xl md:text-6xl">
125
+ <span class="block uncial-font text-indigo-400">PlaneShift</span>
126
+ <span class="block medieval-font text-white mt-2">A World Beyond Reality</span>
127
+ </h1>
128
+ <p class="mt-3 text-base text-gray-300 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
129
+ Enter the mystical world of Yliakum, where magic and technology coexist. Explore vast landscapes, master powerful skills, and forge your destiny in this free, open-source MMORPG.
130
+ </p>
131
+ <div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
132
+ <div class="rounded-md shadow">
133
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
134
+ Play Now
135
+ </a>
136
+ </div>
137
+ <div class="mt-3 sm:mt-0 sm:ml-3">
138
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-300 bg-indigo-900 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
139
+ Learn More
140
+ </a>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ </main>
145
+ </div>
146
+ </div>
147
+ <div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
148
+ <div class="floating-island relative h-64 w-full sm:h-72 md:h-96 lg:w-full lg:h-full">
149
+ <img class="absolute inset-0 w-full h-full object-contain" src="https://via.placeholder.com/800x600/1e293b/6366f1?text=PlaneShift+Art" alt="Floating island artwork">
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Features Section -->
155
+ <div class="py-12 bg-black bg-opacity-30">
156
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
157
+ <div class="lg:text-center">
158
+ <h2 class="text-base text-indigo-400 font-semibold tracking-wide uppercase">Features</h2>
159
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
160
+ A World Like No Other
161
+ </p>
162
+ </div>
163
+
164
+ <div class="mt-10">
165
+ <div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
166
+ <!-- Feature 1 -->
167
+ <div class="crystal-card rounded-lg p-6">
168
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-900 text-white mb-4">
169
+ <i class="fas fa-dungeon text-xl"></i>
170
+ </div>
171
+ <h3 class="text-lg font-medium text-white mb-2">Immersive World</h3>
172
+ <p class="text-gray-300">
173
+ Explore the vast underground world of Yliakum with its unique cultures, cities, and landscapes all connected by the mystical Crystal.
174
+ </p>
175
+ </div>
176
+
177
+ <!-- Feature 2 -->
178
+ <div class="crystal-card rounded-lg p-6">
179
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-900 text-white mb-4">
180
+ <i class="fas fa-hat-wizard text-xl"></i>
181
+ </div>
182
+ <h3 class="text-lg font-medium text-white mb-2">Skill-Based System</h3>
183
+ <p class="text-gray-300">
184
+ No character levels! Improve your skills by using them in a realistic way. Become a master in magic, crafting, or combat.
185
+ </p>
186
+ </div>
187
+
188
+ <!-- Feature 3 -->
189
+ <div class="crystal-card rounded-lg p-6">
190
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-900 text-white mb-4">
191
+ <i class="fas fa-users text-xl"></i>
192
+ </div>
193
+ <h3 class="text-lg font-medium text-white mb-2">Player-Driven Economy</h3>
194
+ <p class="text-gray-300">
195
+ Everything is crafted by players. Buy, sell, and trade in a completely player-run economy that reacts to supply and demand.
196
+ </p>
197
+ </div>
198
+
199
+ <!-- Feature 4 -->
200
+ <div class="crystal-card rounded-lg p-6">
201
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-900 text-white mb-4">
202
+ <i class="fas fa-book-dead text-xl"></i>
203
+ </div>
204
+ <h3 class="text-lg font-medium text-white mb-2">Rich Lore</h3>
205
+ <p class="text-gray-300">
206
+ Dive into thousands of years of history, with detailed backstories for races, locations, and the mysterious Crystal that powers the world.
207
+ </p>
208
+ </div>
209
+
210
+ <!-- Feature 5 -->
211
+ <div class="crystal-card rounded-lg p-6">
212
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-900 text-white mb-4">
213
+ <i class="fas fa-gem text-xl"></i>
214
+ </div>
215
+ <h3 class="text-lg font-medium text-white mb-2">Unique Races</h3>
216
+ <p class="text-gray-300">
217
+ Choose from 8 playable races, each with distinct appearances, cultures, and special abilities that affect gameplay.
218
+ </p>
219
+ </div>
220
+
221
+ <!-- Feature 6 -->
222
+ <div class="crystal-card rounded-lg p-6">
223
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-900 text-white mb-4">
224
+ <i class="fas fa-code-branch text-xl"></i>
225
+ </div>
226
+ <h3 class="text-lg font-medium text-white mb-2">Open Source</h3>
227
+ <p class="text-gray-300">
228
+ PlaneShift is completely free and open source. Join our community of developers and contribute to the game's evolution.
229
+ </p>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Screenshots Section -->
237
+ <div class="py-12 bg-black bg-opacity-20">
238
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
239
+ <div class="text-center">
240
+ <h2 class="text-base text-indigo-400 font-semibold tracking-wide uppercase">Gallery</h2>
241
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
242
+ Explore Yliakum
243
+ </p>
244
+ </div>
245
+
246
+ <div class="mt-10 grid grid-cols-2 md:grid-cols-3 gap-4">
247
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
248
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=City+of+Hydlaa" alt="City of Hydlaa">
249
+ <div class="p-4">
250
+ <h3 class="text-white font-medium">Hydlaa</h3>
251
+ <p class="text-gray-300 text-sm">The capital city of Yliakum</p>
252
+ </div>
253
+ </div>
254
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
255
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Magic+Academy" alt="Magic Academy">
256
+ <div class="p-4">
257
+ <h3 class="text-white font-medium">Magic Academy</h3>
258
+ <p class="text-gray-300 text-sm">Learn the arcane arts</p>
259
+ </div>
260
+ </div>
261
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
262
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Wilderness" alt="Wilderness">
263
+ <div class="p-4">
264
+ <h3 class="text-white font-medium">Wilderness</h3>
265
+ <p class="text-gray-300 text-sm">Dangerous but rewarding</p>
266
+ </div>
267
+ </div>
268
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
269
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Crystal+Cave" alt="Crystal Cave">
270
+ <div class="p-4">
271
+ <h3 class="text-white font-medium">Crystal Cave</h3>
272
+ <p class="text-gray-300 text-sm">Source of all magic</p>
273
+ </div>
274
+ </div>
275
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
276
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Underground+Lake" alt="Underground Lake">
277
+ <div class="p-4">
278
+ <h3 class="text-white font-medium">Underground Lake</h3>
279
+ <p class="text-gray-300 text-sm">Mystical waters</p>
280
+ </div>
281
+ </div>
282
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
283
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Dark+Realm" alt="Dark Realm">
284
+ <div class="p-4">
285
+ <h3 class="text-white font-medium">Dark Realm</h3>
286
+ <p class="text-gray-300 text-sm">For the brave only</p>
287
+ </div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Call to Action -->
294
+ <div class="bg-indigo-900 bg-opacity-50">
295
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
296
+ <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
297
+ <span class="block medieval-font">Ready to begin your journey?</span>
298
+ <span class="block text-indigo-200">Join thousands of adventurers today.</span>
299
+ </h2>
300
+ <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
301
+ <div class="inline-flex rounded-md shadow">
302
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50">
303
+ <i class="fas fa-download mr-2"></i> Download Now
304
+ </a>
305
+ </div>
306
+ <div class="ml-3 inline-flex rounded-md shadow">
307
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 bg-opacity-60 hover:bg-opacity-70">
308
+ <i class="fas fa-book-open mr-2"></i> Read the Guide
309
+ </a>
310
+ </div>
311
+ </div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Races Section -->
316
+ <div class="py-12 bg-black bg-opacity-30">
317
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
318
+ <div class="text-center">
319
+ <h2 class="text-base text-indigo-400 font-semibold tracking-wide uppercase">Choose Your Path</h2>
320
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
321
+ Playable Races
322
+ </p>
323
+ </div>
324
+
325
+ <div class="mt-10 grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-4">
326
+ <!-- Race 1 -->
327
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
328
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Ylian" alt="Ylian">
329
+ <div class="p-4">
330
+ <h3 class="text-white font-medium text-lg">Ylian</h3>
331
+ <p class="text-gray-300 text-sm mt-2">The most common race in Yliakum, versatile and adaptable.</p>
332
+ <div class="mt-3 flex items-center text-indigo-300 text-sm">
333
+ <i class="fas fa-shield-alt mr-1"></i>
334
+ <span>Balanced stats</span>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Race 2 -->
340
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
341
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Kran" alt="Kran">
342
+ <div class="p-4">
343
+ <h3 class="text-white font-medium text-lg">Kran</h3>
344
+ <p class="text-gray-300 text-sm mt-2">Living stone creatures, strong and resistant to magic.</p>
345
+ <div class="mt-3 flex items-center text-indigo-300 text-sm">
346
+ <i class="fas fa-fist-raised mr-1"></i>
347
+ <span>High strength</span>
348
+ </div>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Race 3 -->
353
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
354
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Dermorian" alt="Dermorian">
355
+ <div class="p-4">
356
+ <h3 class="text-white font-medium text-lg">Dermorian</h3>
357
+ <p class="text-gray-300 text-sm mt-2">Graceful and intelligent, with natural magical affinity.</p>
358
+ <div class="mt-3 flex items-center text-indigo-300 text-sm">
359
+ <i class="fas fa-magic mr-1"></i>
360
+ <span>Magic boost</span>
361
+ </div>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Race 4 -->
366
+ <div class="crystal-card rounded-lg overflow-hidden transform hover:scale-105 transition duration-300">
367
+ <img class="w-full h-48 object-cover" src="https://via.placeholder.com/400x300/1e293b/6366f1?text=Xacha" alt="Xacha">
368
+ <div class="p-4">
369
+ <h3 class="text-white font-medium text-lg">Xacha</h3>
370
+ <p class="text-gray-300 text-sm mt-2">Small and agile, masters of stealth and thievery.</p>
371
+ <div class="mt-3 flex items-center text-indigo-300 text-sm">
372
+ <i class="fas fa-user-ninja mr-1"></i>
373
+ <span>Dexterity focus</span>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </div>
380
+
381
+ <!-- Testimonials -->
382
+ <div class="py-12 bg-indigo-900 bg-opacity-30">
383
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
384
+ <div class="lg:text-center">
385
+ <h2 class="text-base text-indigo-300 font-semibold tracking-wide uppercase">Community Voices</h2>
386
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
387
+ What Players Say
388
+ </p>
389
+ </div>
390
+
391
+ <div class="mt-10 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
392
+ <!-- Testimonial 1 -->
393
+ <div class="crystal-card rounded-lg p-6">
394
+ <div class="flex items-center mb-4">
395
+ <img class="h-10 w-10 rounded-full" src="https://via.placeholder.com/40x40/6366f1/ffffff?text=AV" alt="Avatar">
396
+ <div class="ml-3">
397
+ <p class="text-sm font-medium text-white">Aelindra</p>
398
+ <p class="text-sm text-indigo-200">Guild Leader</p>
399
+ </div>
400
+ </div>
401
+ <p class="text-gray-300 italic">
402
+ "I've been playing PlaneShift for over 5 years. The community is amazing and the roleplaying is some of the best I've experienced in any MMO."
403
+ </p>
404
+ <div class="mt-3 flex text-yellow-300">
405
+ <i class="fas fa-star"></i>
406
+ <i class="fas fa-star"></i>
407
+ <i class="fas fa-star"></i>
408
+ <i class="fas fa-star"></i>
409
+ <i class="fas fa-star"></i>
410
+ </div>
411
+ </div>
412
+
413
+ <!-- Testimonial 2 -->
414
+ <div class="crystal-card rounded-lg p-6">
415
+ <div class="flex items-center mb-4">
416
+ <img class="h-10 w-10 rounded-full" src="https://via.placeholder.com/40x40/6366f1/ffffff?text=KR" alt="Avatar">
417
+ <div class="ml-3">
418
+ <p class="text-sm font-medium text-white">Kragor</p>
419
+ <p class="text-sm text-indigo-200">Blacksmith</p>
420
+ </div>
421
+ </div>
422
+ <p class="text-gray-300 italic">
423
+ "The crafting system is incredibly deep. I've spent months mastering blacksmithing and there's still more to learn. The economy feels alive!"
424
+ </p>
425
+ <div class="mt-3 flex text-yellow-300">
426
+ <i class="fas fa-star"></i>
427
+ <i class="fas fa-star"></i>
428
+ <i class="fas fa-star"></i>
429
+ <i class="fas fa-star"></i>
430
+ <i class="fas fa-star-half-alt"></i>
431
+ </div>
432
+ </div>
433
+
434
+ <!-- Testimonial 3 -->
435
+ <div class="crystal-card rounded-lg p-6">
436
+ <div class="flex items-center mb-4">
437
+ <img class="h-10 w-10 rounded-full" src="https://via.placeholder.com/40x40/6366f1/ffffff?text=MY" alt="Avatar">
438
+ <div class="ml-3">
439
+ <p class="text-sm font-medium text-white">Mystara</p>
440
+ <p class="text-sm text-indigo-200">New Player</p>
441
+ </div>
442
+ </div>
443
+ <p class="text-gray-300 italic">
444
+ "Coming from other MMOs, PlaneShift was a breath of fresh air. No pay-to-win, no rush to max level - just pure exploration and roleplaying."
445
+ </p>
446
+ <div class="mt-3 flex text-yellow-300">
447
+ <i class="fas fa-star"></i>
448
+ <i class="fas fa-star"></i>
449
+ <i class="fas fa-star"></i>
450
+ <i class="fas fa-star"></i>
451
+ <i class="far fa-star"></i>
452
+ </div>
453
+ </div>
454
+ </div>
455
+ </div>
456
+ </div>
457
+
458
+ <!-- Stats -->
459
+ <div class="bg-black bg-opacity-40 py-12">
460
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
461
+ <div class="grid grid-cols-2 gap-8 text-center md:grid-cols-4">
462
+ <div class="crystal-card py-8 px-4 rounded-lg">
463
+ <p class="text-4xl font-extrabold text-indigo-400">15+</p>
464
+ <p class="mt-1 text-sm font-medium text-gray-300">Years Running</p>
465
+ </div>
466
+ <div class="crystal-card py-8 px-4 rounded-lg">
467
+ <p class="text-4xl font-extrabold text-indigo-400">100k+</p>
468
+ <p class="mt-1 text-sm font-medium text-gray-300">Active Players</p>
469
+ </div>
470
+ <div class="crystal-card py-8 px-4 rounded-lg">
471
+ <p class="text-4xl font-extrabold text-indigo-400">8</p>
472
+ <p class="mt-1 text-sm font-medium text-gray-300">Playable Races</p>
473
+ </div>
474
+ <div class="crystal-card py-8 px-4 rounded-lg">
475
+ <p class="text-4xl font-extrabold text-indigo-400">0</p>
476
+ <p class="mt-1 text-sm font-medium text-gray-300">Pay-to-Win</p>
477
+ </div>
478
+ </div>
479
+ </div>
480
+ </div>
481
+
482
+ <!-- Footer -->
483
+ <footer class="bg-black bg-opacity-70 border-t border-indigo-900">
484
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
485
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
486
+ <div>
487
+ <h3 class="text-sm font-semibold text-indigo-300 tracking-wider uppercase">Game</h3>
488
+ <ul class="mt-4 space-y-2">
489
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Download</a></li>
490
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Features</a></li>
491
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Screenshots</a></li>
492
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Races</a></li>
493
+ </ul>
494
+ </div>
495
+ <div>
496
+ <h3 class="text-sm font-semibold text-indigo-300 tracking-wider uppercase">Community</h3>
497
+ <ul class="mt-4 space-y-2">
498
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Forums</a></li>
499
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Wiki</a></li>
500
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">IRC</a></li>
501
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Discord</a></li>
502
+ </ul>
503
+ </div>
504
+ <div>
505
+ <h3 class="text-sm font-semibold text-indigo-300 tracking-wider uppercase">Development</h3>
506
+ <ul class="mt-4 space-y-2">
507
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Source Code</a></li>
508
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Contribute</a></li>
509
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Bug Tracker</a></li>
510
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Roadmap</a></li>
511
+ </ul>
512
+ </div>
513
+ <div>
514
+ <h3 class="text-sm font-semibold text-indigo-300 tracking-wider uppercase">Legal</h3>
515
+ <ul class="mt-4 space-y-2">
516
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Privacy</a></li>
517
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Terms</a></li>
518
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">License</a></li>
519
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Credits</a></li>
520
+ </ul>
521
+ </div>
522
+ </div>
523
+ <div class="mt-8 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
524
+ <div class="flex space-x-6">
525
+ <a href="#" class="text-gray-400 hover:text-white">
526
+ <i class="fab fa-twitter"></i>
527
+ </a>
528
+ <a href="#" class="text-gray-400 hover:text-white">
529
+ <i class="fab fa-facebook"></i>
530
+ </a>
531
+ <a href="#" class="text-gray-400 hover:text-white">
532
+ <i class="fab fa-youtube"></i>
533
+ </a>
534
+ <a href="#" class="text-gray-400 hover:text-white">
535
+ <i class="fab fa-discord"></i>
536
+ </a>
537
+ <a href="#" class="text-gray-400 hover:text-white">
538
+ <i class="fab fa-github"></i>
539
+ </a>
540
+ </div>
541
+ <p class="mt-4 md:mt-0 text-gray-400 text-sm">
542
+ &copy; 2023 PlaneShift Team. All rights reserved.
543
+ </p>
544
+ </div>
545
+ </div>
546
+ </footer>
547
+
548
+ <!-- Floating Action Button -->
549
+ <div class="fixed bottom-6 right-6">
550
+ <button class="pulse w-14 h-14 rounded-full bg-indigo-600 text-white flex items-center justify-center shadow-lg hover:bg-indigo-700 focus:outline-none">
551
+ <i class="fas fa-question text-xl"></i>
552
+ </button>
553
+ </div>
554
+
555
+ <script>
556
+ // Simple script for mobile menu toggle
557
+ document.addEventListener('DOMContentLoaded', function() {
558
+ const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
559
+ mobileMenuButton.addEventListener('click', function() {
560
+ const expanded = this.getAttribute('aria-expanded') === 'true';
561
+ this.setAttribute('aria-expanded', !expanded);
562
+ // Here you would toggle your mobile menu visibility
563
+ console.log('Mobile menu toggled');
564
+ });
565
+
566
+ // Smooth scrolling for anchor links
567
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
568
+ anchor.addEventListener('click', function (e) {
569
+ e.preventDefault();
570
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
571
+ behavior: 'smooth'
572
+ });
573
+ });
574
+ });
575
+ });
576
+ </script>
577
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=hullajump/planeshift-fake-portal" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
578
+ </html>