Skip to content

Commit 7236769

Browse files
Update README.md
1 parent 1577519 commit 7236769

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ src/
3131
└── styles/ # CSS and styling files
3232
```
3333

34-
## 🚧 Maintenance Mode
34+
## Maintenance Mode
3535

3636
The website includes a maintenance overlay that can be toggled on/off using a single variable:
3737

@@ -43,7 +43,7 @@ export const MAINTENANCE_MODE = true;
4343
3. Set it to `false` to disable the maintenance overlay and show the full website
4444
4. Set it to `true` to enable the maintenance overlay
4545

46-
## 📝 Making Changes
46+
## Making Changes
4747

4848
### Updating Content
4949

@@ -150,7 +150,7 @@ The website uses Tailwind CSS for styling. The main configuration is in:
150150
2. Add the route in `src/App.tsx`
151151
3. Add the navigation link in `src/components/Navbar.tsx`
152152

153-
## 🚀 Deployment
153+
## Deployment
154154

155155
The website is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment process is handled by the GitHub Actions workflow in `.github/workflows/deploy.yml`.
156156

@@ -188,22 +188,6 @@ The website is fully responsive with three main breakpoints:
188188
- Tablet: 768px - 1024px
189189
- Desktop: > 1024px
190190

191-
## 🔍 SEO
192-
193-
Update the metadata in `index.html` to improve SEO:
194-
- Title
195-
- Description
196-
- Open Graph tags
197-
- Twitter card tags
198-
199-
## 🤝 Contributing
200-
201-
1. Create a new branch for your changes
202-
2. Make your changes
203-
3. Test locally
204-
4. Create a pull request
205-
5. Wait for review and merge
206-
207191
## 📄 License
208192

209-
MIT License - see LICENSE file for details
193+
MIT License - see LICENSE file for details

0 commit comments

Comments
 (0)