-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (68 loc) · 4.5 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
<!DOCTYPE html>
<html lang="en">
<!---
A TEMPORARY landing page for the SG-R project.
Thrown together in <10 mins via the Gramateria framework
-->
<head>
<meta name="title" content="The Stargate-Rewritten Project">
<meta name="description" content="The original — and still the best — MineCraft transportation system. A survival-friendly plugin for the Bukkit, Sponge, and PMMP ecosystems.">
<meta name="keywords" content="Bukkit, Spigot, PaperSpigot, Paper Plugin, Spigot Plugin, Bukkit Plugin, CraftBukkit Plugin, Drakia, Dinnerbone, thedgtl, Stargate, Stargate Revived, Stargate Reloaded, Stargate Remake, Stargate Reremake, LCLO Stargate">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="The Stargate-Rewritten Team">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sgrewritten.org">
<meta property="og:title" content="Stargate-Rewritten">
<meta property="og:description" content="The original — and still the best — MineCraft transportation system. A survival-friendly plugin for the Bukkit, Sponge, and PMMP ecosystems.">
<meta property="og:image" content="https://i.imgur.com/6BMpZKc.png">
<meta name="theme-color" content="#9484ff">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Stargate Rewritten Project</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="title" content="The Stargate Rewritten Project">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/font-awesome-line-awesome/css/all.min.css" />
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<section id="hero" class="d-flex flex-column align-items-center justify-content-center">
<h2 class="hero-title display-2 text-uppercase mt-5">
<span draggable="true" data-highlightable="1" id="i1ycn">Stargate </span>rewritten
</h2>
<p class="hero-subtitle display-6">The original — and still the best — transportation solution!</p>
<div id="icbq6">A MineCraft plugin for the Bukkit, Sponge, and PMMP ecosystems.<br/></div>
<div class="hero-buttons">
<a href="https://sgrewritten.org/download"><button class="btn btn-primary me-2" id="ovrd">
<span class="fas me-2 fa-download"></span>Downloads
</button></a>
</div>
<div class="hero-buttons">
<a href="https://sgrewritten.org/wiki"><button class="btn btn-outline-secondary" id="b1">
<span class="fas me-2 fa-book" id="i1"></span>Documentation
</button></a>
<a href="https://sgrewritten.org/discord"><button class="btn btn-secondary" id="b2">
<span class="fas me-2 fa-comments" id="i2"></span>Support
</button></a>
<a href="https://sgrewritten.org/bukkitsource"><button class="btn btn-outline-secondary" id="b3">
<span class="fas me-2 fa-code" id="i3"></span>Source Code
</button></a>
</div>
<div class="hero-image p-4 shadow-sm rounded" id="otovrd"><img src="https://i.imgur.com/6BMpZKc.png" alt="Gramateria" id="iw1wr" /></div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.2/js/bootstrap.min.js"></script>
<script src="js/global.js"></script>
<script src="js/script.js"></script>
</body>
<footer>
<div style="background-color: rgb(0,0,0, 0.7); padding: 10px 0px 0px 0px !important; bottom: -10px; position: fixed; text-align: center; width:100%;"><span style="color:LightGray;"><b>Temporary website; replacement coming soon!</b></span><br><small><i><p style="color:LightGray;">Background image provided by <a style="color:LightGray;" href="https://unsplash.com/@josiahgascho">Josiah Gascho</a> via <a style="color:LightGray;" href="https://unsplash.com/photos/YnICeUmhzCA">Unsplash</a></p></i></small></div>
</footer>
</html>