mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Add a footer
This commit is contained in:
parent
816841bc29
commit
eeb54b90b5
|
@ -30,10 +30,15 @@ $blockquote-font-size: $font-size-base;
|
|||
@import "~octicons/index";
|
||||
|
||||
body {
|
||||
padding-top: 4.5rem;
|
||||
padding-top: $spacer * 4.5;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.footer {
|
||||
min-height: $spacer * 4;
|
||||
padding: ($spacer * 4 - $font-size-base) / 2;
|
||||
}
|
||||
|
||||
#generated-password {
|
||||
background: $input-bg;
|
||||
}
|
||||
|
|
|
@ -200,8 +200,8 @@
|
|||
possible combinations from the known dictionary.
|
||||
</p>
|
||||
<p class="card-text">
|
||||
In essence, we are assuming the attacker is <em>more than</em> “on to this trick” already. Whether
|
||||
attackers are “on to this trick” is completely therefore irrelevant to its security. If Bruce
|
||||
In essence, we are assuming the attacker is <em>more than</em> <q>on to this trick</q> already. Whether
|
||||
attackers are <q>on to this trick</q> is completely therefore irrelevant to its security. If Bruce
|
||||
Schneier thinks using four words is insufficiently secure, he should be suggesting five or six words, not
|
||||
<strong>shamelessly promoting his own password generation scheme</strong>.
|
||||
</p>
|
||||
|
@ -213,5 +213,14 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer bg-light">
|
||||
<div class="container">
|
||||
<span class="text-muted">Copyright © 2018 <a href="https://quantum2.xyz">Quantum</a>. Licensed under
|
||||
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</a>. Source code available on
|
||||
<a href="https://github.com/quantum5/correcthorsebatterystaple">GitHub</a>.
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue