diff --git a/.gitignore b/.gitignore index 67c112e..1860e8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ config.json public/images +public/assets node_modules \ No newline at end of file diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 89926a3..8ffd271 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,4 +1,6 @@ - +body { + word-wrap: break-word; +} #ACode { width:225px; @@ -8,14 +10,6 @@ margin-top: -1%; } -img { - display: block; - margin-left: auto; - margin-right: auto; - max-width: 100%; - height: auto; -} - #loginContent { display: block; margin-left: auto; @@ -24,7 +18,8 @@ img { } h1 { - font-size: 3em; + font-size: 2em; + text-transform: full-width-to-half-width; } h5 { font-size: 1.3em; @@ -32,3 +27,11 @@ h5 { h4 { font-size: 1.5em; } + +#imgHeader { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100%; + height: auto; +} \ No newline at end of file diff --git a/public/stylesheets/user.css b/public/stylesheets/user.css new file mode 100644 index 0000000..3f42121 --- /dev/null +++ b/public/stylesheets/user.css @@ -0,0 +1,14 @@ +#user-image { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 8em; + height: auto; +} + +#User { + display: block; + margin-left: auto; + margin-right: auto; + margin: 1%; +} \ No newline at end of file diff --git a/readme.md b/readme.md index ccd1cd1..e926a88 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,19 @@ Currently, I only have access to AQUA, but ARTEMiS could be supported once AQUA # How to use: +## All Servers + +You'll need to extract the assets from the game itself. + +in the public folder, the assets should look like this + +-- Public +| - Assets +\___ | - icon (icons should go here) + | - more soon + +Then, create the `/public/image/` folder. this will be where the images will be stored. + ## Aqua Create a `config.json` file and paste this in, with paths to your instance. @@ -19,15 +32,16 @@ Create a `config.json` file and paste this in, with paths to your instance. } ``` -Then, create the `/public/image/` folder. this will be where the images will be stored. - # Project Progress ToDo: -- Make User Profile on User Page - - (Done) Get User Data, and send it. - - Grab the User Profile, and get the custom one if the user icon ID is set to 10. +- Make User Profile on User Page (almost done) + - fuck you go work on divs and grids and spacing and go watch Hyperplexed you no name piece of shit - literally me talking to me + - Literally everything else Complete: -- Sign In Page \ No newline at end of file +- Sign In Page +- Make User Profile on User Page (almost done) + - (Done) Get User Data, and send it. + - (Done) Grab the User Profile, and get the custom one if the user icon ID is set to 10. \ No newline at end of file diff --git a/templates/header.ejs b/templates/header.ejs index 741480e..46a650d 100644 --- a/templates/header.ejs +++ b/templates/header.ejs @@ -11,4 +11,7 @@ -
\ No newline at end of file + +<%=JSON.stringify(userdata, null, 2)%>
+