diff --git a/README.md b/README.md index 84f13b2..8e4e224 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@
-

Projects

+

Projects

- -License + +License - -People + +People - -Stars + +Stars - -Forks + +Forks - -Watches + +Watches - -Last Updated + +Last Updated

Showcase All Your Projects 🛍️🎇

@@ -39,14 +39,14 @@ Also shows pretty programming icons using `devicons`. ## Inspiration -Needed a way to display all my projects, used my [portfolio's project section](https://2kabhishek.github.io/#projects) as inspiration. +Needed a way to display all my projects, used my [portfolio's project section](https://vivekiet22.github.io/#projects) as inspiration. ## Getting Projects To get projects, follow these steps: ```bash -git clone https://github.com/2kabhishek/projects +git clone https://github.com/vivekiet22/projects cd projects ``` @@ -89,7 +89,7 @@ displayed correctly for any of your repos, update `devicons` mapping in `script. ## Viewing projects -Open `index.html` in your favorite browser or visit [2kabhishek.github.io/projects](https://2kabhishek.github.io/projects). +Open `index.html` in your favorite browser or visit [vivekiet22.github.io/projects](https://vivekiet22.github.io/projects). ## How it was built @@ -112,6 +112,6 @@ Hit the ⭐ button if you found this useful.
-Source | Website +Source | Website
diff --git a/images/favicon.png b/images/favicon.png index f7048fa..5b0830a 100644 Binary files a/images/favicon.png and b/images/favicon.png differ diff --git a/images/screenshot.png b/images/screenshot.png index a571dba..0f07d25 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/index.html b/index.html index 9fd8630..9d98b63 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 2KAbhishek's Projects + vivekiet22's Projects diff --git a/script.js b/script.js index a6cfcde..6a577fc 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2kabhishek'; +const username = 'vivekiet22'; const maxPages = 2; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos');