Update github link to personal git instance
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# website
|
# website
|
||||||
|
|
||||||
Welcome to the README for this website's source code. I host the source code of my website so others can look at my website and learn from it.
|
Welcome to the README for this website's source code. I host the source code of my website so others can look at my website and learn from it.
|
||||||
The link to a hosted version is at [Link Here](https://lschaefer.xyz) You are welcome to use the source code in any of your own projects.
|
The link to a hosted version is at [Link Here](https://lschaefer.xyz) You are welcome to use the source code in any of your own projects.
|
||||||
Also this contains the source code for my cookie clicker addon to use this just follow the directions at [Link Here](https://lschaefer.xyz/cookieClicker/).
|
Also this contains the source code for my cookie clicker addon to use this just follow the directions at [Link Here](https://lschaefer.xyz/cookieClicker/).
|
||||||
If you want to recreate this use the docker container. The docker container with steps on how to use it is [here](https://github.com/Lukasdotcom/dockerWebsite).
|
If you want to recreate this use the docker-compose.prod.yaml in the root directory of this project.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ if (!file_exists("config.json")) {
|
|||||||
?>
|
?>
|
||||||
<div class='main'>
|
<div class='main'>
|
||||||
<h1>Welcome to my personal website!</h1>
|
<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
|
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&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>
|
<a href="mailto:security@lschaefer.xyz?subject=Website%20Vulnerability&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>
|
</p>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ $(document).ready(function() {
|
|||||||
div.className = "notification";
|
div.className = "notification";
|
||||||
div.id = "cookie_popup";
|
div.id = "cookie_popup";
|
||||||
div.innerHTML = `<h3>Cookie Policy</h3>
|
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>
|
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>
|
<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>
|
<div class="red"><button id='decline_cookies'>Click here to decline all non required cookies(only functional)</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user