diff --git a/Gruntfile.js b/Gruntfile.js index aa176c2..238e92e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -136,7 +136,7 @@ module.exports = function (grunt) { } }, useminPrepare: { - html: '<%= yeoman.app %>/index.html', + html: '<%= yeoman.app %>/*.html', options: { dest: '<%= yeoman.dist %>' } @@ -211,6 +211,7 @@ module.exports = function (grunt) { 'fonts/{,*/}*.*', '.htaccess', 'index.txt', + '404.txt', 'images/{,*/}*.{webp,gif}' ] }] diff --git a/bower.json b/bower.json index 901f1b7..37f158e 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,9 @@ "bootstrap": "~3.0.0", "modernizr": "~2.6.2", "uri.js": "~1.14.1", - "typed.js": "https://github.com/mattboldt/typed.js.git" + "typed.js": "https://github.com/mattboldt/typed.js.git", + "realistic-typewriter.js": "https://github.com/fardjad/realistic-typewriter.js.git", + "animate.less": "*", + "jquery-waypoints": "https://github.com/imakewebthings/jquery-waypoints.git#~2.0.5" } } diff --git a/transfersh-server/static/404.txt b/transfersh-server/static/404.txt index 8b13789..6e67cf9 100644 --- a/transfersh-server/static/404.txt +++ b/transfersh-server/static/404.txt @@ -1 +1 @@ - +404. Not found diff --git a/transfersh-server/static/favicon.ico b/transfersh-server/static/favicon.ico index 6527905..570a9fa 100644 Binary files a/transfersh-server/static/favicon.ico and b/transfersh-server/static/favicon.ico differ diff --git a/transfersh-server/static/images/reviews/dave.jpg b/transfersh-server/static/images/reviews/dave.jpg new file mode 100644 index 0000000..6408f55 Binary files /dev/null and b/transfersh-server/static/images/reviews/dave.jpg differ diff --git a/transfersh-server/static/images/reviews/jacob.jpg b/transfersh-server/static/images/reviews/jacob.jpg new file mode 100644 index 0000000..fc2e2e5 Binary files /dev/null and b/transfersh-server/static/images/reviews/jacob.jpg differ diff --git a/transfersh-server/static/images/reviews/kareem.jpg b/transfersh-server/static/images/reviews/kareem.jpg new file mode 100644 index 0000000..d97e4a9 Binary files /dev/null and b/transfersh-server/static/images/reviews/kareem.jpg differ diff --git a/transfersh-server/static/images/reviews/lars.jpg b/transfersh-server/static/images/reviews/lars.jpg new file mode 100644 index 0000000..d56cdbd Binary files /dev/null and b/transfersh-server/static/images/reviews/lars.jpg differ diff --git a/transfersh-server/static/images/reviews/pg.jpeg b/transfersh-server/static/images/reviews/pg.jpeg new file mode 100644 index 0000000..df9bcc3 Binary files /dev/null and b/transfersh-server/static/images/reviews/pg.jpeg differ diff --git a/transfersh-server/static/index.html b/transfersh-server/static/index.html index d8c5c7e..ba192b9 100644 --- a/transfersh-server/static/index.html +++ b/transfersh-server/static/index.html @@ -16,20 +16,29 @@ - +
+ +$ transfer() {
- # write to output to tmpfile because of progress bar
- tmpfile=$( mktemp -t transfer )
- curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile;
- cat $tmpfile;
- rm -f $tmpfile;
-}
-alias transfer=transfer
- $ transfer() { # write to output to tmpfile because of progress bar tmpfile=$( mktemp -t transfer ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; } alias transfer=transfer
+ $transfer hello.txt
+
$ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/
+
+ $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz
+ $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip
+
+
+ $ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
+ $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
+ $ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/
- $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz
- $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip
+
+
+
+ transfer.sh is my latest fav service! Try simple command-line and web file sharing! https://t.co/FSrsb1JKJd
Thanks @dutchcoders !
— Lars Arvestad (@arvestad)
+
+
+
+ @dutchcoders love transfer.sh! any change we can *pay* for a self-hosted version?
— Kareem Kouddous (@kareemk)
+
$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
- $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
+
+
+ http://t.co/JomAmqWYEB by @dutchcoders is pure awesomeness! any chance of source on github? :-)
— PJ Spagnolatti (@drakpz)
+
+
+
+
+ Love transfer.sh! Will be using it from now on! Thanks for the amazing service we can use from the CLI @dutchcoders
+
— Jacob Lindgren (@jacoblindgren11)
+
+
+
+
+ @dutchcoders Thanks for transfer.sh. Just used it for a production purpose for a customer. So great, so easy, so https. :)
+
+ — Dave Sims (@FloifyDave)
+
+
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
$ transfer() {
- # write to output to tmpfile because of progress bar
- tmpfile=$( mktemp -t transfer )
- curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile;
- cat $tmpfile;
- rm -f $tmpfile;
-}
-alias transfer=transfer
- $ transfer() { # write to output to tmpfile because of progress bar tmpfile=$( mktemp -t transfer ) curl --progress-bar --upload-file $1 https://transfer.sh/$(basename $1) >> $tmpfile; cat $tmpfile; rm -f $tmpfile; } alias transfer=transfer
+ $transfer hello.txt
+
$ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/
+
+ $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz
+ $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip
+
+
+ $ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
+ $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
+ $ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/
- $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz
- $ curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip
+
+
+
+ @dutchcoders Thanks for transfer.sh. Just used it for a production purpose for a customer. So great, so easy, so https. :)
+
+ — Dave Sims (@FloifyDave)
+
+
+
+ @dutchcoders love transfer.sh! any change we can *pay* for a self-hosted version?
— Kareem Kouddous (@kareemk)
+
$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
- $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
+
+
+ http://t.co/JomAmqWYEB by @dutchcoders is pure awesomeness! any chance of source on github? :-)
— PJ Spagnolatti (@drakpz)
+
+
+
+
+ Love transfer.sh! Will be using it from now on! Thanks for the amazing service we can use from the CLI @dutchcoders
+
— Jacob Lindgren (@jacoblindgren11)
+
+
+
+
+ transfer.sh is my latest fav service! Try simple command-line and web file sharing! https://t.co/FSrsb1JKJd
Thanks @dutchcoders !
— Lars Arvestad (@arvestad)
+