Update README.md

This commit is contained in:
Alex 2018-08-01 16:23:45 +02:00 committed by GitHub
parent 96dbb18d05
commit f9cc8fe743
1 changed files with 11 additions and 5 deletions

View File

@ -1,11 +1,17 @@
# RedXen Homepage # RedXen Homepage
## What is this? ## 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... ## How does this work?
This is just the homepage i use for the community i am running [here](https://redxen.eu) 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. ## What formats does it use?
It is also easier to check on something or manage changes. - WebP - Images
- SVG - Graphics
- Woff2 - Fonts
## AJAX Usage
We use AJAX calls to load content on demand and not on load.