diff options
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | settings.html | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -31,6 +31,7 @@ <li><a href="https://drive.google.com/drive/u/0/my-drive">Google Drive</a></li> <li><a href="https://www.youtube.com">Youtube</a></li> <li><a href="https://www.github.com/">Github</a></li> + <li><a href="https://gitlab.com/">GitLab</a></li> <li><a href="https://8values.github.io/">8Values</a></li> <li><a href="https://www.politicalcompass.org/test/">Political Compass</a></li> <li><a href="https://www.twitch.tv/">Twitch</a></li> diff --git a/settings.html b/settings.html index 1c6c124..a8d6ea8 100644 --- a/settings.html +++ b/settings.html @@ -31,6 +31,7 @@ <li><a href="https://drive.google.com/drive/u/0/my-drive">Google Drive</a></li> <li><a href="https://www.youtube.com">Youtube</a></li> <li><a href="https://www.github.com/">Github</a></li> + <li><a href="https://gitlab.com/">GitLab</a></li> <li><a href="https://8values.github.io/">8Values</a></li> <li><a href="https://www.politicalcompass.org/test/">Political Compass</a></li> <li><a href="https://www.twitch.tv/">Twitch</a></li> @@ -56,7 +57,7 @@ <h2>Cookie Policy</h2> <p><a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> uses <strong>ONE</strong> cookie to allow for the theme of the website to stay the same. The information stored in the cookie is the name of cookie, which is theme, the value of the cookie, which is the name of the theme, and is set to expire 365 days after the last vist of the site. The source code of the cookie can be found at <a href="https://jacobmcdonnell.com/JS/cookies.js" target="_blank">here</a>. There are <strong>ZERO</strong> third party cookies used with this site.</p> <h2>Privacy Policy</h2> - <p><a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> collects <strong>ZERO</strong> information from visitors of the website. The Source code for the website can be found at <a href="https://github.com/mcd223/mcd223.github.io" target="_blank">here</a>. However, <a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> is hosted on github pages and is not responible for any of the information collected by them if any.</p> + <p><a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> collects <strong>ZERO</strong> information from visitors of the website. The Source code for the website can be found at <a href="https://github.com/JacobMcDonnell/JacobMcDonnell.github.io" target="_blank">here</a>. However, <a href="https://jacobmcdonnell.com/">JacobMcDonnell.com</a> is hosted on github pages and is not responible for any of the information collected by them if any.</p> <script> const myForm = document.getElementById("themeForm"); myForm.addEventListener("submit", (e) => { |
