A responsive educational website built for KangChiao International School East Campus (KCISEC) students to access course materials, revision resources, and exam information for IGCSE and A-Level subjects.
- Multi-subject Resource Hub: Access study materials for Mathematics, Physics, Chemistry, Economics, and more
- Curriculum Division: Clear separation between IGCSE (blue) and A-Level (green) content
- Responsive Design: Optimized for all devices from desktop to mobile
- Exam Information: Up-to-date timetables and revision tips for upcoming exams
- Jekyll-powered: Built using Jekyll and other function to static site generator for easy content management
The website currently includes resources for the following subjects:
- Mathematics
- Physics
- Chemistry
- Economics (Coming Soon)
- English as a Second Language (Coming Soon)
- Biology (Coming Soon)
- Computer Science
- AS Mathematics
- HTML5/CSS3
- Jekyll
- Bootstrap
- JavaScript
- MathJax for mathematical expressions
├── _config.yml # Jekyll configuration
├── _includes # Reusable HTML components
│ ├── banner.html
│ ├── breadcrumb.html
│ ├── footer.html
│ └── head.html
├── _layouts # Page templates
│ └── index.html
├── assets # Static assets
│ └── css
│ └── js
│ └── pdf
├── AL # A-Level subjects
├── Mathematics # IGCSE Mathematics
├── Physics # IGCSE Physics
├── Chemistry # IGCSE Chemistry
└── index.markdown # Homepage
The site is live at academic.kcisec.site.
- Install Ruby and Jekyll
- Clone this repository
- Run
bundle install
- Start the development server with
bundle exec jekyll serve
- Access the site locally at
http://localhost:4000
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or feedback about this project, please contact:
- Email: [email protected] or [email protected]
- Content contributors from KCISEC
- OxfordAQA for curriculum specifications
- Star Education organization
© 2024 EricStoneChina & KCISEC