forked from openfl/www.openfl.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (84 loc) · 4.25 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
layout: full-width
title: "OpenFL - Creative expression for desktop, mobile, web and console platforms"
---
<div class="jumbotron">
<div class="container">
<h1>Your vision, everywhere</h1>
<p>Creative expression for desktop, mobile, web and console platforms: Windows, Mac, Linux, iOS, Android, BlackBerry, Firefox OS, Tizen, Flash, HTML5 and more.</p>
<p><a href="{{ site.baseurl }}documentation/setup/install-haxe/" class="btn btn-primary btn-lg" role="button">Get Started »</a></p>
</div>
</div>
<!-- <div class="container cta">
<div class="row">
<div class="col-sm-6 centered">
<h4>Ready to begin? <button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-save"></span>
Get started now!</button></h4>
</div>
<div class="col-sm-6 centered">
<h4>Want to know more? <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-film"></span> See how it works</button></div></h4>
</div>
</div>
</div> -->
<!-- <div class="container-full grey">
<div class="container">
<div class="row">
<div class="col-sm-4">
<h2>Spotlight</h2>
<p>{% for post in site.categories["spotlight"] limit:1 %}
<img class="featurette-image img-responsive" data-src="holder.js/280x110/auto" alt="Generic placeholder image">
<p>{{ post.tagline }}</p>
{% endfor %}</p>
<p><a class="btn btn-default" href="{{ post.url }}" role="button"><span class="glyphicon glyphicon-file"></span> Read more</a></p>
</div>
<div class="col-sm-4">
<h2>Showcase</h2>
<p>{% for showcase in site.data.showcase limit:4 %}
<p>{{ showcase.title }}</p>
{% endfor %}</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
<div class="col-sm-4">
<h2>Updates</h2>
<p>{% for post in site.posts limit:5 %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div>
</div>
</div>
</div> -->
<div class="container">
<br />
<div class="row featurette">
<div class="col-md-8">
<h2 class="featurette-heading">Cross-Platform<!-- <span class="text-muted">It'll blow your mind.</span>--></h2>
<p class="lead">Build games and applications for almost every platform imaginable -- Windows, Mac, Linux, iOS, Android, BlackBerry, Firefox OS, Tizen, Flash and even HTML5. Bring your creative vision to life, on desktops, tablets, phones, even consoles. Publish to Steam, Amazon, OUYA... practically anywhere.</p>
</div>
<div class="col-md-4">
<img class="featurette-image img-responsive" src="images/home/Platforms.png" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-4">
<img class="featurette-image img-responsive" src="images/home/OpenSource.jpg" alt="Generic placeholder image">
</div>
<div class="col-md-8">
<h2 class="featurette-heading">Open-Source <!-- <span class="text-muted">See for yourself.</span>--></h2>
<p class="lead">Unlock potential with an open, hackable platform that is 100% free and open-source, backed by a passionate and responsive developer community. Delve deep when you want the power or flexibility of a native codebase, but keep your hands clean when you are focused on content.
</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Easy-to-Use <!-- <span class="text-muted">Checkmate.</span> --></h2>
<p class="lead">Accelerate your workflow with the fast, easy-to-use Flash API, as well as integrated support for SWF file assets, allowing use of the Flash editing environment directly. Build content in weeks instead of months, using a powerful and flexible programming language.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" src="images/home/EasyToUse.png" alt="Generic placeholder image">
</div>
</div>
<!-- <hr class="featurette-divider"> -->
</div>