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

Landing page #929

Merged
merged 2 commits into from
Apr 12, 2021
Merged

Landing page #929

merged 2 commits into from
Apr 12, 2021

Conversation

venimus
Copy link
Member

@venimus venimus commented Dec 15, 2020

No description provided.

src/router.js Outdated Show resolved Hide resolved
@venimus venimus force-pushed the landing-page branch 2 times, most recently from 0b32874 to 343b12c Compare December 16, 2020 21:39
@venimus venimus marked this pull request as ready for review December 16, 2020 21:40
@venimus venimus force-pushed the landing-page branch 2 times, most recently from d1d4e9a to e9c200a Compare February 26, 2021 18:18
@mradkov
Copy link
Contributor

mradkov commented Mar 5, 2021

Is this still a WIP? @venimus can you check why the CI is failing?

@stale
Copy link

stale bot commented Mar 24, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 24, 2021
@mradkov
Copy link
Contributor

mradkov commented Mar 25, 2021

@venimus any update on this?

@stale stale bot removed the stale label Mar 25, 2021
@venimus venimus force-pushed the landing-page branch 3 times, most recently from ef5b814 to b242a18 Compare March 29, 2021 13:47
@github-actions
Copy link

@venimus venimus force-pushed the landing-page branch 2 times, most recently from bc8cd00 to 8cabe0c Compare March 29, 2021 16:14
@mradkov
Copy link
Contributor

mradkov commented Mar 30, 2021

Uploading Screenshot 2021-03-30 at 11.04.27.png…

@venimus venimus force-pushed the landing-page branch 3 times, most recently from 427ee9e to b170531 Compare March 31, 2021 16:41
Copy link
Member

@davidyuk davidyuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • is landing/favicon.png used?
  • landing/github copy.png looks the same as landing/github.png
  • src/assets/landing/github.png seems to be not used
  • src/assets/landing/section6-background.png seems to be not used
  • src/assets/landing/slide1.png seems to be not used
  • src/assets/landing/social-card.png seems to be not used
  • icon-share.svg and voting-icon.svg looks the same
  • src/assets/landing/join_superhero_looper.png seems to be not used

src/assets/landing/ae-logo.svg Outdated Show resolved Hide resolved
src/assets/landing/bg-pattern.svg Outdated Show resolved Hide resolved
src/assets/landing/green-cubes-bg-pattern.svg Outdated Show resolved Hide resolved
src/assets/landing/section1-background.svg Outdated Show resolved Hide resolved
src/locales/en.json Outdated Show resolved Hide resolved
Comment on lines +375 to +463
.landing-page {
background: #f2f2f2;
color: #212529;
font-family: Oxygen, sans-serif;
font-weight: 400;
line-height: 1.5;
margin: 0 auto;
max-width: 100vw !important;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.landing-page {
background: #f2f2f2;
color: #212529;
font-family: Oxygen, sans-serif;
font-weight: 400;
line-height: 1.5;
margin: 0 auto;
max-width: 100vw !important;
#app.landing-page {
background: #f2f2f2;
color: #212529;
font-family: Oxygen, sans-serif;
font-weight: 400;
line-height: 1.5;
margin: 0 auto;
max-width: none;

(none is a default value)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is to avoid calculating the scrollbar width

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need just to stretch the layout to the whole screen (in other screens max-width is limited by container-with variable)

src/views/Landing.vue Outdated Show resolved Hide resolved
src/views/Landing.vue Outdated Show resolved Hide resolved
src/views/Landing.vue Outdated Show resolved Hide resolved
@davidyuk davidyuk self-requested a review April 8, 2021 23:15
src/App.vue Show resolved Hide resolved
src/router.js Outdated Show resolved Hide resolved
src/router.js Outdated Show resolved Hide resolved
Copy link
Member

@davidyuk davidyuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have approved this before, but this is not true :P

@AtanasKrondev AtanasKrondev force-pushed the landing-page branch 4 times, most recently from ffd5cbd to 5c5634b Compare April 12, 2021 07:22
@mradkov
Copy link
Contributor

mradkov commented Apr 12, 2021

Some padding is missing on mobile and the last buttons are misaligned.

Screen.Recording.2021-04-12.at.13.26.56.mov

@venimus venimus changed the title [WIP] Landing page Landing page Apr 12, 2021
@davidyuk davidyuk merged commit 94e759b into develop Apr 12, 2021
@davidyuk davidyuk deleted the landing-page branch April 12, 2021 11:21
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.

4 participants