mirror of https://github.com/twbs/ratchet.git
connors
11 years ago
7 changed files with 165 additions and 7 deletions
@ -0,0 +1,5 @@ |
|||||||
|
.slider, |
||||||
|
.slider img { |
||||||
|
margin-bottom: 0; |
||||||
|
height: 150px; |
||||||
|
} |
@ -0,0 +1,152 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<title>Notes</title> |
||||||
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> |
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
||||||
|
|
||||||
|
<link rel="stylesheet" href="../../dist/ratchet.css"> |
||||||
|
<link rel="stylesheet" href="../../dist/android-theme.css"> |
||||||
|
<link rel="stylesheet" href="css/app.css"> |
||||||
|
<script src="../../dist/ratchet.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
<!-- Roboto --> |
||||||
|
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500' rel='stylesheet' type='text/css'> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<header class="bar bar-nav"> |
||||||
|
<a class="icon icon-compose pull-right" href="#composeModal" ></a> |
||||||
|
<h1 class="title"> |
||||||
|
Notes |
||||||
|
</h1> |
||||||
|
</header> |
||||||
|
|
||||||
|
<div class="content"> |
||||||
|
|
||||||
|
<ul class="table-view"> |
||||||
|
<li class="table-view-cell"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
Argo |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
Argo |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
<img class="media-object pull-left" src="http://placehold.it/64x64"> |
||||||
|
<div class="media-body"> |
||||||
|
Wreck-it Ralph |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
<img class="media-object pull-left" src="http://placehold.it/64x64"> |
||||||
|
<div class="media-body"> |
||||||
|
Argo |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
<img class="media-object pull-left" src="http://placehold.it/64x64"> |
||||||
|
<div class="media-body"> |
||||||
|
Skyfall: 007 |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
<img class="media-object pull-left" src="http://placehold.it/64x64"> |
||||||
|
<div class="media-body"> |
||||||
|
Wreck-it Ralph |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
<img class="media-object pull-left" src="http://placehold.it/64x64"> |
||||||
|
<div class="media-body"> |
||||||
|
Argo |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
<img class="media-object pull-left" src="http://placehold.it/64x64"> |
||||||
|
<div class="media-body"> |
||||||
|
Skyfall: 007 |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<a class="push-right" href="choose-theater.html" data-transition="slide-in"> |
||||||
|
<img class="media-object pull-left" src="http://placehold.it/64x64"> |
||||||
|
<div class="media-body"> |
||||||
|
Wreck-it Ralph |
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur.</p> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<!-- Settings modal --> |
||||||
|
<div id="composeModal" class="modal"> |
||||||
|
<header class="bar bar-nav"> |
||||||
|
<a class="icon icon-close pull-right" href="#composeModal"></a> |
||||||
|
<h1 class="title">Settings</h1> |
||||||
|
</header> |
||||||
|
|
||||||
|
<div class="content"> |
||||||
|
<h5>User settings</h5> |
||||||
|
|
||||||
|
<form class="input-group"> |
||||||
|
<input type="text" placeholder="Full name"> |
||||||
|
<input type="email" placeholder="Email"> |
||||||
|
<input type="text" placeholder="Username"> |
||||||
|
</form> |
||||||
|
|
||||||
|
<h5>App settings</h5> |
||||||
|
|
||||||
|
<ul class="table-view"> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<span class="media-object pull-left icon icon-sound"></span> |
||||||
|
<div class="media-body"> |
||||||
|
Enable sounds |
||||||
|
</div> |
||||||
|
<div class="toggle"> |
||||||
|
<div class="toggle-handle"></div> |
||||||
|
</div> |
||||||
|
</li> |
||||||
|
<li class="table-view-cell media"> |
||||||
|
<span class="media-object pull-left icon icon-person"></span> |
||||||
|
<div class="media-body"> |
||||||
|
Parental controls |
||||||
|
</div> |
||||||
|
<div class="toggle"> |
||||||
|
<div class="toggle-handle"></div> |
||||||
|
</div> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
<div class="container"> |
||||||
|
<a class="btn btn-positive btn-block">Save settings</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</body> |
||||||
|
</html> |
Loading…
Reference in new issue