Welcome to the repository for progshubham.github.io, a personal website and portfolio.
- Personal projects showcase
- Experience
- Contact information
progshubham.github.io/
├── public/
│ └── favicon.svg # Site favicon
├── src/
│ ├── components/ # Astro components
│ │ ├── About.astro # About section
│ │ ├── Education.astro # Education section
│ │ ├── Experience.astro # Work experience section
│ │ ├── Footer.astro # Site footer
│ │ ├── Header.astro # Navigation header
│ │ ├── Hero.astro # Hero/intro section
│ │ └── Projects.astro # Projects showcase
│ ├── pages/
│ │ └── index.astro # Main page layout
│ ├── styles/
│ │ └── global.css # Global styles
│ └── config.ts # Site configuration
├── astro.config.mjs # Astro configuration
├── package.json # Project dependencies
├── tailwind.config.js # Tailwind configuration
└── tsconfig.json # TypeScript configuration
To run locally:
git clone https://github.com/progshubham/progshubham.github.io.git
cd progshubham.github.io
npm installAfter that, start up the Astro dev server with:
npm run dev
This project is licensed under the MIT License.