Skip to content

Commit

Permalink
Adjust value proposition
Browse files Browse the repository at this point in the history
  • Loading branch information
delfrrr committed Mar 11, 2024
1 parent 0a91a87 commit eb11cfa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
19 changes: 9 additions & 10 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-moz-text-fill-color: transparent;
">{{ .Title }}</h1>
</div>
<div class="col-lg-9 col-xl-8 text-center">
<div class="col-lg-9 col-xl-9 text-center">
<p class="lead">{{ .Params.lead | safeHTML }}</p>
</div>
<!-- <div class="center-block"><img class="mw-100" src="/images/screen.png" alt="Dekart Screenshot: Visualizing Chicago Crime Dataset Hosted on BigQuery"/></div> -->
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8">
<h2 class="mt-3 text-center">What's New?</h2>
<h2 class="mt-3 text-center">Blog</h2>
{{ range (where .Site.RegularPages.ByDate "Section" "blog" ) -}}
<div class="card">
<div class="card-body">
Expand Down Expand Up @@ -113,19 +113,18 @@ <h2 class="h3 mt-0 mb-5 text-center">Connectors</h2>
</section>
<section class="section section-sm">
<div class="container">
<div class="row justify-content-center text-center">
<div class="row justify-content-center text-left">
<div class="col-lg-5">
<h2 class="h4">GPU accelerated</h2>
<p>State-of-the art WebGL-powered map visualizations and spatial analysis based on deck.gl</p>
<h2 class="h4">Raw data insights</h2>
<p>With WebGL rendering and advanced caching you don't need to worry much about data sampling and aggregation.</p>
</div>
<div class="col-lg-5">
<h2 class="h4">For large query results</h2>
<p>Tested at 100Mb and 1M rows.
Efficient query result caching on Amazon S3 or Google Cloud Storage.</p>
<h2 class="h4">Never talk to sales</h2>
<p><a href="/docs/">Self-hosted</a> or <a href="/cloud/">Cloud</a>, you can start your analysis today without waiting and talking.</p>
</div>
<div class="col-lg-5">
<h2 class="h4">SQL, CSV, GeoJSON</h2>
<p>Side-by-side SQL editor and support for CSV and GeoJSON file uploads.</p>
<h2 class="h4">Live collaboration</h2>
<p>Easy to share Dekart maps updated live when multiple users are working together.</p>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion layouts/partials/main/blog-meta.html
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<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>
<!-- <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> -->
<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 comments on commit eb11cfa

Please sign in to comment.