Skip to content

Commit

Permalink
demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavaln committed Aug 4, 2012
1 parent 04bbd12 commit 0ec5b24
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
Binary file added examples/android-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 41 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
<html>
<head>
<style>
.mobile-app-demo-container iframe{
border: none;
position: relative;
top: 91px;
left: 26px;
}

.app, .app a{
padding: 10px 5px;
background-color: gray;
color: white;
font-family: verdana;
}

.mobile-app-demo-container{
padding: 5px 10px;
}

.mobile-app-demo{
background-image: url(android-frame.png);
width: 370px;
height: 637px;
}


</style>
</head>
<body>
<a href="restaurant/index.html">Restaurant App</a>

<div class="app">
<a href="restaurant/index.html">Restaurant App</a>
</div>
<div class="mobile-app-demo-container">

<div class="mobile-app-demo">
<iframe src="http://apps.jumpbyte.com/backbone-jqmobile/restaurant/index.html" width="320" height="480"></iframe>
</div>

</div>

</body>
</html>
4 changes: 3 additions & 1 deletion examples/restaurant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ The application contains functionalities like.
* Backbone collection from remote and local storage
* Fragments to refresh partial page
* Linking pages with data
* Load and add page functionality dynamically
* Load and add page functionality dynamically

Application demo is available [here](http://apps.jumpbyte.com/backbone-jqmobile/restaurant/index.html)

0 comments on commit 0ec5b24

Please sign in to comment.