Skip to content

Commit cccdf34

Browse files
committed
Update index.html: Update buttons and links for creating a free workspace and accessing public datasets examples
1 parent 12c5950 commit cccdf34

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

content/all-nevada-roads.png

2.41 MB
Loading

layouts/index.html

+8-11
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<p class="lead">Integrate kepler.gl with BigQuery, Snowflake, and other cloud databases. Create immersive GPU-powered map visualizations using Geospatial SQL. Share cloud-based maps securely, with live updates and collaboration.</p>
1717
</div>
1818
<div class="col-lg-9 col-xl-8 text-center mt-4">
19-
<p class="mt-2"><a class="btn btn-primary btn-lg" href="https://cloud.dekart.xyz/" role="button">Get Started</a></p>
20-
<p><a target="_blank" href="/docs/about/kepler-gl-map-examples/">Kepler.gl maps examples</a></p>
19+
<p class="mt-2"><a class="btn btn-primary btn-lg" href="https://cloud.dekart.xyz/?ref=create-workspace" role="button">Create free Workspace</a></p>
20+
<p><a href="/docs/about/overture-maps-examples/">Public datasets examples</a></p>
2121
</div>
2222
<div class="center-block">
23-
{{ $image := .Page.Resources.GetMatch ("*covid-population-density-germany.png*") -}}
23+
{{ $image := .Page.Resources.GetMatch ("*all-nevada-roads.png*") -}}
2424
{{ $lqip := $image.Resize $.Site.Params.lqipWidth -}}
2525

26-
{{ $alt := "Dekart Example: COVID and Population Density Map in Germany using BigQuery Public Datasets" -}}
26+
{{ $alt := "Dekart Example: All Nevada Roads from free Overture Maps dataset" -}}
2727
{{ $imgSrc := "" -}}
2828
{{ $imgSrcSet := slice -}}
2929

@@ -40,17 +40,14 @@
4040
{{ $imgSrcSet = (delimit $imgSrcSet ",") -}}
4141

4242
<figure class="main">
43-
<a href="https://cloud.dekart.xyz/reports/bef92772-5ad8-4b6a-8d94-72f45f44bf92/source" target="_blank"
44-
title="COVID vs Population Density in Germany on Dekart BigQuery Playground"><img class="img-fluid lazyload"
43+
<a href="https://cloud.dekart.xyz/reports/15540f2b-2411-44a4-92b5-206a9bee5753/source" target="_blank"
44+
title="All Nevada Roads from free Overture Maps dataset"><img class="img-fluid lazyload"
4545
data-sizes="auto" src="{{ $lqip.Permalink }}" data-srcset="{{ $imgSrcSet }}" width="{{ $image.Width }}"
4646
height="{{ $image.Height }}" alt="{{ $alt }}"></a>
4747
<noscript><img class="img-fluid" sizes="100vw" srcset="{{ $imgSrcSet }}" src="{{ $image.Permalink }}"
4848
width="{{ $image.Width }}" height="{{ $image.Height }}" alt="{{ $alt }}"></noscript>
4949
</figure>
5050
</div>
51-
<div class="col-lg-9 col-xl-8 text-center">
52-
<p><a target="_blank" href="https://github.com/dekart-xyz/dekart/releases/tag/v0.17.0">Latest open-source release 0.17.0</a></p>
53-
</div>
5451
</div>
5552
</section>
5653
{{ end }}
@@ -86,14 +83,14 @@ <h2 class="h3 mt-0 mb-5 text-center">Connectors</h2>
8683
<div class="text-center">
8784
<img class="connector" src="/bigquery.svg" alt="BigQuery">
8885
<div class="h5 connector">BigQuery</div>
89-
<div class="configure-in-cloud"><a class="btn btn-info btn-sm" href="https://cloud.dekart.xyz/connections" title="Configure in Dekart Cloud" target="_blank">Configure in Cloud</a></div>
86+
<div class="configure-in-cloud"><a class="btn btn-info btn-sm" href="https://cloud.dekart.xyz/connections?ref=dekart-xyz-connect" title="Configure in Dekart Cloud" target="_blank">Connect</a></div>
9087
</div>
9188
</div>
9289
<div class="col-sm">
9390
<div class="text-center">
9491
<img class="connector" src="/snowflake.svg" alt="snowflake">
9592
<div class="h5 connector">Snowflake</div>
96-
<div class="configure-in-cloud"><a class="btn btn-info btn-sm" href="https://cloud.dekart.xyz/connections" title="Configure in Dekart Cloud" target="_blank">Configure in Cloud</a></div>
93+
<div class="configure-in-cloud"><a class="btn btn-info btn-sm" href="https://app.snowflake.com/marketplace/listing/GZSYZJNO4W/dekart-xyz-dekart" title="Run in Snowpark" target="_blank">Run in Snowpark</a></div>
9794
</div>
9895
</div>
9996
<div class="col-sm">

layouts/shortcodes/img.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{{ with .Get "cloud" }}
3636
<!-- <p class="view-on-map"><a href="https://cloud.dekart.xyz/reports/{{ . }}" target="_blank">View on Dekart</a></p> -->
3737
<p class="view-on-map">
38-
<a href="https://cloud.dekart.xyz/reports/{{ . }}" target="_blank" class="btn btn-outline-primary btn-sm">
38+
<a href="https://cloud.dekart.xyz/reports/{{ . }}?ref=dekart-xyz-view-map" target="_blank" class="btn btn-outline-primary btn-sm">
3939
View interactive map
4040
</a>
4141
</p>

layouts/shortcodes/try-query-cloud.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p class="playground-link">
22
<!-- <a class="btn btn-secondary btn-sm" href='https://cloud.dekart.xyz/reports/{{ .Get "report" }}/source'
33
target='_blank'>Run on Dekart</a> -->
4-
<a href="https://cloud.dekart.xyz/reports/{{ . }}" target="_blank" class="btn btn-outline-primary btn-sm">
4+
<a href="https://cloud.dekart.xyz/reports/{{ . }}?ref=dekart-xyz-open-editor" target="_blank" class="btn btn-outline-primary btn-sm">
55
Open query in editor
66
</a>
77

0 commit comments

Comments
 (0)