Browse Source

merged preview

tags/v1.0.0
Remco 9 years ago
parent
commit
988f706059
7 changed files with 17 additions and 13 deletions
  1. +3
    -4
      transfersh-server/static/index.html
  2. +3
    -0
      transfersh-server/static/index.txt
  3. +1
    -1
      transfersh-server/static/styles/main.css
  4. +3
    -4
      transfersh-web/index.html
  5. +4
    -2
      transfersh-web/styles/includes/preview.less
  6. +2
    -1
      transfersh-web/styles/main.css
  7. +1
    -1
      transfersh-web/styles/main.css.map

+ 3
- 4
transfersh-server/static/index.html View File

@@ -283,17 +283,16 @@
</div>
</section>

<section id="share">
<section id="share">
<div class="wrapper">
<h2 class="page-title">Follow on GitHub</h2>
<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="//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=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=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
</div>
</section>

<section id="reviews">
<div class="wrapper">
<div class="row">


+ 3
- 0
transfersh-server/static/index.txt View File

@@ -14,6 +14,9 @@ $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
Upload to 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:
===
transfer() {


+ 1
- 1
transfersh-server/static/styles/main.css
File diff suppressed because it is too large
View File


+ 3
- 4
transfersh-web/index.html View File

@@ -257,17 +257,16 @@ include "includes/head.html"
</div>
</section>

<section id="share">
<section id="share">
<div class="wrapper">
<h2 class="page-title">Follow on GitHub</h2>
<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="//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=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=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
</div>
</section>

<section id="reviews">
<div class="wrapper">
<div class="row">


+ 4
- 2
transfersh-web/styles/includes/preview.less View File

@@ -4,9 +4,11 @@

html {
min-height:100%;
position: relative;
}
#download {
position: static;

padding-bottom:240px;
footer {
bottom: 0;
left: 0;
@@ -197,4 +199,4 @@ video::-webkit-media-controls-current-time-display, video::-webkit-media-control

font-size: 13px;
font-weight: normal;
}
}

+ 2
- 1
transfersh-web/styles/main.css View File

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


+ 1
- 1
transfersh-web/styles/main.css.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save