diff --git a/css/custom.css b/css/custom.css index f9bf5e5..fd49b2d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -248,12 +248,16 @@ hr.no-margin margin: 0; } +.get-started { + margin-top: 20px; +} + /* HOME PAGE UPLOADER BAR ------------------------------*/ div.progress { width: 50%; - margin: 50px auto 0; + margin: 30px auto 0; height: 40px; display: none; } diff --git a/customize.html b/customize.html index e78f83f..7f0a343 100644 --- a/customize.html +++ b/customize.html @@ -32,7 +32,8 @@

Customize and Download




-

You have two options to download a copy of Fine Uploader

+

There are three different ways to obtain a copy of Fine Uploader

+

Read about these choices (and more) in the getting started guide

@@ -48,15 +49,21 @@

Option 1: Download from npm (preferred)

-

Option 2: Download from the web

+

Option 2: Build a copy from the source files

+ +

Read the getting started guide for more details.

+
+ +
+ +
+

Option 3: Download from the web

-

Server Type

-
-

Select the service you are using as a backend. Traditional assumes you will be implementing your own upload server, and +

Select the service (or services) you are using as a backend. Traditional assumes you will be implementing your own upload server, and Amazon S3 will provide you with the code to send uploads directly to Amazon's Simple Storage Service (S3), and includes the Serverless S3 module to support fully client-side S3 uploading.

diff --git a/index.html b/index.html index aff5c83..3407a00 100755 --- a/index.html +++ b/index.html @@ -82,13 +82,14 @@

Server support

-
-
+ +
+
-
+

Features