Skip to content

Commit a81e182

Browse files
committed
Updated frontpage
1 parent 5a1f1f2 commit a81e182

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ DEPENDENCIES
8181
tzinfo-data
8282

8383
RUBY VERSION
84-
ruby 2.5.3p105
84+
ruby 2.5.1p57
8585

8686
BUNDLED WITH
8787
1.16.6

docs/index.html

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
layout: default
33
---
44

5-
<div class="container">
6-
5+
<div class="container text-center">
6+
<div class="row">
7+
<div class="col-sm-12">
8+
<div>
9+
<a href="{{ "/releases/" | prepend: site.git_address }}"><img src="https://img.shields.io/github/downloads/MidLevel/MLAPI/total.svg"></a>
10+
<a href="https://discord.gg/FM8SE9E"><img src="https://img.shields.io/discord/449263083769036810.svg"></a>
11+
<a href="https://ci.appveyor.com/project/MidLevel/mlapi/branch/master"><img src="https://ci.appveyor.com/api/projects/status/isxpxba8r76x7chu/branch/master?svg=true"></a>
12+
</div>
13+
</div>
14+
</div>
715
<div class="row">
816
<div class="col-md-12">
917
<h2 class="header-light regular-pad">What is the MLAPI?</h2>
@@ -17,4 +25,43 @@ <h2 class="header-light regular-pad">What is the MLAPI?</h2>
1725
</p>
1826
</div>
1927
</div>
28+
29+
<div class="row">
30+
<div class="col-md-6">
31+
<h2 class="header-light regular-pad">Why the MLAPI?</h2>
32+
33+
<p class="lead">The MLAPI is one of the oldest and most activley developed game networking
34+
library out there. As a direct result of this, it offers many more features than other libraries.
35+
A comparison between other libraries can be seen on the <a href="{{ "/features/" | prepend: site.baseurl }}">features</a>
36+
page. But in short, the MLAPI's focus is to make networking simple to let you focus on what matters for
37+
your game.
38+
</p>
39+
</div>
40+
41+
<div class="col-md-6">
42+
<h2 class="header-light regular-pad">Getting Started</h2>
43+
44+
<p class="lead">Want to get started with the MLAPI?
45+
The <a href="{{ "/wiki/" | prepend: site.baseurl }}">community wiki</a> is a great place to start!
46+
</p>
47+
</div>
48+
</div>
49+
50+
<div class="row">
51+
<div class="col-sm-6">
52+
<h1 class="text-center"><i class="fa fa-code" aria-hidden="true"></i></h1>
53+
<h3 class="text-center">Open Source</h3>
54+
<p>The MLAPI is completeley free and open source, this means that it comes with no hidden CCU's or
55+
other limitations. Just a great networking library for you to use.
56+
</p>
57+
</div>
58+
<div class="col-sm-6">
59+
<h1 class="text-center"><i class="fa fa-puzzle-piece" aria-hidden="true"></i></h1>
60+
<h3 class="text-center">General Purpose</h3>
61+
<p>The MLAPI is a general purpose networking library deisnged to work with any game.
62+
High-performance, large scale games as well as small co-op games. Dedicated server applications
63+
or player hosted? The MLAPI does it all.
64+
</p>
65+
</div>
66+
</div>
2067
</div>

0 commit comments

Comments
 (0)