diff --git a/README.md b/README.md index 057f33c..ee38a4d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 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. The link to a hosted version is at [Link Here](https://lschaefer.xyz)![](https://uptime.lschaefer.xyz/api/badge/1/uptime/720?label=30&labelSuffix=d) 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/). -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. diff --git a/html/index.php b/html/index.php index f654381..b0cecdc 100755 --- a/html/index.php +++ b/html/index.php @@ -25,7 +25,7 @@ if (!file_exists("config.json")) { ?>

Welcome to my personal website!

-

This website is a personal project by Lukas Schaefer to practice web development and the source code for this website is on github. +

This website is a personal project by Lukas Schaefer to practice web development and the source code for this website is on github. 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 security@lschaefer.xyz

diff --git a/html/javascript/cookie.js b/html/javascript/cookie.js index 84cf243..cad3e6a 100755 --- a/html/javascript/cookie.js +++ b/html/javascript/cookie.js @@ -4,7 +4,7 @@ $(document).ready(function() { div.className = "notification"; div.id = "cookie_popup"; div.innerHTML = `

Cookie Policy

-

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 click here to see the source code of the website. +

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 click here to see the source code of the website. This website also uses matomo you may disable matomo analytics by clicking this link and unchecking the check box or just declining nonfunctional cookies(second button).