mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
styled uploading process
This commit is contained in:
parent
ca6e384c1a
commit
9e3f4ec4fb
2 changed files with 57 additions and 2 deletions
|
@ -53,7 +53,8 @@ include "includes/head.html"
|
|||
<code>
|
||||
<br>
|
||||
<span class="code-title"># Upload from web</span>
|
||||
<br>Drag your files here, or <a class="browse" href="#"> click to browse.</a>
|
||||
<br>Drag your files here, or <a class="browse" href="#"> click to browse. <br/></a>
|
||||
|
||||
</code>
|
||||
<input type="file" multiple="multiple" style='display: none;' />
|
||||
<ul class='queue'>
|
||||
|
|
|
@ -81,7 +81,60 @@
|
|||
background: url(../images/terminal-top.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
height: 30px;
|
||||
height: 30px;<section id="reviews">
|
||||
<div class="wrapper">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2 col-xs-12">
|
||||
<blockquote class="twitter-tweet tweet-xl" lang="en">
|
||||
<a href="https://twitter.com/FloifyDave/status/517383101425516544">
|
||||
<img class="twitter-profile" src="images/reviews/dave.jpg" alt="">
|
||||
</a>
|
||||
<p><a href="https://twitter.com/dutchcoders">@dutchcoders</a> Thanks for transfer.sh. Just used it for a production purpose for a customer. So great, so easy, so https. :)</p>
|
||||
<a href="https://twitter.com/FloifyDave/status/517383101425516544">
|
||||
— Dave Sims (@FloifyDave)</a>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<blockquote class="twitter-tweet" lang="en">
|
||||
<a href="https://twitter.com/kareemk/status/517029789191118849">
|
||||
<img class="twitter-profile" src="images/reviews/kareem.jpg" alt="">
|
||||
</a>
|
||||
<p><a href="https://twitter.com/dutchcoders">@dutchcoders</a> love transfer.sh! any change we can *pay* for a self-hosted version?</p><a href="https://twitter.com/kareemk/status/517029789191118849">— Kareem Kouddous (@kareemk) </a>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<blockquote class="twitter-tweet" lang="en">
|
||||
<a href="https://twitter.com/drakpz/status/517008058841829376">
|
||||
<img class="twitter-profile" src="images/reviews/pg.jpeg" alt="">
|
||||
</a>
|
||||
<p><a href="http://t.co/JomAmqWYEB">http://t.co/JomAmqWYEB</a> by <a href="https://twitter.com/dutchcoders">@dutchcoders</a> is pure awesomeness! any chance of source on github? :-)</p><a href="https://twitter.com/drakpz/status/517008058841829376">— PJ Spagnolatti (@drakpz)</a>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<blockquote class="twitter-tweet" lang="en">
|
||||
<a href="https://twitter.com/jacoblindgren11/status/516975006501203968">
|
||||
<img class="twitter-profile" src="images/reviews/jacob.jpg" alt="">
|
||||
</a>
|
||||
<p>Love transfer.sh! Will be using it from now on! Thanks for the amazing service we can use from the CLI <a href="https://twitter.com/dutchcoders">@dutchcoders</a>
|
||||
</p><a href="https://twitter.com/jacoblindgren11/status/516975006501203968">— Jacob Lindgren (@jacoblindgren11) </a>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-md-6 col-xs-12">
|
||||
<blockquote class="twitter-tweet" lang="en">
|
||||
<a href="https://twitter.com/arvestad/status/519507976491499521">
|
||||
<img class="twitter-profile" src="images/reviews/lars.jpg" alt="">
|
||||
</a>
|
||||
<p>transfer.sh is my latest fav service! Try simple command-line and web file sharing! <a href="https://t.co/FSrsb1JKJd">https://t.co/FSrsb1JKJd</a> Thanks <a href="https://twitter.com/dutchcoders">@dutchcoders</a> !</p> <a href="https://twitter.com/arvestad/status/519507976491499521">— Lars Arvestad (@arvestad)</a>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
}
|
||||
|
||||
.upload-progress {
|
||||
|
@ -93,6 +146,7 @@
|
|||
span {
|
||||
float: right;
|
||||
}
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.all-files {
|
||||
|
|
Loading…
Reference in a new issue