2
2
layout: default
3
3
---
4
4
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 >
7
15
< div class ="row ">
8
16
< div class ="col-md-12 ">
9
17
< 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>
17
25
</ p >
18
26
</ div >
19
27
</ 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 >
20
67
</ div >
0 commit comments