-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
57 lines (57 loc) · 2.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:type" content="website">
<meta property="og:title" content="*nix nest website">
<meta property="og:url" content="https://nixne.st">
<meta name="theme-color" content="#F9AB10">
<link rel="stylesheet" href="/css/index.css">
<link rel="icon" href="/img/logo.svg" sizes="any" type="image/svg+xml">
<title>*nix nest</title>
</head>
<body>
<header>
<a class=logo href="/">
<img src="/img/logo.svg" alt="">
<b>*nix nest</b>
</a>
<nav>
<a href="#">Home</a>
<a target="_blank" href="https://github.com/nixnest">Github</a>
<a target="_blank" href="https://discord.gg/svhXktFkAG">Discord</a>
</nav>
</header>
<h1>*nix nest</h1>
<p>Discord server for anything *nix or tech related.</p>
<h2>Members</h2>
<div class="memberGrid">
<a href="https://tymscar.nixne.st/profile/" class="card">
<img src="https://cdn.discordapp.com/embed/avatars/0.png" class="avatar" data-user-id="120366450199363587" />
<p>Tymscar</p>
</a>
<a href="https://koala.nixne.st/profile/" class="card">
<img src="https://cdn.discordapp.com/embed/avatars/0.png" class="avatar" data-user-id="318322437412487178" />
<p>koala</p>
</a>
<a href="https://smol.nixne.st/" class="card">
<img src="https://cdn.discordapp.com/embed/avatars/0.png" class="avatar" data-user-id="241694485694775296" />
<p>SmolW</p>
</a>
<a href="https://profile.jasonb.nixne.st" class="card">
<img src="https://cdn.discordapp.com/embed/avatars/0.png" class="avatar" data-user-id="326355120717692928" />
<p>JasonB</p>
</a>
<a href="https://cyckl.nixne.st/profile/" class="card">
<img src="https://cdn.discordapp.com/embed/avatars/0.png" class="avatar" data-user-id="248948821881520138" />
<p>cyckl</p>
</a>
<a href="https://caughtquick.nixne.st" class="card">
<img src="https://cdn.discordapp.com/embed/avatars/0.png" class="avatar" data-user-id="689147933198647314" />
<p>caughtquick</p>
</a>
<script src="/js/avatar.js"></script>
</div>
</body>
</html>