Sainthood.xyz

Site Info

Some technical information about my site that you might find useful.

Table of Contents

About the Site

Sainthood.xyz was launched on May 15, 2024. The site is made with Visual Studio Code, built with Eleventy, and hosted by Leprd! I test my site on Firefox, but it should work on any modern browser.

Some other resources I used:

Most of my site is just basic HTML and CSS, with some very minimal vanilla Javascript and PHP here and there. I also hand-coded the layout. No LLMs or generative AI were used in the making of this website.

Accessibility

I've tried my best to make my site as accessible as possible. Specifically, I aim to meet the Web Content Accessibility Guidelines (WCAG) at the AA (ideal support) level, and if possible, the AAA (specialized support) level.

This site:

  • is responsive; Can be viewed at any resolution, can be zoomed in and out, etc.
  • should be entirely navigable via screen reader or keyboard.
  • gives all non-decorative images alt text, and if necessary, image descriptions.
  • includes both dark and light mode themes.
  • should be compatible with reader mode.
  • includes warnings before any potentially inaccessible content.

If anything isn't working as intended, or I missed something important, please let me know.

Privacy

This website does not intentionally sell or collect your information in any way. No trackers, no cookies, no bullshit! Anything you can customize on this site, like the theme, is saved locally to your browsers localStorage, and not shared with me.

Licensing

Creative Works

Any creative works I've made/edited on my site are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license. This includes, but is not limited to, any written content, any art I've made, any photos I've taken, and basically anything else that isn't explicitly labeled otherwise. It does not, however, include any kind of code. I use a separate license for that.

Basically, you are free to share and adapt my creative works under the conditions that 1) you give me appropriate credit, 2) you don't make money off of it, and 3) you redistribute it under the same/similar license.

Code

Any code I've made/edited that I share on my site is licensed under the GNU General Public License v3. This includes the source code of my site, my code projects, and any snippets that I share.

You are free to use, change, and share my code however you see fit. Remember: the GNU GPL does not restrict what people do in software; it just stops them from restricting others.