diff --git a/app/src/assets/rooted.jpg b/app/src/assets/rooted.jpg new file mode 100644 index 0000000..900bc8e Binary files /dev/null and b/app/src/assets/rooted.jpg differ diff --git a/app/src/react/components/title/index.scss b/app/src/react/components/title/index.scss index 341260f..2935b8d 100644 --- a/app/src/react/components/title/index.scss +++ b/app/src/react/components/title/index.scss @@ -1,5 +1,6 @@ .title { - background: url('/humus.jpg') bottom; + background-image: url('/rooted.jpg'); + background-size: cover; height: 100%; position: absolute; width: 100%; diff --git a/app/src/react/components/title/main/index.scss b/app/src/react/components/title/main/index.scss index 681e926..7da0b32 100644 --- a/app/src/react/components/title/main/index.scss +++ b/app/src/react/components/title/main/index.scss @@ -33,6 +33,6 @@ font-size: 3em; padding: 0.5em 1.5em; width: 100%; - text-align: left; + text-align: center; background-color: rgba(0, 0, 0, 0.5); } diff --git a/app/src/react/components/universe/index.jsx b/app/src/react/components/universe/index.jsx index d06eaf6..ff313b4 100644 --- a/app/src/react/components/universe/index.jsx +++ b/app/src/react/components/universe/index.jsx @@ -37,7 +37,33 @@ const Universe = ({match: {params: {uuid}}}) => { )}

{universe.title}

- + 5 / 10 +
+

+ This is placeholder text and will be replaced when the website goes live. This is + placeholder text. This text is here to test that text can be displayed correctly on the + page and doesn't hold any meaning. This is placeholder text. This is dummy text. + Placeholder text is temporary. In publishing and design placeholder text is used to + show the form of a document, but is not meaningful content. The eye is often drawn to + the meaning of text used as a placeholder, but it has no meaning and is simply there to + take up space. +

+

+ In publishing and design placeholder text is used to show the form of a document, but + is not meaningful content. This placeholder text will be swapped out before the website + is complete. Using placeholder text is common in the industry and means that the site + is being built to realistic standards. Placeholder text will be swapped out before + development of the site is complete. Placeholder text is important so that elements + that display text have something relatively realistic to display. Placeholder text is + important so that elements that display text have something relatively realistic to + display. This is placeholder text and will be replaced when the website goes live. + Placeholder text fills the space before the real content has been input. +

+

+ Have fun! <3 +

+
+ `${pathname}/play`}>Play ); diff --git a/app/src/react/components/universe/index.scss b/app/src/react/components/universe/index.scss index 6252461..d9dd6b0 100644 --- a/app/src/react/components/universe/index.scss +++ b/app/src/react/components/universe/index.scss @@ -15,15 +15,36 @@ .universe__title { font-family: var(--thick-title-font-family); font-size: 4em; - margin: 2em 1em; + margin: 2em 1em 0.5em; +} + +.universe__motd { + font-size: 1.5em; + margin: auto; + width: 90%; + p { + margin-bottom: 2em; + } +} + +.universe__online { + bottom: 5rem; + left: 5rem; + font-size: 2em; + position: absolute; + &:after { + font-size: 0.8em; + content: ' playing'; + } } .universe__play { background-color: rgba(0, 0, 0, 0.5); - bottom: 1em; + bottom: 4rem; font-family: var(--thick-title-font-family); + font-size: 2em; margin-left: 1em; padding: 0.5em 1em; position: absolute; - right: 1em; + right: 5rem; }