Skip to content

Instantly share code, notes, and snippets.

View snedlin's full-sized avatar

Steven Nedlin snedlin

  • The New York Times Digital
  • New York, NY
View GitHub Profile
@snedlin
snedlin / index.html
Last active May 18, 2026 12:51
Steven Nedlin Career Lifeline
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Steven Nedlin — Career Lifeline</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-annotation@3.0.1/dist/chartjs-plugin-annotation.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }