issues
search
HidemichiShimura
/
old-portfolio
My personal portfolio website
https://hidemichi-shimura.vercel.app/
0
stars
0
forks
source link
Implement in-page navigation to sections in main
#35
Closed
HidemichiShimura
closed
1 year ago
HidemichiShimura
commented
1 year ago
Goal
Users get to a section when they click on a section in the navigation menu
Deadline / Task size
1 day
Steps
Add
id
as props to
<SectionLayout />
at which the window scrolling ends up
Uncertainty
none
Additional memo
The Intro section does not contain
<SectionLayout />
and its id is hard coded, which needs to be fixed as well.
Goal
Deadline / Task size
Steps
id
as props to<SectionLayout />
at which the window scrolling ends upUncertainty
Additional memo
<SectionLayout />
and its id is hard coded, which needs to be fixed as well.