forked from aksakalli/jekyll-doc-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (42 loc) · 2.09 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Polaris Documentation</h1>
<p>Are you ready to start developing? We have got you covered.
Note: You must buy Polaris to interact with the API.
</p>
<p><a class="btn btn-primary btn-lg" href="https://discord.gg/polaris" role="button">Buy now</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">Why Polaris?</h2>
<p class="lead">The team at Polaris started this project to bring cross-platform moderation to reality. With our service, we are able to provide game owners the ability to control and moderate their games from the comfort of Discord, web sites, and everything in between. We don't rely on Roblox or crappy datastores, that's what we do for you.</p>
</div>
<div class="col-md-6 text-center">
<!-- <img src="{{ "/assets/img/jekyll-dark.png" | relative_url }}" alt="Polaris logo" class="img-responsive"> -->
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-bolt" aria-hidden="true"></i></h1>
<h3 class="text-center">Fast & Responsive</h3>
<p>Our API is fast, giving you lightning quick response times, from removing moderators or banning players mid-game.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Modular Programming</h3>
<p>Most of the modules in the Roblox panel are modular, allowing for easy modifications.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Make it yours</h3>
<p>Don't like our prebuilt panel? Simply take our HTTPS module (or make your own) and make your own system in-game!</p>
</div>
</div>
</div>