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

147 lines
5.0 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2017-06-22 01:07:39 +02:00
<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 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>
2018-02-05 20:38:37 +01:00
<li><a href="doc.html">Documentation</a></li>
2017-06-22 01:07:39 +02:00
<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>
2018-07-04 18:55:05 +02:00
</li><li>
<a href="gallery/gear_ratio.png">
<img src="gallery/gear_ratio_prev.png" width="200" height="267" alt=""/>
</a>
<h3>Gear ratio graph</h3>
<p>Shimano Di2 gear ratio/shifts graph</p>
2018-09-15 21:41:27 +02:00
</li><li>
<a href="gallery/greatcircle.png">
<img src="gallery/greatcircle_prev.png" width="200" height="279" alt=""/>
2018-09-15 21:41:27 +02:00
</a>
<h3>Great circle paths</h3>
2019-03-16 20:04:44 +01:00
<p>GPXSee showing flight routes as great circle paths</p>
2018-09-15 21:41:27 +02:00
</li><li>
<a href="gallery/area.png">
<img src="gallery/area_prev.png" width="200" height="266" alt=""/>
2018-09-15 21:41:27 +02:00
</a>
<h3>Areas</h3>
2019-03-16 20:04:44 +01:00
<p>GPXSee showing areas (polygons)</p>
</li><li>
<a href="gallery/exif.png">
<img src="gallery/exif_prev.png" width="200" height="264" alt=""/>
</a>
<h3>Geotagged images</h3>
<p>GPXSee showing geotagged JPEGs</p>
2020-03-31 20:45:14 +02:00
</li><li>
<a href="gallery/DEM-GPS.png">
<img src="gallery/DEM-GPS_prev.png" width="200" height="276" alt=""/>
2020-03-31 20:45:14 +02:00
</a>
<h3>DEM+GPS elevation</h3>
<p>DEM and GPS elevation comparison</p>
2017-06-22 01:07:39 +02:00
</li>
</ul>
</div>
2017-06-22 01:07:39 +02:00
</div>
<div class="gallery-bottom">
</div>
</div>
</div>
<div class="footer">
<div class="shell">
2019-03-16 20:04:44 +01:00
<p class="lf">Copyright &copy; 2019 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>