Markup adjustments
This commit is contained in:
@@ -56,38 +56,38 @@ head:
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class='col-sm-6'>
|
||||
<a href='/doc/quickstart.html' class='big-link'>
|
||||
<a href='/doc/quickstart.html'>
|
||||
<h3><i class='fa fa-check'></i> Quick Start</h3>
|
||||
</a>
|
||||
<p>Seen enough already? Go here to get started.</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class='col-sm-6'>
|
||||
<a href='/download/' class='big-link'>
|
||||
<a href='/download/'>
|
||||
<h3><i class='fa fa-download'></i> Get the Code</h3>
|
||||
</a>
|
||||
<p>Get the latest release or dig through the archives.</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class='col-sm-6'>
|
||||
<a href='/doc/tutorials/' class='big-link'>
|
||||
<a href='/doc/tutorials/'>
|
||||
<h3><i class='fa fa-book'></i> Tutorials</h3>
|
||||
<p>Spend time learning the basics and graduate up to advanced mapping techniques.</p>
|
||||
</a>
|
||||
<p>Spend time learning the basics and graduate up to advanced mapping techniques.</p>
|
||||
</div>
|
||||
<div class='col-sm-6'>
|
||||
<a href='/workshop/' class='big-link'>
|
||||
<a href='/workshop/'>
|
||||
<h3><i class='fa fa-graduation-cap'></i> Workshop</h3>
|
||||
<p>Want to learn OpenLayers hands-on? Get started with the workshop.</p>
|
||||
</a>
|
||||
<p>Want to learn OpenLayers hands-on? Get started with the workshop.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class='col-sm-6'>
|
||||
<a href='/en/latest/apidoc/' class='big-link'>
|
||||
<a href='/en/latest/apidoc/'>
|
||||
<h3><i class='fa fa-sitemap'></i> API Docs</h3>
|
||||
<p>Browse through the API docs for details on code usage.</p>
|
||||
</a>
|
||||
<p>Browse through the API docs for details on code usage.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
@@ -98,8 +98,7 @@ head:
|
||||
<li>Latest v5: <a href="https://github.com/openlayers/openlayers/releases/tag/v5.3.0">v5.3.0</a> released 2018-11-06 — <a href="/en/v5.3.0/doc/">docs</a>, <a href="/en/v5.3.0/apidoc/">API</a> & <a href="/en/v5.3.0/examples/">examples</a></li>
|
||||
<li>Latest v4: <a href="https://github.com/openlayers/openlayers/releases/tag/v4.6.5">v4.6.5</a> released 2018-03-20 — <a href="/en/v4.6.5/doc/">docs</a>, <a href="/en/v4.6.5/apidoc/">API</a> & <a href="/en/v4.6.5/examples/">examples</a></li>
|
||||
<li>Latest v3: <a href="https://github.com/openlayers/openlayers/releases/tag/v3.20.1">v3.20.1</a>, released 2016-12-12 — <a href="/en/v3.20.1/doc/">docs</a>, <a href="/en/v3.20.1/apidoc/">API</a> & <a href="/en/v3.20.1/examples/">examples</a></li>
|
||||
<li>Latest v2: v2.13.1 (July 2013 i.e. really old) — you'll find everything you need on the <a href="./two">2.x page</a></li>
|
||||
<li>Latest v1 — You're kidding, right?</li>
|
||||
<li>Latest v2: v2.13.1, released 2013-07-09 — you'll find everything you need on the <a href="./two">2.x page</a></li>
|
||||
</ul>
|
||||
<p>Please consider upgrading to benefit of the latest features and bug fixes. Get best performance and usability for free by using recent versions of OpenLayers</p>
|
||||
</div>
|
||||
@@ -109,17 +108,17 @@ head:
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class='col-sm-4'>
|
||||
<a href='https://github.com/openlayers/openlayers' class='big-link'>
|
||||
<a href='https://github.com/openlayers/openlayers'>
|
||||
<h3><i class="fa fa-code-fork"></i> Fork the repo</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class='col-sm-4'>
|
||||
<a href='https://github.com/openlayers/openlayers/issues' class='big-link'>
|
||||
<a href='https://github.com/openlayers/openlayers/issues'>
|
||||
<h3><i class="fa fa-bug"></i> Open a ticket</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class='col-sm-4'>
|
||||
<a href='http://stackoverflow.com/questions/tagged/openlayers' class='big-link'>
|
||||
<a href='http://stackoverflow.com/questions/tagged/openlayers'>
|
||||
<h3><i class="fa fa-user"></i> Ask a question</h3>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user