Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linguistics Exam Preparation Website

A modern, interactive website to help course mates prepare for linguistics exams.

Features

  • Clean, modern UI with gradient design
  • Expandable course cards showing topics
  • Responsive design for mobile and desktop
  • Easy to add new courses

How to Add More 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"
    ]
}

Usage

  1. Open index.html in your web browser
  2. Click on any course card to expand and see its topics
  3. Click again to collapse

Credits

Developed by Salam Dev

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages