Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
Removed outdated mobile and desktop sections. Converted all links to HTTPS variants
  • Loading branch information
passwordlive committed Jul 14, 2022
1 parent 19d28c3 commit 3cc91f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 60 deletions.
44 changes: 10 additions & 34 deletions Support.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>Password Live - FAQ and Support</title>

Expand All @@ -9,15 +9,15 @@
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta property="og:title" content="Password Live" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://passwordlive.github.io" />
<meta property="og:image" content="http://passwordlive.github.io/Content/gfx/password-live-image.png" />
<meta property="og:url" content="https://passwordlive.github.io" />
<meta property="og:image" content="https://passwordlive.github.io/Content/gfx/password-live-image.png" />
<meta property="og:site_name" content="Password Live" />
<meta property="og:description" content="Password Live is a generator of complex and secure passwords that you never need to remember!" />

<link rel="shortcut icon" href="Content/icons/favicon.ico" sizes="16x16 32x32 64x64" type="image/vnd.microsoft.icon" />
<link rel="icon" href="Content/icons/iphone.png" sizes="57x57" type="image/png" />
<link rel="icon" href="Content/icons/favicon.png" sizes="16x16" type="image/png" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" type="text/css" />
<link href="Content/StyleSheet.css" rel="stylesheet" type="text/css" media="screen"/>

<script src="Scripts/jQuery/jquery-1.11.0.min.js"></script>
Expand All @@ -38,11 +38,9 @@ <h2>FAQ and Support</h2>

<nav>
<ul>
<li><a href="http://passwordlive.github.io">Home</a></li>
<li><a href="https://passwordlive.github.io">Home</a></li>
<li><a class="current" href="Support.html">FAQ and Support</a></li>
<li><a href="Desktop.html">Desktop version (Win/Mac)</a></li>
<li><a href="WindowsPhone.html">Windows Phone</a></li>
<li><a href="http://github.com/passwordlive/passwordlive.github.io"><span>Source code <em>(on GitHub)</em></span></a></li>
<li><a href="https://github.com/passwordlive/passwordlive.github.io"><span>Source code <em>(on GitHub)</em></span></a></li>
</ul>
</nav>
<hr />
Expand Down Expand Up @@ -76,19 +74,15 @@ <h3>Need help?</h3>
</p>
<p>
<span class="question"><b>Q: Where can I find more information about the algorithm being used?</b></span><br />
<span class="answer">A: Please check Wikipedia at <a href="http://en.wikipedia.org/wiki/SHA-2">http://en.wikipedia.org/wiki/SHA-2</a>. Password live uses the SHA-256 variant. You can also view the entire algorithm on <a href="https://github.com/passwordlive/passwordlive.github.io/tree/master/Scripts/PasswordLive">GitHub</a>.</span>
<span class="answer">A: Please check Wikipedia at <a href="https://en.wikipedia.org/wiki/SHA-2">https://en.wikipedia.org/wiki/SHA-2</a>. Password live uses the SHA-256 variant. You can also view the entire algorithm on <a href="https://github.com/passwordlive/passwordlive.github.io/tree/master/Scripts/PasswordLive">GitHub</a>.</span>
</p>
<p>
<span class="question"><b>Q: Is Password Live free?</b></span><br />
<span class="answer">A: Yes, and forever will be!</span>
</p>
<p>
<span class="question"><b>Q: There is no Password Live for my mobile!</b></span><br />
<span class="answer">A: Please note that you can still access the Password Live website directly from a mobile browser. The website is mobile-friendly, so in reality that's all you should need to access your passwords anytime :-)</span>
</p>
<p>
<span class="question"><b>Q: How to uninstall the desktop version?</b></span><br />
<span class="answer">A: Just right-click (ctrl-click on the Mac) directly on the application window and select 'Remove this application'.</span>
<span class="question"><b>Q: There is no Password Live for mobile!</b></span><br />
<span class="answer">A: Please note that you can access the Password Live website directly from a mobile browser. The website is mobile-friendly, so in reality that's all you should need to access your passwords anytime :-)</span>
</p>
<p>
<span class="question"><b>Q: I've forgotten my keyword!</b></span><br />
Expand All @@ -104,25 +98,7 @@ <h3>Need help?</h3>
<footer>
<hr>
<div id="footer-container">
<div class="bitcoin">
<script src="Scripts/Coinwidget/coin.js"></script>
<script>
CoinWidgetCom.go({
wallet_address: "1mikeGbp2cRBzsBtZtT2k3FX3byPmCR8N"
, currency: "bitcoin"
, counter: "hide"
, alignment: "ar"
, qrcode: true
, auto_show: false
, lbl_button: "Donate"
, lbl_address: "Bitcoin Address:"
, lbl_count: ""
, lbl_amount: ""
});
</script>
</div>
<a href="https://twitter.com/PasswordLive" class="twitter-follow-button" data-show-count="true">Follow @PasswordLive</a>
<script> !function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs");</script>
&#127807; Since 2010.
</div>
</footer>
</div>
Expand Down
32 changes: 6 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>Password Live</title>

Expand All @@ -9,15 +9,15 @@
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta property="og:title" content="Password Live" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://passwordlive.github.io" />
<meta property="og:image" content="http://passwordlive.github.io/Content/gfx/password-live-image.png" />
<meta property="og:url" content="https://passwordlive.github.io" />
<meta property="og:image" content="https://passwordlive.github.io/Content/gfx/password-live-image.png" />
<meta property="og:site_name" content="Password Live" />
<meta property="og:description" content="Password Live is a generator of complex and secure passwords that you never need to remember!" />

<link rel="shortcut icon" href="Content/icons/favicon.ico" sizes="16x16 32x32 64x64" type="image/vnd.microsoft.icon" />
<link rel="icon" href="Content/icons/iphone.png" sizes="57x57" type="image/png" />
<link rel="icon" href="Content/icons/favicon.png" sizes="16x16" type="image/png" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" type="text/css" />
<link href="Content/StyleSheet.css" rel="stylesheet" type="text/css" media="screen"/>

<script src="Scripts/jQuery/jquery-1.11.0.min.js"></script>
Expand Down Expand Up @@ -86,9 +86,7 @@ <h2>No more forgotten passwords!</h2>
<ul>
<li><a class="current" href="http://passwordlive.github.io">Home</a></li>
<li><a href="Support.html">FAQ and Support</a></li>
<li><a href="Desktop.html">Desktop version (Win/Mac)</a></li>
<li><a href="WindowsPhone.html">Windows Phone</a></li>
<li><a href="http://github.com/passwordlive/passwordlive.github.io"><span>Source code <em>(on GitHub)</em></span></a></li>
<li><a href="https://github.com/passwordlive/passwordlive.github.io"><span>Source code <em>(on GitHub)</em></span></a></li>
</ul>
</nav>
<hr />
Expand Down Expand Up @@ -170,25 +168,7 @@ <h3>
<footer>
<hr>
<div id="footer-container">
<div class="bitcoin">
<script src="Scripts/Coinwidget/coin.js"></script>
<script>
CoinWidgetCom.go({
wallet_address: "1mikeGbp2cRBzsBtZtT2k3FX3byPmCR8N"
, currency: "bitcoin"
, counter: "hide"
, alignment: "ar"
, qrcode: true
, auto_show: false
, lbl_button: "Donate"
, lbl_address: "Bitcoin Address:"
, lbl_count: ""
, lbl_amount: ""
});
</script>
</div>
<a href="https://twitter.com/PasswordLive" class="twitter-follow-button" data-show-count="true">Follow @PasswordLive</a>
<script> !function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs");</script>
&#127807; Since 2010.
</div>
</footer>
</div>
Expand Down

0 comments on commit 3cc91f3

Please sign in to comment.