1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Various minor web updates

This commit is contained in:
Martin Tůma 2017-06-30 01:05:10 +02:00
parent 0aae2bd476
commit 81d27f9ae9
3 changed files with 17 additions and 11 deletions

View File

@ -235,6 +235,10 @@ margin: .5em 0 .5em 0
color:#fd3801;
margin-bottom:2px;
}
#changelog-link {
text-align:right;
margin-right:20px;
}
.latest-news .news-item h4 {
font-size:12px;
}

View File

@ -13,7 +13,7 @@
<div class="shell">
<div class="shell-b">
<div id="header">
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="#">GPXSee</a></h1>
<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>
@ -74,13 +74,13 @@
<a href="gallery/poi.png">
<img src="gallery/poi_prev.png" width="200" height="258" alt=""/>
</a>
<h3>POI</h3>
<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>POI</h3>
<h3>Waypoints</h3>
<p>GPXSee showing a POI file on Linux</p>
</li><li>
<a href="gallery/settings_mac.png">
@ -114,7 +114,7 @@
</div>
<div class="footer">
<div class="shell">
<p class="lf">Copyright &copy; 2017 <a href="#">Martin Tůma</a> - All Rights Reserved</p>
<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>

View File

@ -15,7 +15,7 @@
<div class="shell">
<div class="shell-b">
<div id="header">
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="#">GPXSee</a></h1>
<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" class="active">Home</a></li>
@ -70,7 +70,7 @@
<div id="content">
<h2>What is GPXSee?</h2>
<p>GPXSee is a desktop GPS log file viewer and analyzer that supports
<p>GPXSee is a GPS log file viewer and analyzer that supports
GPX, TCX, KML, FIT, IGC and NMEA files.</p>
<h3>Key features</h3>
@ -82,9 +82,9 @@
<li>Support for POI files.</li>
<li>Print/export to PDF.</li>
<li>Full-screen mode.</li>
<li>Native GUI (Qt) for <b>Windows</b>, <b>Mac OS X</b> and <b>Linux</b>.</li>
<li>Native GUI (Qt) for Windows, Mac OS X and Linux.</li>
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA and Garmin CSV files.</li>
<li>Open-source software (GPLv3).</li>
<li><b>Free software</b> (GPLv3 open-source license).</li>
</ul>
<a name="maps"></a>
@ -132,7 +132,7 @@ Map2 http://mapserver.org/map/$z-$x-$y
Supported map projections are Web Mercator, Transverse Mercator, UTM,
Lambert Conformal Conic, Albers Equal Area and Latitude/Longitude. For list of
supported datums see the <code>datums.csv</code> and <code>ellipsoids.csv</code>
configuration files (can be modified or overriden by user files like the map
configuration files (can be modified or overridden by user files like the map
list/map dir).</p>
<h2>POI files</h2>
@ -199,7 +199,9 @@ Map2 http://mapserver.org/map/$z-$x-$y
</ul>
</div>
</div>
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
<div id="changelog-link">
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
</div>
</div>
<div class="cl">&nbsp;</div>
</div>
@ -207,7 +209,7 @@ Map2 http://mapserver.org/map/$z-$x-$y
</div>
<div class="footer">
<div class="shell">
<p class="lf">Copyright &copy; 2017 <a href="#">Martin Tůma</a> - All Rights Reserved</p>
<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>