A modern, responsive portfolio website showcasing the professional work and research of Mohammad Deen Hayatu, MSc, a doctoral candidate specializing in inflammation, immunology, and genetics.
- Profile Image: Replaced expired LinkedIn URL with local image (
assets/images/profile.jpg) - Mobile Responsiveness: Added proper mobile navigation menu
- User Experience: Enhanced animations and interactions
- ✅ Mobile-responsive navigation menu
- ✅ Smooth scroll animations
- ✅ Back-to-top button
- ✅ Intersection Observer for fade-in animations
- ✅ Improved profile image with hover effects
- ✅ Enhanced hero section with better typography
- ✅ Better mobile menu UX
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Framework: Tailwind CSS
- Icons: Font Awesome 6.5.1
- Fonts: Custom Noto Sans Condensed
- Hosting: GitHub Pages
- Responsive Design: Works seamlessly on desktop, tablet, and mobile
- SEO Optimized: Proper meta tags, Open Graph, and Twitter Cards
- Accessibility: ARIA labels and semantic HTML
- Performance: Optimized images and minimal JavaScript
- Analytics: Google Analytics integration
- Social Integration: Links to LinkedIn, GitHub, ResearchGate, and X (Twitter)
- Current:
assets/images/profile.jpg - Dimensions: Optimized for 192x192px (w-48 h-48 in Tailwind)
- Format: JPG/PNG recommended
- Update path in
index.htmlline ~87 if changing filename
Edit the Publications section in index.html around line 140-150. Follow the existing format:
<div class="border-l-4 border-blue-600 pl-4 mb-6">
<p class="text-lg mb-2"><em>Your Publication Title</em></p>
<p class="text-gray-600">Authors (Year). Journal, Volume, Pages.</p>
<a href="DOI_LINK" class="text-blue-600 hover:text-blue-800">Full Text →</a>
</div>Update contact details in the Contact section around line 190-200.
This site is hosted on GitHub Pages. Any push to the main branch will automatically deploy.
- Make your changes
- Commit and push to GitHub
- Changes will be live at:
https://mohammaddeen.github.io/
- Image Optimization: Consider WebP format for better compression
- CDN: Tailwind and Font Awesome are loaded from CDN for better caching
- Analytics: Currently using Google Analytics 4
- Security: Added Usercentrics for GDPR compliance
- Check if
assets/images/profile.jpgexists - Verify file permissions
- Clear browser cache
- Check browser console for errors
- Ensure JavaScript is enabled
- Check browser console for errors
- Verify Font Awesome icons are loading
Consider implementing:
- Dark mode toggle
- Blog/News section
- Interactive research timeline
- PDF CV download
- Contact form with backend
- Multi-language support
- Progressive Web App (PWA) features
For technical issues or updates, contact: mohammad.hayatu@uk-erlangen.de
© 2024 Mohammad Deen Hayatu. All rights reserved.