Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/learn/newcomers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ you get familiar with GRASS, how it works and what it offers,
you will ask yourself how you could live without it before
<i class="fa fa-smile-o"></i>

<img src="/images/gallery/community/2018_grass_osgeo_codesprint_bonn_a_.jpg" width="37%" style="float:right;padding-left:10px">
<img src="/images/gallery/community/2018_grass_osgeo_codesprint_bonn_a_.jpg" width="400px" style="float:right;padding-left:10px">

Before giving you some tips on how to start, two remarks:

Expand All @@ -38,7 +38,7 @@ You can find many tutorials in different languages on the
[tutorials](https://grass-tutorials.osgeo.org/) page. But here are some links to specific
resources that might help you get started:

<img src="/images/gallery/gui/grass75_ndvi_rgb_rio_cuarto.png" width="45%" alt="" style="float:right;padding-left:10px">
<img src="/images/gallery/gui/grass75_ndvi_rgb_rio_cuarto.png" width="400px" alt="" style="float:right;padding-left:10px">

* The [Quickstart](/grass-stable/manuals/helptext.html)
in the manual pages.
Expand Down
2 changes: 1 addition & 1 deletion content/learn/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ See the <i>Interfaces</i> section below for details.</p>
Some selected relevant features are:

<ul>
<img class="bsh" src="/images/gallery/temporal/summer_solstice_centennial.gif" width="40%" style="float:right;padding-left:10px">
<img class="bsh" src="/images/gallery/temporal/summer_solstice_centennial.gif" width="450px" style="float:right;padding-left:10px">
<li>Support for nearly all common GIS file formats through GDAL-OGR library.</li>
<li>Raster analysis: map algebra, interpolation, masking, landscape analysis.</li>
<li>3D raster (voxel) analysis: 3D map algebra, 3D interpolation, 3D visualization.</li>
Expand Down
2 changes: 2 additions & 0 deletions themes/grass/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ <h6 class="text-uppercase text-light">Contribute</h6>
<!-- Left column: Copyright et al -->
<div class="col-md-6 text-md-left text-center">
<p class="mb-0 text-light small">

{{ with .Site.Copyright }}

&copy; {{ replace . "{year}" now.Year }} &nbsp;|&nbsp;
<a href="/about/license/" class="text-light">License</a> &nbsp;|&nbsp;
<a href="/about/privacy/" class="text-light">Privacy</a> &nbsp;|&nbsp;
Expand Down
3 changes: 2 additions & 1 deletion themes/grass/static/plugins/gallery/gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ figure a {
top: 100%;
}
figcaption p {
margin: auto;
margin: auto;
color:white;
}