Skip to content

Instantly share code, notes, and snippets.

View bradykeeling's full-sized avatar

Brady Keeling bradykeeling

View GitHub Profile
@bradykeeling
bradykeeling / kindful-embed-test.html
Created May 4, 2026 19:41
Kindful embed render test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kindful Embed Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; max-width: 900px; margin: 2rem auto; padding: 0 1rem; color: #222; }
h1 { font-size: 1.25rem; margin-bottom: 0.25rem; }
.meta { color: #666; font-size: 0.85rem; margin-bottom: 1.5rem; }
@bradykeeling
bradykeeling / settings.json
Last active July 2, 2019 14:28
VS Code Settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Victor Mono",
"editor.fontLigatures": true,
"editor.fontSize": 12.5,
"editor.lineHeight": 30,
"editor.fontWeight": "700",
"editor.cursorStyle": "underline",
"editor.colorDecorators": false,
"editor.minimap.enabled": false,