diff --git a/pages/download.html b/pages/download.html
index 19a1bd5..3abcc3e 100644
--- a/pages/download.html
+++ b/pages/download.html
@@ -49,11 +49,11 @@
1.4.5
Microsoft CDN – jQuery Mobile
-
+
Legacy versions
-
+
1.3.2
@@ -86,7 +86,7 @@ 1.3.2
Microsoft CDN – jQuery Mobile
-
+
1.2.1
@@ -119,7 +119,7 @@ 1.2.1
Microsoft CDN – jQuery Mobile
-
+
1.1.2
@@ -152,7 +152,7 @@ 1.1.2
Microsoft CDN – jQuery Mobile
-
+
1.0.1
diff --git a/pages/resources.html b/pages/resources.html
index aac3e4b..0d13e5f 100644
--- a/pages/resources.html
+++ b/pages/resources.html
@@ -2,56 +2,12 @@
"title": "Resources"
}
-
+
In this section, we have gathered useful resources that will help you learn more about jQuery Mobile, find tools to develop jQuery Mobile application designs and mockups, tutorials and tools to guide your through the development of simple or more complex applications and related articles.
-
+
Featured jQuery Mobile sites from jQMGallery.com
@@ -109,13 +65,13 @@
+
Books
-
+
-
+
“jQuery Mobile Web Development Essentials - Third Edition ” by Raymond Camden and Andy Matthews, Packt Publishing
-
+
“Mastering jQuery Mobile ” by Chip Lambert and Shreerang Patwardhan, Packt Publishing
“Master Mobile Web Apps with jQuery Mobile ” by Matt Doyle, Elated Books
@@ -133,25 +89,25 @@
-
+
“Sams Teach Yourself jQuery Mobile in 10 Minutes (Sams Teach Yourself — Minutes) ” by Steven E. Holzner, Sams
-
+
“jQuery Mobile: Develop and Design ” by Kris Hadlock, Peachpit Press
-
+
“Sams Teach Yourself jQuery Mobile in 24 Hours ” by Phillip Dutson, Sams Publishing
-
- “Creating Mobile Apps with jQuery Mobile ” by Shane Gliser, Packt Publishing
-
- “Mobile App Manual: The Blueprint – How to Start Creating Mobile Apps Using jQuery Mobile and PhoneGap Build ” by Jeff Pelletier, withinsight
+
+ “Creating Mobile Apps with jQuery Mobile ” by Shane Gliser, Packt Publishing
+
+ “Mobile App Manual: The Blueprint – How to Start Creating Mobile Apps Using jQuery Mobile and PhoneGap Build ” by Jeff Pelletier, withinsight
-
+
Apps & frameworks
PhoneGap – tool to wrap jQuery Mobile code for native app deployment
@@ -184,7 +140,7 @@ EZoApp – A drag and drop mobile app design tool with online code editor using jQuery Mobile
jqm4gwt – A GWT wrapper around jQuery Mobile, which enables you to use pure Java to build your UI
-
+
3rd party plugins
These are all jQuery Mobile compatible plugins, many use the theme framework, auto-initialization and data- attribute configuration features or core mobile widgets.
@@ -275,7 +231,7 @@ 3rd party plugins
-
+
3rd party extensions
These are 3rd Party extensions that add capabilities to existing functionality.
@@ -300,7 +256,7 @@ 3rd party extensions
jQuery Mobile RTL for Right-To-Left layout. – To make jQuery Mobile work on right-to-left layouts such as Arabic, Persian, Urdu and Hebrew.
Lazy Load XT – jQuery plugin to improve performance by lazy loading of images, videos, widgets, etc. (with built-in support for jQuery Mobile)
-
+
Tools
-
+
Themes
-
-
Articles & Tutorials
diff --git a/resources/resources.css b/resources/resources.css
new file mode 100644
index 0000000..4413edd
--- /dev/null
+++ b/resources/resources.css
@@ -0,0 +1,94 @@
+#resources-header {
+ font-size: 14px !important;
+ color: #ddd;
+ padding-bottom: 20px;
+ border-bottom: 1px solid #ccc;
+ line-height: 170%;
+}
+.clear {
+ clear: both;
+}
+
+table.featuredsites td {
+ padding-top: 32px;
+ text-align: center;
+}
+table.featuredsites td img {
+ margin-bottom: 6px;
+}
+table.featuredsites td.featured {
+ font-size: 12px;
+ vertical-align: top;
+}
+
+.bookstable {
+ width: 100%;
+}
+
+.booktable {
+ margin: -20px;
+ padding-top: 10px;
+ border: 0 none !important;
+}
+
+.title {
+ width: 140px;
+ line-height: 135%;
+ vertical-align: top;
+ font-size: 12px !important;
+ padding: 18px 12px 0 7px;
+}
+
+.book {
+ width: 100px;
+ padding-left: 0px;
+ padding-top: 22px;
+ vertical-align: top;
+ border-bottom: 0px;
+}
+.book-left img {
+ margin-left: -5px;
+}
+.book-top img {
+ padding-top: 5px;
+}
+
+ul.listicon {
+ list-style-type: none;
+ margin-left: -20px;
+}
+
+ul.listicon li {
+ margin-left: 0;
+ background: none !important;
+}
+
+.plugins {
+ padding: 10px;
+ text-align: center;
+}
+
+.resvideo,
+.restutorial,
+.respresentation,
+.resarticle {
+ font-size: 11px;
+ color: #fff;
+ font-weight: bold;
+}
+.resvideo {
+ background-color: #7acef4;
+}
+.restutorial {
+ background-color: #faa523;
+}
+.resarticle {
+ background-color: #3eb249;
+}
+.respresentation {
+ background-color: #9c3493;
+}
+span.ressource {
+ font-size: 12px;
+ color: #888;
+}