Skip to content

Commit

Permalink
some other fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acioni authored and acioni committed Jun 14, 2016
1 parent ab59620 commit f941871
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
1 change: 0 additions & 1 deletion web/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#content{
margin-top: 10px;
z-index: 0;
position: absolute;
}

.content-font {
Expand Down
20 changes: 11 additions & 9 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</div>

<!-- How to -->
<div id="howto" class="container docs-section">
<div id="howto" class="docs-section">
<h2>How To</h2>
<p>
In order to send password to this page you first need to follow <b>4 simple steps</b>:
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2>How To</h2>
</p>
</div>

<div id="howworks" class="container docs-section">
<div id="howworks" class="docs-section">
<h2>How it works</h2>
<p><i>KeeLink has a very <b>simple and strong architecture</b>, it is composed mainly of two parts:</i></p>
<ul>
Expand All @@ -156,7 +156,7 @@ <h2>How it works</h2>
<p>That's all! But if you don't trust me let's see the <a href="https://github.com/andreacioni/KeeLink">source code</a></p>
</div>

<div id="credits" class="container docs-section">
<div id="credits" class="docs-section">
<h2>Credits</h2>
<p>
KeeLink is designed, developed and supported by <b>Andrea Cioni</b>. All source files used to build this service are hosted, and accessible to everyone
Expand All @@ -181,7 +181,7 @@ <h2>Credits</h2>
</ul>
</div>

<div id="contribute" class="container docs-section">
<div id="contribute" class="docs-section">
<h2>Contribute</h2>
<p>
KeeLink is a <b>free and no-profit application</b>. If you like and use this application consider to support
Expand All @@ -198,11 +198,13 @@ <h2>Contribute</h2>
</div>
</div>

<div class="container docs-section">
<div class="row">
<div class="six columns"><p>Brought to you by <b>Andrea Cioni</b></p></div>
<div class="six columns"><p>Hosted for free on <a href="https://www.openshift.com/"><img height="16" src="images/openshift_logo.png" /></a></p></div>
<div align="center" class="ten columns"><p><a href="https://github.com/andreacioni/KeeLink"><img height="50" src="images/github_logo.png" /></a></p></div>
<div class="docs-section">
<div class="container">
<div class="row">
<div class="six columns"><p>Brought to you by <b>Andrea Cioni</b></p></div>
<div class="six columns"><p>Hosted for free on <a href="https://www.openshift.com/"><img height="16" src="images/openshift_logo.png" /></a></p></div>
<div align="center" class="ten columns"><p><a href="https://github.com/andreacioni/KeeLink"><img height="50" src="images/github_logo.png" /></a></p></div>
</div>
</div>
</div>
</div>
Expand Down
10 changes: 1 addition & 9 deletions web/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@ $(document).ready(
,"json");
}

//Enable scrolling effect on anchor clicking
var _root = $('html, body');
$('a.navbar-link').click(function(event){
event.preventDefault();
_root.animate({
scrollTop: $( $(this).attr('href') ).offset().top
}, 500);
return false;
});

}

function detectHttpProtocol() {
Expand Down

0 comments on commit f941871

Please sign in to comment.