Personal portfolio and resume site for Rohitash Kator, Senior Full-Stack Software Engineer. Hosted on GitHub Pages.
Static single-page portfolio with sections for:
- Home — Intro and hero
- About — Bio and experience
- Projects — Work and side projects
- Skills — Tech stack and tools
- Articles — Blog posts
- Contact — Get in touch
Additional pages: blog, portfolio details, hobbies, skills, and profiles.
- HTML5, CSS3, JavaScript
- Bootstrap for layout and components
- Custom theme:
css/rk-modern.css,css/style.css - Material Design Icons, Tiny Slider, MK Lightbox
-
Clone the repo:
git clone https://github.com/itsRkator/itsrkator.github.io.git cd itsrkator.github.io -
Open in a browser (no build step):
- Open
index.htmldirectly, or - Use a simple static server, e.g.:
Then visit the URL shown (e.g.
npx serve .http://localhost:3000).
- Open
├── index.html # Main portfolio page
├── page-blog.html # Blog listing
├── page-portfolio.html # Portfolio listing
├── page-skills.html # Skills detail
├── css/ # Styles (Bootstrap, theme, colors)
├── js/ # Scripts (app, contact, sliders, etc.)
├── images/ # Assets and skill icons
├── assets/ # PDFs (CV, resume)
└── fonts/ # Icon fonts
ISC