Skip to content

gpq8l8s/HyebinKim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Site

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.

Used Functions / Effects

  • 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published