Skip to content

Commit

Permalink
Deployed b9d1289 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed May 25, 2024
0 parents commit 022ba49
Show file tree
Hide file tree
Showing 263 changed files with 68,596 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lovettsoftware.com
145 changes: 145 additions & 0 deletions apps/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://lovettchris.github.io/apps/">
<link rel="shortcut icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Apps - Lovett Software</title>
<link href="/css/bootstrap-3.3.7.min.css" rel="stylesheet">
<link href="/css/font-awesome-4.7.0.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
<link rel="stylesheet" href="/css/highlight.css">
<link href="../css/main.css" rel="stylesheet">
<link href="../css/syntax.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->

<script src="/js/jquery-3.2.1.min.js"></script>
<script src="/js/bootstrap-3.3.7.min.js"></script>
<script src="/js/highlight.pack.js"></script>

<base target="_top">
<script>
var is_top_frame = false;

var pageToc = [
{title: "Apps", url: "#_top", children: [
]},
];

</script>
<script src="/js/base.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-UA-89203408-1', 'lovettsoftware.com');
ga('send', 'pageview');
</script>
</head>

<body>
<script>
if (is_top_frame) { $('body').addClass('wm-top-page'); }
</script>

<div id="cookie-banner"></div>


<div class="wrapper wm-page-content">
<div class="container-fluid">
<a name="_top"></a>


<h1 id="apps">Apps</h1>
<ul>
<li><a href="https://github.com/clovett/VirtualCanvas">VirtualCanvas</a></li>
<li><a href="https://lovettsoftwarestorage.blob.core.windows.net/downloads/MyFitness/MyFitness.application">MyFitness</a></li>
<li><a href="https://www.nuget.org/packages/DgmlImage/">DgmlImage</a></li>
<li><a href="https://www.microsoft.com/en-us/p/secure-password-vault/9nblggh2l5wv">Secure Password Vault</a></li>
<li><a href="https://moneytools.github.io/MyMoney.Net/">MyMoney.Net</a></li>
<li><a href="https://www.microsoft.com/en-us/store/p/magic-led-lights/9nblggh10fch">Magic LED Lights</a></li>
<li><a href="https://lovettsoftwarestorage.blob.core.windows.net/downloads/Px4LogViewer/Px4LogViewer.application">PX4 Log Viewer</a></li>
<li><a href="https://github.com/clovett/firefly">Firefly</a></li>
<li><a href="https://github.com/clovett/SensorTag-for-Windows">SensorTag for Windows</a></li>
<li><a href="https://www.microsoft.com/en-us/store/p/seismograph-tablet/9wzdncrfjqvw">Seismograph Table App</a></li>
<li><a href="https://microsoft.github.io/XmlNotepad/">XML Notepad</a></li>
<li><a href="https://lovettsoftwarestorage.blob.core.windows.net/downloads/RoboBackups/RoboBackups.application">RoboBackups</a></li>
<li><a href="https://lovettsoftwarestorage.blob.core.windows.net/downloads/SoftwareTrails/SoftwareTrails.application">Software Trails</a></li>
</ul>

<br>







<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">

<div class="wm-article-nav pull-right">
<a href="../videos/" class="btn btn-xs btn-default pull-right">
Next
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="../videos/" class="btn btn-xs btn-link">
Videos
</a>
</div>

<div class="wm-article-nav">
<a href="../resume/" class="btn btn-xs btn-default pull-left">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
Previous</a><a href="../resume/" class="btn btn-xs btn-link">
Résumé
</a>
</div>

</div>

<br>
</div>
</div>

<footer class="wm-page-content">

<section class="footer-join pt-40 pb-80">
<div class="container-fluid">
<div class="row text-center">
<div class="col-sm-8 col-sm-offset-2">
</div>
</div>
<div class="row">
Lovett Software
</div>
</div>
</section>
</footer>


<script type="text/javascript">
$(document).ready(function () {
$('table').each(function () {
$(this).addClass("table");
$(this).addClass("table-bordered");
$(this).addClass("table-striped");
$(this).addClass("table-condensed");
});

});
</script>

</body>
</html>
Binary file added apps/passwordvault/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 116 additions & 0 deletions apps/passwordvault/privacy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://lovettchris.github.io/apps/passwordvault/privacy/">
<link rel="shortcut icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Secure Password Vault Privacy Policy - Lovett Software</title>
<link href="/css/bootstrap-3.3.7.min.css" rel="stylesheet">
<link href="/css/font-awesome-4.7.0.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
<link rel="stylesheet" href="/css/highlight.css">
<link href="../../../css/main.css" rel="stylesheet">
<link href="../../../css/syntax.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->

<script src="/js/jquery-3.2.1.min.js"></script>
<script src="/js/bootstrap-3.3.7.min.js"></script>
<script src="/js/highlight.pack.js"></script>

<base target="_top">
<script>
var is_top_frame = false;

var pageToc = [
{title: "Secure Password Vault Privacy Policy", url: "#_top", children: [
]},
];

</script>
<script src="/js/base.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-UA-89203408-1', 'lovettsoftware.com');
ga('send', 'pageview');
</script>
</head>

<body>
<script>
if (is_top_frame) { $('body').addClass('wm-top-page'); }
</script>

<div id="cookie-banner"></div>


<div class="wrapper wm-page-content">
<div class="container-fluid">
<a name="_top"></a>


<h1 id="secure-password-vault-privacy-policy">Secure Password Vault Privacy Policy</h1>
<p>This is the privacy policy for
<a href="https://www.microsoft.com/store/apps/9NBLGGH2L5WV"> Secure Password Vault app</a>
for Windows.</p>
<p><img alt="screenshot" src="../Screenshot.png" /></p>
<p>This app does not share anything about you or your passwords with anyone.</p>
<p>This is not a privacy policy for Windows, Windows may keep track of app usage for the purpose
of monitoring windows and windows app quality.
See <a href="https://privacy.microsoft.com/en-us/privacystatement/">Microsoft</a> for more infomration.</p>
<p>If you have any questions about this app
please email <a id="emailaddress" href="&#x6c;&#x6f;&#x76;&#x65;&#x74;&#x74;&#x63;&#x68;&#x72;&#x69;&#x73;&#x40;&#x68;&#x6f;&#x74;&#x6d;&#x61;&#x69;&#x6c;&#x2e;&#x63;&#x6f;&#x6d;"> Chris Lovett</a>.</p>
<!-- thanks to https://www.browserling.com/tools/text-to-html-entities -->

<p>See <a href="https://lovettsoftware.com">https://lovettsoftware.com</a></p>

<br>


<br>
</div>
</div>

<footer class="wm-page-content">

<section class="footer-join pt-40 pb-80">
<div class="container-fluid">
<div class="row text-center">
<div class="col-sm-8 col-sm-offset-2">
</div>
</div>
<div class="row">
Lovett Software
</div>
</div>
</section>
</footer>


<script type="text/javascript">
$(document).ready(function () {
$('table').each(function () {
$(this).addClass("table");
$(this).addClass("table-bordered");
$(this).addClass("table-striped");
$(this).addClass("table-condensed");
});

});
</script>

</body>
</html>
Loading

0 comments on commit 022ba49

Please sign in to comment.