A modern, responsive academic website template perfect for researchers, professors, and academics. This template is designed to work seamlessly with GitHub Pages.
- Modern & Responsive Design: Looks great on all devices (desktop, tablet, mobile)
- Easy to Customize: Simple HTML structure with clear sections
- Professional Layout: Includes all essential sections for an academic website
- Smooth Animations: Elegant scroll animations and transitions
- Fast Loading: Optimized for performance
- SEO Friendly: Proper meta tags and semantic HTML
- Home/Hero: Eye-catching introduction with profile picture and social links
- About: Biography, awards, experience, and education
- Research: Showcase your research areas and projects
- Publications: Display your academic publications by year
- Teaching: List courses and mentoring information
- Contact: Office hours, email, and location information
-
Create a new repository:
- Go to GitHub and create a new repository named
username.github.io(replaceusernamewith your GitHub username) - For a project page, name it anything you like (e.g.,
my-academic-website)
- Go to GitHub and create a new repository named
-
Upload these files:
- Upload all the files from this template to your repository
-
Enable GitHub Pages:
- Go to repository Settings → Pages
- Under "Source", select the branch (usually
main) - Click Save
-
Access your site:
- For user site:
https://username.github.io - For project site:
https://username.github.io/repository-name
- For user site:
- Clone or download this repository
- Open
index.htmlin your web browser - Edit the files to customize your website
- Test locally before deploying
Open index.html and replace all placeholder text marked with [brackets]:
[Your Name]- Your full name[Your Title/Position]- Your current position[Your Department]- Your department name[Your University]- Your institution name- Update email addresses, social media links, etc.
Replace the placeholder image URL in the hero section:
<img src="https://via.placeholder.com/300x300" alt="Profile Picture">Change to:
<img src="images/profile.jpg" alt="Your Name">Then add your profile picture to an images folder.
In the Publications section, replace the sample publications with your own:
- Update author names (bold your name)
- Add paper titles
- Include venue and year
- Add links to PDFs, code, project pages, etc.
Edit css/style.css and modify the CSS variables at the top:
:root {
--primary-color: #2c3e50; /* Main dark color */
--secondary-color: #3498db; /* Accent blue color */
--accent-color: #e74c3c; /* Highlight red color */
/* Adjust these to match your preferences */
}You can add additional sections like:
- Blog
- Software/Tools
- Media Coverage
- Awards & Honors (expanded)
- Talks & Presentations
Omar_website/
│
├── index.html # Main HTML file
├── css/
│ └── style.css # Stylesheet
├── js/
│ └── script.js # JavaScript for interactivity
├── images/ # (Create this folder for images)
│ └── profile.jpg # Your profile picture
└── README.md # This file
This template uses Font Awesome 6 for icons. You can:
- Browse available icons at fontawesome.com/icons
- Replace existing icons by changing the class names (e.g.,
fa-envelope,fa-github)
The template is fully responsive and includes:
- Hamburger menu for mobile devices
- Flexible grid layouts that adapt to screen size
- Touch-friendly navigation
Works on all modern browsers:
- Chrome
- Firefox
- Safari
- Edge
- Keep it concise but informative
- Highlight your main research interests
- Mention key achievements and affiliations
- Update regularly
- List most recent first
- Bold your name in author lists
- Include links to papers when possible
- Consider adding citation counts or impact
- Use clear, accessible language
- Explain the significance of your work
- Include visuals if possible
If you encounter any issues or have questions:
- Check that all files are in the correct directories
- Verify that file names match exactly (case-sensitive)
- Test in a different browser
- Clear your browser cache
This template is free to use and modify for your personal academic website. No attribution required, but appreciated!
Good luck with your academic website! 🎓