1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00
GPXSee/gallery.html

126 lines
4.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GPXSee</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<link rel="icon" type="image/png" href="css/images/favicon.png"/>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
<link rel="stylesheet" href="css/gallery.css" type="text/css"/>
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
</head>
<body>
<!-- START PAGE SOURCE -->
<div class="shell">
<div class="shell-b">
<div id="header">
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="http://www.gpxsee.org">GPXSee</a></h1>
<div id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html" class="active">Screenshots</a></li>
<li><a href="index.html#maps">Maps</a></li>
<li><a href="index.html#download">Download</a></li>
</ul>
</div>
<div class="cl">&nbsp;</div>
</div>
<div class="gallery-top">
</div>
<div class="gallery-main">
<div id="gallery">
<ul class="rig columns-4">
<li>
<a href="gallery/win7-2.png">
<img src="gallery/win7-2_prev.png" width="200" height="271" alt="" />
</a>
<h3>Windows 7</h3>
<p>GPXSee on Windows 7</p>
</li><li>
<a href="gallery/zimni.png">
<img src="gallery/zimni_prev.png" width="200" height="276" alt=""/>
</a>
<h3>Windows 10</h3>
<p>GPXSee on Windows 10</p>
</li><li>
<a href="gallery/mac.png">
<img src="gallery/mac_prev.png" width="200" height="280" alt=""/>
</a>
<h3>Mac OS&nbsp;X</h3>
<p>GPXSee on OS&nbsp;X</p>
</li><li>
<a href="gallery/lin1.png">
<img src="gallery/lin1_prev.png" width="200" height="275" alt=""/>
</a>
<h3>Linux</h3>
<p>GPXSee on Linux</p>
</li><li>
<a href="gallery/multi.png">
<img src="gallery/multi_prev.png" width="200" height="258" alt=""/>
</a>
<h3>Multiple tracks</h3>
<p>GPXSee with multiple tracks loaded</p>
</li><li>
<a href="gallery/multi2.png">
<img src="gallery/multi2_prev.png" width="200" height="258" alt=""/>
</a>
<h3>Multiple tracks</h3>
<p>GPXSee with multiple tracks loaded</p>
</li><li>
<a href="gallery/poi.png">
<img src="gallery/poi_prev.png" width="200" height="258" alt=""/>
</a>
<h3>Waypoints</h3>
<p>GPXSee showing a POI file on Windows 10</p>
</li><li>
<a href="gallery/lin2.png">
<img src="gallery/lin2_prev.png" width="200" height="276" alt=""/>
</a>
<h3>Waypoints</h3>
<p>GPXSee showing a POI file on Linux</p>
</li><li>
<a href="gallery/settings_mac.png">
<img src="gallery/settings_mac_prev.png" width="200" height="154" alt=""/>
</a>
<h3>Appearance settings</h3>
<p>Appearance settings on OS&nbsp;X</p>
</li><li>
<a href="gallery/settings_win.png">
<img src="gallery/settings_win_prev.png" width="200" height="148" alt=""/>
</a>
<h3>Data settings</h3>
<p>Data settings on Windows 7</p>
</li><li>
<a href="gallery/pdf_export.png">
<img src="gallery/pdf_export_prev.png" width="200" height="264" alt=""/>
</a>
<h3>PDF export</h3>
<p>PDF export dialogue on Linux</p>
</li>
</ul>
</div>
</div>
<div class="gallery-bottom">
</div>
</div>
</div>
<div class="footer">
<div class="shell">
<p class="lf">Copyright &copy; 2017 Martin Tůma - All Rights Reserved</p>
<p class="rf">Design by <a href="http://www.websitecsstemplates.com/" target="_blank">WebsiteCSSTemplates</a></p>
<div style="clear:both;"></div>
</div>
</div>
<!-- END PAGE SOURCE -->
</body>
</html>