Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
re-vamped docs page to be the index page
  • Loading branch information
Todd Parker authored and Todd Parker committed Oct 12, 2010
1 parent 6b4f661 commit 7eab037
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions docs/index.html
Expand Up @@ -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 &amp; 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 &amp; dialogs</a></li>
Expand All @@ -24,6 +26,18 @@ <h1>jQuery Mobile - Getting Started Guide</h1>
<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>
Expand Down

0 comments on commit 7eab037

Please sign in to comment.