-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathattributions.html
70 lines (66 loc) · 2.02 KB
/
attributions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Attributions | Notessential Gallery</title>
<link rel="stylesheet" type="text/css" href="./css/attributions.css">
</head>
<body>
<h1>Attributions</h1>
<p>This page lists the attributions and credits for contributors to the Notessential gallery.</p>
<div class="maintainer">
<h2>KTrain5369</h2>
<p>One of the main mantainers of the Notessential website, and creator of this gallery.</p>
<div class="social-buttons">
<a href="https://bsky.app/profile/ktrain5369.me" target="_blank">
<button>Bluesky</button>
</a>
<a href="https://github.com/KTrain5169" target="_blank">
<button>GitHub</button>
</a>
<a href="https://ktrain5169.github.io/" target="_blank">
<button>Website</button>
</a>
</div>
</div>
<div class="contributor">
<h2>blryface</h2>
<p>The creator of Notessential and one of the Vital owners.</p>
<div class="social-buttons">
<a href="https://github.com/blryface" target="_blank">
<button>GitHub</button>
</a>
<a href="https://blurry.gay/" target="_blank">
<button>Website</button>
</a>
<a href="https://pridecraft.gay/" target="_blank">
<button>Pridecraft</button>
</a>
</div>
</div>
<div class="contributor">
<h2>maskers</h2>
<div class="social-buttons">
<a href="https://github.com/maskersss" target="_blank">
<button>GitHub</button>
</a>
</div>
</div>
<div class="contributor">
<h2>Ampflower</h2>
<p><i>comes out of nowhere, fixes the site, almost leaves without a word</i></p>
<div class="social-buttons">
<a href="https://ampflower.gay" target="_blank">
<button>Website</button>
</a>
<a href="https://bsky.app/profile/ampflower.gay" target="_blank">
<button>Bluesky</button>
</a>
<a href="https://github.com/Ampflower" target="_blank">
<button>GitHub</button>
</a>
</div>
</div>
</body>
</html>