-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·270 lines (231 loc) · 11.6 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>His website</title>
<meta name="description" content="">
<!-- Link to humanstxt.org to show authorship -->
<link type="text/plain" rel="author" href="http://domain/humans.txt" />
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons
favicon.ico is not needed, browsers search for it automatically in the root directory -->
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Using the {less} dynamic stylesheet language: lesscss.org
append ‘#!watch’ to the browser URL to automatically refresh styles
as they are changed -->
<link rel="stylesheet/less" type="text/css" href="css/styles.less">
<!-- Le boostrap stylesheet -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<!-- Spying on the body to update the navbar -->
<body data-spy="scroll" data-target="#navbar" data-offset="80">
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<!-- This is the *view* - HTML markup that defines the appearance of the UI -->
<div class="navbar navbar-fixed-top" id="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Sebastian Stadil</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#home">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Projects
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="#scalr">Scalr</a></li>
<li><a href="#svccg">SVCCG</a></li>
<li class="divider"></li>
<li><a href="#other">Other</a></li>
</ul>
</li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit" id="home">
<h1>Welcome!</h1>
<p>This is my website. You'll find a list of projects I'm working on, and some other stuff. It was built using many awesome libraries: <a href="http://twitter.com/twitter">bootstrap</a> by @twitter, <a href="http://twitter.com/cloudhead">{less}</a> by @cloudhead, the <a href="http://twitter.com/h5bp">html5 boilerplate</a> by @h5bp, and <a href="https://github.com/SteveSanderson/knockout">knockout.js</a> by Steve Sanderson.</p>
<p><a class="btn btn-primary btn-large">Learn more »</a></p>
</div>
<!-- Example row of columns -->
<div class="row" id="projects">
<div class="span4">
<h2 id="scalr">Scalr</h2>
<p>This is my startup. We build beautiful software to help you manage cloud infrastructure.</p>
<p>Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.</p>
<p><a class="btn" href="http://scalr.com" rel="popover" title="Scalr" data-content="this will take you to the Scalr website<img src='https://stadil.s3.amazonaws.com/scalrwebsite.png' />">View details »</a></p>
</div>
<div class="span4">
<h2 id="svccg">Meetups</h2>
<p>This is a cloud computing user group I founded some time ago, which has grown to over 6,000 members. We hold monthly meetups of 200 people, and bi-annual conferences of 800.</p>
<p><a class="btn" href="http://meetup.com/cloudcomputing">View details »</a></p>
</div>
<div class="span4">
<h2 id="other">Thoughts</h2>
<p>I like to write. I used to do this on my <a href="http://blog.stadil.com">blog</a>, but now it's mostly <a href="http://quora.com/Sebastian-Stadil/">Quora</a>.</p>
<p><a class="btn" href="http://quora.com/Sebastian-Stadil">View details »</a></p>
</div>
</div>
<hr>
<div class="row">
<div class="span6">
<h2 id="about">About</h2>
<p>I'm your typical munchkin. I do my best to min-max everything I can, and applying this special know-how to Scalr. When not being a complete nerd, I run the Silicon Valley Cloud Computing Group, consisting of over 6,000 members who meet monthly to trade war stories from operating infrastructure.</p>
<p>Prior to founding Scalr, I had a social life and enjoyed skiing, juggling, and getting my butt kicked playing rugby.</p>
</div>
<div class="span4 offset2">
<div id="myCarousel" class="carousel">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<img src="http://stadil.s3.amazonaws.com/sebastian.jpg" />
<div class="carousel-caption">
<h4>Sebastian...</h4>
<p>...looking slightly uncomfortable.</p>
</div>
</div>
<div class="item">
<img src="http://stadil.s3.amazonaws.com/amanda.jpg" />
<div class="carousel-caption">
<h4>Amanda...</h4>
<p>...gorgeous as always.</p>
</div>
</div>
<div class="item">
<img src="http://stadil.s3.amazonaws.com/mask.jpg" />
<div class="carousel-caption">
<h4>Sebastian...</h4>
<p>...wearing a gas mask.</p>
</div>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="span6">
<ul class="thumbnails">
<li class="span4">
<a href="#" class="thumbnail">
<img src="http://stadil.s3.amazonaws.com/ha2.jpg" alt="">
</a>
</li>
<li class="span2">
<a href="#" class="thumbnail">
<img src="http://stadil.s3.amazonaws.com/ha2.jpg" alt="">
</a>
</li>
<li class="span2">
<a href="#" class="thumbnail">
<img src="http://stadil.s3.amazonaws.com/ha2.jpg" alt="">
</a>
</li>
<li class="span2">
<a href="#" class="thumbnail">
<img src="http://stadil.s3.amazonaws.com/ha2.jpg" alt="">
</a>
</li>
<li class="span2">
<a href="#" class="thumbnail">
<img src="http://stadil.s3.amazonaws.com/ha2.jpg" alt="">
</a>
</li>
<li class="span2">
<a href="#" class="thumbnail">
<img src="http://stadil.s3.amazonaws.com/ha2.jpg" alt="">
</a>
</li>
</ul>
</div>
<div class="span6">
<h2 id="contact">Contact</h2>
<p>One of the cool things about using Gmail is that you rarely get spam. So I can safely put my email address out in the open <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>You can also reach me via twitter <a href="http://twitter.com/sebastianstadil">@sebastianstadil</a>, and lately, <a href="http://quora.com/Sebastian-Stadil">on Quora</a>.</p>
<p>I don't use facebook very much, but I like it. I'm <a href="http://facebook.com/sebastian.stadil">fb.com/sebastian.stadil</a> there.</p>
<p>Finally, you can reach me via Skype at sebastian.stadil. See the pattern?</p>
<p>Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.</p>
</div>
</div>
<hr>
<div class="row">
<div class="span4">
<p>First name: <input data-bind="value: firstName" /></p>
<p>Last name: <input data-bind="value: lastName" /></p>
<button data-bind="click: capitalizeLastName">Go caps</button>
</div>
<div class="span8">
<p>First name: <strong data-bind="text: firstName"></strong></p>
<p>Last name: <strong data-bind="text: lastName"></strong></p>
<p>Your full name is <strong data-bind="text: fullName"></strong></p>
</div>
</div>
<hr>
<footer>
<p>© Sebastian Stadil 2012</p>
</footer>
</div> <!-- /container -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<!-- Le bootstrap -->
<script src="js/libs/bootstrap.js"></script>
<!-- Script to add the knockout.js Model-View-ViewModel library -->
<script src='js/libs/knockout-2.0.0.js' type='text/javascript'></script>
<!-- Script to add the Firebase library -->
<script src="http://static.firebase.com/v0/firebase.js"></script>
<!-- Script to render the {less} stylesheet -->
<script src="js/libs/less.js" type="text/javascript"></script>
<!-- end scripts -->
<!-- scripts concatenated and minified via build script -->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>