Alexander Zaytsev 6 years ago
parent
commit
e6e509a234
1 changed files with 0 additions and 29 deletions
  1. 0 29
      website/themes/uppy/layout/index.ejs

+ 0 - 29
website/themes/uppy/layout/index.ejs

@@ -78,38 +78,9 @@
   </ul>
 </section>
 
-<!-- <section id="example" class="IndexExample">
-
-  <div class="IndexExample-block">
-    <video class="IndexExample-video"
-           autoplay loop muted playsinline>
-      <source src="/images/uppy-demo-oct-2018.mp4" type="video/mp4">
-      Your browser does not support the video tag, you can <a href="/images/uppy-demo-oct-2018.mp4">download the video</a> to watch it.
-    </video>
-    <form id="upload-form">
-      <input type="file">
-    </form>
-    <p class="TryMe-line">Try me: <button id="select-files" class="TryMe-btn">Select Files</button></p>
-  </div>
-
-  <div class="IndexExample-block">
-    <%- partial('partials/frontpage-code-sample') %>
-  </div>
-
-  <a class="GetStartedBtn" href="/docs/">Get Started</a>
-</section> -->
-
 <section class="IndexFeatures">
   <h2>Features</h2>
   <ul class="IndexFeatures-list">
-    
-    
-    
-    
-    
-    
-
-    
     <li><strong>Lightweight,</strong> modular plugin-based architecture, easy on dependencies <img width="16" align="absmiddle" src="/images/emojis/zap.png" /></li>
     <li>Large uploads survive network hiccups thanks to <strong>Resumable file uploads</strong> via the open <strong><a href="https://tus.io/">tus</a></strong> standard</li>
     <li><img width="16" align="absmiddle" src="/images/emojis/battery.png" /> Saves battery & data plan by letting users pick files from <strong>Webcam, Dropbox, Google Drive, Instagram,</strong> but letting servers do the heavy lifting via <strong><a href="/docs/companion/">Companion</a></></li>