mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
home animations
This commit is contained in:
parent
e8564bbf95
commit
c46d361bb7
@ -56,18 +56,18 @@
|
||||
<section id="home">
|
||||
<div class="wrapper">
|
||||
<h2>
|
||||
Upload and share your files
|
||||
Easy file sharing from the command line
|
||||
</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">
|
||||
<p style='white-space:pre'></p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="from-web" class="col-md-6 col-xs-12">
|
||||
<h3>From web</h3>
|
||||
<h3>Or from web</h3>
|
||||
|
||||
<div id="web">
|
||||
<a class="browse" href="#">
|
||||
@ -89,7 +89,13 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<br>
|
||||
<br>
|
||||
<a href="#features" class="btn-cta">learn more</i> </a>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -2,17 +2,18 @@
|
||||
text-align: center;
|
||||
|
||||
h2 {
|
||||
font-size: 40x;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
padding: 50px;
|
||||
h2 {
|
||||
font-size: 65px;
|
||||
font-size: 60px;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#from-terminal,
|
||||
@ -37,6 +38,11 @@
|
||||
font-size: 18px;
|
||||
}
|
||||
border-radius: 5px;
|
||||
.btn-cta {
|
||||
padding: 5px 10px;
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#web, #terminal {
|
||||
@ -57,6 +63,7 @@
|
||||
margin-top: -10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
@import "bootstrap.less";
|
||||
|
||||
|
||||
@import "../bower_components/";
|
||||
@import "../bower_components/animate.less/animate.less";
|
||||
|
||||
@import "config";
|
||||
@import "includes/global";
|
||||
|
Loading…
x
Reference in New Issue
Block a user