Browse Source

home animations

tags/v1.0.0
Uvis Grinfelds 9 years ago
parent
commit
c46d361bb7
5 changed files with 3458 additions and 24 deletions
  1. +14
    -8
      transfersh-web/index.html
  2. +9
    -2
      transfersh-web/styles/includes/home.less
  3. +3433
    -12
      transfersh-web/styles/main.css
  4. +1
    -1
      transfersh-web/styles/main.css.map
  5. +1
    -1
      transfersh-web/styles/main.less

+ 14
- 8
transfersh-web/index.html View File

@@ -56,18 +56,18 @@
<section id="home"> <section id="home">
<div class="wrapper"> <div class="wrapper">
<h2> <h2>
Upload and share your files
Easy file sharing from the command line
</h2> </h2>


<div class="row">
<div id="from-terminal" class="animated fadeIn box col-md-6 col-xs-12">
<h3>Easy sharing from the command-line</h3>
<div class="row animated fadeInDown">
<div id="from-terminal" class=" box col-md-6 col-xs-12">
<h3>From terminal</h3>
<div id="terminal"> <div id="terminal">
<p style='white-space:pre'></p> <p style='white-space:pre'></p>
</div> </div>
</div> </div>
<div id="from-web" class="col-md-6 col-xs-12"> <div id="from-web" class="col-md-6 col-xs-12">
<h3>From web</h3>
<h3>Or from web</h3>


<div id="web"> <div id="web">
<a class="browse" href="#"> <a class="browse" href="#">
@@ -79,7 +79,7 @@
<li> <li>
</li> </li>
</ul> </ul>
<div class='all-files' >
<div class='all-files'>
<h4>Download your files:</h4> <h4>Download your files:</h4>
<a class="download-zip btn-cta" href="#">zip</a> <a class="download-tar btn-cta" href="#">tar.gz</a> <a class="download-zip btn-cta" href="#">zip</a> <a class="download-tar btn-cta" href="#">tar.gz</a>
</div> </div>
@@ -89,7 +89,13 @@
</div> </div>


</div> </div>
</div>
<div>
<br>
<br>
<a href="#features" class="btn-cta">learn more</i> </a> <a href="#features" class="btn-cta">learn more</i> </a>
<br>
<br>
</div> </div>
</section> </section>


@@ -194,7 +200,7 @@


<div class="col-md-8 col-md-offset-2 col-xs-12"> <div class="col-md-8 col-md-offset-2 col-xs-12">
<blockquote class="twitter-tweet tweet-xl" lang="en"> <blockquote class="twitter-tweet tweet-xl" lang="en">
<img class="twitter-profile" src="https://pbs.twimg.com/profile_images/2456827599/eun7gkvkmq2g7ymuliue_reasonably_small.jpeg" alt="">
<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> <a href="https://twitter.com/arvestad/status/519507976491499521">&mdash; Lars Arvestad (@arvestad)</a> <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> <a href="https://twitter.com/arvestad/status/519507976491499521">&mdash; Lars Arvestad (@arvestad)</a>
</blockquote> </blockquote>
</div> </div>
@@ -324,7 +330,7 @@
<!-- build:js scripts/main.js --> <!-- build:js scripts/main.js -->
<script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/typed.js/js/typed.js"></script> <script src="bower_components/typed.js/js/typed.js"></script>
<script src="bower_components/realistic-typewriter.js/build/typewriter-bundle.min.js"></script>
<script src="bower_components/realistic-typewriter.js/build/typewriter-bundle.min.js"></script>
<script src="bower_components/uri.js/src/URI.min.js"></script> <script src="bower_components/uri.js/src/URI.min.js"></script>
<script src="bower_components/bootstrap/js/transition.js"></script> <script src="bower_components/bootstrap/js/transition.js"></script>
<script src="bower_components/bootstrap/js/collapse.js"></script> <script src="bower_components/bootstrap/js/collapse.js"></script>


+ 9
- 2
transfersh-web/styles/includes/home.less View File

@@ -2,17 +2,18 @@
text-align: center; text-align: center;


h2 { h2 {
font-size: 40x;
font-size: 40px;
} }


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

} }


#from-terminal, #from-terminal,
@@ -37,6 +38,11 @@
font-size: 18px; font-size: 18px;
} }
border-radius: 5px; border-radius: 5px;
.btn-cta {
padding: 5px 10px;
font-size: 14px;

}
} }


#web, #terminal { #web, #terminal {
@@ -57,6 +63,7 @@
margin-top: -10px; margin-top: -10px;
font-size: 14px; font-size: 14px;
} }

} }






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


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


+ 1
- 1
transfersh-web/styles/main.less View File

@@ -1,7 +1,7 @@
@import "bootstrap.less"; @import "bootstrap.less";




@import "../bower_components/";
@import "../bower_components/animate.less/animate.less";


@import "config"; @import "config";
@import "includes/global"; @import "includes/global";


Loading…
Cancel
Save