mirror of https://github.com/twbs/ratchet.git
connors
11 years ago
24 changed files with 1181 additions and 2190 deletions
@ -1,63 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="../../dist/ratchet-theme.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
<header class="bar-nav"> |
|
||||||
<a class="button-prev" href="choose-theater.html" data-transition="slide-out"> |
|
||||||
Back |
|
||||||
</a> |
|
||||||
<h1 class="title">Buy tickets</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search for movies"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
<div class="form-wrapper"> |
|
||||||
<form> |
|
||||||
<div class="input-group"> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Fullname"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="email" placeholder="Email"> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
<div class="input-group"> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Name on card"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Credit card number"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Security code"> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
<a class="button-positive button-block button-filled">Checkout</a> |
|
||||||
</form> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,103 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="../../dist/ratchet-theme.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<a class="button-prev" href="theaters.html" data-transition="slide-out"> |
|
||||||
Back |
|
||||||
</a> |
|
||||||
<h1 class="title">Choose a movie</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search for movies"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
|
|
||||||
<ul class="table-view"> |
|
||||||
<li class="table-view-cell table-view-divider">Recommended movies</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Argo</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Skyfall: 007</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Wreck-it Ralph</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell table-view-divider">Top movies</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 4</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 5</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 6</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 7</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 8</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 9</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 10</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 11</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 12</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
|
|
||||||
</div> |
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,92 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="../../dist/ratchet-theme.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<a class="button-prev" href="index.html" data-transition="slide-out"> |
|
||||||
Back |
|
||||||
</a> |
|
||||||
<h1 class="title">Argo</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search theaters"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
|
|
||||||
<ul class="table-view"> |
|
||||||
<li class="table-view-cell table-view-divider">Theaters nearby</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Metreon 16</strong> |
|
||||||
<p>1.3 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>AMC 5</strong> |
|
||||||
<p>3.5 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Regal 42</strong> |
|
||||||
<p>7.3 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Shorline theater</strong> |
|
||||||
<p>12.5 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>AMC 16</strong> |
|
||||||
<p>12.2 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>BW3 16</strong> |
|
||||||
<p>13.4 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>MC Hammer 16</strong> |
|
||||||
<p>14.1 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>AMC 3</strong> |
|
||||||
<p>14.3 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>AMC 2</strong> |
|
||||||
<p>14.7 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>AMC 10</strong> |
|
||||||
<p>15 miles away</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,16 +0,0 @@ |
|||||||
.slider { |
|
||||||
margin-bottom: 0; |
|
||||||
height: 150px; |
|
||||||
} |
|
||||||
|
|
||||||
.slider li img { |
|
||||||
width: 100%; |
|
||||||
} |
|
||||||
|
|
||||||
.form-wrapper { |
|
||||||
padding: 10px 0; |
|
||||||
} |
|
||||||
|
|
||||||
.form-wrapper [class*="button"] { |
|
||||||
margin: 0 10px; |
|
||||||
} |
|
Before Width: | Height: | Size: 257 KiB |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 30 KiB |
@ -1,138 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="../../dist/ratchet-theme.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<h1 class="title">Movie finder</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
|
|
||||||
<div class="slider"> |
|
||||||
<ul> |
|
||||||
<li> |
|
||||||
<img src="img/argo.png"> |
|
||||||
</li> |
|
||||||
<li> |
|
||||||
<img src="img/skyfall.png"> |
|
||||||
</li> |
|
||||||
<li> |
|
||||||
<img src="img/ralph.png"> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</div> |
|
||||||
|
|
||||||
<ul class="table-view"> |
|
||||||
<li class="table-view-cell table-view-divider">Recommended movies</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Argo</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Skyfall: 007</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Wreck-it Ralph</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell table-view-divider">Top movies</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 4</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 5</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 6</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 7</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 8</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 9</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 10</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 11</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-theater.html" data-transition="slide-in"> |
|
||||||
<strong>Movie 12</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
|
|
||||||
</div> |
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,50 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="../../dist/ratchet-theme.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<h1 class="title">Settings</h1> |
|
||||||
</header> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
<div class="form-wrapper"> |
|
||||||
<form> |
|
||||||
<div class="input-group"> |
|
||||||
<div class="input-row"> |
|
||||||
<label>Full name</label> |
|
||||||
<input type="text" placeholder="Mister Ratchet"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<label>Email</label> |
|
||||||
<input type="email" placeholder="ratchetframework@gmail.com"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<label>Username</label> |
|
||||||
<input type="text" placeholder="goRatchet"> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
<a class="button-block button-negative button-filled">Delete Account</a> |
|
||||||
</form> |
|
||||||
</div> |
|
||||||
|
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,109 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="../../dist/ratchet-theme.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<h1 class="title">Find a theater</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
|
|
||||||
<ul class="table-view"> |
|
||||||
<li class="table-view-cell table-view-divider">Theaters nearby</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>Metreon 16</strong> |
|
||||||
<p>1.3 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 5</strong> |
|
||||||
<p>3.5 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>Regal 42</strong> |
|
||||||
<p>7.3 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>Shorline theater</strong> |
|
||||||
<p>12.5 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 16</strong> |
|
||||||
<p>12.2 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>BW3 16</strong> |
|
||||||
<p>13.4 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>MC Hammer 16</strong> |
|
||||||
<p>14.1 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 3</strong> |
|
||||||
<p>14.3 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 2</strong> |
|
||||||
<p>14.7 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 10</strong> |
|
||||||
<p>15 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,85 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
<header class="bar-nav"> |
|
||||||
<a class="button-prev" href="choose-theater.html" data-transition="slide-out"> |
|
||||||
Back |
|
||||||
</a> |
|
||||||
<h1 class="title">Buy tickets</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search for movies"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<nav class="bar-tab"> |
|
||||||
<ul class="tab-inner"> |
|
||||||
<li class="tab-item active"> |
|
||||||
<a href="index.html" data-transition="fade"> |
|
||||||
<span class="icon icon-share"></span> |
|
||||||
<div class="tab-label">Movies</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="theaters.html" data-transition="fade"> |
|
||||||
<span class="icon icon-pages"></span> |
|
||||||
<div class="tab-label">Theaters</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="settings.html" data-transition="fade"> |
|
||||||
<span class="icon icon-sound"></span> |
|
||||||
<div class="tab-label">Settings</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
<div class="form-wrapper"> |
|
||||||
<form> |
|
||||||
<div class="input-group"> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Fullname"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="email" placeholder="Email"> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
<div class="input-group"> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Name on card"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Credit card number"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<input type="text" placeholder="Security code"> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
<a class="button-positive button-block button-filled">Checkout</a> |
|
||||||
</form> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,125 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<a class="button-prev" href="theaters.html" data-transition="slide-out"> |
|
||||||
Back |
|
||||||
</a> |
|
||||||
<h1 class="title">Choose a movie</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search for movies"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<nav class="bar-tab"> |
|
||||||
<ul class="tab-inner"> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="index.html" data-transition="fade"> |
|
||||||
<span class="icon icon-share"></span> |
|
||||||
<div class="tab-label">Movies</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item active"> |
|
||||||
<a href="theaters.html" data-transition="fade"> |
|
||||||
<span class="icon icon-pages"></span> |
|
||||||
<div class="tab-label">Theaters</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="settings.html" data-transition="fade"> |
|
||||||
<span class="icon icon-sound"></span> |
|
||||||
<div class="tab-label">Settings</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
|
|
||||||
<ul class="table-view"> |
|
||||||
<li class="table-view-cell table-view-divider">Recommended movies</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Argo</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Skyfall: 007</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Wreck-it Ralph</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell table-view-divider">Top movies</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 4</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 5</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 6</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 7</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 8</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 9</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 10</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 11</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<strong>Movie 12</strong> |
|
||||||
<p>Lorem ipsum dolor sit amet</p> |
|
||||||
<a class="button-positive" href="checkout.html" data-transition="slide-in">Buy Tickets</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
|
|
||||||
</div> |
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,72 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<h1 class="title">Settings</h1> |
|
||||||
</header> |
|
||||||
|
|
||||||
<nav class="bar-tab"> |
|
||||||
<ul class="tab-inner"> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="index.html" data-transition="fade"> |
|
||||||
<span class="icon icon-share"></span> |
|
||||||
<div class="tab-label">Movies</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="theaters.html" data-transition="fade"> |
|
||||||
<span class="icon icon-pages"></span> |
|
||||||
<div class="tab-label">Theaters</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item active"> |
|
||||||
<a href="settings.html" data-transition="fade"> |
|
||||||
<span class="icon icon-sound"></span> |
|
||||||
<div class="tab-label">Settings</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
<div class="form-wrapper"> |
|
||||||
<form> |
|
||||||
<div class="input-group"> |
|
||||||
<div class="input-row"> |
|
||||||
<label>Full name</label> |
|
||||||
<input type="text" placeholder="Mister Ratchet"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<label>Email</label> |
|
||||||
<input type="email" placeholder="ratchetframework@gmail.com"> |
|
||||||
</div> |
|
||||||
<div class="input-row"> |
|
||||||
<label>Username</label> |
|
||||||
<input type="text" placeholder="goRatchet"> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
<a class="button-block button-negative button-filled">Delete Account</a> |
|
||||||
</form> |
|
||||||
</div> |
|
||||||
|
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
@ -1,131 +0,0 @@ |
|||||||
<!DOCTYPE html> |
|
||||||
<html> |
|
||||||
<head> |
|
||||||
<meta charset="utf-8"> |
|
||||||
<title>Movie finder</title> |
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/touch-icons/apple-touch-icon-114x114.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/touch-icons/apple-touch-icon-72x72.png"> |
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/touch-icons/apple-touch-icon-57x57.png"> |
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/ratchet.css"> |
|
||||||
<link rel="stylesheet" href="css/app.css"> |
|
||||||
<script src="../../dist/ratchet.js"></script> |
|
||||||
|
|
||||||
</head> |
|
||||||
<body> |
|
||||||
|
|
||||||
<header class="bar-nav"> |
|
||||||
<h1 class="title">Find a theater</h1> |
|
||||||
</header> |
|
||||||
<nav class="bar-standard bar-header-secondary"> |
|
||||||
<form> |
|
||||||
<input type="search" placeholder="Search"> |
|
||||||
</form> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<nav class="bar-tab"> |
|
||||||
<ul class="tab-inner"> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="index.html" data-transition="fade"> |
|
||||||
<span class="icon icon-share"></span> |
|
||||||
<div class="tab-label">Movies</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item active"> |
|
||||||
<a href="theaters.html" data-transition="fade"> |
|
||||||
<span class="icon icon-pages"></span> |
|
||||||
<div class="tab-label">Theaters</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="tab-item"> |
|
||||||
<a href="settings.html" data-transition="fade"> |
|
||||||
<span class="icon icon-sound"></span> |
|
||||||
<div class="tab-label">Settings</div> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</nav> |
|
||||||
|
|
||||||
<div class="content"> |
|
||||||
|
|
||||||
<ul class="table-view"> |
|
||||||
<li class="table-view-cell table-view-divider">Theaters nearby</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>Metreon 16</strong> |
|
||||||
<p>1.3 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 5</strong> |
|
||||||
<p>3.5 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>Regal 42</strong> |
|
||||||
<p>7.3 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>Shorline theater</strong> |
|
||||||
<p>12.5 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 16</strong> |
|
||||||
<p>12.2 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>BW3 16</strong> |
|
||||||
<p>13.4 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>MC Hammer 16</strong> |
|
||||||
<p>14.1 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 3</strong> |
|
||||||
<p>14.3 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 2</strong> |
|
||||||
<p>14.7 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
<li class="table-view-cell"> |
|
||||||
<a href="choose-movie.html" data-transition="slide-in"> |
|
||||||
<strong>AMC 10</strong> |
|
||||||
<p>15 miles away</p> |
|
||||||
<span class="chevron"></span> |
|
||||||
</a> |
|
||||||
</li> |
|
||||||
</ul> |
|
||||||
</div> |
|
||||||
|
|
||||||
</body> |
|
||||||
</html> |
|
Loading…
Reference in new issue