This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (60 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spacelegion</title>
<link rel="stylesheet" href="style/neonlights.css">
<link rel="stylesheet" href="style/fbi.css">
</head>
<body>
<header>
<h1 class="neon04b">SPACELEGION</h1>
</header>
<div class="container">
<div class="log">
<h3 class="neon04b">MAP</h3>
<a class="nav" href="https://wiki.spacelegion.org" title="Wiki."><span>Wiki</span></a>
<a class="nav" href="https://github.com/space-legion" title="Git"><span>Git</span></a>
<a class="nav" href="https://blog.spacelegion.org" title="Blog."><span>Blog</span></a>
<a class="nav" href="mailto:spacelegion@protonmail.com" title="Contact"><span>Contact</span></a>
<h3 class="neon04b">Donate</h3>
<div class="barcode">
<p>
<h3 style="font-size:14px;">Etherium:</h3>
<code style="font-size:small;overflow-wrap:break-word">0x9Cc6b2feD3dAC2a7dF74e5C9B33a0d7Cc39680bc</code>
</p>
</div>
</div>
<div class="text">
<h3 class="neonvcr">WELCOME TO SPACELEGION</h3>
<p>A community focused on <strong>Security</strong>, <strong>Privacy</strong>, and <strong>Anonymity</strong>.</p>
<p>
Privacy is ultimately about human information, and this is important because we know that human information confers power over human beings. If we care about our ability to be authentic, fulfilled, and free humans, we have to care about the rules that apply to information about us. So much of our modern society is structured around information.
</p>
</div>
<section id="now">
<div style="margin:auto; text-align: center; width: 70%; padding-top: 60px;"></div>
</section>
</div>
<section class="main-content">
<div class="navbar">
<h3 class="neon04b">PROJECTS</h3>
<div class="project">
<div class="project-image" style="background-image: url('https://raw.githubusercontent.com/Space-Legion/assets/main/1%20ighFjLp4k6pi56XEqhA9CA.png');"></div>
<div class="project-info">
<h4><a href="https://github.com/z399/archcrypt">ARCHCRYPT</a></h4>
<p>A simple shell script for Arch Linux with bells and whistles included</p>
</div>
</div>
<div class="project">
<div class="project-image" style="background-image: url('https://avatars.githubusercontent.com/u/81069059?s=200&v=4');"></div>
<div class="project-info">
<h4><a href="https://github.com/YttriumOS">YTTRIUM OS</a></h4>
<p>numerous miscellaneous security improvements (currently testing)</p>
</div>
</div>
</div>
</section>
</body>
</html>