-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
47 lines (40 loc) · 2.08 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
45
46
47
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Mobile, Desktop, Web and More</h1>
<p>Foundational development for almost nearly every platform imaginable from one common codebase.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Get Started</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-7">
<h2 class="header-light regular-pad">Practical Development</h2>
<p class="lead">Lime is a flexible, lightweight layer for Haxe cross-platform developers. Lime provides a common foundation on native and dynamic targets for window and application life-cycle management, access to rendering and sound, plus many other useful features for cross-platform development.</p>
</div>
<div class="col-md-5">
<img src="img/logonav.png" alt="" class="img-responsive center-block">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Single Codebase</h3>
<p>Write in the expressive <a href="https://www.haxe.org" target="_blank">Haxe</a> programming language, then compile to native C++, JavaScript and other technologies.
</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">Powerful Tooling</h3>
<p>Lime includes powerful command-line tools that do the heavy-lifting for targeting each supported platform easily.</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">Open-Source</h3>
<p>Everything from the tools to the runtime, even the programming language is open-source, making Lime simple to extend or customize.</p>
</div>
</div>
</div>