Skip to content

Instantly share code, notes, and snippets.

@coffeejay
Created July 6, 2014 06:08
Show Gist options
  • Select an option

  • Save coffeejay/70ee388b363f18388af3 to your computer and use it in GitHub Desktop.

Select an option

Save coffeejay/70ee388b363f18388af3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" style="overflow: hidden;">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cappio</title>
<!-- Bootstrap -->
<link href="bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="container" style="margin-top:20px">
<h3 style="float:left">Cappio</h3>
</div>
<div class="container" align="center" style="margin-top:10px" >
<h1> Actionable, objective financial reports. </h1>
<p class="lead"> Beat the market with instant, updated data anyone can understand. </p>
<a href="#" class="button" style="width:200px;margin-top:30px">Plans and pricing<i class="icon-chevron-right"></i></a>
<br/>
<br/>
<img src="dashboard.png">
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script>
$(document).ready(function(){
$("body").hide().fadeIn(1000);
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment