-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (96 loc) · 4.62 KB
/
index.html
File metadata and controls
117 lines (96 loc) · 4.62 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Stan Klimoff</title>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://stanislas.klimoff.myopenid.com/" />
<meta http-equiv="X-XRDS-Location" content="http://stanislas.klimoff.myopenid.com/xrds" />
<meta name="keywords" content="stan klimoff, grid dynamics, engineering leadership, technology executive, startup, bay area, software" />
</head>
<body>
<div class="topbar">
<div class="fill">
<div class="container">
<ul class="nav">
<li><a href="http://www.linkedin.com/in/stanklimoff">Experience</a></li>
<li><a href="http://www.twitter.com/graven">Upcoming</a></li>
<li><a href="http://live.stanklimoff.com">Opinion</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<!-- yeah i know -->
<p> </p>
<p> </p>
<div class="content">
<div class="page-header">
<h1>Hi, I am Stan.</h1>
</div>
<div class="row">
<div class="span10">
<h3>Specialty</h3>
<p>Creating something from nothing.</p>
<h3>Experience</h3>
<p>As of 2011: ten years shipping software, five years in startup, two years in the field.</p>
<p>Did technology leadership, consulting, software architecture, engineering management.</p>
<p>My <a href="http://www.linkedin.com/in/stanklimoff">linkedin</a> knows more, and it is usually more up-to-date, too.</p>
<p>CV is strictly by request.</p>
<h3>Events</h3>
<p>Usually announced on my <a href="http://www.twitter.com/graven">twitter</a>.</p>
<h3>Blog</h3>
<p>Rarely updated, but still: <a href="http://live.stanklimoff.com">live.stanklimoff.com</a></p>
<h3>Contact</h3>
<p>Always open for the new opportunities and contacts. Feel free to reach out even if we were not introduced to each other.</p>
<p>Best way to reach me is again through LinkedIn, but if you prefer plain old email, drop me a line: netw<a href="http://www.google.com/recaptcha/mailhide/d?k=01kAHKVyAtSfNZlpAT68x0CA==&c=yXc6amj26xziwoJ5JItDWdvNrd7uR_lHg7hkpCBMjrY=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501kAHKVyAtSfNZlpAT68x0CA\75\75\46c\75yXc6amj26xziwoJ5JItDWdvNrd7uR_lHg7hkpCBMjrY\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@stanklimoff.com.</p>
</div>
<div class="span4">
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="http://www.linkedin.com/in/stanklimoff" data-format="inline" data-related="false"></script>
<p/>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 365,
height: 300,
theme: {
shell: {
background: '#eeeeee',
color: '#666666',
},
tweets: {
background: '#ffffff',
color: '#666666',
links: '#346699',
},
header: {
display: 'none'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('graven').start();
</script>
</div>
</div>
</div>
<footer>
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/80x15.png" /></a></p>
</footer>
</div> <!-- /container -->
</body>
</html>