|
12 | 12 | -moz-text-fill-color: transparent;
|
13 | 13 | ">{{ .Title }}</h1>
|
14 | 14 | </div>
|
15 |
| - <div class="col-lg-9 col-xl-8 text-center"> |
| 15 | + <div class="col-lg-9 col-xl-9 text-center"> |
16 | 16 | <p class="lead">{{ .Params.lead | safeHTML }}</p>
|
17 | 17 | </div>
|
18 | 18 | <!-- <div class="center-block"><img class="mw-100" src="/images/screen.png" alt="Dekart Screenshot: Visualizing Chicago Crime Dataset Hosted on BigQuery"/></div> -->
|
|
60 | 60 | <div class="container">
|
61 | 61 | <div class="row justify-content-center">
|
62 | 62 | <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> |
64 | 64 | {{ range (where .Site.RegularPages.ByDate "Section" "blog" ) -}}
|
65 | 65 | <div class="card">
|
66 | 66 | <div class="card-body">
|
@@ -113,19 +113,18 @@ <h2 class="h3 mt-0 mb-5 text-center">Connectors</h2>
|
113 | 113 | </section>
|
114 | 114 | <section class="section section-sm">
|
115 | 115 | <div class="container">
|
116 |
| - <div class="row justify-content-center text-center"> |
| 116 | + <div class="row justify-content-center text-left"> |
117 | 117 | <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> |
120 | 120 | </div>
|
121 | 121 | <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> |
125 | 124 | </div>
|
126 | 125 | <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> |
129 | 128 | </div>
|
130 | 129 | </div>
|
131 | 130 | </div>
|
|
0 commit comments