Personal portfolio website showcasing my journey as a Senior iOS Engineer
Visit the live site: rajmanikush.github.io
- Responsive Design - Fully responsive layout that works on all devices
- Modern UI - Built with Tailwind CSS for a clean, modern interface
- Smooth Animations - Intersection Observer API for scroll-based animations
- SEO Optimized - Meta tags for search engines and social media
- Fast Loading - Optimized assets and minimal dependencies
- Mobile Menu - Intuitive hamburger menu for mobile navigation
- HTML5 - Semantic markup
- Tailwind CSS - Utility-first CSS framework
- JavaScript - Vanilla JS for interactivity
- GitHub Pages - Hosting and deployment
.
├── index.html # Main HTML file
├── css/
│ ├── main.css # Original styles
│ └── style.css # Custom animations & hero styling
├── js/
│ └── main.js # Mobile menu & animations
├── images/
│ ├── Rajmani-Kushwaha.jpeg
│ └── fotis-fotopoulos-6sAl6aQ4OWI-unsplash.jpg
└── _includes/ # Jekyll includes for modular structure
├── nav.html
├── hero.html
├── overview.html
├── experience.html
├── skills.html
├── portfolio.html
└── footer.html
- Clone the repository:
git clone https://github.com/rajmanikush/rajmanikush.github.io.git
cd rajmanikush.github.io- Start a local server:
python3 -m http.server 8000- Open in browser:
http://localhost:8000
- Hero - Introduction with call-to-action buttons
- Overview - Professional summary and background
- Experience - Career timeline with brand colors
- Skills - Technical skills organized by category
- Portfolio - Featured work and projects
- Footer - Contact information and social links
- Primary: Blue/Purple gradient (
#3B82F6→#9333EA) - Target: Red (
#CC0000) - Tokopedia: Green (
#42B549) - ChicMic/CodeBrew: Orange (
#F97316)
This project is open source and available under the MIT License.
Built with ❤️ by Rajmani Kushwaha