Przeglądaj źródła

added typewriter.js

tags/v1.0.0
Uvis Grinfelds 9 lat temu
rodzic
commit
a048401340
7 zmienionych plików z 31 dodań i 10 usunięć
  1. BIN
     
  2. BIN
     
  3. +13
    -1
      transfersh-web/index.html
  4. +1
    -1
      transfersh-web/styles/includes/home.less
  5. +7
    -4
      transfersh-web/styles/includes/reviews.less
  6. +9
    -3
      transfersh-web/styles/main.css
  7. +1
    -1
      transfersh-web/styles/main.css.map


+ 13
- 1
transfersh-web/index.html Wyświetl plik

@@ -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>&#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">

<blockquote class="twitter-tweet" lang="en">


+ 1
- 1
transfersh-web/styles/includes/home.less Wyświetl plik

@@ -8,7 +8,7 @@
}

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


+ 7
- 4
transfersh-web/styles/includes/reviews.less Wyświetl plik

@@ -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 {


+ 9
- 3
transfersh-web/styles/main.css Wyświetl plik

@@ -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;


+ 1
- 1
transfersh-web/styles/main.css.map
Plik diff jest za duży
Wyświetl plik


Ładowanie…
Anuluj
Zapisz