merged preview

This commit is contained in:
Remco 2014-11-14 12:06:38 +01:00
commit 988f706059
7 changed files with 17 additions and 13 deletions

View file

@ -283,17 +283,16 @@
</div> </div>
</section> </section>
<section id="share"> <section id="share">
<div class="wrapper"> <div class="wrapper">
<h2 class="page-title">Follow on GitHub</h2> <h2 class="page-title">Follow on GitHub</h2>
<br> <br>
<br> <br>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe> <iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe> <iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
</div> </div>
</section> </section>
<section id="reviews"> <section id="reviews">
<div class="wrapper"> <div class="wrapper">
<div class="row"> <div class="row">

View file

@ -14,6 +14,9 @@ $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
Upload to virustotal: Upload to virustotal:
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal $ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal
Virusscan:
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/scan
Add alias to .bashrc or .zshrc: Add alias to .bashrc or .zshrc:
=== ===
transfer() { transfer() {

File diff suppressed because one or more lines are too long

View file

@ -257,17 +257,16 @@ include "includes/head.html"
</div> </div>
</section> </section>
<section id="share"> <section id="share">
<div class="wrapper"> <div class="wrapper">
<h2 class="page-title">Follow on GitHub</h2> <h2 class="page-title">Follow on GitHub</h2>
<br> <br>
<br> <br>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe> <iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe> <iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
</div> </div>
</section> </section>
<section id="reviews"> <section id="reviews">
<div class="wrapper"> <div class="wrapper">
<div class="row"> <div class="row">

View file

@ -4,9 +4,11 @@
html { html {
min-height:100%; min-height:100%;
position: relative;
} }
#download { #download {
position: static;
padding-bottom:240px;
footer { footer {
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -197,4 +199,4 @@ video::-webkit-media-controls-current-time-display, video::-webkit-media-control
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: normal;
} }

View file

@ -6372,9 +6372,10 @@ blockquote.tweet-xl a {
} }
html { html {
min-height: 100%; min-height: 100%;
position: relative;
} }
#download { #download {
position: static; padding-bottom: 240px;
} }
#download footer { #download footer {
bottom: 0; bottom: 0;

File diff suppressed because one or more lines are too long