-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 2.82 KB
/
index.html
File metadata and controls
55 lines (55 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
46
47
48
49
50
51
52
53
54
55
---
layout: default
title: Stratus Network - Home
---
<script type="text/javascript" src="/assets/scripts/moment.js"></script>
<script type="text/javascript" src="/assets/scripts/livestamp.js"></script>
<script type="text/javascript" src="/assets/scripts/index.js"></script>
<style type="text/css">
html,
body {
overflow-x: hidden;
}
</style>
<section>
<div class="jumbotron" style="background-image: url('assets/img/banner.png'); background-size: cover; background-position: center top; border-radius: 25px">
<center>
<div class="stratus-input-group" style="padding-top:210.000011px; margin: auto;">
<span class="stratus-input-group-addon">IP:</span>
<input id="ip" readonly type="text" class="stratus-form-control" value="play.stratus.network">
<button class="stratus-input-group-btn" data-toggle="popover" data-placement="top" data-content="Copied!" data-clipboard-target="#ip" id="btn"><i class="fa fa-clipboard"></i></button>
</div>
<br>
</center>
</div>
</section>
<section>
<div class="row">
<h3 style="text-align: center; font-weight: bold">About us</h3>
<hr>
<h5 style="text-align: center"><b>Founded in early 2017</b>, the Stratus Network is the home for the PGM (PvP Game Manager) plugin, which was originally made for the now closed <a href="https://oc.tc" target="_blank">Overcast Network</a>. With PGM and other custom-coded plugins, Stratus offers both competitive and casual team-based PvP and, most importantly, a dedicated and awesome community.</h5>
</div>
<div class="row">
<br>
<hr>
<br>
</div>
<div>
<h3 style="text-align: center; font-weight: bold">Like what you see?</h3>
<h5 style="text-align: center">Click one of the buttons below to get more involved.</h5>
<br>
<div class="center-block">
<center>
<a class="stratus-white-btn btn btn-default btn-lg" style="border-style: solid; border-width: 2px; border-color: blue" role="button" target="_blank" href="https://discordapp.com/invite/Vxmq7Xp"><i class="fa fa-comments-o"></i> Discord</a>
<a class="stratus-white-btn btn btn-default btn-lg" style="border-style: solid; border-width: 2px; border-color: green" role="button" target="_blank" href="http://shop.stratus.network/"><i class="fa fa-shopping-cart"></i> Shop</a>
<a class="stratus-white-btn btn btn-default btn-lg" style="border-style: solid; border-width: 2px; border-color: orange" role="button" target="_blank" href="https://github.com/StratusNetwork"><i class="fa fa-github"></i> Github</a>
</center>
</div>
</div>
<br>
</section>
<script type="text/javascript">
$(function () {
$('[data-toggle="announcements"]').popover()
})
</script>