This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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) |