Skip to content

progshubham/progshubham.github.io

Repository files navigation

progshubham.github.io

Welcome to the repository for progshubham.github.io, a personal website and portfolio.

Features

  • Personal projects showcase
  • Experience
  • Contact information

Project Structure

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

Getting Started

To run locally:

git clone https://github.com/progshubham/progshubham.github.io.git
cd progshubham.github.io
npm install

After that, start up the Astro dev server with:

npm run dev

License

This project is licensed under the MIT License.

About

Official online git portfolio of Shubham Kumar Rohit

Resources

License

Stars

Watchers

Forks

Packages

No packages published