Selaa lähdekoodia

New Uppy 2.0 demo video and gif

Artur Paikin 3 vuotta sitten
vanhempi
commit
4770ee0156

+ 1 - 1
README.md

@@ -17,7 +17,7 @@ Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly wit
 - **Preview** and edit metadata with a nice interface
 - **Upload** to the final destination, optionally process/encode
 
-<img src="https://github.com/transloadit/uppy/raw/main/assets/uppy-demo-oct-2018.gif">
+<img src="https://github.com/transloadit/uppy/raw/main/assets/uppy-2-0-demo-aug-2021.gif">
 
 **[Read the docs](https://uppy.io/docs)** | **[Try Uppy](https://uppy.io/examples/dashboard/)**
 

BIN
assets/uppy-2-0-demo-aug-2021.gif


+ 7 - 5
website/src/_posts/2021-08-2.0.md

@@ -30,6 +30,13 @@ Ever since the first introduction of Uppy [five years ago](/blog/2016/07/uppy-be
 
 With that in mind, we felt it was high time to give Uppy some more much-needed trimming. We want to take this opportunity to break with the past, to make the project leaner – and to pave the way for an even brighter future for Uppy!
 
+<video alt="Video demo showing updated Uppy 2.0 UI" muted autoplay loop>
+  <source src="/images/uppy-2-0-demo-aug-2021.mp4" type="video/mp4">
+  Your browser does not support the video tag: https://uppy.io/images/uppy-2-0-demo-aug-2021.mp4
+</video>
+
+
+
 <img class="border" alt="Uppy 2.0 UI with files" src="/images/blog/2.0/uppy-ui-with-files.jpg">
 
 ## Table of Contents
@@ -220,15 +227,10 @@ Do you care about reliable uploads? You could also consider [`@uppy/tus`][tus] w
 ## And more
 
 - The `.run` method on the `Uppy` instance has been removed. This method was already obsolete and only logged a warning. As of this major version, it no longer exists.
-
 - [`@uppy/informer`][informer] now supports showing multiple notifications at the same time. The notifications themselves have also been improved.
-
 - Improved screen reader accessibility for checkboxes and the 'remove file' button for [`@uppy/dashboard`][dashboard].
-
 - Sort files and folders alphabetically in the Google Drive provider.
-
 - Polished our code base with improved eslint rules, private field methods, and other modern JavaScript features that help us write more intention-revealing and safe code.
-
 - To make Uppy more friendly towards new contributors, we have renamed our `master` branch to `main`.
 
 ## What future remains for 1.0?

BIN
website/src/images/uppy-2-0-demo-aug-2021.mp4


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

@@ -46,8 +46,8 @@
     <div class="TabPane" id="video">
       <div class="IndexDemo-video">
         <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>
+          <source src="/images/uppy-2-0-demo-aug-2021.mp4" type="video/mp4">
+          Your browser does not support the video tag, you can <a href="/images/uppy-2-0-demo-aug-2021.mp4">download the video</a>
           to watch it.
         </video>
       </div>