Skip to content

Commit 922d04d

Browse files
Revise #1
1 parent afdd53f commit 922d04d

File tree

3 files changed

+8807
-34
lines changed

3 files changed

+8807
-34
lines changed

css/bootstrap.min.css

Lines changed: 8791 additions & 1 deletion
Large diffs are not rendered by default.

css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ button {
2525
transition: .3s ease-in-out !important;
2626
}
2727

28+
.hide {
29+
display: none;
30+
}
31+
32+
.asterix:hover + .hide {
33+
display: block;
34+
color: #c43c6b;
35+
}
36+
2837
.atlas-cta:hover {
2938
text-decoration: none;
3039
transform: translateY(-5px);

index.html

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!DOCTYPE html>
2-
<html lang="zh-TW">
32
<head>
43
<meta charset="UTF-8">
54
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -48,8 +47,8 @@ <h2 class="text-center font-weight-bold my-5">
4847
<div class="row">
4948
<div data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
5049
<img style="width: 120px; height: 120px;" src="img/velocity.png" alt="Velocity" class="mx-auto">
51-
<h4>Cross-server</h4>
52-
<p>Works with Velocity, Bungee-cord or Waterfall networks.</p>
50+
<h4>Works across servers!</h4>
51+
<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>
5352
</div>
5453
<div data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
5554
<img style="width: 120px; height: 120px;" src="img/settings.svg" alt="Settings" class="mx-auto">
@@ -160,36 +159,11 @@ <h4 class="my-4">Alpha Testers</h4>
160159
<!-- contact -->
161160
<div class="jumbotron jumbotron-fluid" id="contact" style="background-image: url(img/bg.jpg);">
162161
<div class="container my-5">
163-
<div class="row justify-content-between">
164-
<div class="col-md-6 text-white">
162+
<!-- <div class="row justify-content-between"> -->
163+
<div class="text-white">
164+
<div class="text-white">
165165
<h2 class="font-weight-bold">Contact Us</h2>
166-
<p class="my-4">
167-
"Stop saying stuff that I never said." <br>
168-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Sun Tzu, The Art of War
169-
</p>
170-
<ul class="list-unstyled">
171-
<li>Email : contact@sgrewritten.org</li>
172-
<li>Address : Earth, Solar System, The Milky Way</li>
173-
</ul>
174-
</div>
175-
<div class="col-md-6">
176-
<form>
177-
<div class="row">
178-
<div class="form-group col-md-6">
179-
<label for="name">Your Name</label>
180-
<input type="name" class="form-control" id="name">
181-
</div>
182-
<div class="form-group col-md-6">
183-
<label for="Email">Your Email</label>
184-
<input type="email" class="form-control" id="Email">
185-
</div>
186-
</div>
187-
<div class="form-group">
188-
<label for="message">Message</label>
189-
<textarea class="form-control" id="message" rows="3"></textarea>
190-
</div>
191-
<button type="submit" class="btn font-weight-bold atlas-cta atlas-cta-wide cta-green my-3">Submit</button>
192-
</form>
166+
<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>
193167
</div>
194168
</div>
195169
</div>
@@ -198,7 +172,7 @@ <h2 class="font-weight-bold">Contact Us</h2>
198172
<!-- copyright -->
199173
<div class="jumbotron jumbotron-fluid" id="copyright">
200174
<div class="container">
201-
<div class="row justify-content-between">
175+
<!-- <div class="row justify-content-between"> -->
202176
<div class="col-md-6 text-white align-self-center text-center text-md-left my-2">
203177
Copyright © Sike, it's not copyrighted. :D <br> Made by <a href="https://github.com/axolotlagatsuma">axolotlagatsuma</a> with love.
204178
</div>

0 commit comments

Comments
 (0)