Skip to content

ctg-tme/learn-cisco-devices

Repository files navigation

Learn Cisco Devices

A modular video tutorial platform for different Cisco device deployment types.

Structure

/
├── index.html                    # Deployment selection page
├── shared/                       # Common assets and code
│   ├── assets/
│   │   └── images/              # Shared images and icons
│   ├── styles/
│   │   └── main.css            # Common styling
│   └── scripts/
│       └── scripts.js          # Common JavaScript
└── mtr-navigator/              # Microsoft Teams Rooms with Navigator
    ├── index.html              # MTR Navigator tutorials
    └── videos/                 # Deployment-specific videos

Adding New Deployments

  1. Create a new subdirectory (e.g., webex-room-kit/)
  2. Copy mtr-navigator/index.html as a template
  3. Update paths to shared assets (../shared/)
  4. Add deployment-specific videos to the subdirectory
  5. Add a new deployment card to the main index.html

URL Parameters

  • ?theme=dark - Switch to white text on dark grey theme
  • ?qr=false - Hide QR code

Examples:

  • /mtr-navigator/?theme=dark&qr=false
  • /webex-room-kit/?theme=dark

Features

  • Responsive video grid layout
  • Modal video player with accessibility support
  • Theme switching (Cisco brand vs classic)
  • QR code visibility control
  • Modular deployment structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •