Skip to content

Commit

Permalink
Closes #107 updating to use Bootstraps color mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mshuber1981 committed Jun 22, 2024
1 parent 5d7e9df commit 0a61ec9
Show file tree
Hide file tree
Showing 26 changed files with 345 additions and 319 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ A helpful guide for Create React App deployments with GitHub Pages can be found
1. Update the homepage value ([package.json](https://github.com/mshuber1981/github-react-portfolio-template/blob/main/package.json#L3) line 3)

```json
"homepage": "https://YourUsername.github.io/your-app/",
"homepage": "https://YourUserName.github.io/your-repo/",
```

2. Run the deploy command
Expand All @@ -86,6 +86,8 @@ Checkout the [Wiki](https://github.com/mshuber1981/github-react-portfolio-templa
- [Updating the About Me section](https://github.com/mshuber1981/github-react-portfolio-template/wiki/Updating-the-About-Me-section)
- [Updating the Skills section](https://github.com/mshuber1981/github-react-portfolio-template/wiki/Updating-the-Skills-section)
- [Updating the Projects section](https://github.com/mshuber1981/github-react-portfolio-template/wiki/Updating-the-Projects-section)
- [Updating the theme color](https://github.com/mshuber1981/github-react-portfolio-template/wiki/Updating-the-theme-color)
- [Updating the Footer icons theme (light or dark)](https://github.com/mshuber1981/github-react-portfolio-template/wiki/Updating-the-Footer-icons-theme)

[Back to top :top:](#a-react-portfolio-template-for-github)

Expand Down
Binary file modified README_images/contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_images/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_images/heroDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 44 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github-react-portfolio-template",
"homepage": "https://YourUsername.github.io/your-app/",
"version": "0.1.0",
"homepage": "https://YourUserName.github.io/your-repo/",
"version": "1.0.0",
"private": true,
"dependencies": {
"@iconify/react": "^4.1.0",
Expand All @@ -15,6 +15,7 @@
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-scroll": "^1.8.7",
"sass": "^1.77.6",
"styled-components": "^6.1.11",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
Expand Down
Loading

0 comments on commit 0a61ec9

Please sign in to comment.