Skip to content

Commit 107fdf1

Browse files
committed
improve /carto responsiveness
1 parent f96c49e commit 107fdf1

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

assets/scss/common/_global.scss

+4
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,7 @@ body {
204204
-webkit-text-fill-color: transparent;
205205
-moz-text-fill-color: transparent;
206206
}
207+
208+
.btn {
209+
margin: 8px;
210+
}

content/carto/index.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: "html-content"
77
---
88

99
<article class="pb-5">
10-
<div class="pt-5">
10+
<div class="container pt-5">
1111
<h1 class="cloud-title display-2 text-center mt-0 mb-4"><span>Maps for your Data Team</span></h1>
1212
<div class="lead text-center mb-4 py-1 row justify-content-center">
1313
<div class="text-center lead col-lg-10">Dekart is <mark>lightweight alternative to CARTO</mark> for BigQuery and Snowflake users. You will create maps instantly with SQL without moving data and share your insights with immersive up-to-date maps.</div>
@@ -23,24 +23,28 @@ type: "html-content"
2323
<h2 class="display-3">Why Choose Dekart <span class="d-inline-block">Over CARTO?</span></h2>
2424
<!-- item -->
2525
<h4>Transparent Pricing</h4>
26-
<p>Plans start at $49/month – no surprises, no overpaying.</p>
26+
<p>Plans start at $49/month – no surprises, no overpaying. Explore <a href='/cloud/'>our pricing options</a> to find the right fit.</p>
2727
<!-- item -->
2828
<h4>No Vendor Lock-In</h4>
2929
<p>Open-source license, commercial license, SaaS, or self-hosting – Dekart meets any deployment needs.</p>
3030
<!-- item -->
3131
<h4>High-performance Map Visualization</h4>
32-
<p>Dekart and CARTO both leverage the industry-leading Kepler.gl and deck.gl libraries for stunning, high-performance maps.</p>
32+
<p>Dekart uses the same Kepler.gl and deck.gl libraries as CARTO, delivering stunning, high-performance maps.</p>
3333
<!-- item -->
3434
<h4>Faster Data Connectors</h4>
35-
<p>Built with contributions from Google and Snowflake experts, Dekart data connectors use multithreading and multiple caching techniques to fetch data faster and cheaper.</p>
35+
<p>Built with contributions from Google and Snowflake experts, Dekart's data connectors use multithreading and multiple caching techniques to fetch data faster and cheaper.</p>
3636
</div>
3737
</div>
3838

3939
<div>
4040
<div class="text-center d-flex flex-column align-items-center">
41-
<h2 class="display-3">Create Maps in Seconds.</h2>
41+
<h2 class="display-3">Create Maps in Seconds</h2>
4242
<p class="lead">Watch short demo video</p>
43-
<p><iframe width="840" height="472" src="https://www.youtube.com/embed/qwOqLm3i7Ik" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
43+
<div class="container mb-4" style="max-width: 900px;">
44+
<div class="embed-responsive embed-responsive-16by9">
45+
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/qwOqLm3i7Ik" allowfullscreen></iframe>
46+
</div>
47+
</div>
4448
<div class="text-center">
4549
<p><a class="btn btn-primary" href="http://cloud.dekart.xyz/workspace?ref=carto-alternative-2" role="button">Create Free Workspace</a> <a class="btn btn-outline-primary" href="/docs/about/overture-maps-examples/" target="_blank">Start with Example</a></p>
4650
<p></p>

0 commit comments

Comments
 (0)