diff --git a/UI/src/pages/Landing.js b/UI/src/pages/Landing.js index 4f105a0..9828e46 100644 --- a/UI/src/pages/Landing.js +++ b/UI/src/pages/Landing.js @@ -7,55 +7,55 @@ import './landing.sass' import discordLogo from './images/discord-logo.svg' import RoleDemo from '../components/role/demo' -const Landing = ({ root = false }) =>
-
-
-

Self-assignable Discord roles for humans.

-

Ditch bot commands once and for all.

-
-
- Sign in with Discord -
-
- {/* Typist */} -
-
-
- {moment().format('LT')} - Kata カタ - Hey, I want some roles! +const Landing = ({ root = false }) => +
+
+
+

Self-assignable Discord roles for humans.

+

Ditch bot commands once and for all.

+
+
+ Sign in with Discord +
+
+ {/* Typist */} +
+
+
+ {moment().format('LT')} + Kata カタ + Hey, I want some roles! +
+
+ + .iam a cute role ♡ + + .iam a vanity role ♡ + + .iam a brave role ♡ + + .iam a proud role ♡ + + .iam a wonderful role ♡ + + i have too many roles. + +
-
- - .iam a cute role ♡ - - .iam a vanity role ♡ - - .iam a brave role ♡ - - .iam a proud role ♡ - - .iam a wonderful role ♡ - - i have too many roles. - +

Why are we stuck in the stupid ages?

+
+ {/* role side */} +
+
+ + + + +
+

It's 2018. We can do better.

-

Why are we stuck in the stupid ages?

-
- {/* role side */} -
-
- - - - - -
-

It's 2018. We can do better.

-
-
+
+
- - export default Landing diff --git a/UI/src/pages/landing.sass b/UI/src/pages/landing.sass index c687661..b6b28a9 100644 --- a/UI/src/pages/landing.sass +++ b/UI/src/pages/landing.sass @@ -1,5 +1,11 @@ .landing - + min-height: calc(100vh) + position: relative + top: -80px + display: flex + align-items: center + justify-content: center + .Typist .Cursor display: inline-block color: transparent @@ -27,8 +33,6 @@ --blurple: var(--c-discord) background-color: var(--dark-but-not-black) - border: 1px solid var(--not-quite-black) - box-shadow: 0 0 1px rgba(0,0,0,0.3) padding: 10px text-align: left color: var(--c-white)