Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.06 KB

TODO.md

File metadata and controls

23 lines (19 loc) · 1.06 KB

TODO-list

Improvement

  • make the menu stick to the top of the page after scrolled out of view.
    • this effect is implemented with CSS and could be improved by using JS
  • experience section should have the line inside the component and not outside!
  • add a noise texture to background of certain components.
  • set the primary and secondary color in tailwind config file.
  • add a circle in that lines up with the company title.
  • add page functionality to the project section.
  • add pop-up for when user click the projects.
  • implement smooth the scrolling for the anchor links.
  • add a change theme button.

    the theme is now set to dark as default, maybe I can set it to user's preference.

  • add the functionality to highlight the active section.
  • add animation for the toTop component.
  • use transitions for displaying popups.
  • add smooth scrolling for Shayan Delbari that links to top of the page.

Problems

  • The menu highlights about when view is on the Hero section after the page is scrolled.