Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Created March 9, 2018 17:20
Show Gist options
  • Save samuelgoto/a94b47d18da21260b924e02770d99c56 to your computer and use it in GitHub Desktop.
Save samuelgoto/a94b47d18da21260b924e02770d99c56 to your computer and use it in GitHub Desktop.
<html>
<head>
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic|Droid+Serif:400,700,400italic" media="screen" rel="stylesheet" type="text/css">
<style>
body {
color: #333333;
font-family: "Droid Serif", Georgia, serif;
-webkit-font-smoothing: antialiased;
margin: 0 auto;
max-width: 900px;
padding: 0 36px 72px;
padding: 0 36px 72px;
vertical-align: baseline;
}
h1 {
text-align: center;
margin-top: 36px;
margin-bottom: 36px;
font-size: 44px;
line-height: 72px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 900;
}
p {
font-size: 20px;
line-height: 36px;
margin-bottom: 36px
}
time {
display: block;
text-align: center;
margin-top: 5px;
margin-bottom: 36px;
font-family: "Source Sans Pro", sans-serif;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
font-size: 16px;
line-height: 36px;
}
hr {
height: 35px;
border: 0;
border-top: 1px solid #dfdfdf;
background: none
}
</style>
</head>
<body>
<h1>Be Kind</h1>
<time class="pubdate">Published May 12, 2015</time>
<p>I almost got fired once</p>
<p>My friend, and CTO at the time, Dustin Moskovitz pulled me into a room one morning. He told me I would no longer be working on News Feed, which was surprising because at the time I was the only engineer keeping it running. Instead they were going to hand it off to someone else and build a team around that person. With alarm in my voice I asked if I was being fired. Dustin relented only after a telling pause: “no, but you need to find something else to do."</p>
<hr>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment