Skip to content

Instantly share code, notes, and snippets.

View jalehman's full-sized avatar

Josh Lehman jalehman

View GitHub Profile
@jalehman
jalehman / standup.html
Created February 27, 2026 15:05
Daily Standup - pagedrop-infra #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - pagedrop-infra</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #1a1a2e; }
.status-clean { color: #4ade80; }
@jalehman
jalehman / standup-deedee.html
Created February 26, 2026 15:08
Daily Standup - deedee-ai #deedee
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - deedee-ai | February 26, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #1a1b26; }
.status-ready { color: #9ece6a; }
@jalehman
jalehman / standup.html
Created February 26, 2026 15:04
Daily Standup - pagedrop-infra #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - pagedrop-infra</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
body { --pico-background-color: #0d1117; --pico-primary: #58a6ff; }
.status-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
@jalehman
jalehman / fixedbymonday-landing.html
Created February 26, 2026 06:16
Fixed by Monday — Local Operations Automation #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fixed by Monday — Local Operations Automation, Chico CA</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
@jalehman
jalehman / chico-leads-pagedrop.html
Created February 26, 2026 06:14
Chico Home Services Lead List #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chico Home Services — Lead List</title>
<style>
:root {
--bg: #0f1117;
--card: #1a1d27;
@jalehman
jalehman / standup-deedee.html
Created February 25, 2026 15:08
Daily Standup - deedee-ai #deedee
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - Deedee AI</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-primary: #6366f1; --pico-primary-hover: #4f46e5; }
body { padding-top: 2rem; }
@jalehman
jalehman / standup.html
Created February 16, 2026 15:05
Daily Standup - pagedrop-infra #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - pagedrop-infra</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
body { background-color: #0d1117; }
.container { max-width: 900px; margin: 0 auto; padding: 2rem 1rem; }
@jalehman
jalehman / standup-maniple.html
Created February 15, 2026 15:05
Daily Standup - claude-team #maniple
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup - maniple</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; --pico-card-background-color: #1e1e2e; --pico-background-color: #181825; --pico-text-color: #cdd6f4; }
body { background-color: #181825; color: #cdd6f4; }
@jalehman
jalehman / standup.html
Created February 14, 2026 15:04
Daily Standup - pagedrop-infra #pagedrop
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily Standup — pagedrop-infra (Feb 14, 2026)</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; --pico-border-radius: 8px; }
body { padding: 2rem 1rem; max-width: 800px; margin: 0 auto; }
@jalehman
jalehman / standup-deedee.html
Created February 13, 2026 15:05
Daily Standup - deedee-ai #deedee
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeeDee Daily Standup - Feb 13, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 16px; }
body { padding: 2rem 1rem; max-width: 1200px; margin: 0 auto; }