mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
added typewriter.js
This commit is contained in:
parent
6fc6a2f40b
commit
a048401340
7 changed files with 31 additions and 10 deletions
BIN
transfersh-web/images/reviews/kareem.jpg
Normal file
BIN
transfersh-web/images/reviews/kareem.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
transfersh-web/images/reviews/pg.jpeg
Normal file
BIN
transfersh-web/images/reviews/pg.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -60,7 +60,7 @@
|
|||
</h2>
|
||||
|
||||
<div class="row">
|
||||
<div id="from-terminal" class="box col-md-6 col-xs-12" >
|
||||
<div id="from-terminal" class="box col-md-6 col-xs-12">
|
||||
<h3>Easy sharing from the command-line</h3>
|
||||
<div id="terminal">
|
||||
<p style='white-space:pre'></p>
|
||||
|
@ -191,6 +191,18 @@
|
|||
<div class="wrapper">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-8 col-md-offset-2 col-xs-12">
|
||||
<blockquote class="twitter-tweet xl" lang="en">
|
||||
<img class="twitter-profile" src="https://pbs.twimg.com/profile_images/2456827599/eun7gkvkmq2g7ymuliue_reasonably_small.jpeg" alt="">
|
||||
<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>— Lars Arvestad (@arvestad) <a href="https://twitter.com/arvestad/status/519507976491499521">October 7, 2014</a>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
|
||||
|
||||
<div class="col-md-6 col-xs-12">
|
||||
|
||||
<blockquote class="twitter-tweet" lang="en">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
padding: 50px
|
||||
padding: 50px;
|
||||
h2 {
|
||||
font-size: 65px;
|
||||
margin-top: -10px;
|
||||
|
|
|
@ -4,9 +4,10 @@
|
|||
.twitter-profile {
|
||||
float: left;
|
||||
display: block;
|
||||
height: 100px;
|
||||
height: 75px;
|
||||
margin-right: 20px;
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
margin: auto 15px auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,10 +18,12 @@ blockquote.twitter-tweet {
|
|||
line-height: 20px;
|
||||
margin: 10px 5px;
|
||||
padding: 0 16px 16px 16px;
|
||||
color: #000;
|
||||
|
||||
text-align: right;
|
||||
border: 0;
|
||||
|
||||
.xl {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote.twitter-tweet p {
|
||||
|
|
|
@ -2034,6 +2034,9 @@ a:hover {
|
|||
font-size: 20px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
#home {
|
||||
padding: 50px;
|
||||
}
|
||||
#home h2 {
|
||||
font-size: 65px;
|
||||
margin-top: -10px;
|
||||
|
@ -2181,9 +2184,10 @@ footer img {
|
|||
#reviews .twitter-profile {
|
||||
float: left;
|
||||
display: block;
|
||||
height: 100px;
|
||||
height: 75px;
|
||||
margin-right: 20px;
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
margin: auto 15px auto 0;
|
||||
}
|
||||
blockquote.twitter-tweet {
|
||||
display: inline-block;
|
||||
|
@ -2191,10 +2195,12 @@ blockquote.twitter-tweet {
|
|||
line-height: 20px;
|
||||
margin: 10px 5px;
|
||||
padding: 0 16px 16px 16px;
|
||||
color: #000;
|
||||
text-align: right;
|
||||
border: 0;
|
||||
}
|
||||
blockquote.twitter-tweet .xl {
|
||||
font-size: 18px;
|
||||
}
|
||||
blockquote.twitter-tweet p {
|
||||
font-size: 17px;
|
||||
font-weight: normal;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue