Files
markusgraf_ch/static
gurixandClaude Sonnet 4.5 053ca08475 feat: add SPH2025 video presentation page
- Create English-only page at /SPH2025 for job application video
- Embed video with HTML5 player and native browser controls
- Add URL aliases for /SPH2025/ and /sph2025/ accessibility
- Move video to static/videos/ directory for proper Hugo serving
- Responsive layout using Bootstrap grid

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 10:25:40 +01:00
..
2025-10-27 21:31:47 +01:00

Static Assets

Place your static assets in this directory. They will be available at the root of your site.

Directory Structure

static/
├── images/       # Place images here (will be accessible at /images/)
├── fonts/        # Place custom fonts here (will be accessible at /fonts/)
├── css/          # Place custom CSS files here (will be accessible at /css/)
└── favicon.ico   # Place favicon at root

Examples

  • static/images/logo.png → accessible at /images/logo.png
  • static/favicon.ico → accessible at /favicon.ico
  • static/css/custom.css → accessible at /css/custom.css

Copy your existing markusgraf.ch static assets (images, fonts, etc.) into the appropriate subdirectories.