Fancy animations!

This commit is contained in:
Jake Howard 2015-12-22 19:25:56 +00:00
parent 27ffe3c779
commit f277e8494e
2 changed files with 5 additions and 4 deletions

View file

@ -11,13 +11,14 @@
</head> </head>
<body id="main"> <body id="main">
<div class="container jumbotron header"> <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>
<div class="container animated fadeInLeft"> <div class="container animated zoomInUp">
<img src="img/compass.png" id="compass"/> <img src="img/compass.png" id="compass"/>
</div> </div>
<footer> <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> </footer>
<script type="text/javascript" src="cordova.js"></script> <script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/libs.js"></script> <script type="text/javascript" src="js/libs.js"></script>

View file

@ -62,5 +62,5 @@ footer {
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 100vw; width: 100vw;
padding-bottom: 15px; padding-bottom: 25px;
} }