-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.82 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 2.82 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>CustomRealms</title>
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<div class="inner">
<div class="paper">
<div class="icon"></div>
<h1>CustomRealms is open sourcing!</h1>
<h2>We'll be back soon, and we'll be open sourcing our code on GitHub.</h2>
<div class="line"></div>
<div class="tldr">
<div class="label">TL;DR</div>
<div class="content">CustomRealms is open sourcing all of its code, and we're looking for community members to join in the development.</div>
<div class="buttons">
<a href="https://forms.gle/enB7fWruXvZneDKDA" target="_blank">Join the Team</a>
<a href="https://github.com/customrealms" target="_blank">View our GitHub</a>
</div>
</div>
<div class="section">
<h3>Overview</h3>
<p>CustomRealms is the first platform that makes it possible to code custom Minecraft Plugins using only TypeScript and JavaScript. It features a beautiful and powerful web IDE, and doesn't require difficult setup to start coding.</p>
</div>
<div class="section">
<h3>Open sourcing</h3>
<p>We've decided to open source all of our code. Over the next few weeks, we will release our code to GitHub part-by-part.</p>
<p>We are looking for community volunteers to assist us in preparing the CustomRealms code to be open-sourced. If you want to join the team and help us with the launch, <a href="https://forms.gle/enB7fWruXvZneDKDA">please fill out this form.</a></p>
</div>
<div class="section">
<h3>Why are we open sourcing?</h3>
<p>We believe that CustomRealms is an amazing and innovative platform, but it has been very difficult to scale the platform, as we are a team of volunteers.</p>
<p>CustomRealms has grown to well over 6,000 users, building some amazing new Minecraft plugins. Open sourcing our code will enable others in the community to build all kinds of experiences that leverage the CustomRealms technology.</p>
</div>
<div class="section">
<h3>Get involved</h3>
<p>Like we said above, we're looking for talented developers in the community to help us open source the code.</p>
<p>To get involved, please fill out this form: <a href="https://forms.gle/enB7fWruXvZneDKDA">https://forms.gle/enB7fWruXvZneDKDA</a></p>
</div>
</div>
</div>
</body>
</html>