#Ui design

1 messages · Page 1 of 1 (latest)

gritty adder
#

I think the ui can significantly change just some curves more color palett and more menus

reef root
#

Its all open source for server owners to develop and change the ui to their needs

austere arrow
#

Hello !

I am following up on what Frkture said and for anyone else that has the same suggestions here is a very tiny crash course for you.

The html, css and js files is what you will be primarily working with, it’s much less complicated than it appears.

Think of HTML as the skeleton of a web page. It lays out the basic structure and content

CSS is what makes things look good. It controls colors, fonts, spacing, layout, backgrounds etc

JavaScript is like that thing iron man has in his chest he ain’t nothing without. It handles the inner workings. like what happens when you click a button or switch characters in the menu.

https://www.w3schools.com/css/css_editor.asp

https://www.w3schools.com/js/js_editor.asp

https://www.w3schools.com/Html/