Skip to content

Update index page with rows and paragraphs #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 15 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,21 @@
</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 class="col-md-12">
<h3 class="text-center font-weight-bold">About us</h3>
<p class="text-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.</p>
</div>
<div class="col-md-12">
<h3 class="text-center font-weight-bold">Like what you see?</h3>
<p class="text-center">Click one of the buttons below to get more involved.</p>
<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>
</div>
<br>
Expand Down