-
Notifications
You must be signed in to change notification settings - Fork 50
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
Rearrange and update splash contents #952
Conversation
531a38b
to
1e501d5
Compare
1e501d5
to
c6d0ec3
Compare
b598fe9
to
94ba4ca
Compare
Awesome work here @victorlin! One quick I just noticed is that the responsive behavior at phone width is not ideal. Here's what I just got: ![]() I'd recommend:
Exact breakpoint for both of the above would have to be experimented with. |
I also just made a few small tweaks to the language in the links (in part to make everything a noun rather than mix of nouns and verbs). I also didn't know exactly where the "open source tooling" link should go, but it felt too much like dropping someone in the middle of nowhere to link directly to github.com/nextstrain. I instead linked to the install section of the docs. |
Thanks @trvrb! I'll play around with it more at narrow widths and push some fixes for that. 👍 link to installation docs should be more meaningful to users. I'll change the icon from GitHub logo to something that represents "tooling". |
bc353f1
to
74a3882
Compare
6054f5d
to
d6f513e
Compare
d6f513e
to
13c2dd5
Compare
I felt myself reaching for the more precise breakpoints from Bootstrap v4 so I created a PR to switch to that and used it here. Responsive design now looks like: responsive-splash.mov |
13c2dd5
to
9bc0937
Compare
74a3882
to
fa40d2b
Compare
Tweak the design of the sections for the new placement.
For the linked sections, replace 'Community' and 'Narratives' with 'About us' and 'Open source tooling'. These new sections also replace the intro paragraph. Co-authored-by: Trevor Bedford <[email protected]>
Put this in a separate component.
Previously, this overflowed at ~400px width. Now, it overflows at ~320px width. For reference, the iPhone SE 2nd gen is 375px wide.
The link with logo+title is redundant with the large heading on the home page.
This adds visual flair between the heading and featured analyses.
9bc0937
to
0a4ccf4
Compare
I really like what you ended up with here @victorlin in terms of responsive breakpoints. |
preview
Description of proposed changes
Follow-up to #901 which added a section without much thinking on how it fits with the rest of the page. Design and contents directly reflects mockup by @trvrb.
Related issue(s)
Checklist