This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Audio Sheet V5 — Brand Colors (Warm Cream + Terracotta)</title> | |
| <style> | |
| /* ============================================================ | |
| * Tokens from amsterdam-audio-explorer/src/design-system/colors.ts | |
| * ============================================================ */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>V2 — Spotify-style audio · complete design</title> | |
| <style> | |
| :root { | |
| --bg: #e8e0d4; | |
| --cream: #fdfaf4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>V2 — text-first revision</title> | |
| <style> | |
| :root { | |
| --bg: #e8e0d4; | |
| --cream: #fdfaf4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Audio Sheet V4 — Tabbed Equal Peers</title> | |
| <style> | |
| :root { | |
| --bg: #0F1115; | |
| --surface: #1A1D24; | |
| --surface-2: #232730; |