diff --git a/website/_config.yml b/website/_config.yml index 52738b93e..d870ebb48 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -14,12 +14,14 @@ logo_medium: /images/uppy.svg logo_icon: /images/uppy.png description: > Uppy is (going to be) a JavaScript file uploader that fetches files from Dropbox, Instagram, local disk, remote URLs, and other exciting locations. - It has a Plugin-based architecture, first-class support for resumable uploads via tus.io - and custom encoding backends, making it very extensible and robust.
-
- Uppy is brought to you by the people behind Transloadit and as such has first class - support for adding their uploading and encoding backend, but this is opt-in, and you can just as easily - roll your own. Uppy is in the early stages of development and should not be used for anything serious yet. + It has a plugin-based architecture, first-class support for resumable uploads via tus.io + and custom encoding backends, making it very extensible and robust. Uppy is in the early stages of development + and should not be used for anything serious yet. +descriptionWho: > + Uppy is brought to you by the people + behind Transloadit and as such has first class support + for adding their uploading and encoding backend, but this is opt-in, + and you can just as easily roll your own. author: Transloadit email: uppybot@uppy.io language: English diff --git a/website/src/_data/taglines.yml b/website/src/_data/taglines.yml index 5bfbdcca1..b0d5a300f 100644 --- a/website/src/_data/taglines.yml +++ b/website/src/_data/taglines.yml @@ -1,25 +1,25 @@ - - won't chew on your shoes. - - is fully housebroken. - - just wants to play with you. - - doesn't hump your leg. - - also accepts cat pictures. - - loves you unconditionally. - - doesn’t knock over your recycle bin. - - you don’t have to keep on a leash. - - won't pees on your rug. - - loves to play fetch. - - doesn’t bite. - - won’t bark at the mailman. - - is great with the kids. - - likes to go on a trip with you. - - can digest anything, even chocolate cake. - - will never run away. - - already has all its own toys. - - doesn’t jump on the couch. - - never howls when left alone. - - is always happy to see you. - - isn’t afraid of fireworks. - - is allowed everywhere. - - always loves to meet new people. - - doesn’t chase your cat. - - your mother isn’t allergic to. + - won't chew on your shoes + - is fully housebroken + - just wants to play with you + - doesn't hump your leg + - also accepts cat pictures + - loves you unconditionally + - doesn’t knock over your recycle bin + - you don’t have to keep on a leash + - won’t pee on your rug + - loves to play fetch + - doesn’t bite + - won’t bark at the mailman + - is great with the kids + - likes to go on a trip with you + - can digest anything, even chocolate cake + - will never run away + - already has all its own toys + - doesn’t jump on the couch + - never howls when left alone + - is always happy to see you + - isn’t afraid of fireworks + - is allowed everywhere + - always loves to meet new people + - doesn’t chase your cat + - your mother isn’t allergic to diff --git a/website/src/frontpage-code-sample.ejs b/website/src/frontpage-code-sample.ejs index ced6955f3..2d490f10a 100644 --- a/website/src/frontpage-code-sample.ejs +++ b/website/src/frontpage-code-sample.ejs @@ -2,7 +2,7 @@ layout: false --- {% include_code lang:js dragdrop/app.es6 %} diff --git a/website/src/images/traffic-light.svg b/website/src/images/traffic-light.svg new file mode 100644 index 000000000..9faf5923c --- /dev/null +++ b/website/src/images/traffic-light.svg @@ -0,0 +1 @@ + diff --git a/website/src/images/transloadit-logo.png b/website/src/images/transloadit-logo.png new file mode 100644 index 000000000..1c2ff656c Binary files /dev/null and b/website/src/images/transloadit-logo.png differ diff --git a/website/themes/uppy/layout/index.ejs b/website/themes/uppy/layout/index.ejs index 7e5175597..eb5bed465 100644 --- a/website/themes/uppy/layout/index.ejs +++ b/website/themes/uppy/layout/index.ejs @@ -1,46 +1,55 @@
-
+ +
+
+ +

Work in progress

+

<%- config.description %>

+
+
+ +

Open Source

+

<%- config.descriptionWho %>

+
-

Quick Example

+

Quick Example

<%- partial('partials/frontpage-code-sample') %>
»
+ + Get Started