-
Notifications
You must be signed in to change notification settings - Fork 341
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
[#3304] Redesign Vuestic
landing
#3340
Conversation
While we have blue as accent color, it feels strange to have purple icons Hand drawn icons feel inappropriate when all other design looks formal. Text also not relevant. IMO "Support modern browsers" mean nothing, wondering if there are frameworks that support only old browsers lol. "No IE, sorry" also old and must be removed because it makes no sense (every vue3 framework do not support IE11 and it is not modern browser). I would change it to "responsive" only. As a developer I will be interested in Developer Experience, SSR support, Keyboard Navigation and integration with other things like AgGrid, Tailwind, UnoCss, (maybe Laravel, rich text editors - we don't have this for now), etc. I change features list to: Accessible & keyboard navigation support
Btw, first section looks perfect! |
@zvenigorodskaia, we must merge this PR in develop when it is completed. If you're going to review this, please, run project locally. Otherwise, the incomplete landing page will appear in production with tiny releases someday. For example, I've just fixed the form demos and if we merge this PR before, it would have ended up in production. |
class="partners__logo" | ||
> | ||
<LandingIconsIconAgGrid /> | ||
</a> | ||
</div> | ||
|
||
<h3 class="partners__subtitle"> |
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.
Must be h2, cuz it is a header of sponsors section (even if it smaller)
Description
close #3304
close #3347
landing
pageoverview
pagelanding.vue
anddefault.vue
nuxt layoutsscreenshots
Screen.Recording.2023-04-17.at.19.47.39.mov
Types of changes