2
0

Suggestions for contributing.

This commit is contained in:
Maarten Billemont 2015-12-13 11:33:00 -05:00
parent 6d8c5e7f94
commit 0e3160b8bb
2 changed files with 24 additions and 0 deletions

View File

@ -423,6 +423,22 @@ header .movie .fallback {
z-index: 5;
color: #BBB;
}
header .help {
position: absolute;
top: 60px;
right: 0;
padding: 1em;
background: white;
border-radius: 8px 0 0 8px;
color: black;
}
header .help:hover .hidden {
display: block;
visibility: visible;
}
header .help a:link, header .help a:visited, header .help *[onclick] {
color: #08c;
}
footer {
overflow: hidden;
text-align: center;

View File

@ -67,6 +67,14 @@
<h5 class="fallback"><a href="https://vimeo.com/108192090">I've been waiting for <em>hours</em> and it's still loading...</a></h5>
</div>
<a href="javascript:toggleMovie()" class="moviecontrol" onclick="$(this).toggleClass('active');_gaq.push(['_trackPageview', '/video/about']);"></a>
<div class="help">
Want to help?
<div class="hidden">
<a href="https://github.com/Lyndir/MasterPassword/">Fork the source code</a><br />
<a href="https://project.lyndir.com/youtrack/issues?q=%23%7BNeeds%20Contributor%7D">"Needs Contributor" issues</a><br />
<a href="irc://irc.freenode.net/#masterpassword">Discuss on #masterpassword @freenode</a><br />
</div>
</div>
<div class="content">
<h1>Master Password</h1>