Skip to content

Instantly share code, notes, and snippets.

View jalehman's full-sized avatar

Josh Lehman jalehman

View GitHub Profile
@jalehman
jalehman / daily-brief-2026-02-04.html
Created February 4, 2026 14:52
Pocket Daily Brief — 2026-02-04
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pocket Daily Brief — 2026-02-04</title>
<style>
:root {
--bg: #0d1117; --surface: #161b22; --surface2: #1c2333;
--border: #30363d; --text: #c9d1d9; --muted: #8b949e;
@jalehman
jalehman / daily-brief-2026-02-03.html
Created February 3, 2026 12:13
Pocket Daily Brief — 2026-02-03
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pocket Daily Brief — 2026-02-03</title>
<style>
:root {
--bg: #0d1117; --surface: #161b22; --surface2: #1c2333;
--border: #30363d; --text: #c9d1d9; --muted: #8b949e;
@jalehman
jalehman / daily-brief-2026-02-02.html
Created February 2, 2026 11:36
Pocket Daily Brief — 2026-02-02
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pocket Daily Brief — 2026-02-02</title>
<style>
:root {
--bg: #0d1117; --surface: #161b22; --surface2: #1c2333;
--border: #30363d; --text: #c9d1d9; --muted: #8b949e;
@jalehman
jalehman / daily-brief-2026-02-02.html
Created February 2, 2026 11:31
Pocket Daily Brief — 2026-02-02
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pocket Daily Brief — 2026-02-02</title>
<style>
:root {
--bg: #0d1117; --surface: #161b22; --surface2: #1c2333;
--border: #30363d; --text: #c9d1d9; --muted: #8b949e;
@jalehman
jalehman / test-drop.html
Created February 1, 2026 16:32
Simple test drop for UI sizing
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Simple Test Drop</title>
<style>
body {
font-family: system-ui, sans-serif;
max-width: 600px;
@jalehman
jalehman / terraform-plan.html
Last active February 1, 2026 16:26
Terraform Plan - Revision UI
Terraform Plan - Revision UI
<!DOCTYPE html>
<html>
<head>
<title>Terraform Plan - Revision UI</title>
<style>
body { font-family: monospace; background: #0d1117; color: #c9d1d9; padding: 2rem; line-height: 1.5; }
h1 { color: #58a6ff; }
.add { color: #3fb950; }
@jalehman
jalehman / revision-ui-review.html
Created February 1, 2026 07:59
Revision UI Code Review
<!DOCTYPE html>
<html>
<head>
<title>Revision UI - Code Review</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #1a1a2e; color: #e0e0e0; padding: 2rem; max-width: 1200px; margin: 0 auto; }
h1, h2 { color: #00d9ff; }
pre { background: #16213e; padding: 1rem; border-radius: 8px; overflow-x: auto; font-size: 14px; }
code { color: #00ff88; }
.file { margin: 2rem 0; border: 1px solid #333; border-radius: 8px; overflow: hidden; }
@jalehman
jalehman / terraform-plan.html
Created February 1, 2026 06:34
PageDrop Infrastructure - Terraform Plan
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PageDrop Infrastructure - Terraform Plan</title>
<style>
:root {
--bg: #1e1414;
--text: #facdb9;
@jalehman
jalehman / webdrop-skill-review.html
Created February 1, 2026 05:20
Webdrop skill code review
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webdrop Skill — Code Review</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
@jalehman
jalehman / webdrop-thread-media.html
Created February 1, 2026 05:11
Webdrop thread final draft
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webdrop Thread — Final Draft</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;