Update github link to personal git instance

Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
This commit is contained in:
2026-01-26 16:23:08 -05:00
parent f751d19eff
commit 61cbbc5545
3 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ if (!file_exists("config.json")) {
?>
<div class='main'>
<h1>Welcome to my personal website!</h1>
<p>This website is a personal project by Lukas Schaefer to practice web development and the source code for this website is on <a href="https://github.com/Lukasdotcom/website" rel="noopener noreferrer" target="_blank">github</a>.
<p>This website is a personal project by Lukas Schaefer to practice web development and the source code for this website is on <a href="https://git.lschaefer.xyz/Lukasdotcom/website" rel="noopener noreferrer" target="_blank">github</a>.
If you find any bugs or want to request a feature feel free to open a github issue and I will look at it. If you find a security vulnerability or issue in my code please contact me directly at
<a href="mailto:security@lschaefer.xyz?subject=Website%20Vulnerability&amp;body=Hi%2C%20your%20website%20has%20a%20vulnerability.%20The%20vulnerability%20is%20...%20If%20you%20want%20to%20test%20it%20out%20these%20are%20the%20steps%20to%20reproduce%20it%20...%0AFrom%2C%20NAME">security@lschaefer.xyz</a>
</p>

View File

@@ -4,7 +4,7 @@ $(document).ready(function() {
div.className = "notification";
div.id = "cookie_popup";
div.innerHTML = `<h3>Cookie Policy</h3>
<p>This website uses cookies to function properly. Most cookies are strictly functional. This also uses Cloudflare's CDN. If you want to see exactly what the cookies are used for <a href="https://github.com/Lukasdotcom/website" target="_blank" rel="noopener noreferrer" >click here</a> to see the source code of the website.
<p>This website uses cookies to function properly. Most cookies are strictly functional. This also uses Cloudflare's CDN. If you want to see exactly what the cookies are used for <a href="https://git.lschaefer.xyz/Lukasdotcom/website" target="_blank" rel="noopener noreferrer" >click here</a> to see the source code of the website.
This website also uses matomo you may disable matomo analytics by clicking this <a href="https://analytics.lschaefer.xyz/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=000000&fontColor=ffffff&fontSize=17px&fontFamily=" target="_blank" rel="noopener noreferrer" >link</a> and unchecking the check box or just declining nonfunctional cookies(second button).</p>
<button id='accept_cookies' style="font-size:19px">Click here to accept all cookies</button>
<div class="red"><button id='decline_cookies'>Click here to decline all non required cookies(only functional)</button>