Skip to content

Instantly share code, notes, and snippets.

View mark-martu's full-sized avatar

mark-martu

  • Joined Apr 25, 2026
View GitHub Profile
@mark-martu
mark-martu / 01 - Cover.html
Created April 28, 2026 15:14
braze constructor jvp slide 1
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>01 — Cover — Constructor × Braze</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #faf9f5; display: flex; align-items: center; justify-content: center; min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
#__bundler_loading { position: fixed; bottom: 20px; right: 20px; font: 13px/1.4 -apple-system, BlinkMacSystemFont, sans-serif; color: #666; background: #fff; padding: 8px 14px; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.12); z-index: 10000; }