Site style updates of what & algorithm pages.
This commit is contained in:
@@ -15,6 +15,19 @@
|
||||
|
||||
<script src="js/jquery-1.6.1.min.js" type="text/javascript"></script>
|
||||
<script src="js/functions.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(window).scroll(function() {
|
||||
if ($(window).scrollTop() > 100) {
|
||||
$(".appstore").show();
|
||||
$("header .appstore").hide();
|
||||
} else {
|
||||
$(".appstore").hide();
|
||||
$("header .appstore").show();
|
||||
}
|
||||
})
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-90535-15']);
|
||||
@@ -72,6 +85,7 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<a class="appstore" href="http://itunes.com/apps/MasterPassword"><img src="img/appstore.png" /></a>
|
||||
<header>
|
||||
|
||||
<a class="appstore" href="http://itunes.com/apps/MasterPassword"><img src="img/appstore.png" /></a>
|
||||
@@ -80,24 +94,27 @@
|
||||
|
||||
</header>
|
||||
<div id="fixedheader">
|
||||
<a class="appstore" href="http://itunes.com/apps/MasterPassword"><img src="img/appstore-small.png" /></a>
|
||||
<h2><a href="index.html">Master Password</a></h2>
|
||||
</div>
|
||||
<!--a href="http://bit.ly/vNN5Zi" onclick="_gaq.push(['_trackPageview', '/outbound/testflight']);" id="ribbon"></a-->
|
||||
|
||||
<section class="heading">
|
||||
<div>
|
||||
|
||||
<h1>What is this?</h1>
|
||||
|
||||
<p>
|
||||
Master Password is a revolution in password management.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It aims to secure your online (and offline!) life by <em>changing the way you deal with passwords</em>.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
<h1>What is this?</h1>
|
||||
|
||||
<p>
|
||||
Master Password is a revolution in password management.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It aims to secure your online (and offline!) life by <em>changing the way you deal with passwords</em>.
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h1>Revolution? Why would I need that?</h1>
|
||||
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user