From 8b798f8deaa97774c64cd2c41e912bf88978a4da Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 18 Jun 2023 18:18:44 +0600 Subject: [PATCH] Fix broken images --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 243ababe2..9c48fb3df 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@

- Preview + Preview
- Shadow + Shadow

**GitProfile** is an easy to use portfolio builder where you can create a portfolio page automatically by just providing your GitHub username. It is built using React.js on top of Vite. But it's not necessary to have knowledge on these to get you started. You can make your own copy with zero coding experience. @@ -79,7 +79,7 @@ To view a live example, **[click here](https://arifszn.github.io/gitprofile)**. Or try it **[online](https://stackblitz.com/edit/gitprofile)**.

- Themes + Themes

## 🎉 Thank you for the 800 ★ @@ -108,7 +108,7 @@ These instructions will get you a copy of the project and deploy your portfolio - If you want to host your portfolio at `https://.github.io/` (e.g. `https://.github.io/portfolio`), rename your forked repository to `` (e.g. `portfolio`) in GitHub. - **Enable workflows:** Go to your repo's **Actions** tab and enable workflows. - ![Workflows](https://arifszn.github.io/assets/img/hosted/gitprofile/workflows.png) + ![Workflows](https://arifszn.netlify.app/assets/img/hosted/gitprofile/workflows.png) - **Base Value:** Open `vite.config.js`, and change `base`'s value. @@ -386,7 +386,7 @@ const config = { ```

- Theme Dropdown + Theme Dropdown

You can create your own custom theme by modifying these values. Theme `procyon` will have the custom styles. @@ -631,7 +631,7 @@ const config = { }; ``` -![Blog](https://arifszn.github.io/assets/img/hosted/gitprofile/blog.png) +![Blog](https://arifszn.netlify.app/assets/img/hosted/gitprofile/blog.png) The posts are fetched by [blog.js](https://github.com/arifszn/blog.js).