This commit is contained in:
Max Lynch
2013-08-31 22:05:15 -05:00
parent 5ac9b83258
commit a2bf7f014b

View File

@@ -6,6 +6,8 @@
<meta name="author" content="">
<title>Ionic - The Most powerful cross-platform mobile app framework.</title>
<link href="bootstrap3.css" rel="stylesheet">
<script src="/vendor/angular/1.2.0rc1/angular-1.2.0rc1.min.js"></script>
<script src="/vendor/angular/1.2.0rc1/angular-touch.js"></script>
</head>
<body>
<!-- Static navbar -->
@@ -39,6 +41,40 @@
<div class="container">
<div class="jumbotron">
<h1>Ionic Framework</h1>
<p>
The most powerful HTML5 mobile development framework. Optimized for building great hybrid native apps.
</p>
<p>
<a href="#" class="btn btn-success">Download v0.5</a>
<a href="#" class="btn btn-default">Explore examples</a>
</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h2>Fast</h2>
<p>
Ionic is fast. Native DOM interactions and no reliance
on jQuery means Ionic apps are as fast as they can be. No markup enhancement means
what you write is what you get.
</p>
</div>
<div class="col-sm-4">
<h2>Forward-thinking</h2>
<p>
<b>We don't support old devices.</b> Ionic focuses on the newest
devices that have majority market share. No hacks for old-devices here.
</p>
</div>
<div class="col-sm-4">
<h2>Angular Friendly</h2>
<p>
Ionic works with great with your choice of framework (or none at all). For Angularjs developers,
we've added special features to make Ionic and Angular a match made in heaven.
</p>
</div>
</div>
</div>
</body>