-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 3.71 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 3.71 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title>STIRMAN</title>
<link rel="stylesheet" href="/stylesheets/application.css" type="text/css" media="screen, projection">
<link rel="shortcut icon" href="/favicon.png">
</head>
<body>
<div id="content">
<div id="hi">
So.. a dude walks into a bar, sits down and says to the bartender, my name is
</div>
<div id="stirman">
STIRMAN
</div>
<div id="build">
I BUILD THINGS ON THE INTERNET
</div>
<div id="currently">
I'm currently leading Design at <a href="https://joinhandshake.com">Handshake</a>. Previously at <a href="https://tech.facebook.com/engineering/2019/7/npe-team-from-facebook/">Meta</a>, Founder of <a href="https://www.forbes.com/sites/troyruediger/2017/09/26/the-next-frontier-for-athlete-performance-qa-with-jason-stirman-founder-ceo-of-lucid/">Lucid</a>, helped start <a href="http://www.medium.com" target="_blank">Medium</a>, and <a href="http://www.twitter.com" target="_blank">Twitter</a>. I design, code, and lead product teams.
</div>
<div class='block'>
<a href="https://techcrunch.com/2016/05/16/ex-twitter-and-medium-exec-jason-stirman-launches-lucid-a-mental-training-app-for-athletes/" target="_blank"><img src='/images/lucid.png' alt='Lucid' /></a><br/><br/>
</div>
<div class='block'>
<a href="https://tech.facebook.com/engineering/2019/7/npe-team-from-facebook/" target="_blank"><img src='/images/meta2.png' alt='Meta' /></a><br/><br/>
</div>
<div class='block'>
<a href="http://www.medium.com" target="_blank"><img src='/images/medium.png' alt='Medium' /></a><br/><br/>
</div>
<div class='block last'>
<a href="http://twitter.com" target="_blank"><img src='/images/hoot.png' alt='Hoot' /></a><br/><br/>
</div>
<div id="notable">
I received a Computer Science degree from The University of Texas.
I helped create <a href="https://www.instagram.com/p/iKl2m0MV6i/" target="_blank">him</a>, <a href="https://www.instagram.com/p/C-gpchYPl-f/" target="_blank">her</a>, and <a href="https://www.instagram.com/p/BEEu4xysV2B/" target="_blank">him</a>.
I'm married to <a href="https://www.instagram.com/p/DK9m-lpRy3l/" target="_blank">her</a>.
I like to make <a href="https://art.stirman.net" target"_blank">art</a> and <a href="https://open.spotify.com/artist/3U9gywpGXfLu7rns8Q38sa?si=p89naoLZTKO6HQlMnjFm8g"_blank">music</a>.
I was voted "Most Creative" by a high school senior class of over 800 students.
I once scored 27 points in a 7th grade YMCA basketball game.
My favorite color is <a href="https://www.nba.com/rockets/">Rockets Red</a> 🚀.
My spirit animal is the early 90's Dennis Rodman.
I am standing right behind you!
</div>
<div id="psych">
PSYCH
</div>
<div id="oh">
Oh yeah, <a href="mailto:stirman@gmail.com">email me</a> or find me on <a href="http://instagram/stirman">Instagram</a>.
</div>
</div>
<!--script async src="https://static.medium.com/embed.js"></script><a class="m-profile" data-width="900px" data-border="false" href="https://medium.com/@stirman">Jason Stirman</a-->
<!--script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-85640-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script-->
</body>
</html>