-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolunteer.html
39 lines (37 loc) · 1.82 KB
/
volunteer.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
<!DOCTYPE html>
<html lang="en"><head>
<title>Volunteer | MC Event Recreations</title><link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<a href="index.html"> <img src="assets/images/logos/MCLER.png" id="logo" class="center"></a><br>
<h1>Volunteer Jobs</h1>
<p>We are currently looking for the following volunteers:</p>
<ul>
<li>Scripting developers</li>
<ul>
<li>Knows how to use and can code using the Minecraft Scripting API</li>
<li>Bonus: Can keep everything scripting-related organized</li>
</ul>
<li>Behavior pack developers</li>
<ul>
<li>Can add entities</li>
<li>Can add items</li>
<li>Can add custom blocks</li>
<li>Bonus: Can keep the pack organized</li>
</ul>
<li>Website developer</li>
<ul>As you can probably tell, the site well... needs a bit of help but nothing major</ul>
</ul>
<p>If you are interested in any of these positions, please join <a href="https://discord.gg/w4uFWffMkB">our Discord Server</a> and contact ThatJadon 26.</p>
<footer>
<a href="https://github.com/MC-Event-Recreations">
<button class="minecraft-main-button button-red">GitHub</button>
</a>
<a href="https://discord.com/invite/w4uFWffMkB?utm_source=Discord%20Widget&utm_medium=Connect">
<button class="minecraft-main-button button-red">Discord server</button></a>
<a href="disclaimer.html">
<button class="minecraft-main-button button-red">Disclaimer</button></a>
<br>
<i>We are not affiliated nor endorsed by Mojang Studios nor by their partners.</i>
</footer>
</body></html>