-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
509 lines (398 loc) · 22.7 KB
/
index.html
File metadata and controls
509 lines (398 loc) · 22.7 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
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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>FWGS</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="img/logo.png">
<link rel="stylesheet" href="css/main.min.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body class="one-page">
<div class="wrapper">
<header id="master-header" class="full-screen overlayed">
<div class="bg-overlay">
</div>
<div id="media-container">
<!-- <video id="video-background" preload="auto" loop="loop" muted="muted" poster="img/bg.jpg">
<source src="bg.mp4" type="video/mp4">
</video> -->
</div>
<div class="top-header">
<div class="container">
<!-- ============ Main Navigation - START ============ -->
<a id="nav-toggle" href="#"><span></span></a>
<nav id="nav-menu">
<ul>
<li><a title="Gallery" href="#last-works">Gallery</a></li>
<li><a title="Our Project" href="#services">Our Project</a></li>
<li><a title="Contact Us" href="#contacts">Contact Us</a></li>
<li><a title="Appointment" href="#support"><i class="fa fa-credit-card"></i>Support us</a></li>
</ul>
</nav>
<!-- ============ Main Navigation - END ============ -->
</div>
</div>
<div id="brand">
<h1 id="logo"><img src="img/logo.png" width="400" height="400" alt=""></h1>
<div class="info">
<span>All old is crossplatform again</span>
</div>
</div>
</header>
<!-- ============ Main Header - END ============ -->
<div id="main">
<!-- ============ Contacts Bar - START ============ -->
<div id="contacts-bar" class="row">
<div class="other col-sm-12">
<span class="contact"><i class="fa fa-envelope"></i>Email: <a href="mailto:contact@fwgs.ru"><strong>contact@fwgs.ru</strong></a></span>
</div>
</div>
<!-- ============ Contacts Bar - END ============ -->
<!-- ============ Last Works - START ============ -->
<div id="last-works" class="section">
<div class="section-title">
<h2>Gallery</h2>
</div>
<div class="content container">
<div class="works">
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/1.png" alt="Work 02">
<div class="thumb-links">
<a class="zoom" href="img/1.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work testimonial">
<p>
The main menu of <a style="font-weight: bold;" href="https://github.com/Velaron/cs16-client">CS16Client</a>, running on an Android phone.
</p>
<div class="name">CS16Client Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/2.png" alt="Work 02">
<div class="thumb-links">
<a class="zoom" href="img/2.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work testimonial">
<p>
The Counter-Strike team selection menu, running on Android.
</p>
<div class="name">CS16Client in-game Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/3.png" alt="Work 03">
<div class="thumb-links">
<a class="zoom" href="img/3.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work">
<p>
The Counter-Strike class selection menu, running on Android.
</p>
<div class="name">CS16Client in-game Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/4.png" alt="Work 04">
<div class="thumb-links">
<a class="zoom" href="img/4.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work testimonial">
<p>
In-game screenshot of <a style="font-weight: bold;" href="https://github.com/Velaron/cs16-client">CS16Client</a>, playing on the T team.
</p>
<div class="name">CS16Client in-game Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/5.png" alt="Work 05">
<div class="thumb-links">
<a class="zoom" href="img/5.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work testimonial">
<p>
A CT about to get sniped in Dust II.
</p>
<div class="name">CS16Client in-game Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/6.png" alt="Work 06">
<div class="thumb-links">
<a class="zoom" href="img/6.png"></a>
</div>
</div>
<div class="info-work testimonial">
<p>
Half-Life main menu, running on Android.
</p>
<div class="name">Half-Life Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/7.png" alt="Work 07">
<div class="thumb-links">
<a class="zoom" href="img/7.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work testimonial">
<p>
A screenshot of the Half-Life singleplayer campaign, the player being assisted by Barney. Running on Android.
</p>
<div class="name">Half-Life in-game Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/8.png" alt="Work 08">
<div class="thumb-links">
<a class="zoom" href="img/8.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work testimonial">
<p>
Counter-Strike Dust map running on Linux 32-bit CS16Client.
</p>
<div class="name">CS16Client in-game Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/9.png" alt="Work 09">
<div class="thumb-links">
<a class="zoom" href="img/9.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work">
<p>
Screenshot of Quake running on Linux 32-bit Xash3D FWGS engine.
</p>
<div class="name">Quake in-game Screenshot</div>
</div>
</div>
<div class="work col-md-3 col-sm-6">
<div class="work-thumb">
<img src="img/10.png" alt="Work 10">
<div class="thumb-links">
<a class="zoom" href="img/10.png"></a>
<a class="info-link" href="#"></a>
</div>
</div>
<div class="info-work">
<p>
Screenshot of Half-Life: Opposing Force running on Linux 32-bit Xash3D FWGS engine.
</p>
<div class="name">Opposing Force in-game Screenshot</div>
</div>
</div>
</div>
</div>
</div>
<!-- ============ Last Works - END ============ -->
<!-- ============ Services - START ============ -->
<div id="services" class="section dark">
<div class="section-title">
<h2>Our projects</h2>
</div>
<div class="content container">
<div class="row">
<div class="col-md-4">
<h3><a href="xash3d.html">Xash3D FWGS</a></h3>
<p>A Xash3D engine fork with many new features: high portability, advanced multiplayer, touchscreen & gamepad support and much more.
<!-- <br>
<a href="pp/privacy-policy-xash3d.html">Privacy Policy</a> -->
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/xash3d-fwgs"></a>
<br>
<a href="https://www.moddb.com/engines/xash3d-fwgs-engine">
<img src="https://button.moddb.com/rating/medium/engines/972.png" alt="Xash3D FWGS Engine">
</a>
</p>
</div>
<div class="col-md-4">
<h3><a href="cs16client.html">CS16Client</a></h3>
<p>A Counter-Strike 1.6 multiplatform port using rewritten CS1.6 client library and ReGameDLL_CS.
<!-- <br>
<a href="pp/privacy-policy-cs16client.html">Privacy Policy</a> -->
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/Velaron/cs16-client"></a>
</p>
</div>
<div class="col-md-4">
<h3>MainUI C++</h3>
<p>A GUI library for Xash3D, written in C++. Includes window system, powerful font rendering and dynamic menus. Supports both original Xash3D and Xash3D FWGS.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/mainui_cpp"></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>NanoGL</h3>
<p>Super fast OpenGL-to-OpenGLES translator. Originally written by Olli Hinkka.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/nanogl"></a>
</p>
</div>
<div class="col-md-4">
<h3>HLSDK-Portable</h3>
<p>Multiplatform fork of official Half-Life SDK by Valve Software. May be used to launch GoldSource mods on platforms that Xash3D FWGS supports.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/hlsdk-portable"></a>
</p>
</div>
<div class="col-md-4">
<h3>TF15Client</h3>
<p>A Team Fortress Classic client library multiplatform port.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/Velaron/tf15-client"></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>PrimeXT</h3>
<p>Extended modern modding SDK for Xash3D FWGS.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/SNMetamorph/PrimeXT"></a>
</p>
</div>
<div class="col-md-4">
<h3>Xash3D SDK</h3>
<p>Half-Life SDK for Xash3D written in Rust.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/xash3d-sdk"></a>
</p>
</div>
<div class="col-md-4">
<h3>Metamod FWGS</h3>
<p>Multiplatform fork of metamod-r.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/metamod-fwgs"></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>MainTUI</h3>
<p>A TUI menu library for Xash3D FWGS written in Rust.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/xash3d-maintui"></a>
</p>
</div>
<div class="col-md-4">
<h3>ReAlice</h3>
<p>Reverse-engineered game engine for Heavy Metal F.A.K.K. 2 and American McGee's Alice games using ID Tech 3 engine sources.
<br>
<a class="fa fa-github" style="font-size: 50px;" href="https://github.com/FWGS/realice"></a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- ============ Services - END ============ -->
<!-- ============ Contact form - START ============ -->
<div id="contacts" class="section">
<div class="section-title p-b-0 m-b-0">
<h2>Contact Us</h2>
</div>
<div class="content container m-t-0">
<p class="text-center">
<span style="display:inline-block;padding:10px 0px;">
<a href="https://t.me/flyingwithgauss" target="_blank" class="shadow" style="background: #259bd7; color: #ffffff; padding: 12px 24px; font-size: 16px; border-radius: 8px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px;">
<i class="fa fa-telegram"></i> Join our telegram group!</a>
</span>
<br>
<span style="display:inline-block;padding:10px 0px;">
<a href="./discord" target="_blank" class="shadow" style="background: #5865f2; color: #ffffff; padding: 12px 24px; font-size: 16px; border-radius: 8px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px;">
<i class="fa fa-discord"></i> Join our Discord guild!</a>
</span>
<br>
<span style="display:inline-block;padding:10px 0px;">
<iframe src="https://discordapp.com/widget?id=355697768582610945&theme=dark" width="280" height="500" allowtransparency="true" frameborder="0" loading="lazy"></iframe>
</span>
</p>
</div>
</div>
<!-- ============ Contact form - END ============ -->
<!-- ============ Journal - START ============ -->
<div id="support" class="section dark">
<div class="section-title">
<h2><i class="fa fa-credit-card"></i>Support us</h2>
</div>
<div class="content container">
<div class="row">
<div class="text-center" style="background:white">
<!--<iframe frameborder="0" allowtransparency="true" scrolling="no" src="https://money.yandex.ru/embed/shop.xml?account=410012513146482&quickpay=shop&payment-type-choice=on&mobile-payment-type-choice=on&writer=buyer&targets-hint=SDLash3D+Team+Donation&default-sum=200&button-text=03&successURL=http%3A%2F%2Fsdlash3d.github.io%2Fthank-you.html" width="450" height="211"></iframe>-->
<zero-md style="padding:50px;" src="https://raw.githubusercontent.com/FWGS/xash3d-fwgs/master/Documentation/donate.md"></zero-md>
</div>
</div>
</div>
</div>
<!-- ============ Journal - END ============ -->
<!-- ============ Footer - START ============ -->
<footer class="dark">
<div class="container">
<div class="row">
<div class="footer-col footer-contacts col-sm-12 col-md-3">
<p><img width="200" class="align-center" src="img/logo.png" alt="FWGS - Flying with Gauss"></p>
<div class="contact-item"><span>FWGS - Flying with Gauss</span> </div>
<div class="contact-item"><span>Email:</span> <strong><a href="mailto:contact@fwgs.ru">contact@fwgs.ru</a></strong></div>
<div class="contact-item">
<span>Follow us on:</span>
<ul class="social-links">
<!--<li><a title="YouTube" href="https://www.youtube.com/channel/UCDSnCNfTfqtbe9NnEax6ZHQ"><i class="fa fa-youtube"></i></a></li>-->
<li><a title="Mastodon" href="https://masturbated.one"><i class="fa fa-mastodon"></i></a></li>
<li><a title="Akkoma" href="https://suya.place"><i class="fa fa-pleroma"></i></a></li>
<li><a title="ModDB" href="https://www.moddb.com/company/fwg"><i class="fa fa-optin-monster"></i></a></li>
<li><a title="VK" href="https://vk.com/fwgs.testing"><i class="fa fa-vk"></i></a></li>
<li><a title="Telegram" href="https://t.me/flyingwithgauss"><i class="fa fa-telegram"></i></a></li>
<li><a title="GitHub" href="https://github.com/FWGS"><i class="fa fa-github"></i></a></li>
<li><a title="Gitea" href="https://git.mentality.rip/FWGS"><i class="fa fa-gitea"></i></a></li>
<li><a title="SourceHut-Git" href="https://git.sr.ht/~a1batross"><i class="fa fa-git"></i></a></li>
<li><a title="SourceHut-Issuetracker" href="https://todo.sr.ht/~a1batross"><i class="fa fa-bug"></i></a></li>
<li><a title="SourceHut-Mailinglist" href="https://lists.sr.ht/~a1batross"><i class="fa fa-email-bulk"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- ============ Footer - END ============ -->
<div class="content-loader">
<div class="loader"></div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/common.js"></script>
<script src="js/config.js"></script>
<script src="js/main.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
<script>
$('#media-container').backstretch('img/bg.jpg');
</script>
</body>
</html>
<!-- VK1348KV -->