- ๐ I'm a software developer at tcs.
- ๐ I'm interested in Artificial intelligence, Natural language processing,low code.
- ๐ฑ I'm currently improving my skills in the full stack devopment via the mean stack and the machine learning.
- ๐๏ธ I'm looking for job in software development related positions.
Visit my portfolio website: https://chirag127.github.io/chirag127
This repository includes an optimized assets/ directory with:
- Favicon (SVG & ICO formats)
- Profile photo placeholder (ready to replace with your photo)
- Project screenshots (3 placeholder images)
- Social media icons (GitHub, LinkedIn, Email, Web)
All images are optimized for web performance using SVG format for fast loading and scalability.
๐ See assets/README.md for details on usage and optimization.
This repository is configured for automatic deployment to GitHub Pages.
The site deploys automatically when you push to the main branch via GitHub Actions.
-
Enable GitHub Pages:
- Go to your repository settings:
https://github.com/chirag127/chirag127/settings/pages - Under "Build and deployment":
- Source: Select "GitHub Actions"
- Save changes
- Go to your repository settings:
-
Verify Deployment:
- Go to the "Actions" tab in your repository
- Check that the "Deploy to GitHub Pages" workflow runs successfully
- Your site will be available at:
https://chirag127.github.io/chirag127
To preview the site locally:
# Option 1: Using Python
python -m http.server 8000
# Option 2: Using Node.js (if you have npx)
npx serve
# Option 3: Using PHP
php -S localhost:8000Then open your browser to http://localhost:8000
-
Replace placeholder images:
- Add your profile photo:
assets/images/profile-placeholder.svg - Add project screenshots:
assets/images/project-screenshot-*.svg - See assets/README.md for optimization tips
- Add your profile photo:
-
Update content:
- Edit
index.htmlto customize your portfolio - Update social links with your actual profiles
- Add your real project descriptions
- Edit
-
Customize styling:
- Modify the
<style>section inindex.html - Change color scheme by updating gradient colors
- Adjust layout and responsive breakpoints
- Modify the
The deployment is configured via .github/workflows/pages.yml which:
- Triggers on push to
mainbranch - Deploys the entire repository to GitHub Pages
- Supports manual workflow dispatch



