Skip to content

Commit 3adf194

Browse files
committed
Fixed broken link, threw staff application form on website just in case (no this does not mean we're opening staff apps, quit snooping)
1 parent 8f0651d commit 3adf194

File tree

5 files changed

+240
-2
lines changed

5 files changed

+240
-2
lines changed

mods/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
</div>
594594
</div>
595595

596-
<div class="modItem" data-version="1.9.19" data-type="resourcepack" onclick="window.location.href='https://github.com/susbaconhairman/mc-adventure-time-mash-up-3ds-port';">
596+
<div class="modItem" data-version="1.9.19" data-type="resourcepack" onclick="window.location.href='https://github.com/wyndchyme/minecraft-3ds-unistore';">
597597
<div class="modContent">
598598
<div class="modHeader">Adventure Time Mash-Up</div>
599599
<div class="modDescription">A port of the Adventure Time Mash-Up Pack.</i></div>

wiki/community/index.html

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta property="og:title" content="Minecraft 3DS Community Wiki" />
7+
<meta property="og:type" content="website" />
8+
<meta property="og:url" content="https://www.minecraft3ds.org/" />
9+
<meta name="description" content="Tutorials and documentation for Minecraft: New Nintendo 3DS Edition." />
10+
<meta property="og:image" content="https://raw.githubusercontent.com/Minecraft-3DS-Community/Minecraft-3DS-Community.github.io/refs/heads/main/seeds/img/noimg.png" />
11+
<meta property="twitter:card" content="summary_large_image" />
12+
<meta property="twitter:url" content="https://www.minecraft3ds.org/" />
13+
<meta property="twitter:title" content="Minecraft 3DS Community Wiki" />
14+
<meta property="twitter:description" content="Tutorials and documentation for Minecraft: New Nintendo 3DS Edition." />
15+
<meta property="twitter:image" content="https://raw.githubusercontent.com/Minecraft-3DS-Community/Minecraft-3DS-Community.github.io/refs/heads/main/seeds/img/noimg.png" />
16+
<link href="/style.css" rel="stylesheet">
17+
<link href="/wiki/style.css" rel="stylesheet">
18+
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
19+
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
20+
<script src="/plugins/flickity/flickity.pkgd.js"></script>
21+
<title>Community &#8226 A-Z &#8226 Minecraft 3DS Community</title>
22+
<style>
23+
</style>
24+
</head>
25+
<body>
26+
<div style="position: absolute; top: 0; left: 0; width: 100vw; height: 3.5em; display: flex; align-items: center;" class="header">
27+
<a href="/" style="text-indent: 1rem;">
28+
<span style="color: white; font-size: 20pt; filter: drop-shadow(0 3px 3px black); margin-left: 45px;" class="logo">
29+
<img src="/img/New_Nintendo_3DS_Edition.webp" style="width: 180px; vertical-align: middle; position: relative; bottom: 3px; image-rendering: auto;">
30+
<span style="position: absolute; display: inline-block; color: yellow; transform-origin: left; transform: translateX(-100px) translateY(25px) scale(0.65) rotate(-15deg); animation: scaleText 2s ease-in-out infinite;">
31+
Community
32+
</span>
33+
</span>
34+
</a>
35+
36+
<div id="vines" class="vines">
37+
</div>
38+
39+
<div class="vines" id="leftVines">
40+
<img src="/img/bg/vine.png" style="width: 32px; position: absolute; left: 32px; top: 0;">
41+
<img src="/img/bg/vine.png" style="width: 32px; position: absolute; left: 32px; top: 32px;">
42+
</div>
43+
<!--wyndchyme was here. These left vines will only appear on smaller video widths.-->
44+
</div>
45+
46+
47+
<div class="dropDownContainer closed">
48+
<div class="dropDown">
49+
<div id="dropDownContent"></div>
50+
</div>
51+
<div class="dropDownButton" id="dropDownToggle">
52+
<img src="/img/gui/arrow.png" style="width: 32px;" id="dropDownArrow">
53+
</div>
54+
</div>
55+
56+
<div class="wikiHeader">
57+
<img src="/img/gui/faqs.png">Tutorials & Docs
58+
<button class="settingsButton">
59+
<img src="/img/gui/config.png">
60+
</button>
61+
</div>
62+
63+
64+
<div id="settingsModal" class="settingsModal">
65+
<div class="settingsContent">
66+
<span style="font-size: 14pt; background-color: rgba(0, 0, 0, 0.2); padding: 5px; padding-left: 10px; padding-right: 10px; border: 2px solid rgba(0, 0, 0, 0.4); outline: 2px solid rgba(173, 173, 173, 0.6);">Settings</span><br><br>
67+
<button class="closeButton">&times;</button><br>
68+
<label>
69+
<input type="checkbox" id="darkModeToggle"> Enable Dark Mode<br><br>
70+
</label>
71+
</div>
72+
</div>
73+
74+
<div class="wikiBody">
75+
<h1>Community Pages A-Z</h1>
76+
<hr>
77+
<ul style="line-height: 3;">
78+
<!--wyndchyme was here. These get sorted automatically by the script at the bottom of the page.-->
79+
<li>
80+
<a href="/wiki/community/staffapps/">Staff Applications</a>
81+
</li>
82+
83+
</ul>
84+
</div>
85+
86+
87+
<script src="/scripts/main/dropdown.js"></script>
88+
<script src="/scripts/main/vines.js"></script>
89+
<script src="/scripts/main/header.js"></script>
90+
<script src="/scripts/wiki/darkmode.js"></script>
91+
<script>
92+
document.addEventListener("DOMContentLoaded", () => {
93+
const ul = document.querySelector(".wikiBody ul");
94+
const items = Array.from(ul.querySelectorAll("li"));
95+
96+
items.sort((a, b) => {
97+
const textA = a.textContent.trim().toLowerCase();
98+
const textB = b.textContent.trim().toLowerCase();
99+
return textA.localeCompare(textB);
100+
});
101+
102+
ul.innerHTML = "";
103+
items.forEach(item => ul.appendChild(item));
104+
});
105+
</script>
106+
107+
108+
109+
110+
111+
112+
</body>
113+
</html>
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta property="og:title" content="Minecraft 3DS Community Wiki" />
7+
<meta property="og:type" content="website" />
8+
<meta property="og:url" content="https://www.minecraft3ds.org/" />
9+
<meta name="description" content="Tutorials and documentation for Minecraft: New Nintendo 3DS Edition." />
10+
<meta property="og:image" content="https://raw.githubusercontent.com/Minecraft-3DS-Community/Minecraft-3DS-Community.github.io/refs/heads/main/seeds/img/noimg.png" />
11+
<meta property="twitter:card" content="summary_large_image" />
12+
<meta property="twitter:url" content="https://www.minecraft3ds.org/" />
13+
<meta property="twitter:title" content="Minecraft 3DS Community Wiki" />
14+
<meta property="twitter:description" content="Tutorials and documentation for Minecraft: New Nintendo 3DS Edition." />
15+
<meta property="twitter:image" content="https://raw.githubusercontent.com/Minecraft-3DS-Community/Minecraft-3DS-Community.github.io/refs/heads/main/seeds/img/noimg.png" />
16+
<link href="/style.css" rel="stylesheet">
17+
<link href="/wiki/style.css" rel="stylesheet">
18+
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
19+
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
20+
<script src="/plugins/flickity/flickity.pkgd.js"></script>
21+
<title>Community &#8226 Staff Applications &#8226 Minecraft 3DS Community</title>
22+
<style>
23+
</style>
24+
</head>
25+
<body>
26+
<div style="position: absolute; top: 0; left: 0; width: 100vw; height: 3.5em; display: flex; align-items: center;" class="header">
27+
<a href="/" style="text-indent: 1rem;">
28+
<span style="color: white; font-size: 20pt; filter: drop-shadow(0 3px 3px black); margin-left: 45px;" class="logo">
29+
<img src="/img/New_Nintendo_3DS_Edition.webp" style="width: 180px; vertical-align: middle; position: relative; bottom: 3px; image-rendering: auto;">
30+
<span style="position: absolute; display: inline-block; color: yellow; transform-origin: left; transform: translateX(-100px) translateY(25px) scale(0.65) rotate(-15deg); animation: scaleText 2s ease-in-out infinite;">
31+
Community
32+
</span>
33+
</span>
34+
</a>
35+
36+
<div id="vines" class="vines">
37+
</div>
38+
39+
<div class="vines" id="leftVines">
40+
<img src="/img/bg/vine.png" style="width: 32px; position: absolute; left: 32px; top: 0;">
41+
<img src="/img/bg/vine.png" style="width: 32px; position: absolute; left: 32px; top: 32px;">
42+
</div>
43+
<!--wyndchyme was here. These left vines will only appear on smaller video widths.-->
44+
</div>
45+
46+
47+
<div class="dropDownContainer closed">
48+
<div class="dropDown">
49+
<div id="dropDownContent"></div>
50+
</div>
51+
<div class="dropDownButton" id="dropDownToggle">
52+
<img src="/img/gui/arrow.png" style="width: 32px;" id="dropDownArrow">
53+
</div>
54+
</div>
55+
56+
<div class="wikiHeader">
57+
<img src="/img/gui/faqs.png">Tutorials & Docs
58+
<button class="settingsButton">
59+
<img src="/img/gui/config.png">
60+
</button>
61+
</div>
62+
63+
64+
<div id="settingsModal" class="settingsModal">
65+
<div class="settingsContent">
66+
<span style="font-size: 14pt; background-color: rgba(0, 0, 0, 0.2); padding: 5px; padding-left: 10px; padding-right: 10px; border: 2px solid rgba(0, 0, 0, 0.4); outline: 2px solid rgba(173, 173, 173, 0.6);">Settings</span><br><br>
67+
<button class="closeButton">&times;</button><br>
68+
<label>
69+
<input type="checkbox" id="darkModeToggle"> Enable Dark Mode<br><br>
70+
</label>
71+
</div>
72+
</div>
73+
74+
<div class="wikiBody">
75+
<h1>Staff Applications</h1>
76+
<i>The following is a list of questions required to submit an application to the Minecraft 3DS Community staff team. Response to all questions is required.<br><br>
77+
Staff applications are only open during windows announced in the Minecraft 3DS Community Discord server. Sending an application outside of a designated window will result in immediate rejection of your application, with no exceptions.<br><br>
78+
To submit your application, send your responses to the below questions to <code>wyndchyme_</code> on Discord via private messages.</i><br><br>
79+
<hr>
80+
<br>
81+
It is recommended to respond to questions 4-10 with at least one paragraph.<br><br>
82+
<h3>1. What is your Discord username?</h3><br>
83+
<h3>2. What is your age?</h3><br>
84+
<h3>3. How long have you been a member of the Minecraft 3DS Discord server?</h3><br>
85+
<h3>4. Are you familiar with any programming languages? If so, which ones? What is your skill level?</h3><br>
86+
<h3>5. How active are you on Discord? Will you maintain the same level of activity for the forseeable future?</h3><br>
87+
<h3>6. Why did you join the Minecraft 3DS Community Discord server?</h3><br>
88+
<h3>7. Why do you want to be a staff member?</h3><br>
89+
<h3>8. What skills and experience would make you a good staff member?</h3><br>
90+
<h3>9. Do you agree with the rules of the Minecraft 3DS Community Discord server? If not, what do you disagree with? How would you change them?</h3><br>
91+
<h3>10. If you could change one thing about the server, what would it be?</h3><br><br>
92+
<hr>
93+
<br>
94+
<i>Repeatedly asking about the status of your staff application may result in immediate rejection of your application.</i><br><br>
95+
<i>You may be contacted for further questions by the staff team after submitting your application. If this occurs, please respond in a timely manner.</i><br><br>
96+
<i>Results of the staff applications will be announced publicly in the Discord server's announcements channel.</i>
97+
</div>
98+
99+
100+
<script src="/scripts/main/dropdown.js"></script>
101+
<script src="/scripts/main/vines.js"></script>
102+
<script src="/scripts/main/header.js"></script>
103+
<script src="/scripts/wiki/darkmode.js"></script>
104+
105+
106+
107+
108+
109+
</body>
110+
</html>

wiki/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ <h2>Tutorials</h2>
110110
</ul>
111111
</div>
112112
<br>
113+
114+
<hr>
115+
116+
<h2>Community</h2>
117+
<div style="text-indent: 1em; font-size: 13pt;"><a href="/wiki/community/">All community pages (A-Z)</a></div><br>
118+
<div class="column-list">
119+
<ul>
120+
<!--wyndchyme was here. These get sorted automatically by alphabet.-->
121+
<li>
122+
<strong><a href="/wiki/community/staffapps/">Staff Applications</a></strong><br>
123+
<span class="desc">Questions and procedures required to submit an application to the Minecraft 3DS Community staff team.</span>
124+
</li>
125+
</ul>
126+
</div>
127+
<br>
113128
<br>
114129
</div>
115130

wiki/tutorials/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
1919
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
2020
<script src="/plugins/flickity/flickity.pkgd.js"></script>
21-
<title>Tutorials A-Z &#8226 Home &#8226 Minecraft 3DS Community</title>
21+
<title>Tutorials &#8226 A-Z &#8226 Minecraft 3DS Community</title>
2222
<style>
2323
</style>
2424
</head>

0 commit comments

Comments
 (0)