Browse Source

[website] Remove Viz section from landing page

Romain Rigaux 4 năm trước cách đây
mục cha
commit
8489a84a0a

+ 0 - 24
docs/gethue/themes/stack-hue-theme/layouts/partials/home.en.html

@@ -151,29 +151,6 @@
     </div>
   </section>
   <section class="switchable feature-large">
-    <div class="container">
-      <div class="row justify-content-around">
-        <div class="col-md-6">
-          <img
-            alt="Image"
-            class="border--round box-shadow-wide"
-            src="https://cdn.gethue.com/uploads/2018/08/dashboard_layout_dimensions.gif"
-          />
-        </div>
-        <div class="col-md-6 col-lg-5">
-          <div class="switchable__text">
-            <h2>Visually discover insights</h2>
-            <p class="lead">
-              Editor charts and Dashboards are an interactive way to explore your data quickly and
-              easily. No programming is required and the analysis is done by clicks & drag & drops.
-            </p>
-            <a href="{{ .Site.Params.docsHost }}/user/querying/#dashboard">Learn More »</a>
-          </div>
-        </div>
-      </div>
-    </div>
-  </section>
-  <section class="switchable feature-large switchable--switch bg--secondary">
     <div class="container">
       <div class="row justify-content-around">
         <div class="col-md-6">
@@ -197,5 +174,4 @@
       </div>
     </div>
   </section>
-
 </div>