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

135 lines
4.7 KiB
HTML
Raw Normal View History

2017-06-22 01:07:39 +02:00
<!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>
2017-09-26 23:54:36 +02:00
<title>GPXSee - Screenshots</title>
2017-06-22 01:07:39 +02:00
<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]-->
2017-11-24 21:46:54 +01:00
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript" async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-110140219-1"></script>
2017-11-24 21:46:54 +01:00
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110140219-1');
</script>
2017-06-22 01:07:39 +02:00
</head>
<body>
<!-- START PAGE SOURCE -->
<div class="shell">
<div class="shell-b">
<div id="header">
2017-06-30 01:05:10 +02:00
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="http://www.gpxsee.org">GPXSee</a></h1>
2017-06-22 01:07:39 +02:00
<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>
2017-06-30 01:05:10 +02:00
<h3>Waypoints</h3>
2017-06-22 01:07:39 +02:00
<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>
2017-06-30 01:05:10 +02:00
<h3>Waypoints</h3>
2017-06-22 01:07:39 +02:00
<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">
2017-06-30 01:05:10 +02:00
<p class="lf">Copyright &copy; 2017 Martin Tůma - All Rights Reserved</p>
2017-06-22 01:07:39 +02:00
<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>