Browse Source

Demo comes first

Artur Paikin 8 years ago
parent
commit
b0382d7b02
1 changed files with 14 additions and 14 deletions
  1. 14 14
      website/themes/uppy/layout/index.ejs

+ 14 - 14
website/themes/uppy/layout/index.ejs

@@ -18,21 +18,8 @@
   <%- partial('partials/social') %>
 </section>
 
-<section class="IndexAbout">
-  <div class="IndexAbout-item">
-    <img class="IndexAbout-icon" src="/images/traffic-light.svg">
-    <h2 class="IndexSection-title">Work in progress</h2>
-    <p><%- config.description %></p>
-  </div>
-  <div class="IndexAbout-item">
-    <img class="IndexAbout-icon" src="/images/transloadit-logo.png">
-    <h2 class="IndexSection-title">Open Source</h2>
-    <p><%- config.descriptionWho %></p>
-  </div>
-</section>
-
 <section id="example" class="IndexExample">
-  <h2 class="IndexSection-title">Demo</h2>
+  <!-- <h2 class="IndexSection-title">Demo</h2> -->
 
   <div class="IndexExample-block">
     <video class="IndexExample-video"
@@ -47,6 +34,19 @@
   <a class="GetStartedBtn" href="/guide/index.html">Get Started</a>
 </section>
 
+<section class="IndexAbout">
+  <div class="IndexAbout-item">
+    <img class="IndexAbout-icon" src="/images/traffic-light.svg">
+    <h2 class="IndexSection-title">Work in progress</h2>
+    <p><%- config.description %></p>
+  </div>
+  <div class="IndexAbout-item">
+    <img class="IndexAbout-icon" src="/images/transloadit-logo.png">
+    <h2 class="IndexSection-title">Open Source</h2>
+    <p><%- config.descriptionWho %></p>
+  </div>
+</section>
+
 <section class="IndexDesignGoals">
   <h2>Design Goals:</h2>
   <ul>