A modern, responsive academic portfolio website showcasing the research, publications, and professional journey of Saddiq Ur Rehman, a PhD student specializing in Building Information Modeling (BIM) and Artificial Intelligence in the construction industry.
- 📱 Responsive Design: Optimized for all devices and screen sizes
- 🎨 Modern UI: Clean, professional design with smooth animations
- 🌙 Dark/Light Mode: Toggle between themes for optimal viewing
- 📊 Dynamic Content: Auto-updating publication counts and statistics
- 🔍 Interactive Elements: Modal popups, image zoom, and hover effects
- 📚 Publications Management: Organized display of research papers and citations
- 🚀 Project Showcase: Detailed project presentations with technical specifications
- 🏆 Awards Display: Certificate viewer with zoom functionality
├── index.html # Main HTML structure
├── assets/
│ ├── css/
│ │ └── styles.css # Complete styling system
│ ├── js/
│ │ └── script.js # Interactive functionality
│ ├── images/
│ │ ├── profile_pic.png # Profile image
│ │ ├── profile_pic_2.jpg # Hover effect image
│ │ ├── projects/ # Project screenshots
│ │ ├── certificates/ # Award certificates
│ │ └── logos/ # Institution logos
│ └── icons/
│ └── favicon.ico
└── README.md
- 🏠 Home: Profile introduction, about me, research interests, recent news
- 🎓 Education: Academic background and qualifications
- 💼 Experience: Professional experience with timeline
- 📚 Publications: Research papers with citations and impact factors
- 🚀 Projects: Technical projects with detailed descriptions
- 🛠️ Skills: Technical competencies and tools
- 🏆 Awards: Certifications and achievements
- 📞 Contact: Contact information and location
Download or clone the repository to your local machine.
- Update personal information in
index.html - Replace profile images in
assets/images/ - Add your certificates to
assets/images/certificates/ - Update company logos in
assets/images/logos/
Edit the publications section in index.html to include your research papers:
- Publication title and authors
- Journal name and impact factor
- DOI links and citations
Add your projects with:
- Project descriptions and objectives
- Technologies used
- Outcomes and achievements
- Screenshots or demonstrations
Upload the files to your web hosting service or GitHub Pages.
The website uses CSS variables for easy color customization:
:root {
--primary-color: #3498db;
--secondary-color: #9b59b6;
--text-primary: #2c3e50;
--bg-primary: #ffffff;
}To add new content sections:
- Create a new tab button in the navigation
- Add the corresponding content section
- Update the JavaScript for tab switching
The website is fully responsive with breakpoints for:
- Mobile devices (320px+)
- Tablets (768px+)
- Desktop (1024px+)
- Large screens (1600px+)
- Pure CSS/HTML/JavaScript: No external frameworks required
- Font Awesome Icons: For consistent iconography
- Google Fonts: Professional typography
- CSS Grid & Flexbox: Modern layout techniques
- Smooth Animations: CSS transitions and keyframes
- Modal System: Interactive popups for detailed content
- Fast loading times
- Optimized images
- Minimal JavaScript
- SEO-friendly structure
- Accessibility compliant
Compatible with all modern browsers:
- Chrome 60+
- Firefox 55+
- Safari 12+
- Edge 79+
Saddiq Ur Rehman
- 📧 Email: saddiqurrehman@khu.ac.kr
- 🔗 LinkedIn: saddiq-ur-rehman
- 💻 GitHub: isaddiq
This project is licensed under the MIT License - see the LICENSE file for details.