Skip to content

Commit eb11cfa

Browse files
committed
Adjust value proposition
1 parent 0a91a87 commit eb11cfa

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Homepage
44
title = "Dekart"
55
titleSeparator = "-"
6-
titleAddition = "Maps for your Data Platform"
6+
titleAddition = "Advanced WebGL Geospatial Analytics"
77
description = "Open-source WebGL-powered map visualization and spatial analytics for modern data warehouses."
88

99
## Open Graph + Twitter Cards

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title : "Maps for your Data Platform."
2+
title : "Advanced WebGL Geospatial Analytics"
33
description: "Open-source WebGL-powered map visualization and spatial analytics for modern data warehouses."
44
lead: "Open-source, lightweight alternative to CARTO and Foursquare Studio for data scientists, analysts and engineers."
55
date: 2020-10-06T08:47:36+00:00

layouts/index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-moz-text-fill-color: transparent;
1313
">{{ .Title }}</h1>
1414
</div>
15-
<div class="col-lg-9 col-xl-8 text-center">
15+
<div class="col-lg-9 col-xl-9 text-center">
1616
<p class="lead">{{ .Params.lead | safeHTML }}</p>
1717
</div>
1818
<!-- <div class="center-block"><img class="mw-100" src="/images/screen.png" alt="Dekart Screenshot: Visualizing Chicago Crime Dataset Hosted on BigQuery"/></div> -->
@@ -60,7 +60,7 @@
6060
<div class="container">
6161
<div class="row justify-content-center">
6262
<div class="col-md-12 col-lg-10 col-xl-8">
63-
<h2 class="mt-3 text-center">What's New?</h2>
63+
<h2 class="mt-3 text-center">Blog</h2>
6464
{{ range (where .Site.RegularPages.ByDate "Section" "blog" ) -}}
6565
<div class="card">
6666
<div class="card-body">
@@ -113,19 +113,18 @@ <h2 class="h3 mt-0 mb-5 text-center">Connectors</h2>
113113
</section>
114114
<section class="section section-sm">
115115
<div class="container">
116-
<div class="row justify-content-center text-center">
116+
<div class="row justify-content-center text-left">
117117
<div class="col-lg-5">
118-
<h2 class="h4">GPU accelerated</h2>
119-
<p>State-of-the art WebGL-powered map visualizations and spatial analysis based on deck.gl</p>
118+
<h2 class="h4">Raw data insights</h2>
119+
<p>With WebGL rendering and advanced caching you don't need to worry much about data sampling and aggregation.</p>
120120
</div>
121121
<div class="col-lg-5">
122-
<h2 class="h4">For large query results</h2>
123-
<p>Tested at 100Mb and 1M rows.
124-
Efficient query result caching on Amazon S3 or Google Cloud Storage.</p>
122+
<h2 class="h4">Never talk to sales</h2>
123+
<p><a href="/docs/">Self-hosted</a> or <a href="/cloud/">Cloud</a>, you can start your analysis today without waiting and talking.</p>
125124
</div>
126125
<div class="col-lg-5">
127-
<h2 class="h4">SQL, CSV, GeoJSON</h2>
128-
<p>Side-by-side SQL editor and support for CSV and GeoJSON file uploads.</p>
126+
<h2 class="h4">Live collaboration</h2>
127+
<p>Easy to share Dekart maps updated live when multiple users are working together.</p>
129128
</div>
130129
</div>
131130
</div>

layouts/partials/main/blog-meta.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<p><small>Posted {{ .PublishDate.Format "January 2, 2006" }} by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}<a class="stretched-link position-relative" href="{{ "/contributors/" | absURL }}{{ . | urlize }}/">{{ . }}</a>{{ end -}}{{ end -}}&nbsp;&hyphen;&nbsp;<strong>{{ .ReadingTime -}}&nbsp;min read</strong></small><p>
1+
<!-- <p><small>Posted {{ .PublishDate.Format "January 2, 2006" }} by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}<a class="stretched-link position-relative" href="{{ "/contributors/" | absURL }}{{ . | urlize }}/">{{ . }}</a>{{ end -}}{{ end -}}&nbsp;&hyphen;&nbsp;<strong>{{ .ReadingTime -}}&nbsp;min read</strong></small><p> -->
2+
<p><small>by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}<a class="stretched-link position-relative" href="{{ "/contributors/" | absURL }}{{ . | urlize }}/">{{ . }}</a>{{ end -}}{{ end -}}&nbsp;&hyphen;&nbsp;<strong>{{ .ReadingTime -}}&nbsp;min read</strong></small><p>

0 commit comments

Comments
 (0)