Fancy animations!
This commit is contained in:
parent
27ffe3c779
commit
f277e8494e
2 changed files with 5 additions and 4 deletions
|
@ -11,13 +11,14 @@
|
|||
</head>
|
||||
<body id="main">
|
||||
<div class="container jumbotron header">
|
||||
<h1 class="animated rubberBand">Hi There</h1>
|
||||
<h1 class="animated rubberBand">Oriment</h1>
|
||||
<h5>Orient documents and images automagically</h5>
|
||||
</div>
|
||||
<div class="container animated fadeInLeft">
|
||||
<div class="container animated zoomInUp">
|
||||
<img src="img/compass.png" id="compass"/>
|
||||
</div>
|
||||
<footer>
|
||||
<a class="btn btn-success btn-lg navigator">Continue</a>
|
||||
<a class="btn btn-success btn-lg animated pulse infinite">Open Document / Images</a>
|
||||
</footer>
|
||||
<script type="text/javascript" src="cordova.js"></script>
|
||||
<script type="text/javascript" src="js/libs.js"></script>
|
||||
|
|
|
@ -62,5 +62,5 @@ footer {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
|
Reference in a new issue