Click this to go to the Site.
- Made second week of January
- ~curren : adding Nav to come out smoothly, more content and modifying portfolio works on the site.
- Underbar when hover : skill part (css)
- Typing effect on the title (js)
const stringArr = ['Hyebin Kim'];
const selectString = stringArr[Math.floor(Math.random() * stringArr.length)];
const selectStringArr = selectString.split('');
return selectStringArr;
}
Give a text on js to show on the page and made it as an array. With split, putting letters out one by one, to make it look like have been typing
- Landing page effect (js)
gsap.timeline
- Toggle button on navigator (js)
reference video on youtube [typing effect with js](https://www.youtube.com/watch?v=e56H5n1SvEs)