From eb11cfa11e3535dfa493cfc3b8d5373a7cd16e8a Mon Sep 17 00:00:00 2001 From: Vladi Bilonenko Date: Mon, 11 Mar 2024 08:10:00 +0100 Subject: [PATCH] Adjust value proposition --- config/_default/params.toml | 2 +- content/_index.md | 2 +- layouts/index.html | 19 +++++++++---------- layouts/partials/main/blog-meta.html | 3 ++- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index eefd127a..007bb8ba 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -3,7 +3,7 @@ ## Homepage title = "Dekart" titleSeparator = "-" -titleAddition = "Maps for your Data Platform" +titleAddition = "Advanced WebGL Geospatial Analytics" description = "Open-source WebGL-powered map visualization and spatial analytics for modern data warehouses." ## Open Graph + Twitter Cards diff --git a/content/_index.md b/content/_index.md index b424bf60..803dcc20 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title : "Maps for your Data Platform." +title : "Advanced WebGL Geospatial Analytics" description: "Open-source WebGL-powered map visualization and spatial analytics for modern data warehouses." lead: "Open-source, lightweight alternative to CARTO and Foursquare Studio for data scientists, analysts and engineers." date: 2020-10-06T08:47:36+00:00 diff --git a/layouts/index.html b/layouts/index.html index b72bdfb7..bab9fa82 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -12,7 +12,7 @@ -moz-text-fill-color: transparent; ">{{ .Title }} -
+

{{ .Params.lead | safeHTML }}

@@ -60,7 +60,7 @@
-

What's New?

+

Blog

{{ range (where .Site.RegularPages.ByDate "Section" "blog" ) -}}
@@ -113,19 +113,18 @@

Connectors

-
+
-

GPU accelerated

-

State-of-the art WebGL-powered map visualizations and spatial analysis based on deck.gl

+

Raw data insights

+

With WebGL rendering and advanced caching you don't need to worry much about data sampling and aggregation.

-

For large query results

-

Tested at 100Mb and 1M rows. - Efficient query result caching on Amazon S3 or Google Cloud Storage.

+

Never talk to sales

+

Self-hosted or Cloud, you can start your analysis today without waiting and talking.

-

SQL, CSV, GeoJSON

-

Side-by-side SQL editor and support for CSV and GeoJSON file uploads.

+

Live collaboration

+

Easy to share Dekart maps updated live when multiple users are working together.

diff --git a/layouts/partials/main/blog-meta.html b/layouts/partials/main/blog-meta.html index 08c885d0..242aafd8 100644 --- a/layouts/partials/main/blog-meta.html +++ b/layouts/partials/main/blog-meta.html @@ -1 +1,2 @@ -

Posted {{ .PublishDate.Format "January 2, 2006" }} by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}{{ . }}{{ end -}}{{ end -}} ‐ {{ .ReadingTime -}} min read

\ No newline at end of file + +

by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}{{ . }}{{ end -}}{{ end -}} ‐ {{ .ReadingTime -}} min read

\ No newline at end of file