still not done, but improving.

This commit is contained in:
scottjehl 2010-10-07 13:06:21 -04:00
parent 4db915a3c3
commit 484388eaf9
6 changed files with 43 additions and 31 deletions

View file

@ -7,15 +7,18 @@
</head>
<body class="ui-body-a">
<div data-role="page">
<div data-role="page" data-fullscreen="true">
<link type="text/css" href="photos.css" rel="stylesheet" />
<script type="text/javascript" src="photos.js"></script>
<div data-role="header">
<h1>A bridge</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div data-role="content" class=" ui-fullscreen">
<div data-role="content" class="photoview">
<a href="_photo2.html" class="swipe">
<a href="_photo2.html">
<img src="images/photo-bridge.jpeg" alt="photo-bridge" />
</a>

View file

@ -2,21 +2,23 @@
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" type="text/css" href="css/all" />
<script type="text/javascript" src="js/all"></script>
<link rel="stylesheet" type="text/css" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="page" data-fullscreen="true">
<link type="text/css" href="photos.css" rel="stylesheet" />
<script type="text/javascript" src="photos.js"></script>
<div data-role="header">
<div data-role="header" id="">
<h1>A canoe</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div data-role="content" class=" ui-fullscreen">
<div data-role="content" class="photoview">
<a href="_photo2.html" class="swipe">
<a href="_photo3.html">
<img src="images/photo-canoe.jpeg" alt="photo-canoe" />
</a>

View file

@ -2,21 +2,23 @@
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" type="text/css" href="css/all" />
<script type="text/javascript" src="js/all"></script>
<link rel="stylesheet" type="text/css" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="page" data-fullscreen="true">
<link type="text/css" href="photos.css" rel="stylesheet" />
<script type="text/javascript" src="photos.js"></script>
<div data-role="header">
<div data-role="header" id="photoview">
<h1>A dock</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div data-role="content" class=" ui-fullscreen">
<div data-role="content" class="photoview">
<a href="_photo2.html" class="swipe">
<a href="_photo4.html">
<img src="images/photo-dock.jpeg" alt="photo-dock" />
</a>

View file

@ -2,21 +2,23 @@
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" type="text/css" href="css/all" />
<script type="text/javascript" src="js/all"></script>
<link rel="stylesheet" type="text/css" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="page" data-fullscreen="true">
<link type="text/css" href="photos.css" rel="stylesheet" />
<script type="text/javascript" src="photos.js"></script>
<div data-role="header">
<h1>A kayak</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div data-role="content" class=" ui-fullscreen">
<div data-role="content" class="photoview">
<a href="_photo2.html" class="swipe">
<a href="_photo5.html">
<img src="images/photo-kayak.jpeg" alt="photo-kayak" />
</a>

View file

@ -2,20 +2,22 @@
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" type="text/css" href="css/all" />
<link rel="stylesheet" type="text/css" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="page" data-fullscreen="true">
<link type="text/css" href="photos.css" rel="stylesheet" />
<script type="text/javascript" src="photos.js"></script>
<div data-role="header">
<h1>Nathan running</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div data-role="content" class=" ui-fullscreen">
<div data-role="content" class="photoview">
<a href="_photo2.html" class="swipe">
<a href="_photo6.html">
<img src="images/photo-run.jpeg" alt="photo-run" />
</a>

View file

@ -2,21 +2,22 @@
<html>
<head>
<title>jQuery Mobile Framework - Photo 1</title>
<link rel="stylesheet" type="text/css" href="css/all" />
<script type="text/javascript" src="js/all"></script>
<link rel="stylesheet" type="text/css" href="../../css/all" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="page" data-fullscreen="true">
<link type="text/css" href="photos.css" rel="stylesheet" />
<script type="text/javascript" src="photos.js"></script>
<div data-role="header">
<h1>Sandy beach</h1>
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
</div>
<div data-role="content" class=" ui-fullscreen">
<div data-role="content" class="photoview">
<a href="_photo2.html" class="swipe">
<a href="_photo7.html">
<img src="images/photo-sand.jpeg" alt="photo-sand" />
</a>