Skip to content

Instantly share code, notes, and snippets.

@repfigit
repfigit / rsa-301-b-explained.html
Created April 18, 2026 14:45
NH RSA 301-B Explained: plain-language overview of the New Hampshire Decentralized Autonomous Organization Act
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NH RSA 301-B Explained: The Decentralized Autonomous Organization Act</title>
<style>
:root {
--ink: #0f172a;
--ink-soft: #334155;
@repfigit
repfigit / SB482_Session_Day_Handout.html
Created April 17, 2026 18:13
SB 482-FN Session Day Handout - Digital Asset Kiosk Consumer Protection (House Amendment 2026-1526h)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SB 482-FN - Session Day Handout</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
@repfigit
repfigit / SB498_diagram.html
Created April 17, 2026 00:24
SB498_diagram.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SB 498-FN Funding Flow with Concerns Pinned</title>
<style>
* { box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
background: #f7f7f2;