Html-slides-public

HTML Slides (Public)

Self-contained HTML presentation slides hosted via GitHub Pages. Each subdirectory contains one talk — a single index.html with all assets (images, fonts) Base64-embedded.

Directory Talk Date
cepc_top_mass_slides-lisbon/ CEPC Top Mass Threshold Scan — Lisbon Workshop Apr 08, 2026
cms_tb_meeting_es_2026/ BTL Time Resolution from Energy Sharing Events (TB Meeting) Apr 24, 2026
hig25006_preapproval/ HIG-25-006 BSM H→ττ Pre-approval (98 slides) Apr 27, 2026
Hfrontend-slides-PKU-skin/ 9 Skin Showcase Previews (classic, bold, cobalt, voltage, botanical, jade, lavender, cyber, terminal) Apr 29, 2026
frontend_slides_intro/ Frontend Slides PKU — Technical Tutorial (17 slides, voltage skin) May 06, 2026

Access

All slides are served via GitHub Pages at:

https://ky230.github.io/Html-slides-public/<subdir>/index.html

For example:

Skin Previews

Skin Preview Link
🏛️ classic Preview
🔥 bold Preview
💎 cobalt Preview
⚡ voltage Preview
🌺 botanical Preview
🍀 jade Preview
💜 lavender Preview
🌐 cyber Preview
💻 terminal Preview

How to Add a New Talk

  1. Create a new directory under the repo root (e.g., my_new_talk/)
  2. Place the bundled HTML file inside as index.html
  3. Update the table above
  4. Commit & push — GitHub Pages deploys automatically
mkdir my_new_talk
cp /path/to/presentation_bundle.html my_new_talk/index.html
git add my_new_talk/
git commit -m "feat: add my_new_talk slides"
git push

Requirements

Keyboard Shortcuts (in presentation)

Key Action
/ Space / PageDown Next slide
/ PageUp Previous slide
G Go to slide (type number + Enter)
F Toggle fullscreen