Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use official GitHub buttons #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<link href='fonts/fonts.css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
<link href='fonts/fonts.css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<script src="scripts/vendor/modernizr.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
14 changes: 7 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h3>Upload a file using HTTPie</h3>
</div>
</div>
</div>

<div class="row">
<div class="col-md-6">
<h3>Upload a file using Unofficially client in Python</h3>
Expand Down Expand Up @@ -335,7 +335,7 @@ <h3>Encrypt your files with openssl before the transfer</h3>
</div>
</div>
</div>

<div class="row">
<div class="col-md-6">
<h3>Upload a file or directory in Windows</h3>
Expand All @@ -349,8 +349,8 @@ <h3>Upload a file or directory in Windows</h3>
:usage
echo No arguments specified. &gt;&amp;2
echo Usage: &gt;&amp;2
echo transfer ^&lt;file^|directory^&gt; &gt;&amp;2
echo ... ^| transfer ^&lt;file_name^&gt; &gt;&amp;2
echo transfer ^&lt;file^|directory^&gt; &gt;&amp;2
echo ... ^| transfer ^&lt;file_name^&gt; &gt;&amp;2
exit /b 1
:main
if "%~1" == "" goto usage
Expand Down Expand Up @@ -378,7 +378,7 @@ <h3>Upload a file or directory in Windows</h3>
goto :eof
</code>
</div>
</div>
</div>
<div class="col-md-6">
<h3>Send us your awesome example</h3>
<div class="terminal-top">
Expand All @@ -399,8 +399,8 @@ <h2 class="page-title">Follow on GitHub</h2>
<br>
<br>

<iframe src="https://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://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>
<a class="github-button" href="https://github.com/dutchcoders" data-size="large" data-show-count="true" aria-label="Follow @dutchcoders on GitHub">Follow @dutchcoders</a>
<a class="github-button" href="https://github.com/dutchcoders/transfer.sh" data-size="large" data-show-count="true" aria-label="Star dutchcoders/transfer.sh on GitHub">Star</a>
</div>
</section>
<section id="reviews">
Expand Down