A modern, interactive website to help course mates prepare for linguistics exams.
- Clean, modern UI with gradient design
- Expandable course cards showing topics
- Responsive design for mobile and desktop
- Easy to add new courses
To add more courses, simply edit the script.js file and add a new course object to the courses array:
{
code: "LIN XXX",
title: "Course Title",
topics: [
"Topic 1",
"Topic 2",
"Topic 3"
]
}- Open
index.htmlin your web browser - Click on any course card to expand and see its topics
- Click again to collapse
Developed by Salam Dev