Skip to content

Instantly share code, notes, and snippets.

View jalehman's full-sized avatar

Josh Lehman jalehman

View GitHub Profile
@jalehman
jalehman / standup-deedee.html
Created March 3, 2026 15:07
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>Daily Standup - deedee-ai</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-font-size: 14px; }
.status-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; }
@jalehman
jalehman / standup-maniple.html
Created March 3, 2026 15:05
Daily Standup - 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-background-color: #1a1b26; --pico-card-background-color: #24283b; --pico-card-border-color: #414868; }
body { background-color: #1a1b26; color: #c0caf5; }
@jalehman
jalehman / standup.html
Created March 2, 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>
:root { --pico-background-color: #1a1b26; }
body { padding: 2rem; max-width: 800px; margin: 0 auto; }
@jalehman
jalehman / standup-deedee.html
Created February 27, 2026 15:09
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 | Friday, February 27th, 2026</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>
:root { --pico-background-color: #0d1117; --pico-card-background-color: #161b22; }
body { padding: 1rem; max-width: 900px; margin: 0 auto; }
@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; }