-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (49 loc) · 4.11 KB
/
index.html
File metadata and controls
68 lines (49 loc) · 4.11 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>appEz.GitHub.io by appEz</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>appEz</h1>
<p>Multi-architecture / Multiplatform mobile application development framework</p>
</header>
<div class="wrapper">
<section>
<div class="pointer">
<span id="logo"></span>
<a href="https://github.com/appEz">View On GitHub</a>
</div>
<h2>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What is appEz?</h2>
<p>appEz an open source multi-architecture / multiplatform mobile application development framework has unique offering of flexible architecture for true hybrid application development with flawless amalgamation of native (Android/iOS/WP) and web (HTML5, CSS and JavaScript) technologies as per application need. It covers all the layers of hybrid application development. Its modular architecture makes it possible to use only the required components as per business requirements as against using the complete library setup.</p>
<h2>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Why appEz?</h2>
<p>Hybrid mobile application development space has witnessed increasing interest from different sets of customers. Many frameworks have come up which includes mix of Open Source and Licensed frameworks. Most of them cover particular aspect of hybrid application development. appEz has unique offering of flexible architecture for true hybrid application development with flawless amalgamation of native and hybrid technologies as per application need. It covers all the layers of hybrid application development. Its modular architecture makes it possible to use only the required components as per business requirements as against using the complete library setup. </p>
<!--<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>You can <a href="https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code><a></code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>-->
<h2>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h2>
<p>Having trouble using appEz? Contact us <a href="mailto:info@transility.com">Transility</a></p>
<hr/>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</section>
<!-- <footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>-->
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>