From 1385f7adb7a4bc973a11c5c5044c49703affa276 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Tue, 20 Mar 2018 07:40:19 +0000 Subject: [PATCH] Remove reference to bloat. I removed the code that made it pointlessly wait for loads so that's no longer needed. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b798477..0806a3f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ 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. \ No newline at end of file