v1.0.0
Initial release
1.0.0 - 2023-11-15
-
Added:
- NavBar component (
NavBar.tsx) - Body layout
- Footer component (
Footer.tsx) - ThemeSwitcher component
- About page (
pages/about.tsx) - Education page (
pages/education.tsx) - Experience page (
pages/experience.tsx) - Media page (
pages/media.tsx) - Connect page (
pages/connect.tsx) - Folder structure
- Resend email integration (
api/email/route.ts) - Images (
public/) and Icons (components/) - Custom theme data at
globals.css - Custom components (e.g.,
ItemCards.ts) - Interfaces for types (
interfaces.ts) - Pull request guidelines (
PULL_REQUEST_GUIDELINES.md) - Branch naming guidelines (
BRANCH_NAMING_GUIDELINES.md)
- NavBar component (
-
Changed:
- Updated Home page (
app/page.tsx) - Formatted layout & structure
- Updated
README.md
- Updated Home page (
-
Fixed:
- Website accessibility issues
What's Changed
- feat(main): Develop Version 1.0.0 [#2] by @dileepadev in #4
- docs(main): Add new guidelines by @dileepadev in #5
Full Changelog: v0.1.0...v1.0.0