-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (82 loc) · 3.57 KB
/
index.html
File metadata and controls
85 lines (82 loc) · 3.57 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
---
title: LizardByte
subtitle: Discover the world of self-hosted cloud gaming!
layout: page
full-width: true
after-content:
- donate.html
- support.html
cover-img:
- /assets/img/banners/AdobeStock_465916245_1920x1080.jpg
- /assets/img/banners/AdobeStock_306976163_1920x1280.jpg
- /assets/img/banners/AdobeStock_372471479_1920x1280.jpg
ext-js:
- https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
- https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/format-number.js
- https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/ranking-sorter.js
js:
- /assets/js/projects.js
---
<!-- About section-->
<section class="py-5" id="About">
<div class="container my-5">
<div class="row gx-5">
<div class="col-lg-4 mb-5 mb-lg-0">
<h2 class="fw-bolder mb-0">About us</h2>
</div>
<div class="col-lg-8">
<div class="row gx-5 row-cols-1 row-cols-md-2">
<div class="col mb-5 h-100">
<div class="feature bg-primary bg-gradient mb-3">
<i class="fa-solid fa-code"></i>
</div>
<h3>Innovative Software</h3>
<p class="mb-0">Building cutting-edge solutions for streaming, media management, and development infrastructure.</p>
</div>
<div class="col mb-5 h-100">
<div class="feature bg-info bg-gradient mb-3">
<i class="fa-solid fa-server"></i>
</div>
<h3>Self-Hosted Solutions</h3>
<p class="mb-0">Deploy on your own infrastructure with complete control over your data and services.</p>
</div>
<div class="col mb-5 mb-md-0 h-100">
<div class="feature bg-secondary bg-gradient mb-3">
<i class="fa-solid fa-layer-group"></i>
</div>
<h3>Multi-Platform</h3>
<p class="mb-0">Cross-platform support across Windows, Linux, and macOS for maximum flexibility.</p>
</div>
<div class="col h-100">
<div class="feature bg-success bg-gradient mb-3">
<i class="fa-solid fa-gauge-high"></i>
</div>
<h3>Performance Driven</h3>
<p class="mb-0">Engineered for efficiency and reliability with modern development practices.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects section-->
<section class="py-5" id="Projects">
<div class="container my-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 col-xl-6">
<div class="text-center">
<h2 class="fw-bolder">Projects</h2>
<p class="lead fw-normal mb-5">Check out our most popular projects!</p>
</div>
</div>
</div>
<div class="row gx-5" id="project-container"></div>
<div class="row gx-5 justify-content-center mt-4">
<div class="col-lg-8 col-xl-6 text-center">
<a href="https://github.com/orgs/LizardByte/repositories?q=archived%3Atrue" target="_blank" class="btn btn-outline-light rounded-0">
Archived Projects
</a>
</div>
</div>
</div>
</section>