Create home authored by Georg Krause's avatar Georg Krause
## Redirects
In order to keep compatibility with the old website we put some redirects in place. Those are configured in the nginx server for the website:
```nginx
rewrite ^/en_US/(.*)$ /$1 redirect;
rewrite ^(/.*)?/support-us(/.*)? $1/donate$2 redirect;
rewrite ^(/.*)?/community(/.*)? $1/contribute$2 redirect;
```
\ No newline at end of file