sveltevietnam / sveltevietnam.dev

Go-to one-stop information hub for Svelte community in Vietnam
https://sveltevietnam.dev
MIT License
34 stars 4 forks source link

[Page] Home - Initial Complete Design #24

Closed vnphanquang closed 1 year ago

vnphanquang commented 1 year ago

Context

This issue tracks the progress of the first design and its implementation for the home page of sveltevietnam.dev

Development

Carousel

The Impact (aka Projects) section design requires a horizontal sliding view. We could simply implement an overflow-scrolling horizontal list for this, but the UX is not very great. Similarly, the Intro section design for mobile requires a carousel.

Overall, I'm against carousel because of the complexity and the performance penalty it introduces. We have noted this for designers to avoid using such pattern in other pages. But for home page, maybe we should still do it.

Let's should look into a lightweight, performant carousel library to achieve this.

vnphanquang commented 1 year ago

@trongtran-t97 remember to track your progress here too. Thanks

vnphanquang commented 1 year ago

This issue has been running for too long. I'll wrap up the UI implementation, and leave animation for a follow-up issue