update website design
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div id="title" align="center">
|
<div id="title" align="center">
|
||||||
<img src="https://static.janishutz.com/logo.png" width="300">
|
<img src="https://static.janishutz.com/logo.jpg" width="300">
|
||||||
<h1>janishutz.com</h1>
|
<h1>janishutz.com</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">About me</h1>
|
<h1 class="title">About me</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">Hello! I am Janis Hutz, I am 19 years old, and I am developing Software! Developing is my passion which means that I spend most of my life doing it.</p>
|
<p style="text-align: center; margin-bottom: 5%;">Hello! I am Janis Hutz, I am 19 years old, and I am developing Software! Developing is my passion which means that I spend most of my life doing it.</p>
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="content-title">About janis­hutz.com</h1>
|
<h1 class="content-title">About janis­hutz.com</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">This is my main personal website which acts as a link between all my projects and websites.</p>
|
<p style="text-align: center; margin-bottom: 5%;">This is my main personal website which acts as a link between all my projects and websites.</p>
|
||||||
<hr class="pullquote-lines">
|
<hr class="pullquote-lines">
|
||||||
|
|||||||
BIN
src/assets/logo-new.xcf
Normal file
BIN
src/assets/logo-new.xcf
Normal file
Binary file not shown.
BIN
src/assets/logo.jpg
Normal file
BIN
src/assets/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
BIN
src/assets/logo.png
Normal file
BIN
src/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
@@ -18,7 +18,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: rgba(0, 1, 73, 0.7);
|
background-color: rgb(105, 144, 189);
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
border-bottom-right-radius: 100%;
|
border-bottom-right-radius: 100%;
|
||||||
background-color: rgb(21, 21, 73);
|
background-color: black;
|
||||||
transition: all 2s ease-in-out;
|
transition: all 2s ease-in-out;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: rgb(18, 12, 59);
|
background-color: #152b5c;
|
||||||
border-bottom-left-radius: 100%;
|
border-bottom-left-radius: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-toggle-container {
|
.nav-toggle-container {
|
||||||
background-color: rgb(21, 21, 73);
|
background-color: black;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="footer-box">
|
<div class="footer-box">
|
||||||
<img src="https://static.janishutz.com/logo.png" class="footer-logo">
|
<img src="https://static.janishutz.com/logo.jpg" class="footer-logo">
|
||||||
<div class="footer-center-box">
|
<div class="footer-center-box">
|
||||||
<a href="/legal/privacy" class="button" id="ppbtn">Privacy Policy</a>
|
<a href="/legal/privacy" class="button" id="ppbtn">Privacy Policy</a>
|
||||||
<div id="matomo-opt-out"></div>
|
<div id="matomo-opt-out"></div>
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
|
<!-- <img src="/assets/logo.jpg" alt="page Logo" class="project-logo"> -->
|
||||||
<h1 class="title">Welcome to janis­hutz.com!</h1>
|
<h1 class="title">Welcome to janis­hutz.com!</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">The hub for all my projects which get bigger and more numerous by the day! Join in by downloading and using one or multiple of them or by ordering your own website!</p>
|
<p style="text-align: center; margin-bottom: 5%;">The hub for all my projects which get bigger and more numerous by the day! Join in by downloading and using one or multiple of them or by ordering your own website!</p>
|
||||||
<h2 class="content-title">My work</h2>
|
<h2 class="content-title">My work</h2>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">The Legal Stuff</h1>
|
<h1 class="title">The Legal Stuff</h1>
|
||||||
|
|
||||||
<p style="text-align: center;">Access my terms of service and privacy policy here. They apply to all my services except they have their own dedicated ones.</p>
|
<p style="text-align: center;">Access my terms of service and privacy policy here. They apply to all my services except they have their own dedicated ones.</p>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Licences</h1>
|
<h1 class="title">Licences</h1>
|
||||||
|
|
||||||
<a href="/legal" class="back">← Back to legal hub</a>
|
<a href="/legal" class="back">← Back to legal hub</a>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Proprietary Licence</h1>
|
<h1 class="title">Proprietary Licence</h1>
|
||||||
|
|
||||||
<a href="/legal/licences" class="back">← Back to licences</a>
|
<a href="/legal/licences" class="back">← Back to licences</a>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Privacy Policy</h1>
|
<h1 class="title">Privacy Policy</h1>
|
||||||
|
|
||||||
<a href="/legal" class="back">← Back to legal hub</a>
|
<a href="/legal" class="back">← Back to legal hub</a>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Privacy Policy</h1>
|
<h1 class="title">Privacy Policy</h1>
|
||||||
|
|
||||||
<hr class="pullquote-lines">
|
<hr class="pullquote-lines">
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Return Policy</h1>
|
<h1 class="title">Return Policy</h1>
|
||||||
|
|
||||||
<a href="/legal" class="back">← Back to legal hub</a>
|
<a href="/legal" class="back">← Back to legal hub</a>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Terms of Service</h1>
|
<h1 class="title">Terms of Service</h1>
|
||||||
|
|
||||||
<a href="/legal" class="back">← Back to legal hub</a>
|
<a href="/legal" class="back">← Back to legal hub</a>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="nav-container">
|
<div class="nav-container">
|
||||||
<div class="logo-container">
|
<div class="logo-container">
|
||||||
<a href="/"><img src="https://static.janishutz.com/logo.png" alt="Website logo" id="logo"></a>
|
<a href="/"><img src="https://static.janishutz.com/logo.jpg" alt="Website logo" id="logo"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-toggle-container">
|
<div class="nav-toggle-container">
|
||||||
<div class="nav-toggle-positioner" onclick="menu()">
|
<div class="nav-toggle-positioner" onclick="menu()">
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Private Presentations</h1>
|
<h1 class="title">Private Presentations</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">Here is a list of all private presentations</p>
|
<p style="text-align: center; margin-bottom: 5%;">Here is a list of all private presentations</p>
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Presentations</h1>
|
<h1 class="title">Presentations</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">Here you can view all my public presentations. There is also a link to my private presentations, for which you need a username and password.</p>
|
<p style="text-align: center; margin-bottom: 5%;">Here you can view all my public presentations. There is also a link to my private presentations, for which you need a username and password.</p>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="content-title">Projects</h1>
|
<h1 class="content-title">Projects</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">This is a selection of my most important projects. This list is not exhaustive, and I've got some private projects ongoing at all times, like updating and optimizing all my different websites.</p>
|
<p style="text-align: center; margin-bottom: 5%;">This is a selection of my most important projects. This list is not exhaustive, and I've got some private projects ongoing at all times, like updating and optimizing all my different websites.</p>
|
||||||
<h3 id="ios" class="content-title-small">iOS Apps</h3>
|
<h3 id="ios" class="content-title-small">iOS Apps</h3>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="store Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="store Logo" class="project-logo">
|
||||||
<h1 class="content-title">Store</h1>
|
<h1 class="content-title">Store</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">My software store offers you the ability to purchase my software... and also sell your own software, if you wish so.</p>
|
<p style="text-align: center; margin-bottom: 5%;">My software store offers you the ability to purchase my software... and also sell your own software, if you wish so.</p>
|
||||||
<hr class="pullquote-lines">
|
<hr class="pullquote-lines">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="content-title">Services</h1>
|
<h1 class="content-title">Services</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">To make technology more accessible, I thrive to offer services that help people not that well versed in technology start to enjoy it.</p>
|
<p style="text-align: center; margin-bottom: 5%;">To make technology more accessible, I thrive to offer services that help people not that well versed in technology start to enjoy it.</p>
|
||||||
<hr class="pullquote-lines">
|
<hr class="pullquote-lines">
|
||||||
|
|||||||
106
src/sitemap.xml
106
src/sitemap.xml
@@ -11,22 +11,7 @@
|
|||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/legal/privacy</loc>
|
<loc>https://www.janishutz.com/support</loc>
|
||||||
<priority>0.67</priority>
|
|
||||||
<lastmod>2024-05-20</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://www.janishutz.com/about</loc>
|
|
||||||
<priority>0.67</priority>
|
|
||||||
<lastmod>2024-05-20</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://www.janishutz.com/presentations</loc>
|
|
||||||
<priority>0.67</priority>
|
|
||||||
<lastmod>2024-05-20</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://www.janishutz.com/projects</loc>
|
|
||||||
<priority>0.67</priority>
|
<priority>0.67</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
@@ -36,27 +21,27 @@
|
|||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/support</loc>
|
<loc>https://www.janishutz.com/projects</loc>
|
||||||
<priority>0.67</priority>
|
<priority>0.67</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/legal/licenses</loc>
|
<loc>https://www.janishutz.com/presentations</loc>
|
||||||
<priority>0.50</priority>
|
<priority>0.67</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/projects/arch-dev-vm</loc>
|
<loc>https://www.janishutz.com/about</loc>
|
||||||
<priority>0.50</priority>
|
<priority>0.67</priority>
|
||||||
<lastmod>2024-04-30</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://www.janishutz.com/projects/id</loc>
|
|
||||||
<priority>0.50</priority>
|
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/legal/tos</loc>
|
<loc>https://www.janishutz.com/legal/privacy</loc>
|
||||||
|
<priority>0.67</priority>
|
||||||
|
<lastmod>2024-05-20</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/projects/store</loc>
|
||||||
<priority>0.50</priority>
|
<priority>0.50</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
@@ -66,47 +51,37 @@
|
|||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/projects/store</loc>
|
<loc>https://www.janishutz.com/legal/tos</loc>
|
||||||
<priority>0.50</priority>
|
<priority>0.50</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/about/aboutme</loc>
|
<loc>https://www.janishutz.com/projects/id</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.50</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/presentations/auth</loc>
|
<loc>https://www.janishutz.com/projects/arch-dev-vm</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.50</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://www.janishutz.com/projects/impress</loc>
|
|
||||||
<priority>0.33</priority>
|
|
||||||
<lastmod>2024-04-30</lastmod>
|
<lastmod>2024-04-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/projects/languageschoolhossegor-booking</loc>
|
<loc>https://www.janishutz.com/legal/licenses</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.50</priority>
|
||||||
<lastmod>2024-04-30</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/projects/libreevent</loc>
|
<loc>https://www.janishutz.com/support/js-disabled</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/projects/musicplayer</loc>
|
<loc>https://www.janishutz.com/support/contact</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/projects/qrscanner</loc>
|
<loc>https://www.janishutz.com/projects/storagemanager</loc>
|
||||||
<priority>0.33</priority>
|
|
||||||
<lastmod>2024-04-30</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://www.janishutz.com/projects/schoolprojects</loc>
|
|
||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
<lastmod>2024-04-30</lastmod>
|
<lastmod>2024-04-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
@@ -116,23 +91,43 @@
|
|||||||
<lastmod>2024-04-30</lastmod>
|
<lastmod>2024-04-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/projects/storagemanager</loc>
|
<loc>https://www.janishutz.com/projects/schoolprojects</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
<lastmod>2024-04-30</lastmod>
|
<lastmod>2024-04-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/support/contact</loc>
|
<loc>https://www.janishutz.com/projects/qrscanner</loc>
|
||||||
|
<priority>0.33</priority>
|
||||||
|
<lastmod>2024-04-30</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/projects/musicplayer</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/support/js-disabled</loc>
|
<loc>https://www.janishutz.com/projects/libreevent</loc>
|
||||||
<priority>0.33</priority>
|
<priority>0.33</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/legal/licences/proprietary</loc>
|
<loc>https://www.janishutz.com/projects/languageschoolhossegor-booking</loc>
|
||||||
<priority>0.25</priority>
|
<priority>0.33</priority>
|
||||||
|
<lastmod>2024-04-30</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/projects/impress</loc>
|
||||||
|
<priority>0.33</priority>
|
||||||
|
<lastmod>2024-04-30</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/presentations/auth</loc>
|
||||||
|
<priority>0.33</priority>
|
||||||
|
<lastmod>2024-05-20</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/about/aboutme</loc>
|
||||||
|
<priority>0.33</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
@@ -140,6 +135,11 @@
|
|||||||
<priority>0.25</priority>
|
<priority>0.25</priority>
|
||||||
<lastmod>2024-05-20</lastmod>
|
<lastmod>2024-05-20</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://www.janishutz.com/legal/licences/proprietary</loc>
|
||||||
|
<priority>0.25</priority>
|
||||||
|
<lastmod>2024-05-20</lastmod>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.janishutz.com/legal/privacy/v1</loc>
|
<loc>https://www.janishutz.com/legal/privacy/v1</loc>
|
||||||
<priority>0.00</priority>
|
<priority>0.00</priority>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Contact me</h1>
|
<h1 class="title">Contact me</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">Have you ran into a problem you can't solve using my guides or just want to reach out about something? If you have any questions regarding any of my open source projects, please open an issue on GitHub if possible. If not, please contact me here.</p>
|
<p style="text-align: center; margin-bottom: 5%;">Have you ran into a problem you can't solve using my guides or just want to reach out about something? If you have any questions regarding any of my open source projects, please open an issue on GitHub if possible. If not, please contact me here.</p>
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Support</h1>
|
<h1 class="title">Support</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">Did you run into a problem with any of my software? Here's the right place to get the issue solved. This page features an automated support system to guide you into the right direction. If this doesn't help, the system will forward your query directly to me and you will have the opportunity to add some comments to it as well.</p>
|
<p style="text-align: center; margin-bottom: 5%;">Did you run into a problem with any of my software? Here's the right place to get the issue solved. This page features an automated support system to guide you into the right direction. If this doesn't help, the system will forward your query directly to me and you will have the opportunity to add some comments to it as well.</p>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="https://static.janishutz.com/logo.png" alt="page Logo" class="project-logo">
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
||||||
<h1 class="title">Support</h1>
|
<h1 class="title">Support</h1>
|
||||||
<p style="text-align: center; margin-bottom: 5%;">On this page you can learn how to enable JavaScript</p>
|
<p style="text-align: center; margin-bottom: 5%;">On this page you can learn how to enable JavaScript</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user