forked from stargate-rewritten/stargate-rewritten.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·196 lines (191 loc) · 11.9 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>The Stargate Rewritten Project</title>
<meta name="description" content="The original, and still the best, Minecraft transportation solution!">
<link rel="icon" href="img/logo.png" sizes="32x32" type="image/png">
<!-- custom.css -->
<link rel="stylesheet" href="css/custom.css">
<!-- bootstrap.min.css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- font-awesome -->
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<!-- AOS -->
<link rel="stylesheet" href="css/aos.css">
</head>
<body>
<!-- banner -->
<div class="jumbotron jumbotron-fluid" id="banner" style="background-image: url(img/bg.jpg);">
<div class="container text-center text-md-left">
<header>
<div class="row justify-content-between">
<div class="col-2">
<img src="img/logo.png" alt="logo">
</div>
<div class="col-6 align-self-center text-right">
<a href="https://github.com/stargate-rewritten/Stargate-Bukkit/wiki" class="text-white lead">Docs</a>
</div>
</div>
</header>
<h1 data-aos="fade" data-aos-easing="linear" data-aos-duration="1000" data-aos-once="true" class="display-3 text-white font-weight-bold my-5">
Stargate<br>
Rewritten
</h1>
<p data-aos="fade" data-aos-easing="linear" data-aos-duration="1000" data-aos-once="true" class="lead text-white my-4">
The original, and still the best, Minecraft transportation solution!
<br> Highly immersive, robustly capable, deeply configurable, and easily expandable!
</p>
<a href="https://hangar.papermc.io/Stargate/Stargate" data-aos="fade" data-aos-easing="linear" data-aos-duration="1000" data-aos-once="true" class="btn my-4 font-weight-bold atlas-cta cta-green">Download</a>
</div>
</div>
<!-- three-blcok -->
<div class="container my-5 py-2">
<h2 class="text-center font-weight-bold my-5">
A Minecraft plugin for the Bukkit, Sponge, and PMMP ecosystems.</h2>
<div class="row">
<div data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<img style="width: 140px; height: 140px;" src="img/velocity.png" alt="Velocity" class="mx-auto">
<h4>Works across servers!</h4>
<p title="Requires a separate plugin to be installed on the proxy">Can send players between servers under Velocity<a class="asterix" href="https://modrinth.com/plugin/bungeebark">*</a> and Bungeecord-based proxies.</p>
</div>
<div data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<img style="width: 120px; height: 120px;" src="img/settings.svg" alt="Settings" class="mx-auto">
<h4>Highly customisable</h4>
<p>With a comprehensive and intuitive config, highly granular permissions, and multi-language support!</p>
</div>
<div data-aos="fade-up" data-aos-delay="400" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<img style="width: 120px; height: 120px;" src="img/gamepad.svg" alt="Gamepad" class="mx-auto">
<h4>Immersive</h4>
<p>Stargate's interface is integrated within gameplay; players can create, use, and destroy portals without any commands!</p>
</div>
</div>
</div>
<!-- feature (skew background) -->
<div class="jumbotron jumbotron-fluid feature" id="feature-first">
<div class="container my-5">
<div class="row justify-content-between text-center text-md-left">
<div data-aos="fade-right" data-aos-duration="1000" data-aos-once="true" class="col-md-6">
<h2 class="font-weight-bold">User-Oriented</h2>
<p class="my-4"> All of StarGate's features are designed to allow for non-admin users <br>
to create and manage their own portal networks in a balanced and <br> risk free manner.</p>
<a href="https://github.com/stargate-rewritten/Stargate-Bukkit/wiki/Creating-Portals" class="btn my-4 font-weight-bold atlas-cta cta-green">Enter Portal</a>
</div>
<div data-aos="fade-left" data-aos-duration="1000" data-aos-once="true" class="col-md-6 align-self-center">
<!-- <img src="img/feature-1.png" alt="Take a look inside" class="mx-auto d-block"> -->
</div>
</div>
</div>
</div>
<!-- feature (green background) -->
<div class="jumbotron jumbotron-fluid feature" id="feature-last">
<div class="container">
<div class="row justify-content-between text-center text-md-left">
<div data-aos="fade-left" data-aos-duration="1000" data-aos-once="true" class="col-md-6 flex-md-last">
<h2 class="font-weight-bold">Expandable</h2>
<p class="my-4"> The StarGate community has developed an ecosystem of add-ons,<br> collectively add integration and design-philosophy expansions to the plugin.
</p>
<a href="https://github.com/stargate-rewritten/Stargate-Bukkit/wiki/Addons" class="btn my-4 font-weight-bold atlas-cta cta-green">See addons</a>
</div>
<div data-aos="fade-right" data-aos-duration="1000" data-aos-once="true" class="col-md-6 align-self-center flex-md-first">
</div>
</div>
</div>
</div>
<!-- price table -->
<div class="container my-5 py-2" id="price-table">
<h2 class="text-center font-weight-bold d-block mb-3">Contribute to the project!</h2>
<div class="row justify-content-center">
<div data-aos="fade-right" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5">
<h4 class="my-4">Translators</h4>
<a href="https://crowdin.com/project/stargate-bukkit" class="btn my-4 font-weight-bold atlas-cta cta-ghost">Translate</a>
</div>
<div data-aos="fade-up" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5 rounded">
<h4 class="my-4">Documenters</h4>
<a href="https://discord.gg/mpACH98Fcd" class="btn my-4 font-weight-bold atlas-cta cta-ghost">Join our Discord</a>
</div>
<div data-aos="fade-left" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5">
<h4 class="my-4">Developers</h4>
<a href="https://discord.gg/mpACH98Fcd" class="btn my-4 font-weight-bold atlas-cta cta-ghost">Join our Discord</a>
</div>
<div data-aos="fade-right" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5">
<h4 class="my-4">Sponsors</h4>
<a href="https://github.com/sponsors/stargate-rewritten" class="btn my-4 font-weight-bold atlas-cta cta-ghost">Sponsor</a>
</div>
<div data-aos="fade-left" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5">
<h4 class="my-4">Alpha Testers</h4>
<a href="https://discord.gg/mpACH98Fcd" class="btn my-4 font-weight-bold atlas-cta cta-ghost">Join our Discord</a>
</div>
</div>
</div>
<!-- contact -->
<div class="jumbotron jumbotron-fluid" id="contact" style="background-image: url(img/bg_blured.png);">
<div class="container my-5">
<!-- <div class="row justify-content-between"> -->
<div class="text-white">
<div class="text-white">
<h2 class="font-weight-bold">Contact Us</h2>
<p class="my-4">We got a message from the Tok'ra. Apparently they've been trying to contact us for over three months."</p>
</div>
</div>
<div id="credits" class="container my-5 py-2 text-white">
<h2 class="text-center font-weight-bold my-5">Credits</h2>
<div class="row">
<div data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<h4>Core Team</h4>
<div style="text-align: left;">
<h5>Bukkit/Java</h5>
<h6>Lead Developers</h6>
<p>- Thorinwasher <br>- EpicKnarvik97</p>
<h6>Project Manager</h6>
<p>- Pheotis</p>
<h5>Sponge</h5>
<p>TBD</p>
<h5>PMMP</h5>
<p>TBD</p>
</div>
</div>
<div data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<h4>Based on a consept by:</h4>
<p>Dinnerbone <br>Drakia <br>Strummeh</p>
</div>
<div data-aos="fade-up" data-aos-delay="400" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<h4>With acknowledgement for past efforts from</h4>
<p style="text-align: right;">Frostalf -<br>TheViperShow -<br>Flash247 -<br>Boomer113 -<br>PseudoKnight -<br>Pie___Flavor -<br>Ghost_chu -<br>LittleBigBug -<br>ZachRuybal -<br>MCLive -<br>Scavy -</p>
</div>
</div>
</div>
<!-- <div style="color: #ffffff;" id="credits">
<div style="text-align: center;" class="container">
<h1 class="font-weight-bold">Credits</h2>
<p class="my-4">The <a href="https://github.com/stargate-rewritten">Stargate-Rewritten</a> Project would like to thank:</p>
<h4>With acknowledgement for past efforts from</h3>
<p>- Frostalf<br>- TheViperShow<br>- Flash247<br>- Boomer113<br>- PseudoKnight<br>- Pie___Flavor<br>- Ghost_chu<br>- LittleBigBug<br>- ZachRuybal<br>- MCLive<br>- Scavy</p>
</div>
</div>
</div> -->
</div>
</div>
<!-- copyright -->
<div class="jumbotron jumbotron-fluid" id="copyright">
<div class="container">
<!-- <div class="row justify-content-between"> -->
<div class="col-md-6 text-white align-self-center text-center text-md-left my-2">
Copyright © Sike, it's not copyrighted. :D <br> Site made by <a href="https://github.com/axolotlagatsuma">axolotlagatsuma</a> with love.
</div>
<div class="col-md-6 align-self-center text-center text-md-right my-2" id="social-media">
<a href="https://github.com/stargate-rewritten" class="d-inline-block text-center ml-2">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
<!-- AOS -->
<script src="js/aos.js"></script>
<script>
AOS.init({
});
</script>
</body>
</html>