OSGeo / grass-website

Web site of GRASS GIS project (deployed from this repo twice a day)
https://grass.osgeo.org
GNU General Public License v3.0
17 stars 47 forks source link

Main web page lacks intro sentence #298

Closed neteler closed 2 years ago

neteler commented 2 years ago

The main page at https://grass.osgeo.org/ lacks a one-liner to explain what GRASS GIS is offering:

image

Compared to this, the old web site version offered a (too long) sentence:

image

Suggestion: add a short statement under the line

"Geographic Resources Analysis Support System"

to be more inclusive. The short text would also improve our SEO ranking.

veroandreo commented 2 years ago

The line below which you'd like to add the description is this one: https://github.com/OSGeo/grass-website/blob/978662a51a9e22272093af1a07709a2852df3905/themes/grass/layouts/index.html#L18

I made a test by adding an extract of what now appears as website description if you search for grass in google... This is how it looks:

image

Personally, I'm not fond of the result. I'd prefer to keep it simple as there's a big learn button there and a learn menu above. However, let's hear others' opinions.

petrasovaa commented 2 years ago

Or let's ditch the Geographic Resources Analysis Support System and just have the info line.

neteler commented 2 years ago

Or let's ditch the Geographic Resources Analysis Support System and just have the info line.

Yes, the expanded acronym could go into "Learn" section and may be replaced with the explanatory text.

For a SEO check, use e.g.:

https://seorch.eu/seo-check.html

veroandreo commented 2 years ago

Sounds good to me, I assigned it to myself to make some tests. However, I really appreciate your contribution in terms of a couple of sentences to add there, especially to avoid repeating the same text over and over again :sweat_smile:

neteler commented 2 years ago

Here a suggestion:

GRASS GIS offers powerful raster, vector, and geospatial processing engines in a single integrated software suite. It includes tools for spatial modeling, visualization of raster and vector data, management and analysis of geospatial data, and the processing of satellite and aerial imagery. It comes with a temporal framework for advanced time series processing and a Python API for rapid geospatial programming. GRASS GIS has been optimized for performance and large geospatial data analysis.

wenzeslaus commented 2 years ago

There is a lot of unique or more specialized functionality which would be nice to capture and highlight here (i.e., it is not only a generic array processing software).

...tools for spatial modeling, visualization...

It includes tools for terrain and ecosystem modeling, hydrology, visualization of raster and vector data, management and analysis of geospatial data, and the processing of satellite and aerial imagery.

I'm not happy with the above and was not able to keep spatial there.

veroandreo commented 2 years ago

This is the result removing the title, and including the description with a font size 25% larger than default paragraph:

image

What do you think?

neteler commented 2 years ago

Looks very good to me!

neteler commented 2 years ago

Fixed in #299