Update README.md
This commit is contained in:
parent
96dbb18d05
commit
f9cc8fe743
16
README.md
16
README.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue