-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
130 lines (121 loc) · 6.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>ringwormGO</title>
<link rel="icon" href="favicon.ico" type="image/ico" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" />
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/Navbar-Right-Links-icons.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<script defer src="assets/js/index.js"></script>
</head>
<body id="main">
<nav class="navbar navbar-light navbar-expand-md py-3" style="background-color: var(--bs-gray-700)">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="#"><span
class="bs-icon-sm bs-icon-rounded bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon"
style="background-color: var(--bs-gray-700)"><img src="assets/img/logo.png"
style="width: 32px; height: 32px" /></span><span
style="color: white; font-size: 20px; font-weight: bold;">ringwormGO</span></a><button
data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-2">
<span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav ms-auto" style="font-size: 20px; font-weight: bold">
<li class="nav-item">
<a class="nav-link" href="index.html" style="color: white">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" style="color: white" href="FAQ.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html" style="color: white">Projects</a>
</li>
</ul>
</div>
<button class="btn btn-secondary" type="button" onclick="Theme()">
Random theme
</button>
</div>
</nav>
<header>
<a href="../legacy/index.html" style="text-decoration: none;">
<h1 class="fs-1 fw-bold text" data-bss-hover-animate="pulse" style="
text-align: center;
margin-top: 5rem;
padding-bottom: 5rem;
color: red;
">
ringwormGO
</h1>
</a>
</header>
<div class="container" style="text-align: center">
<h1 class="text" style="text-align: center">About this project</h1>
<br />
<p id="paragraph" class="text" style="font-size: 20px">
<span class="text">We are a <span style="color: rgb(49, 237, 237)">non-profit</span> software development
group.</span>
<br />
<span class="text">Most of our work is focused on <span style="color: rgb(49, 237, 237)">low level projects
and desktop applications.</span></span>
<br />
<span class="text">For any issues/bugs and suggestions, contact us at <span
style="color: rgb(49, 237, 237)">project's
repository.</span></span>
</p>
<br />
<br />
<br />
<div class="contacts">
<div class="contacts-title-container">
<h1 class="text" style="text-align: center">Contacts</h1>
</div>
<!-- Icons grouped in rows -->
<div class="icons-row-1">
<a href="https://github.com/ringwormGO-organization"><i class="fa-brands fa-github fa-3x"></i></a>
<a href="https://codeberg.org/ringwormGO"><img class="codeberg" src="assets/img/codeberg.svg"></a>
</div>
<div class="icons-row-2">
<a href="https://www.youtube.com/channel/UC87hNTN-6ahkRfHPs0iVfTg"><i
class="fa-brands fa-youtube fa-3x"></i></a>
<a href="https://discord.gg/zyzbdrDRQF"><i class="fa fa-discord-alt fa-3x"></i></a>
</div>
<div class="icons-row-3">
<a href="https://matrix.to/#/#ringwormgo:matrix.org"><i class="fa fa-matrix-org fa-3x"></i></a>
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope fa-3x"></i></a>
</div>
</div>
</div>
<div>
<footer class="text-center bg-dark" style="margin-top: 25rem">
<div class="container text-white py-4 py-lg-5">
<ul class="list-inline">
<li class="list-inline-item me-4">
<a class="link-light" href="https://github.com/ringwormGO-organization">Github</a>
</li>
<li class="list-inline-item me-4">
<a class="link-light" href="FAQ.html">FAQ</a>
</li>
<li class="list-inline-item me-4">
<a class="link-light" href="projects.html">Projects</a>
</li>
</ul>
<p class="text-muted mb-0">Copyright © 2021 - present ringwormGO</p>
<p class="text-muted mb-0">
Made by karlito1501 with <i class="far fa-heart" style="font-size: 15px"></i>
</p>
</div>
</footer>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
</body>
</html>