Update README.md
This commit is contained in:
parent
61a84096d8
commit
cc7f65eda7
16
README.md
16
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.
|
||||
|
|
Loading…
Reference in New Issue