Skip to content

Instantly share code, notes, and snippets.

View stefantapescu's full-sized avatar

Fashion stefantapescu

View GitHub Profile
@stefantapescu
stefantapescu / audio-sheet-v5-brand-colors.html
Created May 23, 2026 11:45
Placeful Trips - Audio Sheet V5 Brand-Accurate Colors
<!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
* ============================================================ */
@stefantapescu
stefantapescu / audio-sheet-v2-complete.html
Created May 23, 2026 11:40
Placeful Trips - Audio Sheet V2 Complete mock
<!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;
@stefantapescu
stefantapescu / audio-sheet-v3-text-first.html
Created May 23, 2026 11:39
Placeful Trips - Audio Sheet V3 Text-first mock
<!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;
@stefantapescu
stefantapescu / audio-sheet-v4-tabbed.html
Created May 23, 2026 11:39
Placeful Trips - Audio Sheet V4 Tabbed mock
<!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;