Skip to content

Commit

Permalink
move link to source code to the top of download landing page (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
veroandreo committed Jul 30, 2020
1 parent 795742b commit 69bfa8d
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions themes/grass/layouts/download/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,21 @@ <h2 class="section-title">Download your free and open source copy</h2>
</div>
</div>
</div>


<div class="container">

<div class="section bg-white mb-4">
<div class="row nm">
<div class="col-4 text-center"><object type="image/svg+xml" data="{{.Site.BaseURL}}/images/logos/grasslogo.svg" class="grasslogo"></object></div>
<div class="col-8">
<h3 class="mt-20">GRASS GIS source code</h3>
<p>The GRASS GIS source code is available on <a href="https://github.com/OSGeo/grass" target="_blank"><i class="fa fa-github"></i> Github</a></p>
<p class="command d-none d-lg-block"><a href="https://github.com/OSGeo/grass"> $ git clone https://github.com/OSGeo/grass </a></p>
</div>
</div>
</div>

<div class="row">
<div class="col-lg-12">
{{ range .Data.Pages }}
Expand Down Expand Up @@ -69,16 +83,6 @@ <h3 class="mt-2 mb-2">GRASS GIS sample data</h3>
<a class="btn btn-primary" href="{{.Site.BaseURL}}/download/data">Download</a>
</div>
</div>
</div>
<div class="section bg-white">
<div class="row nm">
<div class="col-4 text-center"><object type="image/svg+xml" data="{{.Site.BaseURL}}/images/logos/grasslogo.svg" class="grasslogo"></object></div>
<div class="col-8">
<h3 class="mt-20">GRASS GIS source code</h3>
<p>The GRASS GIS source code is available on <a href="https://github.com/OSGeo/grass" target="_blank"><i class="fa fa-github"></i> Github</a></p>
<p class="command d-none d-lg-block"><a href="https://github.com/OSGeo/grass"> $ git clone https://github.com/OSGeo/grass </a></p>
</div>
</div>
</div>

</div>
Expand Down

0 comments on commit 69bfa8d

Please sign in to comment.