-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstaff.html
More file actions
56 lines (55 loc) · 2.53 KB
/
staff.html
File metadata and controls
56 lines (55 loc) · 2.53 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
---
layout: default
title: Staff
---
<div id="main" class="main-content">
<h1>Toonkit Contributors</h1>
<!-- Zach -->
<div class="contributor">
<img draggable="false" src="/assets/images/staff/zach.png">
<div class="main-content">
<h1 class="pad-left">Contributor - Zach</h1>
<div class="pad-left">
<h2>Web Dev</h2>
<p><b>Zach</b> is a contributor of Toonkit. Questions about Toonkit's codebase and contributing to the site should be directed to Zach through the Toonkit Discord.</p>
<a href="https://github.com/zzzachzzz"><img width="24" height="24" src="/assets/svg/github-icon.svg"></a>
<a href="https://discord.gg/ZrHKxuk" target="_blank" aria-label="Join the Discord!">
<img width="28" height="28" src="/assets/svg/discord-icon.svg">
</a>
<b>zzzachzzz#3989</b>
</div>
</div>
</div>
<!-- Vice -->
<div class="contributor">
<img draggable="false" src="https://i.imgur.com/KAXiUwm.png">
<div class="main-content">
<h1 class="pad-left">Admin - Vice</h1>
<div class="pad-left">
<h2>Founder, Web Dev</h2>
<p><b>Vice</b>, also known as ViceWatercolour, is a founder of Toonkit. His main interests are music production, journalism, creative writing, and politics. His primary language is English, born and raised in the United States.</p>
<a href="https://github.com/Palmidence"><img width="24" height="24" src="/assets/svg/github-icon.svg"></a>
<a href="https://discord.gg/ZrHKxuk" target="_blank" aria-label="Join the Discord!">
<img width="28" height="28" src="/assets/svg/discord-icon.svg">
</a>
<b>Vice#4812</b>
</div>
</div>
</div>
<!-- Bin -->
<div class="contributor">
<img draggable="false" src="https://i.imgur.com/jaXreg8.png">
<div class="main-content">
<h1 class="pad-left">Admin - Bin</h1>
<div class="pad-left">
<h2>Founder, Web Dev / Backend</h2>
<p><b>Bin</b> is a founder of Toonkit. His main interests are software development, game design, cybersecurity, and cryptography. His primary language is English, born in the United States. He prefers to remain largely anonymous online.</p>
<a href="https://github.com/FileStream"><img width="24" height="24" src="/assets/svg/github-icon.svg"></a>
<a href="https://discord.gg/ZrHKxuk" target="_blank" aria-label="Join the Discord!">
<img width="28" height="28" src="/assets/svg/discord-icon.svg">
</a>
<b>Bin#7773</b>
</div>
</div>
</div>
</div>