From 2f55ca775e729c82147d7dd5705fa8e1c19afee8 Mon Sep 17 00:00:00 2001 From: blurk <55154720+blurk@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:22:58 +0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 619dc07..b9bf242 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://github.com/blurk/Pet-Projects/deployments/activity_log?environment=github-pages) From 0f03ed81e68966c02775e49a59ea72c3e3c435ab Mon Sep 17 00:00:00 2001 From: blurk <55154720+blurk@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:24:49 +0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bf242..1af42d9 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ ![cute gif](./tumblr_mvnd6kfRpo1sibpv8o1_540.gif) -[Link to them](https://github.com/blurk/Pet-Projects/deployments/activity_log?environment=github-pages) +[Link to them](https://blurk.github.io/Pet-Projects/) From b5412d6061fcc5f5148b4471e83f68dc58bed431 Mon Sep 17 00:00:00 2001 From: blurk <55154720+blurk@users.noreply.github.com> Date: Sun, 29 Nov 2020 21:57:09 +0700 Subject: [PATCH 3/3] Update script.js --- typeEffect/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;