Context
Originally, our website got used for a little while before we moved to an all-in-one platform called Enjin, which was providing us a forum, a showcase front page, and a way to deal with whitelisting applications for the official servers. Then around 2 years ago, Enjin decided to stop their activity related to Minecraft and they reconverted into crypto-currencies. This is why we decided to resurect the website. We no longer need a forum because we decided to focus the community over Discord. About the whitelisting system it also works via Discord. All is left is to get a showcase website.
What we want for the website
- Migrate away from bootstrap or any lib, all the stuff we want to do is basic enough to be done in HTML5+CSS.
- Replace the static organization chart with a dynamic one, based on a static JSON file at the root of the website. The JSON file would have the following entries:
- A list of objects representing people:
- Name as string.
- Role as string.
- Profile image (as string, being either a relative path or an URL).
- A structure representing the links between roles in the organization (of your choice, as long as it makes sense and isn't over engineered).
- Minimize the usage of javascript as much as possible (only place where we might have it is for the carousel, and dynamic organization chart display).
- We want the website to be responsive (current website has issues with smartphone screens).
- Theme wise at least migrating the current one we have, or if you feel creative you can suggest us new website design, we are open minded on this.
Contact me first if you wish to work on this, so we don't end up in a situation where several people working concurently on this project.







I don't know if i'm the only one with this feeling