forked from openfl/www.openfl.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (86 loc) · 4.11 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
103
104
105
106
107
108
---
layout: full-width
title: "OpenFL - Creative expression for desktop, mobile, web and console platforms"
---
<div class="jumbotron">
<div class="jumbotron-overlay">
<div class="container">
<h1>Desktop, mobile and web.</h1>
<p>OpenFL enables creative expression for the desktop, mobile and web. Enterprise applications and best-selling games are made with OpenFL, publishing native, Flash and HTML5 applications using one seamless toolset.</p>
<p><a href="{{ site.baseurl }}/learn/docs/getting-started/" class="btn btn-primary btn-lg" role="button">GET STARTED »</a></p>
</div>
</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-7">
<h2 class="featurette-heading">Familiar. <span class="text-muted">Easy-to-use.</span></h2>
<p class="lead">OpenFL uses the familiar Flash API, but goes everywhere that Flash Player cannot. Use a familiar workflow to accelerate development, and even leverage Adobe Animate as an integrated art pipeline.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="/images/home/EasyToUse.png" alt="">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Flexible. <span class="text-muted">Open-source.</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. Say goodbye to licensing fees, and keep your code for the long-haul.
</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" src="/images/home/OpenSource.png" alt="">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Portable. <span class="text-muted">Cross-platform.</span></h2>
<p class="lead">Build games and applications for almost every platform imaginable -- Windows, macOS, Linux, iOS, Android, Flash, AIR and even HTML5. Bring your creative vision to life, on desktops, tablets, phones, even consoles.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="/images/home/CrossPlatform.png" alt="">
</div>
</div>
<!-- <hr class="featurette-divider"> -->
</div>