[Favicons] Add
This commit is contained in:
BIN
assets/apple-touch-icon.png
Normal file
BIN
assets/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/favicon-96x96.png
Normal file
BIN
assets/favicon-96x96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/favicon.ico
Normal file
BIN
assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
3
assets/favicon.svg
Normal file
3
assets/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 139 KiB |
@@ -8,6 +8,13 @@
|
||||
<link rel="stylesheet" href="/css/timeline.css">
|
||||
<link rel="stylesheet" href="/css/wrapfig.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>About me | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -8,6 +8,13 @@
|
||||
<link rel="stylesheet" href="/css/timeline.css">
|
||||
<link rel="stylesheet" href="/css/wrapfig.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>About | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
@@ -76,7 +83,8 @@
|
||||
<div class="timeline-el" id="timeline-dot-4">
|
||||
<div class="timeline-year">2026</div>
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-desc">The current website, new API, ConductorCalc, Updated MusicPlayer</div>
|
||||
<div class="timeline-desc">The current website, new API, ConductorCalc, Updated MusicPlayer
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7,6 +7,13 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>janishutz.com - software designed to make your life easier</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -1,52 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Legal | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="The hub for all the things legal at janishutz.com" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: var( --color-text-accent );
|
||||
}
|
||||
|
||||
.legal-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined legal-icon">gavel</span>
|
||||
<h1 class="title">The Legal Stuff</h1>
|
||||
|
||||
<p class="text-center;">View all the legal agreements here, which apply whenever you use any of the services on janishutz.com</p>
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<div class="inline-elements">
|
||||
<a class="button" href="/legal/privacy">Privacy Policy</a>
|
||||
<a class="button" href="/legal/tos">Terms of Service</a>
|
||||
<a class="button" href="/legal/returns">Return Policy</a>
|
||||
<a class="button" href="/legal/licences">Licences</a>
|
||||
<a class="button" href="/support/support-status">Support Status</a>
|
||||
</div>
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Legal | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="The hub for all the things legal at janishutz.com" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: var(--color-text-accent);
|
||||
}
|
||||
|
||||
.legal-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined legal-icon">gavel</span>
|
||||
<h1 class="title">The Legal Stuff</h1>
|
||||
|
||||
<p class="text-center;">View all the legal agreements here, which apply whenever you use any of the services on
|
||||
janishutz.com</p>
|
||||
|
||||
<div class="inline-elements">
|
||||
<a class="button" href="/legal/privacy">Privacy Policy</a>
|
||||
<a class="button" href="/legal/tos">Terms of Service</a>
|
||||
<a class="button" href="/legal/returns">Return Policy</a>
|
||||
<a class="button" href="/legal/licences">Licences</a>
|
||||
<a class="button" href="/support/support-status">Support Status</a>
|
||||
</div>
|
||||
|
||||
<p class="info">Looking to opt out of analytics? Click <i onclick="showAnalytics()"
|
||||
style="cursor: pointer; text-decoration: underline;">here</i></p>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
<p class="info">Looking to opt out of analytics? Click <i onclick="showAnalytics()" style="cursor: pointer; text-decoration: underline;">here</i></p>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,50 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Software Licences | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Licenses used for janishutz.com software" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/licences" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: rgb(41, 41, 41);
|
||||
}
|
||||
|
||||
.licence-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined licence-icon">license</span>
|
||||
<h1 class="title">Licences</h1>
|
||||
|
||||
<a href="/legal" class="back">← Back to legal hub</a>
|
||||
<p class="text-center;">Here you can find a copy of all the licences used for all projects on this website. Each software that uses one of these links to this page.</p>
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<div class="inline-elements">
|
||||
<a class="button" href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public Licence V3</a>
|
||||
<a class="button" href="/legal/licences/proprietary">Proprietary</a>
|
||||
</div>
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Software Licences | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Licenses used for janishutz.com software" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/licences" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: rgb(41, 41, 41);
|
||||
}
|
||||
|
||||
.licence-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined licence-icon">license</span>
|
||||
<h1 class="title">Licences</h1>
|
||||
|
||||
<a href="/legal" class="back">← Back to legal hub</a>
|
||||
<p class="text-center;">Here you can find a copy of all the licences used for all projects on this website. Each
|
||||
software that uses one of these links to this page.</p>
|
||||
|
||||
<div class="inline-elements">
|
||||
<a class="button" href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public Licence V3</a>
|
||||
<a class="button" href="/legal/licences/proprietary">Proprietary</a>
|
||||
</div>
|
||||
|
||||
<p class="info">Looking to opt out of analytics? Click <i onclick="showAnalytics()"
|
||||
style="cursor: pointer; text-decoration: underline;">here</i></p>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
<p class="info">Looking to opt out of analytics? Click <i onclick="showAnalytics()" style="cursor: pointer; text-decoration: underline;">here</i></p>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,86 +1,130 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Proprietary Software Licence | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="description" content="Janis Hutz's proprietary Software Licence" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/licences/proprietary" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Proprietary Licence</h1>
|
||||
|
||||
<a href="/legal/licences" class="back">← Back to licences</a>
|
||||
<ol style="width: 100%">
|
||||
<b><li>
|
||||
Installation
|
||||
<p class="info">You are granted the right to install this software on a limited number of devices.</p>
|
||||
Restrictions
|
||||
<ul class="info">
|
||||
<li>
|
||||
You are not allowed to work around technical restrictions or limitations of the software
|
||||
</li>
|
||||
<li>
|
||||
You are not allowed to use this software on multiple devices simultaneously, but are allowed to have it installed on a limited number of devices at the same time
|
||||
</li>
|
||||
<li>
|
||||
You are not allowed to decompile, reverse engineer or disassemble the software.
|
||||
</li>
|
||||
</ul>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Licensing
|
||||
<p class="info">When purchasing this software, the software is not sold to you, but licenced to you. Due to non-compliance with these terms, your licence may be revoked without financial compensation.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Transferring
|
||||
<p class="info">You are not allowed to resell or transfer your licence to other accounts. A licence is granted to a specific account and is linked to that.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Warranty
|
||||
<p class="info">You agree that Janis Hutz is in no way, shape or form liable for any damage incurred by using this software.
|
||||
There is no warranty included with this software.
|
||||
All software is extensively tested, but errors in usage or code may cause loss of data created with the software.
|
||||
Janis Hutz is not required to provide immediate updates if features of the software do not work as intended.
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Updating
|
||||
<p class="info">Updates will be rolled out to address potential issues some time after a bug report was made through the <a href="https://support.janishutz.com/index.php?a=add" target="_blank">support system</a>.
|
||||
You are not guaranteed to receive updates to the software indefinitely. You can see software support statuses and roadmaps <a href="/legal/support-status" target="_blank">here</a>.
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Support
|
||||
<p class="info">Comprehensive software support may be provided to you as part of your purchase. Any paid software includes a basic support package that is used to address potential shortcomings of the software. If you experience any bugs in the software, please <a href="https://support.janishutz.com/index.php?a=add&category=7" target="_blank">report a bug</a></p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Updating of these terms
|
||||
<p class="info">These terms may be changed at any time. The most recent terms at the time of your purchase are the terms that apply to your software. New terms will not be forced upon you</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Entire agreement
|
||||
<p class="info">By agreeing to these terms, you also agree to the <a href="/legal/tos" target="_blank">Terms of Service</a>, the <a href="/legal/privacy" target="_blank">Privacy Policy</a> and the <a href="/legal/returns" target="_blank">Return Policy</a></p>
|
||||
</li></b>
|
||||
</ol>
|
||||
<i>Last updated 2024-05-20</i>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Proprietary Software Licence | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="description" content="Janis Hutz's proprietary Software Licence" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/licences/proprietary" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Proprietary Licence</h1>
|
||||
|
||||
<a href="/legal/licences" class="back">← Back to licences</a>
|
||||
<ol style="width: 100%">
|
||||
<b>
|
||||
<li>
|
||||
Installation
|
||||
<p class="info">You are granted the right to install this software on a limited number of devices.
|
||||
</p>
|
||||
Restrictions
|
||||
<ul class="info">
|
||||
<li>
|
||||
You are not allowed to work around technical restrictions or limitations of the software
|
||||
</li>
|
||||
<li>
|
||||
You are not allowed to use this software on multiple devices simultaneously, but are allowed
|
||||
to have it installed on a limited number of devices at the same time
|
||||
</li>
|
||||
<li>
|
||||
You are not allowed to decompile, reverse engineer or disassemble the software.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Licensing
|
||||
<p class="info">When purchasing this software, the software is not sold to you, but licenced to you.
|
||||
Due to non-compliance with these terms, your licence may be revoked without financial
|
||||
compensation.</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Transferring
|
||||
<p class="info">You are not allowed to resell or transfer your licence to other accounts. A licence
|
||||
is granted to a specific account and is linked to that.</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Warranty
|
||||
<p class="info">You agree that Janis Hutz is in no way, shape or form liable for any damage incurred
|
||||
by using this software.
|
||||
There is no warranty included with this software.
|
||||
All software is extensively tested, but errors in usage or code may cause loss of data created
|
||||
with the software.
|
||||
Janis Hutz is not required to provide immediate updates if features of the software do not work
|
||||
as intended.
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Updating
|
||||
<p class="info">Updates will be rolled out to address potential issues some time after a bug report
|
||||
was made through the <a href="https://support.janishutz.com/index.php?a=add"
|
||||
target="_blank">support system</a>.
|
||||
You are not guaranteed to receive updates to the software indefinitely. You can see software
|
||||
support statuses and roadmaps <a href="/legal/support-status" target="_blank">here</a>.
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Support
|
||||
<p class="info">Comprehensive software support may be provided to you as part of your purchase. Any
|
||||
paid software includes a basic support package that is used to address potential shortcomings of
|
||||
the software. If you experience any bugs in the software, please <a
|
||||
href="https://support.janishutz.com/index.php?a=add&category=7" target="_blank">report a
|
||||
bug</a></p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Updating of these terms
|
||||
<p class="info">These terms may be changed at any time. The most recent terms at the time of your
|
||||
purchase are the terms that apply to your software. New terms will not be forced upon you</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Entire agreement
|
||||
<p class="info">By agreeing to these terms, you also agree to the <a href="/legal/tos"
|
||||
target="_blank">Terms of Service</a>, the <a href="/legal/privacy" target="_blank">Privacy
|
||||
Policy</a> and the <a href="/legal/returns" target="_blank">Return Policy</a></p>
|
||||
</li>
|
||||
</b>
|
||||
</ol>
|
||||
<i>Last updated 2024-05-20</i>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Privacy Policy | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -1,66 +1,99 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Return Policy | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="return policy" />
|
||||
<meta name="description" content="The return policy for store.janishutz.com" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/returns" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Return Policy</h1>
|
||||
|
||||
<a href="/legal" class="back">← Back to legal hub</a>
|
||||
<ol style="width: 100%">
|
||||
<b><li>
|
||||
Definitions
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li><b>Return Window:</b> The window in which I can provide you with a refund</li>
|
||||
<li><b>Cancellation Window:</b> The window in which you can cancel a subscription before being charged again.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Return Window
|
||||
<p class="info">You can return a product within 30 days of purchasing through your account. Some products might not be refundable, as they are consumable. Such products are indicated on the store as not being refundable</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Cancellation Window
|
||||
<p class="info">You can cancel a subscription within your account up to 24 hours before the new billing cycle starts. After that, we cannot guarantee that you won't be charged again.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Refund amount
|
||||
<p class="info">Refunds result in cost and work for me. Therefore, a refund comes at a 10% plus CHF 0.50 fee. The remaining funds will be sent back to your payment method within about 10 work days. This duration is solely dependent on the payment provider.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Denial of refunds
|
||||
<p class="info">Some products may not be refundable for some reasons. We therefore cannot refund the entire order. If a product is not refundable, this is communicated to you on the product page on the store.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Refunds of subscriptions
|
||||
<p class="info">Subscriptions aren't currently eligible for refunds. Please note that there might be cases where returning products or cancelling a subscription will not cancel a connected subscription. If that happens and you contact us within the first 5 days of the now useless subscription renewing, we can provide a full refund for the time after the renewal date</p>
|
||||
</li></b>
|
||||
</ol>
|
||||
<i>Last updated 2025-09-12</i>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Return Policy | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="return policy" />
|
||||
<meta name="description" content="The return policy for store.janishutz.com" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/returns" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Return Policy</h1>
|
||||
|
||||
<a href="/legal" class="back">← Back to legal hub</a>
|
||||
<ol style="width: 100%">
|
||||
<b>
|
||||
<li>
|
||||
Definitions
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li><b>Return Window:</b> The window in which I can provide you with a refund</li>
|
||||
<li><b>Cancellation Window:</b> The window in which you can cancel a subscription before being
|
||||
charged again.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Return Window
|
||||
<p class="info">You can return a product within 30 days of purchasing through your account. Some
|
||||
products might not be refundable, as they are consumable. Such products are indicated on the
|
||||
store as not being refundable</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Cancellation Window
|
||||
<p class="info">You can cancel a subscription within your account up to 24 hours before the new
|
||||
billing cycle starts. After that, we cannot guarantee that you won't be charged again.</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Refund amount
|
||||
<p class="info">Refunds result in cost and work for me. Therefore, a refund comes at a 10% plus CHF
|
||||
0.50 fee. The remaining funds will be sent back to your payment method within about 10 work
|
||||
days. This duration is solely dependent on the payment provider.</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Denial of refunds
|
||||
<p class="info">Some products may not be refundable for some reasons. We therefore cannot refund the
|
||||
entire order. If a product is not refundable, this is communicated to you on the product page on
|
||||
the store.</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Refunds of subscriptions
|
||||
<p class="info">Subscriptions aren't currently eligible for refunds. Please note that there might be
|
||||
cases where returning products or cancelling a subscription will not cancel a connected
|
||||
subscription. If that happens and you contact us within the first 5 days of the now useless
|
||||
subscription renewing, we can provide a full refund for the time after the renewal date</p>
|
||||
</li>
|
||||
</b>
|
||||
</ol>
|
||||
<i>Last updated 2025-09-12</i>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -1,106 +1,158 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Terms of Service | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="tos" />
|
||||
<meta name="description" content="Terms of service for janishutz.com and related services" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/tos" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Terms of Service</h1>
|
||||
|
||||
<a href="/legal" class="back">← Back to legal hub</a>
|
||||
<ol style="width: 100%">
|
||||
<b><li>
|
||||
Using content of my websites
|
||||
<p class="info">In general, you are not allowed to use any of the content of my websites, except explicitly stated otherwise (like on my blog).</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Definitions
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li><b>Perpetual Licence:</b> A licence which will allow you to use the software <i>for as long as you wish</i>, and it is compatible with your chosen Operating System. What it does <i><b>not</b></i> mean:
|
||||
<ul>
|
||||
<li>You are not guaranteed to have access to online services</li>
|
||||
<li>You are not guaranteed to be able to use subscription-based online services indefinitely</li>
|
||||
<li>You do not get updates to the software indefinitely</li>
|
||||
<li>Some new features might require purchasing a new version of the software</li>
|
||||
<li>You do not get support for the software indefinitely. Support past a specified point in time might be available for a fee</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Subscription:</b> A licence which grants you <i>temporary</i> access to a software, during the time-frame in which you pay for it. What it does <i><b>not</b></i> mean:
|
||||
<ul>
|
||||
<li>You will be able to keep using the software after cancellation and expiry of your subscription</li>
|
||||
<li>Support is not guaranteed to be included</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>End of Life (EOL):</b> The point from which on the software will not receive any further updates.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Software Licences
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li>All Software Licences granted to you when purchasing one off of my store are granted to you and you only, except explicitly stated otherwise.</li>
|
||||
<li>You are not allowed to share a licence with other people outside the allowed limit stated for each software. There are measures in place to prevent this.</li>
|
||||
<li>Licences to my software are usually granted to you as <i>perpetual licences</i>, meaning you will have access to this software indefinitely, even if I choose to end support for it.</li>
|
||||
<li>Software that has reached EOL will be updated one last time, which will remove the DRM, allowing you to use it even without an account</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Document Licenses
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li>All Document Licences granted to you when purchasing one off of my store are granted to you and you only, except explicitly stated otherwise.</li>
|
||||
<li>You are not allowed to share a licence with other people. There are measures in place to prevent this.</li>
|
||||
<li>Licences to my PDFs are usually granted to you as <i>perpetual licences</i>, meaning you will have access to these Documents indefinitely, even if I choose to end support for it.</li>
|
||||
<li>Documents I choose to drop from the store will be emailed to you upon reaching that status, so you keep your access to them.</li>
|
||||
<li>All documents may only be viewed with the provided viewer in the browser, or in the future with any other Software provided and explicitly authorized by me.</li>
|
||||
<li>There is no guarantee that the documents will be available at all times, as downtimes in the systems may occur, which are outside my control.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Accountability
|
||||
<p class="info">
|
||||
I am in no way accountable for any damage that is incurred from using my software. I am not accountable for any loss of data that occurs by using any of my software, not even if you store data on the cloud. I keep regular, automated backups of all data to ensure that catastrophic data loss is not possible.
|
||||
I thoroughly test my software to ensure that there is no risk of data loss. All data that could possibly be lost is data that is stored by my software.
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Returns
|
||||
<p class="info">
|
||||
Returns are handled according to my <a href="/legal/returns">Return Policy</a> to which you agree when agreeing to these terms
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Privacy
|
||||
<p class="info">When agreeing to these terms, you also agree to my <a href="/legal/privacy" target="_blank">Privacy Policy</a>, which states that some data on your interaction might be collected, but will never be tied to your identity. All other data you provide willingly is for obvious reasons tied to your identity.</p>
|
||||
</li></b>
|
||||
</ol>
|
||||
<p>Any violation of the above terms above may lead to a termination of your account or your licence being revoked. </p>
|
||||
<i>Last updated 2024-05-20</i>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Terms of Service | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="tos" />
|
||||
<meta name="description" content="Terms of service for janishutz.com and related services" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:url" content="https://janishutz.com/legal/tos" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Terms of Service</h1>
|
||||
|
||||
<a href="/legal" class="back">← Back to legal hub</a>
|
||||
<ol style="width: 100%">
|
||||
<b>
|
||||
<li>
|
||||
Using content of my websites
|
||||
<p class="info">In general, you are not allowed to use any of the content of my websites, except
|
||||
explicitly stated otherwise (like on my blog).</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Definitions
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li><b>Perpetual Licence:</b> A licence which will allow you to use the software <i>for as long
|
||||
as you wish</i>, and it is compatible with your chosen Operating System. What it does
|
||||
<i><b>not</b></i> mean:
|
||||
<ul>
|
||||
<li>You are not guaranteed to have access to online services</li>
|
||||
<li>You are not guaranteed to be able to use subscription-based online services
|
||||
indefinitely</li>
|
||||
<li>You do not get updates to the software indefinitely</li>
|
||||
<li>Some new features might require purchasing a new version of the software</li>
|
||||
<li>You do not get support for the software indefinitely. Support past a specified point
|
||||
in time might be available for a fee</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Subscription:</b> A licence which grants you <i>temporary</i> access to a software,
|
||||
during the time-frame in which you pay for it. What it does <i><b>not</b></i> mean:
|
||||
<ul>
|
||||
<li>You will be able to keep using the software after cancellation and expiry of your
|
||||
subscription</li>
|
||||
<li>Support is not guaranteed to be included</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>End of Life (EOL):</b> The point from which on the software will not receive any further
|
||||
updates.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Software Licences
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li>All Software Licences granted to you when purchasing one off of my store are granted to you
|
||||
and you only, except explicitly stated otherwise.</li>
|
||||
<li>You are not allowed to share a licence with other people outside the allowed limit stated
|
||||
for each software. There are measures in place to prevent this.</li>
|
||||
<li>Licences to my software are usually granted to you as <i>perpetual licences</i>, meaning you
|
||||
will have access to this software indefinitely, even if I choose to end support for it.</li>
|
||||
<li>Software that has reached EOL will be updated one last time, which will remove the DRM,
|
||||
allowing you to use it even without an account</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Document Licenses
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li>All Document Licences granted to you when purchasing one off of my store are granted to you
|
||||
and you only, except explicitly stated otherwise.</li>
|
||||
<li>You are not allowed to share a licence with other people. There are measures in place to
|
||||
prevent this.</li>
|
||||
<li>Licences to my PDFs are usually granted to you as <i>perpetual licences</i>, meaning you
|
||||
will have access to these Documents indefinitely, even if I choose to end support for it.
|
||||
</li>
|
||||
<li>Documents I choose to drop from the store will be emailed to you upon reaching that status,
|
||||
so you keep your access to them.</li>
|
||||
<li>All documents may only be viewed with the provided viewer in the browser, or in the future
|
||||
with any other Software provided and explicitly authorized by me.</li>
|
||||
<li>There is no guarantee that the documents will be available at all times, as downtimes in the
|
||||
systems may occur, which are outside my control.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Accountability
|
||||
<p class="info">
|
||||
I am in no way accountable for any damage that is incurred from using my software. I am not
|
||||
accountable for any loss of data that occurs by using any of my software, not even if you store
|
||||
data on the cloud. I keep regular, automated backups of all data to ensure that catastrophic
|
||||
data loss is not possible.
|
||||
I thoroughly test my software to ensure that there is no risk of data loss. All data that could
|
||||
possibly be lost is data that is stored by my software.
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Returns
|
||||
<p class="info">
|
||||
Returns are handled according to my <a href="/legal/returns">Return Policy</a> to which you
|
||||
agree when agreeing to these terms
|
||||
</p>
|
||||
</li>
|
||||
</b>
|
||||
<b>
|
||||
<li>
|
||||
Privacy
|
||||
<p class="info">When agreeing to these terms, you also agree to my <a href="/legal/privacy"
|
||||
target="_blank">Privacy Policy</a>, which states that some data on your interaction might be
|
||||
collected, but will never be tied to your identity. All other data you provide willingly is for
|
||||
obvious reasons tied to your identity.</p>
|
||||
</li>
|
||||
</b>
|
||||
</ol>
|
||||
<p>Any violation of the above terms above may lead to a termination of your account or your licence being
|
||||
revoked. </p>
|
||||
<i>Last updated 2024-05-20</i>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/wrapfig.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Links | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>BiogasControllerApp - Configure the microcontroller used in ENATECH at KSWO to control the Biogas Plant |
|
||||
janishutz.com</title>
|
||||
|
||||
@@ -7,6 +7,13 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Projects | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -7,6 +7,13 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Language School Hossegor Booking | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>libreevent - free and open source event management solution | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -7,6 +7,13 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>MusicPlayer - Fully browser based with built-in remote playlist display with animations | janishutz.com
|
||||
</title>
|
||||
@@ -140,7 +147,7 @@
|
||||
platform. You could even run it off of your phone, if you wish!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr class="divider">
|
||||
|
||||
<a href="https://music.janishutz.com" target="_blank" class="button" style="margin-top: 50px;">Get it today</a>
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>QR & Barcode Insight - Be safer when scanning QR codes | janishutz.com
|
||||
</title>
|
||||
|
||||
@@ -7,6 +7,13 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Storage Manager - get organized | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
@@ -43,7 +50,8 @@
|
||||
an iOS app that can send you notifications such that you do not forget about products that are about to
|
||||
expire.</p>
|
||||
|
||||
<a href="https://apps.apple.com/us/app/storagemanager/id6443832297" target="_blank" class="button">Get it today</a>
|
||||
<a href="https://apps.apple.com/us/app/storagemanager/id6443832297" target="_blank" class="button">Get it
|
||||
today</a>
|
||||
|
||||
<hr class="divider">
|
||||
|
||||
@@ -115,7 +123,8 @@
|
||||
|
||||
<hr class="divider">
|
||||
|
||||
<a href="https://apps.apple.com/us/app/storagemanager/id6443832297" target="_blank" class="button" style="margin-top: 50px;">Get it today</a>
|
||||
<a href="https://apps.apple.com/us/app/storagemanager/id6443832297" target="_blank" class="button"
|
||||
style="margin-top: 50px;">Get it today</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -1,39 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Services | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Discover services offered by janishutz.com" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.service-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined service-icon">build</span>
|
||||
<h1 class="title">Services</h1>
|
||||
|
||||
<p class="text-center">Discover Services</p>
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Services | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Discover services offered by janishutz.com" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.service-icon {
|
||||
font-size: 10rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<span class="material-symbols-outlined service-icon">build</span>
|
||||
<h1 class="title">Services</h1>
|
||||
|
||||
<p class="text-center">Discover Services</p>
|
||||
|
||||
<div class="inline-elements">
|
||||
<a class="button" href="https://store.janishutz.com">Software Store</a>
|
||||
<a class="button" href="https://account.janishutz.com">Account</a>
|
||||
<a class="button" href="https://development.janishutz.com">Custom Websites</a>
|
||||
</div>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
<div class="inline-elements">
|
||||
<a class="button" href="https://store.janishutz.com">Software Store</a>
|
||||
<a class="button" href="https://account.janishutz.com">Account</a>
|
||||
<a class="button" href="https://development.janishutz.com">Custom Websites</a>
|
||||
</div>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Support | janishutz.com</title>
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Old versions | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -1,179 +1,195 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<!-- SEO -->
|
||||
<title>Support Status | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Check which projects are still supported and until when they are" />
|
||||
<meta name="og:title" content="Support Status | janishutz.com" />
|
||||
<meta name="og:description" content="Check which projects are still supported and until when" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.top-bar {
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
.status {
|
||||
padding-right: 15px;
|
||||
min-width: max-content;
|
||||
}
|
||||
<head>
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
.name {
|
||||
padding-right: 15px;
|
||||
min-width: max-content;
|
||||
}
|
||||
<!-- FAVICON -->
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
||||
.eol {
|
||||
padding-right: 15px;
|
||||
min-width: max-content;
|
||||
}
|
||||
<!-- SEO -->
|
||||
<title>Support Status | janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Check which projects are still supported and until when they are" />
|
||||
<meta name="og:title" content="Support Status | janishutz.com" />
|
||||
<meta name="og:description" content="Check which projects are still supported and until when" />
|
||||
<meta name="og:locale" content="en_GB" />
|
||||
<meta name="theme-color" content="#152b5c">
|
||||
<style>
|
||||
.top-bar {
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
.info {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: var( --color-text-accent );
|
||||
margin: 10px;
|
||||
}
|
||||
.status {
|
||||
padding-right: 15px;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
.support-status {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.name {
|
||||
padding-right: 15px;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
.support-status-wrapper {
|
||||
max-width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Support Status</h1>
|
||||
.eol {
|
||||
padding-right: 15px;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
<a href="/support" class="back">← Back to support</a>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: var(--color-text-accent);
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
<p class="text-center;">View the support status of all my projects, roadmaps and expected End Of Life dates</p>
|
||||
.support-status {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
<div class="support-status-wrapper">
|
||||
<table class="support-status">
|
||||
<tr class="top-bar">
|
||||
<td class="name">Software</td>
|
||||
<td class="status">Status</td>
|
||||
<td class="eol">Expected EOL</td>
|
||||
<td>Roadmap</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">ConductorCalc</td>
|
||||
<td class="status" title="This software has not been completed yet">In Development</td>
|
||||
<td class="eol">-</td>
|
||||
<td><a href="https://blog.janishutz.com/posts/2024/06/update-on-projects/#conductorcalc" target="_blank">Roadmap</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Dotfiles, Configs</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Website</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Store</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">MusicPlayer V3</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td><a href="https://blog.janishutz.com/posts/2024/06/update-on-projects/#musicplayer" target="_blank">Roadmap</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Account Services (previously ID)</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">StorageManager</td>
|
||||
<td class="status">Supported <sup>1</sup></td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">QR & Barcode Insight</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">libreevent</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td><a href="https://github.com/janishutz/libreevent/issues/12" target="_blank">Roadmap</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">BiogasControllerApp</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">2026-07-01<sup>2</sup></td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">arch-dev-vm</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Colorthief</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">smuL (SimpleMediaUpscalerLite)</td>
|
||||
<td class="status">Unsupported</td>
|
||||
<td class="eol">2025-06-16</td>
|
||||
<td>- (EOL)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">MusicPlayer V1</td>
|
||||
<td class="status">Unsupported</td>
|
||||
<td class="eol">2023-09-01</td>
|
||||
<td>- (EOL)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">MusicPlayer V2</td>
|
||||
<td class="status">Unsupported</td>
|
||||
<td class="eol">2024-07-01</td>
|
||||
<td>- (EOL)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
.support-status-wrapper {
|
||||
max-width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<p class="info">All pieces of software without an expected EOL date do not have one, because it simply hasn't been decided yet. There might be completely rewritten versions of them taking their place in the future or an EOL date may be added</p>
|
||||
<p class="info">Once a software has reached EOL, it doesn't mean it will stop working, but rather that it will not receive any more updates</p>
|
||||
<p class="info"><sup>1</sup>There are plans for a big update, coming likely by or in Q3 2026</p>
|
||||
<p class="info"><sup>2</sup>The stated EOL date is unlikely to be accurate, since the app has been completely rewritten in June 2025</p>
|
||||
<body>
|
||||
<nav></nav>
|
||||
<div class="content">
|
||||
<h1 class="title">Support Status</h1>
|
||||
|
||||
<p style="margin-top: 50px;">Looking for the support page?</p>
|
||||
<a href="https://support.janishutz.com" class="button" target="_blank">Support</a>
|
||||
<a href="/support" class="back">← Back to support</a>
|
||||
|
||||
<p class="text-center;">View the support status of all my projects, roadmaps and expected End Of Life dates</p>
|
||||
|
||||
<div class="support-status-wrapper">
|
||||
<table class="support-status">
|
||||
<tr class="top-bar">
|
||||
<td class="name">Software</td>
|
||||
<td class="status">Status</td>
|
||||
<td class="eol">Expected EOL</td>
|
||||
<td>Roadmap</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">ConductorCalc</td>
|
||||
<td class="status" title="This software has not been completed yet">In Development</td>
|
||||
<td class="eol">-</td>
|
||||
<td><a href="https://blog.janishutz.com/posts/2024/06/update-on-projects/#conductorcalc"
|
||||
target="_blank">Roadmap</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Dotfiles, Configs</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Website</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Store</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">MusicPlayer V3</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td><a href="https://blog.janishutz.com/posts/2024/06/update-on-projects/#musicplayer"
|
||||
target="_blank">Roadmap</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Account Services (previously ID)</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">StorageManager</td>
|
||||
<td class="status">Supported <sup>1</sup></td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">QR & Barcode Insight</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">libreevent</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td><a href="https://github.com/janishutz/libreevent/issues/12" target="_blank">Roadmap</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">BiogasControllerApp</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">2026-07-01<sup>2</sup></td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">arch-dev-vm</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Colorthief</td>
|
||||
<td class="status">Supported</td>
|
||||
<td class="eol">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">smuL (SimpleMediaUpscalerLite)</td>
|
||||
<td class="status">Unsupported</td>
|
||||
<td class="eol">2025-06-16</td>
|
||||
<td>- (EOL)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">MusicPlayer V1</td>
|
||||
<td class="status">Unsupported</td>
|
||||
<td class="eol">2023-09-01</td>
|
||||
<td>- (EOL)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">MusicPlayer V2</td>
|
||||
<td class="status">Unsupported</td>
|
||||
<td class="eol">2024-07-01</td>
|
||||
<td>- (EOL)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
<p class="info">All pieces of software without an expected EOL date do not have one, because it simply hasn't
|
||||
been decided yet. There might be completely rewritten versions of them taking their place in the future or
|
||||
an EOL date may be added</p>
|
||||
<p class="info">Once a software has reached EOL, it doesn't mean it will stop working, but rather that it will
|
||||
not receive any more updates</p>
|
||||
<p class="info"><sup>1</sup>There are plans for a big update, coming likely by or in Q3 2026</p>
|
||||
<p class="info"><sup>2</sup>The stated EOL date is unlikely to be accurate, since the app has been completely
|
||||
rewritten in June 2025</p>
|
||||
|
||||
<p style="margin-top: 50px;">Looking for the support page?</p>
|
||||
<a href="https://support.janishutz.com" class="button" target="_blank">Support</a>
|
||||
</div>
|
||||
<footer></footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user