This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (33 loc) · 2.08 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-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Responsive stylesheet -->
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Des Traynor</title>
<link rel='stylesheet' id='s' href='style.css' type='text/css' media='screen' />
</head>
<body class="home blog" >
<div class="temp">
<div class="intro">
<h1> Hey there! </h1>
<p/>
<p>I’m <a href="https://twitter.com/destraynor">Des</a>. I am a cofounder of <a href="https://intercom.com">Intercom</a>. That’s probably how you have heard of me. That or you've read some of my essays, seen me speak, listened to a podcast I was on, or found me through Twitter. In any case, hi! This page will make more sense by the end of the year (that said, it's been a literal decade to get it to this point)</p>
<p>The plan is that I'll write pieces here that have nothing to do with my professional life, the first (and only) example is about <a href="https://destraynor.com/personal/mam.html">my mother</a> (note: not the happiest of pieces). </p>
</div>
<!--
<div class="instructions">
<p>Here's the stuff I’m known for…</p>
<ul>
<li><a href="essays.html">Essays</a> - I write about how to build, launch, market, and manage products. That's most of my career to date. </li>
<li><a href="talks.html">Talks</a> - I talk about the same stuff, but I also talk about starting a startup too. </li>
<li><a href="interviews.html">Interviews/Podcasts</a> - Whenever someone has a good set of questions, I enjoy a conversation with them</li>
<li><a href="http://instagram.com/destraynor">Photos</a> - It's important to have a life away from the keyboard - this is a public glimpse into mine</li>
<li><a href="http://linkedin.com/destraynor">LinkedIn</a> - I honestly don't know why I have a LinkedIn, or why you'll try connect with me now, but here we are.</li>
<li><a href="questions.html">Q&A</a> — I'm not actually known for this, it's something I'm slowly working on</li>
</ul>
✌</div>-->
</div>
</body>
</html>