diff --git a/data/users.json b/data/users.json index bc318f6..edb026a 100644 --- a/data/users.json +++ b/data/users.json @@ -114,44 +114,6 @@ "token": "baedf970-fec2-4d8b-ac06-a1652480a653", "admin": false }, - { - "auth": { - "token_type": "Bearer", - "access_token": "jY17lCWaOpTdPQCnz50kfNm7ABpsGz", - "expires_in": 604800, - "refresh_token": "3TronknZ7j5kVSDBjI3OechmCYF8ck", - "scope": "identify guilds guilds.members.read" - }, - "avatar": null, - "communication_disabled_until": null, - "flags": 0, - "joined_at": "2023-03-06T18:20:23.413000+00:00", - "nick": "Raphix", - "pending": false, - "premium_since": null, - "roles": [ - "397725552968204288" - ], - "user": { - "id": "486943594893017119", - "username": "raphixscrap", - "avatar": "7129e80c23aa3ba3d2d45814dd352a29", - "discriminator": "0", - "public_flags": 4194368, - "flags": 4194368, - "banner": null, - "accent_color": 10712214, - "global_name": "Raphix", - "avatar_decoration_data": null, - "banner_color": "#a37496" - }, - "mute": false, - "deaf": false, - "bio": "", - "banner": null, - "token": "021fec9a-c26f-4d16-8bab-439e355ea292", - "admin": true - }, { "auth": { "token_type": "Bearer", @@ -189,5 +151,42 @@ "banner": null, "token": "58e43544-b4f7-4f32-bb7d-d00d71577629", "admin": false + }, + { + "auth": { + "token_type": "Bearer", + "access_token": "jY17lCWaOpTdPQCnz50kfNm7ABpsGz", + "expires_in": 604800, + "refresh_token": "3TronknZ7j5kVSDBjI3OechmCYF8ck", + "scope": "identify guilds guilds.members.read" + }, + "avatar": null, + "communication_disabled_until": null, + "flags": 0, + "joined_at": "2023-03-06T18:20:23.413000+00:00", + "nick": "Raphix", + "pending": false, + "premium_since": null, + "roles": [ + "397725552968204288" + ], + "user": { + "id": "486943594893017119", + "username": "raphixscrap", + "avatar": "7129e80c23aa3ba3d2d45814dd352a29", + "discriminator": "0", + "public_flags": 4194368, + "flags": 4194368, + "banner": null, + "accent_color": 10712214, + "global_name": "Raphix", + "avatar_decoration_data": null, + "banner_color": "#a37496" + }, + "mute": false, + "deaf": false, + "bio": "", + "banner": null, + "token": "3ed275cc-de69-45cb-9b90-ac58b714609d" } ] \ No newline at end of file diff --git a/src/web/public/images/logo-old.ico b/src/web/public/images/logo-old.ico new file mode 100644 index 0000000..439327f Binary files /dev/null and b/src/web/public/images/logo-old.ico differ diff --git a/src/web/public/images/logo.ico b/src/web/public/images/logo.ico index 439327f..a94378a 100644 Binary files a/src/web/public/images/logo.ico and b/src/web/public/images/logo.ico differ diff --git a/src/web/public/images/logo.svg b/src/web/public/images/logo.svg new file mode 100644 index 0000000..6fd54bb --- /dev/null +++ b/src/web/public/images/logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/web/public/stylesheets/style.css b/src/web/public/stylesheets/style.css index dc310f1..36b2e8d 100644 --- a/src/web/public/stylesheets/style.css +++ b/src/web/public/stylesheets/style.css @@ -52,8 +52,8 @@ body { .LOGIN_logopng { - width: 60px; - height: 60px; + width: 80px; + height: 80px; } .LOGIN_DiscordBtn { @@ -769,7 +769,7 @@ p { .INDEX_subcontent { display: flex; - margin-top: 2%; + margin-top: 0.5%; height: 70vh; width: 100%; } @@ -1239,3 +1239,18 @@ p { overflow-y: auto; } +.LOGO_TEXT { + font-size: 52px; + font-family: 'Gunship', sans-serif; + text-shadow: white 0px 0px 10px; + user-select: none; + -webkit-box-reflect: below -40px linear-gradient(transparent 50%, rgba(0,0,0,.3)); +} + +.LOGIN_title { + + display: flex; + align-items: center; + justify-content: center; + +} \ No newline at end of file diff --git a/src/web/templates/index.ejs b/src/web/templates/index.ejs index df40169..3c321f7 100644 --- a/src/web/templates/index.ejs +++ b/src/web/templates/index.ejs @@ -14,9 +14,9 @@

Lorem ipsum, dolor sit amet consectetur adipisicing elit.

-
- - +
diff --git a/src/web/templates/login.ejs b/src/web/templates/login.ejs index 804bdde..31fc3ae 100644 --- a/src/web/templates/login.ejs +++ b/src/web/templates/login.ejs @@ -9,8 +9,8 @@