A modern, responsive personal website showcasing my research in AI and Robotics at King's College London.
🌍 Website: https://anthony-eee.github.io
- Hero Section: Eye-catching gradient background with call-to-action buttons
- Modern Typography: Clean, professional font hierarchy
- Responsive Layout: Optimized for all devices (desktop, tablet, mobile)
- Smooth Animations: Hover effects and transitions for better user experience
- Research Interests: Detailed overview of AI and Robotics focus areas
- Latest News: Timeline-style updates with visual indicators
- Publications: Enhanced paper presentation with better formatting
- Research Projects: Interactive project cards with status indicators
- Technical Skills: Organized skill categories with visual icons
- Awards & Honors: Timeline presentation of achievements
- Education: Structured academic background
- Professional Experience: Detailed work history
- Contact Information: Multiple ways to get in touch
- Color Scheme: Professional blue gradient theme
- Interactive Elements: Hover effects on cards and buttons
- Timeline Design: Visual timeline for news, awards, and education
- Project Cards: Status badges and technology tags
- Skill Grid: Organized skill categories with icons
- Ruby (3.0 or higher)
- Bundler
- Build tools
# Install system dependencies
sudo apt install ruby-bundler ruby-dev build-essential
# Clone the repository
git clone https://github.com/Anthony-EEE/Anthony-EEE.github.io.git
cd Anthony-EEE.github.io
# Install Ruby dependencies
bundle config set --local path 'vendor/bundle'
bundle install# Use the provided script (recommended)
./run_server.sh
# Or run manually
bundle exec jekyll serve --safe --host 0.0.0.0 --port 4000The website will be available at http://localhost:4000
Anthony-EEE.github.io/
├── _pages/
│ └── about.md # Main content page
├── _data/
│ └── navigation.yml # Navigation menu
├── assets/
│ └── css/
│ └── main.scss # Custom styles
├── _includes/
│ └── author-profile.html # Author sidebar
├── _config.yml # Site configuration
└── run_server.sh # Server startup script
- Added engaging hero section with clear value proposition
- Improved navigation with better section organization
- Added smooth scrolling and hover effects
- Implemented responsive design for all screen sizes
- Structured research interests with clear categories
- Added projects section with status indicators
- Enhanced publication presentation
- Organized skills into logical categories
- Modern gradient color scheme
- Professional typography hierarchy
- Interactive timeline designs
- Card-based layouts for better content organization
- Optimized CSS with SCSS
- Added proper meta tags for SEO
- Improved accessibility
- Better mobile responsiveness
- Add content to
_pages/about.md - Update navigation in
_data/navigation.yml - Add corresponding CSS styles in
assets/css/main.scss
- Main styles:
assets/css/main.scss - Theme variables:
_sass/_variables.scss - Component styles:
_sass/directory
- Main content:
_pages/about.md - Site settings:
_config.yml - Author information:
_config.yml(author section)
The website is fully responsive and optimized for:
- Desktop: Full layout with sidebar
- Tablet: Adjusted spacing and navigation
- Mobile: Stacked layout with mobile-friendly navigation
- Primary:
#667eea(Blue) - Secondary:
#764ba2(Purple) - Background:
#f8f9fa(Light Gray) - Text:
#333(Dark Gray) - Accent:
#e9ecef(Border Gray)
- Proper meta descriptions
- Structured data markup
- Open Graph tags
- Clean URL structure
- Fast loading times
Feel free to submit issues and enhancement requests!
This project is licensed under the MIT License - see the LICENSE file for details.
- Email: sunendong2021@gmail.com
- LinkedIn: endong-sun-anthony
- GitHub: Anthony-EEE
- Google Scholar: Endong Sun
- Personal Website: https://anthony-eee.github.io
Built with ❤️ using Jekyll and the Minimal Mistakes theme