From f9cc8fe743d72e719f4c0914f087563ac8080b71 Mon Sep 17 00:00:00 2001 From: Alex <30688640+casKd-dev@users.noreply.github.com> Date: Wed, 1 Aug 2018 16:23:45 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 93487ef..870fcf7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ # RedXen Homepage ## What is this? +The portal for the community where everything is linked. It is supposed to be as lightweigh and well-functioning as possible. -Well, nothing special... -This is just the homepage i use for the community i am running [here](https://redxen.eu) +## How does this work? +It is based around flexboxes mostly to ensure efficiency and good support. -## Why do i host it on GitHub? +It has no good support for inferior browsers at the moment, and not planning to support them either, gonna support only current stable versions and some previous ones if needed. -If anyone wants to contribute, see my code practices or something similar, then here it is. -It is also easier to check on something or manage changes. +## What formats does it use? +- WebP - Images +- SVG - Graphics +- Woff2 - Fonts + +## AJAX Usage +We use AJAX calls to load content on demand and not on load.