Go to file
Dominik V. Salonen 86a102e471 Update git links. 2018-03-20 06:55:26 +00:00
assets New avi 2018-03-19 13:34:48 +01:00
pages Update git links. 2018-03-20 06:55:26 +00:00
.gitignore Add background image. 2018-03-15 10:02:35 +01:00
README.md Update README.md 2018-03-15 14:58:23 +01:00
index.html Better name styling 2018-03-19 13:32:20 +01:00
main.js add super important console message 2018-03-15 16:45:40 +01:00
style.css Add Transparency and tint the page red. 2018-03-19 15:00:17 +01:00

README.md

Quad's Site

My personal website. It contains JavaScript although it's completely unnecessary. Mostly done for learning purposes. It's my first time doing Ajax so sorry if the implementation is cancerous.

Also it's extremely bloated, mostly for fun. Especially that spinner at the start waiting for the background. That's absolutely pointless but I left it.

Contains a bunch of pretty ugly CSS "hacks" to try and get the main content block centered on most displays. Tried doing it without the old transformY(); trick or Flexbox.

I know jack about JavaScript, so I know it works on the most recent Firefox, because that's the browser I use. But I won't be bothered to test it on any other browsers unless I switch browsers myself.