diff --git a/README.md b/README.md index 619dc07..1af42d9 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ ## This contains _very small projects_, maybe just _some effects_ or _some pages_ or _some random stuff_ ![cute gif](./tumblr_mvnd6kfRpo1sibpv8o1_540.gif) + +[Link to them](https://blurk.github.io/Pet-Projects/) diff --git a/typeEffect/script.js b/typeEffect/script.js index ff3817f..da48d78 100644 --- a/typeEffect/script.js +++ b/typeEffect/script.js @@ -1,4 +1,4 @@ -const contents = ["Sinh Nguyen", "A Front-end Developer", "A Desginer"]; +const contents = ["Sinh Nguyen", "A Front-end Geek", "A Ui/UX Geek"]; let count = 0; let index = 0;