diff --git a/assets/css/main.css b/assets/css/main.css index 5736819..b26e81c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3801,3 +3801,30 @@ } } +/* Icons */ +.social-icons { + text-align: center; + margin-top: 20px; + } + .social-icons a { + margin: 0 10px; + transition: background-color 0.3s; + text-decoration: none; + border-bottom: none; + } + .social-icons img { + width: 64px; + height: 64px; + border-radius: 50%; + padding: 10px; + transition: background-color 0.3s; + } + .social-icons a:nth-child(1):hover img { + background-color: #8cc9f0; + } + .social-icons a:nth-child(2):hover img { + background-color: #c79cc8; + } + .social-icons a:nth-child(3):hover img { + background-color: #a89cc8; + } \ No newline at end of file diff --git a/images/icons/github-icon.png b/images/icons/github-icon.png new file mode 100644 index 0000000..c9bfb83 Binary files /dev/null and b/images/icons/github-icon.png differ diff --git a/images/icons/slack-icon.png b/images/icons/slack-icon.png new file mode 100644 index 0000000..479a9b2 Binary files /dev/null and b/images/icons/slack-icon.png differ diff --git a/images/icons/x-icon.png b/images/icons/x-icon.png new file mode 100644 index 0000000..c309ab1 Binary files /dev/null and b/images/icons/x-icon.png differ diff --git a/index.html b/index.html index e8e2e4e..fc2be50 100644 --- a/index.html +++ b/index.html @@ -178,6 +178,7 @@

Tools

  • GeoTiffCOG C# is a C# Library for querying GeoTiff files, including Cloud Optimized GeoTIFFs.
  • Cogger is a command line utility and library that produces a COG from a tiled geotiff. It works by shuffling the original geotiff file's bytes, and is therefore very fast as it does not induce an imagery recompression. Cogger is written in go, cross-platform, and does not depend on GDAL.
  • NextGIS is a full SaaS stack of geospatial software: desktop, web and mobile. NextGIS Web (server) is able to create and serve Cloud Optimized GeoTIFFs. NextGIS Connect (QGIS plugin) is able to upload to NextGIS Web and add COGs back to QGIS in one click (with the style if any). Details
  • +
  • cog-validator-java is a Java-based tool for validating COG files. It ensures COG files meet required specifications and provides detailed error messages for correction. Ideal for Java developers.
  • Libraries

    @@ -240,7 +241,18 @@

    Data Providers

    -