-
Notifications
You must be signed in to change notification settings - Fork 394
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
Animated logo carousel #4459
Animated logo carousel #4459
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @yathomasi !! ❤️
Suggested some rephrasing for the sentence, PTAL
<div className="mb-5"> | ||
<h2 className={cn('text-2xl font-medium text-center', styles.title)}> | ||
Empowering from startups to Fortune 500 Companies: Our Open Source | ||
Tools at Work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest this:
Empowering thousands of users and customers from startups to fortune 500 companies
notes:
- avoiding open source mention - some use FOSS, some paid, and future rebranding might make this more misleading, so keeping it general
- sentence case (not title case)
- don't think we need ":" here (also avoided ",") - will look cleaner imo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
avoiding open source mention - some use FOSS, some paid, and future rebranding might make this more misleading, so keeping it general
Just for context: We have on purpose made the dvc.org website about open source (see hero).
All of these logos will not be able to be used for Studio. They can only be used for DVC website (or eventual page in rebranding) except for the ones that came from the Iterative site. So the open-source part is not an issue here.
That being said, I like your edit. Because open-source is mentioned in the hero, this simplifies the idea into one thought: EMPOWER, and lets people reflect on logos. I like it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have on purpose made the dvc.org website about open source (see hero).
Yep, that makes total sense @jendefig - makes sense IMO to refer here to both users and customers, in the page-context of open source like you mentioned!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it! See the other comment I put separately in my excitement! 👆🏽
Thanks @omesser and @jendefig for the suggestions.
moved up to hero section so it should be visible now
Again, now we moved to hero section the coloring looks good to me
Sure, we can test that. I will push an update soon.
I think it's more faster than previous and few other optimizations
Done, right after InLAB. Let me know if we have more similar preferences.
As mentioned, few optimizations are in place so that the flicker seems invisible or slight. We already had double set, now I multiplied it few more times and it should be negligible now.
Updated title with
|
I personally think it looks a bit jarring and is slicker without the capital "F" and the ":". But I don't feel strongly about this that much 😄 , definitely not blocking |
@yathomasi - can you TAL at the restyled error please? is it a false negative? |
Kind of, it's not actionable on our side. I had an issue open on their side restyled-io/restyler#204 and as mentioned the solution is not applicable or worth the effort. So, I believe it's okay to skip that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it!
Regarding Fortune 500 - It should be capitalized. It came from the magazine Fortune, so capitalized is correct.
The only thing is that there a way that the logos can fade out at the actual sides of my screen as opposed to the abbreviated one in line with the copy?
Is that because it will crash into the what's new button? Can we move the what's new button out of the way entirely? I see that if it is just up in the hero section it will crash into things on the left, but could it be on the right under the video?
Thanks, @jendefig. The width is kept the same as the hero section so that it doesn't look overflowing. Actually, we can increase the width of the hero section up to how much the navbar is covering. But, for now, we can go ahead and merge this and do a little follow-up if needed.
|
We want the logos to look overflowing. Before the changes they went completely across my screen. See my previous picture. |
This is how it would look and we wouldn't recommend it for a few good reasons:
|
Merging this as we don't have any major blocker. We can definitely do follow-ups if anything comes up. cc: @jendefig |
Great work @yathomasi @jendefig! Looks nice. |
Closes #4214