update website to new github username

This commit is contained in:
2024-08-26 10:38:57 +02:00
parent e07e135720
commit 3606ccd0f1
10 changed files with 27 additions and 27 deletions

View File

@@ -28,7 +28,7 @@
<div class="itemsInline">
<a class="button" href="/projects" target="_blank">All projects</a>
<a class="button" href="https://store.janishutz.com" target="_blank">Store</a>
<a class="button" href="https://github.com/simplePCBuilding" target="_blank">GitHub</a>
<a class="button" href="https://github.com/janishutz" target="_blank">GitHub</a>
<a class="button" href="https://apps.apple.com/us/developer/janis-hutz/id1636936538" target="_blank">App Store</a>
<a class="button" href="https://play.google.com/store/apps/developer?id=Janis+Hutz&gl=US" target="_blank">Play Store</a>
</div>

View File

@@ -76,7 +76,7 @@ createApp( {
'display': 'Please head to GitHub and open an issue',
'action': {
'type': 'link',
'href': 'https://github.com/simplePCBuilding/SimpleMediaUpscalerLite/issues/new',
'href': 'https://github.com/janishutz/SimpleMediaUpscalerLite/issues/new',
'display': 'Open an Issue'
}
}
@@ -92,7 +92,7 @@ createApp( {
'display': 'Please head to GitHub and open an issue',
'action': {
'type': 'link',
'href': 'https://github.com/simplePCBuilding/libreevent/issues/new',
'href': 'https://github.com/janishutz/libreevent/issues/new',
'display': 'Open an Issue'
}
}
@@ -108,7 +108,7 @@ createApp( {
'display': 'MusicPlayer Version 2.0 is not yet completed. Version 1 will not receive any more updates and is deprecated',
'action': {
'type': 'link',
'href': 'https://github.com/simplePCBuilding/MusicPlayerV2',
'href': 'https://github.com/janishutz/MusicPlayerV2',
'display': 'GitHub'
}
}
@@ -124,7 +124,7 @@ createApp( {
'display': 'As this app is not digitally signed, Windows will warn you about running the app. The app is totally safe, so you can allow it to run. If it does not work, consider downloading the app, installing python with all necessary dependencies (see link below) and running it that way.',
'action': {
'type': 'link',
'href': 'https://github.com/simplePCBuilding/BiogasControllerApp/wiki/Install-and-run-the-program#download-dev-versions-if-you-run-into-a-bug-then-this-may-help',
'href': 'https://github.com/janishutz/BiogasControllerApp/wiki/Install-and-run-the-program#download-dev-versions-if-you-run-into-a-bug-then-this-may-help',
'display': 'Python installation'
}
},
@@ -134,7 +134,7 @@ createApp( {
'display': 'Please first follow the steps the app gives you when you press the details button on the error message. If these steps do not work, please head to our wiki where things are explained in a more detailed manner. If these steps also do not help, please contact me using the <a href="/support/contact">contact form</a>!',
'action': {
'type': 'link',
'href': 'https://github.com/simplePCBuilding/BiogasControllerApp/wiki/Connect-a-Microcontroller',
'href': 'https://github.com/janishutz/BiogasControllerApp/wiki/Connect-a-Microcontroller',
'display': 'Wiki'
}
},

View File

@@ -96,13 +96,13 @@
<td class="name">libreevent</td>
<td class="status">Supported</td>
<td class="eol">-</td>
<td><a href="https://github.com/simplePCBuilding/libreevent/issues/12" target="_blank">Roadmap</a></td>
<td><a href="https://github.com/janishutz/libreevent/issues/12" target="_blank">Roadmap</a></td>
</tr>
<tr>
<td class="name">smuL (SimpleMediaUpscalerLite)</td>
<td class="status">Supported</td>
<td class="eol">-</td>
<td><a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite?tab=readme-ov-file#roadmap" target="_blank">Roadmap</a></td>
<td><a href="https://github.com/janishutz/SimpleMediaUpscalerLite?tab=readme-ov-file#roadmap" target="_blank">Roadmap</a></td>
</tr>
<tr>
<td class="name">BiogasControllerApp</td>

View File

@@ -69,7 +69,7 @@
<div class="category-list" id="support">
<a href="https://support.janishutz.com" class="category-item">Support hub</a>
<a href="https://v1.janishutz.com" class="category-item">Old version</a>
<a href="https://simplePCBuilding.github.io" class="category-item">Original version</a>
<a href="https://janishutz.github.io" class="category-item">Original version</a>
</div>
</div>
</div>

View File

@@ -24,7 +24,7 @@
<hr class="pullquote-lines">
<div class="bottom">
<h2 class="content-title-small">Check out the project</h2>
<a class="button" href="https://github.com/simplePCBuilding/arch-dev-vm" target="_blank">GitHub Repo</a>
<a class="button" href="https://github.com/janishutz/arch-dev-vm" target="_blank">GitHub Repo</a>
</div>
</div>
</div>

View File

@@ -16,7 +16,7 @@
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/simplePCBuilding/libreevent/master/assets/logo.png" alt="libreevent Logo" class="project-logo">
<img src="https://raw.githubusercontent.com/janishutz/libreevent/master/assets/logo.png" alt="libreevent Logo" class="project-logo">
<h1 class="content-title"><i>libre</i>ǝvent</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">libreǝvent is a free and open source event management solution you can host yourself on whatever system. Create your next event at lower cost and power it using libreǝvent</p>

View File

@@ -17,7 +17,7 @@
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/simplePCBuilding/MusicPlayerV2/master/assets/logo.png" alt="MusicPlayer Logo" class="project-logo">
<img src="https://raw.githubusercontent.com/janishutz/MusicPlayerV2/master/assets/logo.png" alt="MusicPlayer Logo" class="project-logo">
<h1 class="content-title">Music&shy;Player</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">An electron-based music player to which a basically infinite amount of client displays can connect to to display the current playing song, the upcoming songs and details on all of them.</p>
@@ -48,7 +48,7 @@
</div>
<div class="bottom">
<h2 class="content-title">Download it here</h2>
<a class="button" href="https://github.com/simplePCBuilding/MusicPlayerV2/releases" target="_blank">DOWNLOAD</a>
<a class="button" href="https://github.com/janishutz/MusicPlayerV2/releases" target="_blank">DOWNLOAD</a>
</div>
</div>
<div id="popup">

View File

@@ -19,7 +19,7 @@
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/simplePCBuilding/BiogasControllerApp/main/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png" alt="BiogasControllerApp Logo" class="project-logo">
<img src="https://raw.githubusercontent.com/janishutz/BiogasControllerApp/main/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png" alt="BiogasControllerApp Logo" class="project-logo">
<h1 class="content-title">School projects</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">During my time at school I have created quite a few little software projects, the biggest of them being the BiogasControllerApp, whose Logo you can see above.</p>

View File

@@ -32,7 +32,7 @@
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/simplePCBuilding/SimpleMediaUpscalerLite/main/assets/logo.png" alt="smuL Logo" class="project-logo">
<img src="https://raw.githubusercontent.com/janishutz/SimpleMediaUpscalerLite/main/assets/logo.png" alt="smuL Logo" class="project-logo">
<h1 class="content-title">Simple&shy;Media&shy;Upscaler&shy;Lite</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">Images and videos at low resolutions can be quite restricting in terms of what you can do with it and many upscalers either perform terribly, do not look good, can't upscale videos or are hard to use. smuL (pronounced like 'small' because UPscaling) is an easy to use frontend to upscale all your videos and images.</p>
@@ -76,7 +76,7 @@
<div class="element">
<h3>Development.</h3>
<p>Visit our GitHub repo to help develop the project! PRs are warmly welcomed!</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="button">GitHub</a>
<a href="https://github.com/janishutz/SimpleMediaUpscalerLite" class="button">GitHub</a>
</div>
<div class="element">
<h3>Contributors.</h3>
@@ -90,7 +90,7 @@
<div class="bottom">
<h2 class="content-title">Download it today</h2>
<p>Some bigger updates are planned for the more distant future</p>
<a class="button" href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite/releases" target="_blank">DOWNLOAD</a>
<a class="button" href="https://github.com/janishutz/SimpleMediaUpscalerLite/releases" target="_blank">DOWNLOAD</a>
</div>
</div>
<div id="popup">
@@ -110,7 +110,7 @@
</ul>`,
'cli': '<h3>Command Line Interface.</h3><p>The smuL cli is a powerful tool written in python which the GUI uses to upscale videos and images alike. You can use it to upscale images and videos in large badges. To use it simply search for SimpleMediaUpscaleLite and right click > Open File location. Open a command prompt and type <i>smuL-cli.exe -h</i> to get a list of all available commands.</p>',
'supportedOS': '<h3>Supported OS.</h3><p>smuL currently supports Windows 8, 10 and 11 and all Debian and all rpm-capable Linux distributions officially. You might be able to use it on different OSes if you compile it yourself.</p><p>To run smuL, you need to have a functional installation of ffmpeg and (if on Linux), a functional installation of wine V7 or higher.</p>',
'plugins': '<h3>Plugins.</h3><p>smuL features extensive plugin support for its CLI. smuL does not yet have a plugin installer, so please read the plugin installation documentation on our <a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite/wiki">GitHub repo</a>!</p>',
'plugins': '<h3>Plugins.</h3><p>smuL features extensive plugin support for its CLI. smuL does not yet have a plugin installer, so please read the plugin installation documentation on our <a href="https://github.com/janishutz/SimpleMediaUpscalerLite/wiki">GitHub repo</a>!</p>',
'foss': '<h3>Free and Open Source.</h3><p>smuL is fully free and open source, which means, you can use it without any limits for free. There are also no ads and you can have a look at the source code to confirm that we are in fact not collecting ANY data or sending ANY data to anybody. The only network request we do is to GitHub if you head into settings in the GUI to download the version information.</p>',
'roadmap': `<h3>Roadmap.</h3><p>For version 2.1.0 the following things are planned:</p>
<ul>
@@ -121,7 +121,7 @@
<p>If you have any suggestions, please let us know by opening an issue on GitHub</p>`,
'contributors': `<h3>Contributors.</h3><p>Currently the following people are contributing to this project:</p>
<ul>
<li>simplePCBuilding (Maintainer) [Core (CLI), Docs, Website, Frontend, Distribution]</li>
<li>janishutz (Maintainer) [Core (CLI), Docs, Website, Frontend, Distribution]</li>
<li>ThatPlasma (Testing) [Testing, Ideas]</li>
</ul>`
};

View File

@@ -3,7 +3,7 @@
<url>
<loc>https://www.janishutz.com</loc>
<priority>1.00</priority>
<lastmod>2024-08-19</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal</loc>
@@ -43,7 +43,7 @@
<url>
<loc>https://www.janishutz.com/legal/support-status</loc>
<priority>0.50</priority>
<lastmod>2024-06-26</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/services/dms-deg</loc>
@@ -73,7 +73,7 @@
<url>
<loc>https://www.janishutz.com/projects/arch-dev-vm</loc>
<priority>0.50</priority>
<lastmod>2024-06-26</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licenses</loc>
@@ -98,12 +98,12 @@
<url>
<loc>https://www.janishutz.com/projects/smuL</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/schoolprojects</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/qrscanner</loc>
@@ -113,12 +113,12 @@
<url>
<loc>https://www.janishutz.com/projects/musicplayer</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/libreevent</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/languageschoolhossegor-booking</loc>
@@ -138,7 +138,7 @@
<url>
<loc>https://www.janishutz.com/about/aboutme</loc>
<priority>0.33</priority>
<lastmod>2024-07-13</lastmod>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licences/gpl</loc>