-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (30 loc) · 2.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0">
<!-- LinkedIn -->
<meta property="og:title" content="Max Nussenbaum, the web site" />
<meta property="og:image" content="img/linkedin-preview.jpg" />
<meta property="og:description:" content="Max Nussenbaum's personal website'"/>
<title>ன⋀Ӂ ڡאਙႽ౬ᚻੳϪບ൩ (Max Nussenbaum’s personal website)</title>
<meta name="description" content="Max Nussenbaum's personal website." />
<meta name="author" content="Max Nussenbaum">
<meta name="keywords" content="Max Nussenbaum, maxnuss">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="img/favicon.ico" type="image/x-icon"/>
</head>
<body class="graph">
<img src="img/hi-max-here.png" alt="Hi. Max here." class="home--hi">
<img src="img/just-going-to-draw.png" alt="I'm just going to draw my entire website in this notebook right now." class="home--draw">
<img src="img/need-to-know.png" alt="Here's what you need to know:" class="home--know">
<a href="http://candyforbreakfast.email" class="home-link home-link--candy">I write Candy for Breakfast, an email newsletter about funny feelings, niche intellectual interests, and how to be alive.</a>
<a href="http://stripe.com" class="home-link home-link--stripe">I'm an internal writer at Stripe.</a>
<a href="https://www.candyforbreakfast.email/p/standing-out-crafting-hooks-and-accidentally?utm_source=publication-search" class="home-link home-link--dating">On the side, I ghostwrite dating app profiles.</a>
<a href="newyorker/index.html" class="home-link home-link--new-yorker">I once won the New Yorker cartoon caption contest.</a>
<a href="http://oversubscribed.club" class="home-link home-link--oversubscribed">I co-wrote Oversubscribed, a guide to raising early-stage startup capital.</a>
<a href="media/index.html" class="home-link home-link--talk-media">I give the occasional talk and make the occasional media appearance.</a>
<a href="about/index.html" class="home-link home-link--about">More about me.</a>
<img src="img/signature.png" alt="Drawn 6/5/2022" class="home--signature">
</body>
</html>