1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

added typewriter.js

This commit is contained in:
Uvis Grinfelds 2014-10-20 11:51:04 +02:00
parent 6fc6a2f40b
commit a048401340
7 changed files with 31 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -60,7 +60,7 @@
</h2> </h2>
<div class="row"> <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> <h3>Easy sharing from the command-line</h3>
<div id="terminal"> <div id="terminal">
<p style='white-space:pre'></p> <p style='white-space:pre'></p>
@ -191,6 +191,18 @@
<div class="wrapper"> <div class="wrapper">
<div class="row"> <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>&#10;Thanks <a href="https://twitter.com/dutchcoders">@dutchcoders</a> !</p>&mdash; 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"> <div class="col-md-6 col-xs-12">
<blockquote class="twitter-tweet" lang="en"> <blockquote class="twitter-tweet" lang="en">

View File

@ -8,7 +8,7 @@
} }
@media (min-width: @screen-sm-min) { @media (min-width: @screen-sm-min) {
padding: 50px padding: 50px;
h2 { h2 {
font-size: 65px; font-size: 65px;
margin-top: -10px; margin-top: -10px;

View File

@ -4,9 +4,10 @@
.twitter-profile { .twitter-profile {
float: left; float: left;
display: block; display: block;
height: 100px; height: 75px;
margin-right: 20px; 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; line-height: 20px;
margin: 10px 5px; margin: 10px 5px;
padding: 0 16px 16px 16px; padding: 0 16px 16px 16px;
color: #000;
text-align: right; text-align: right;
border: 0; border: 0;
.xl {
font-size: 18px;
}
} }
blockquote.twitter-tweet p { blockquote.twitter-tweet p {

View File

@ -2034,6 +2034,9 @@ a:hover {
font-size: 20px; font-size: 20px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
#home {
padding: 50px;
}
#home h2 { #home h2 {
font-size: 65px; font-size: 65px;
margin-top: -10px; margin-top: -10px;
@ -2181,9 +2184,10 @@ footer img {
#reviews .twitter-profile { #reviews .twitter-profile {
float: left; float: left;
display: block; display: block;
height: 100px; height: 75px;
margin-right: 20px; margin-right: 20px;
border-radius: 10px; -webkit-border-radius: 10px;
margin: auto 15px auto 0;
} }
blockquote.twitter-tweet { blockquote.twitter-tweet {
display: inline-block; display: inline-block;
@ -2191,10 +2195,12 @@ blockquote.twitter-tweet {
line-height: 20px; line-height: 20px;
margin: 10px 5px; margin: 10px 5px;
padding: 0 16px 16px 16px; padding: 0 16px 16px 16px;
color: #000;
text-align: right; text-align: right;
border: 0; border: 0;
} }
blockquote.twitter-tweet .xl {
font-size: 18px;
}
blockquote.twitter-tweet p { blockquote.twitter-tweet p {
font-size: 17px; font-size: 17px;
font-weight: normal; font-weight: normal;

File diff suppressed because one or more lines are too long