Source assets for the DAIM lab homepage, moving off IMweb
hosting onto Notion + Super.so.
Page content, structure, and navigation live in Notion. This repo holds only what
Super cannot store as content: custom CSS, custom JS, images, and video. There is no
build step. Files are pasted into Super's Code editor or linked by public URL.
Notion page → Super.so Code editor (CSS / Head / Body) → daim.super.site
| Path |
Goes into |
code/global.html |
site-wide Head tab, pasted as-is |
code/home.html |
Home per-page Head tab, pasted as-is |
code/lab-news.html |
Lab News per-page Head tab, pasted as-is |
code/projects.html |
Projects per-page Head tab, pasted as-is |
code/people.html |
People per-page Head tab, pasted as-is |
css/global.css |
linked from code/global.html, pinned jsDelivr URL |
css/footer.css |
linked from code/global.html, pinned jsDelivr URL |
css/home.css |
linked from code/home.html, pinned jsDelivr URL |
css/lab-news.css |
linked from code/lab-news.html, pinned jsDelivr URL |
css/projects.css |
linked from code/projects.html, pinned jsDelivr URL |
css/people.css |
linked from code/people.html, pinned jsDelivr URL |
js/email-copy.js |
linked from code/global.html, pinned jsDelivr URL |
js/footer-inject.js |
linked from code/global.html, pinned jsDelivr URL |
js/lab-news-load-more.js |
linked from code/global.html, pinned jsDelivr URL |
js/home-video-play.js |
linked from code/global.html, pinned jsDelivr URL |
js/date-format.js |
linked from code/global.html, pinned jsDelivr URL |
assets/ |
referenced by public URL, not pasted |
reference/ascent-template.css |
vendored Super template CSS, read-only |
| File |
Covers |
docs/super.md |
Super classes, per-page scoping, CSS variables, native settings, design tokens, the footer band, console noise |
docs/notion.md |
Notion page list, IDs, databases, collection views |
docs/hosting.md |
raw.githubusercontent vs jsDelivr, MIME types, cache pinning |
docs/legacy.md |
Legacy IMweb inventory, board scraping, Lab News migration record |
CLAUDE.md |
Working rules for Claude Code and anyone else editing this repo |