Skip to content

Instantly share code, notes, and snippets.

@keyona-rerev
keyona-rerev / index.html
Created October 9, 2025 16:52
The ClimateTech Exit Lab (2025)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>The Climate Tech Exit Lab — Landing Page</title>
<meta name="description" content="Precision training for founders, investors, and LPs: understand how climate companies actually exit and how to preserve impact through liquidity events." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
@keyona-rerev
keyona-rerev / gist:10483954b82db546b9ea2e5d6cf2ae52
Created September 30, 2025 21:54
One Click Copy AppsScript
/**
* SPONSORSHIP DASHBOARD GENERATOR
* Analyzes past sponsorship data to prioritize outreach efforts
*
* HOW TO USE:
* 1. Generate data from Mockaroo with: Company Name, Sponsorship Amount, State
* 2. Upload CSV to Google Sheets
* 3. Go to Extensions > Apps Script
* 4. Paste this code
* 5. Click "Run" (authorize permissions)