A personal portfolio website showcasing projects, skills, and professional links. Built with HTML, CSS, JavaScript, and styled with Tailwind CSS.
Visit the live portfolio at: teejaz.github.io
├── index.html # Main portfolio page
├── src/
│ ├── mystyle.css # Custom CSS styles
│ └── style_movement.css # Animation styles
├── images/ # Image assets
│ ├── ART/ # 3D artwork images
│ └── ... # Profile and project images
├── dist/ # Compiled CSS output
├── package.json # Dependencies and build scripts
└── tailwind.config.js # Tailwind CSS configuration
- Responsive Design: Mobile-friendly layout using Bootstrap and Tailwind CSS
- Tab Navigation: Multi-section portfolio with smooth tab switching
- Project Showcase: Interactive project cards with hover effects
- 3D Art Gallery: Dedicated section for 3D modeling work
- Professional Links: Quick access to LinkedIn, GitHub, and resume
- Home: Introduction with social links and personal photos
- Projects: Showcase of development projects including:
- AI/TensorFlow image painting
- Smart parking system
- Java blog platform
- Planetary system simulation
- 3D Projects: Gallery of 3D artwork and simulations
- Links: Additional resources and connections
- Frontend: HTML5, CSS3, JavaScript
- Styling: Tailwind CSS, Bootstrap 4.4.1
- Icons: Ionicons, Material Icons
- Build Tools: Node.js, PostCSS
- Deployment: GitHub Pages
- Node.js (v20 or higher)
- npm
- Clone the repository:
git clone https://github.com/teejaz/teejaz.github.io.git
cd teejaz.github.io- Install dependencies:
npm install- Build CSS files:
npm run build- Start development server:
python -m http.server 5000- Open your browser and navigate to
http://localhost:5000
The project uses Tailwind CSS for styling. To compile CSS:
# Build and minify CSS
npm run build
# This compiles:
# src/mystyle.css → dist/styles.css
# src/style_movement.css → dist/style_movement.cssThe portfolio is fully responsive and optimized for:
- Desktop computers
- Tablets
- Mobile devices
- Add project images to the
images/directory - Update the Projects tab in
index.htmlwith new project cards - Follow the existing structure for consistency
- Modify
src/mystyle.cssfor custom styles - Use Tailwind utility classes in HTML
- Run
npm run buildafter making changes
- LinkedIn: Tejas Sevak
- GitHub: teejaz
- Resume: View Resume
This project is open source and available under the ISC License.
Built with ❤️ by Tejas Sevak