mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-11 01:41:01 +00:00
re-vamped docs page to be the index page
This commit is contained in:
parent
6b4f6613f2
commit
7eab0374c6
1 changed files with 17 additions and 3 deletions
|
|
@ -6,14 +6,16 @@
|
|||
<script type="text/javascript" src="js/all"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div data-role="page">
|
||||
<div data-role="page" data-theme="a">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>jQuery Mobile - Getting Started Guide</h1>
|
||||
<h1>jQuery Mobile</h1>
|
||||
</div>
|
||||
|
||||
<div data-role="content">
|
||||
<ul data-role="listview" data-fill-width="false">
|
||||
|
||||
<ul data-role="listview" data-inset="true" data-theme="a" data-dividertheme="d">
|
||||
<li data-role="list-divider">Demos & Documentation</li>
|
||||
<li><a href="intro.html">Introduction to jQuery Mobile</a></li>
|
||||
<li><a href="themes.html">Theme system</a></li>
|
||||
<li><a href="pages/index.html">Pages & dialogs</a></li>
|
||||
|
|
@ -24,6 +26,18 @@
|
|||
<li><a href="lists/index.html">List views</a></li>
|
||||
<li><a href="events.html">Events</a></li>
|
||||
</ul>
|
||||
|
||||
<ul data-role="listview" data-inset="true" data-theme="a" data-dividertheme="d">
|
||||
<li data-role="list-divider">Demos</li>
|
||||
<li><a href="experiments/api-browser">jQuery API browser</a></li>
|
||||
<li><a href="experiments/photos">Photo viewer</a></li>
|
||||
<li><a href="experiments/converter">Converter</a></li>
|
||||
</ul>
|
||||
|
||||
<ul data-role="listview" data-inset="true" data-theme="a" data-dividertheme="d">
|
||||
<li data-role="list-divider">Experiments</li>
|
||||
<li><a href="experiments/ui-datepicker">Date picker styling</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue