|
|
|
<!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/theme-classic.css">
|
|
|
|
<link rel="stylesheet" href="css/app.css">
|
|
|
|
<script src="../../dist/ratchet.js"></script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header class="bar-title">
|
|
|
|
<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-divider">Theaters nearby</li>
|
|
|
|
<li>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|