Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial landing page refresh #4479

Merged
merged 7 commits into from
Aug 25, 2021
Merged

initial landing page refresh #4479

merged 7 commits into from
Aug 25, 2021

Conversation

matthewbcool
Copy link
Contributor

@matthewbcool matthewbcool commented Aug 4, 2021

Updates the landing page to reflect changes based on designs and research provided by our design team.

Old Mobile View New Mobile View
Image from Gyazo Image from Gyazo
Old Desktop View New Desktop View
Image from Gyazo Image from Gyazo

Introduces several new buttons and the SocialBar component to our component library:

Landing Buttons SocialBar
Image from Gyazo Image from Gyazo

We can test with the new images locally by making some edits to configs.js and importing the following new images:

  localDevImages = {
    logo: appLogo,
    company_logo: companyLogo,
    editor_logo: sceneEditorLogo,
    home_background: homeHeroBackground,
    landing_rooms_thumb: landingRoomsThumb,
    landing_media_thumb: landingMediaThumb,
    landing_communicate_thumb: landingCommunicateThumb
  };
}

app-logo
home-hero-background-unbranded
landing_rooms_thumb
landing_media_thumb
communicate

The above images are meant to replace the images on HMC located below.

![app-logo](https://user-images.githubusercontent.com/4493657/128574127-9c95e253-dbfc-4fc4-8e05-2e5c2042e662.png)

https://uploads-prod.reticulum.io/files/7b42d52c-da14-403e-8a4f-73ddffde6070.png
home-hero-background-unbranded.jpg

https://uploads-prod.reticulum.io/files/f2784b9a-c4d7-43f0-8324-3959b14ca3fd.jpg
landing_rooms_thumb.jpg

https://uploads-prod.reticulum.io/files/6970b836-b138-40e1-8848-1ea4b9462afa.jpg
landing_media_thumb.jpg

src/react-components/home/CreateRoomButton.js Show resolved Hide resolved
src/react-components/home/HomePage.scss Outdated Show resolved Hide resolved
src/react-components/home/HomePage.scss Outdated Show resolved Hide resolved
src/react-components/home/SignInButton.scss Show resolved Hide resolved
src/react-components/home/SocialBar.js Outdated Show resolved Hide resolved
src/react-components/home/SocialBar.scss Show resolved Hide resolved
src/react-components/input/Button.stories.js Show resolved Hide resolved
src/react-components/layout/Footer.scss Show resolved Hide resolved
src/react-components/layout/Header.scss Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants