-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
265 lines (241 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NYC HTML5</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Trevor Landau">
<meta name="description" content="Pomodoro timer written in clojurescript and om.">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/bootply.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<!-- common social tags -->
<meta property="og:type" content="website">
<meta property="og:image" content="/images/logo.png">
<meta property="og:site_name" content="NYC HTML5">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="http://www.nychtml5.com/images/logo.png">
<meta name="twitter:site" content="@nychtml5">
<meta name="twitter:creator" content="@nychtml5">
</head>
<!-- HTML code from Bootply.com editor -->
<body>
<!-- Begin Navbar -->
<!--
<div class="navbar navbar-static">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="http://www.bootply.com" target="ext"><b>NYC HTML5</b></a>
<a class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="glyphicon glyphicon-chevron-down"></span>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Channels</a>
<ul class="dropdown-menu">
<li><a href="#">Sub-link</a></li>
<li><a href="#">Sub-link</a></li>
<li><a href="#">Sub-link</a></li>
<li><a href="#">Sub-link</a></li>
</ul>
</li>
</ul>
<ul class="nav pull-right navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-search"></i></a>
<ul class="dropdown-menu" style="padding:12px;">
<form class="form-inline">
<button type="submit" class="btn btn-default pull-right"><i class="glyphicon glyphicon-search"></i></button><input type="text" class="form-control pull-left" placeholder="Search">
</form>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-user"></i> <i class="glyphicon glyphicon-chevron-down"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Login</a></li>
<li><a href="#">Profile</a></li>
<li class="divider"></li>
<li><a href="#">About</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
-->
<header class="masthead">
<div class="container">
<div class="row">
<div class="col-md-2">
<img class="brand" src="/images/logo.svg" alt="NYC HTML5">
</div>
<div class="col-md-10">
<div class="page-header">
<h3 class="heading">{ Next Event }</h3>
<h2>
<a href="/">Amorphic, D3 in Ember, and Preloading Multimedia: Can Play Through?</a>
</h2>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placedoge.net/100/100" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Exploring Chrome DevTools' less used potential Kirill Cherkashin</h4>
Often DevTools is used just for basic JavaScript debugging, but there is much more behind it than what is commonly used. In this talk we will go through an overview of some Chrome DevTools features, such as workspaces, snippets, shortcuts, extensions and several others. The goal is to showcase the less known and less used sides of Chrome DevTools so that we can make best use of what it can offer.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placedoge.net/100/100" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Exploring Chrome DevTools' less used potential Kirill Cherkashin</h4>
Often DevTools is used just for basic JavaScript debugging, but there is much more behind it than what is commonly used. In this talk we will go through an overview of some Chrome DevTools features, such as workspaces, snippets, shortcuts, extensions and several others. The goal is to showcase the less known and less used sides of Chrome DevTools so that we can make best use of what it can offer.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placedoge.net/100/100" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Exploring Chrome DevTools' less used potential Kirill Cherkashin</h4>
Often DevTools is used just for basic JavaScript debugging, but there is much more behind it than what is commonly used. In this talk we will go through an overview of some Chrome DevTools features, such as workspaces, snippets, shortcuts, extensions and several others. The goal is to showcase the less known and less used sides of Chrome DevTools so that we can make best use of what it can offer.
</div>
</div>
</div>
<div class="col-md-6" id="logistics">
<h4 class="heading">{ Logistics }</h4>
<table>
<tr>
<td>Date:</td>
<td>June 16th, 2014</td>
</tr>
<tr>
<td>Location:</td>
<td>4 Times Square</td>
</tr>
<tr>
<td>Schedule:</td>
<td>
<p><strong>6:30 - 7:00 PM</strong> Pizza + discussion 5th Floor, Self Conference Room
<p><strong>7:00 - 8:15 PM</strong> Talks + questions 4th Floor Auditorium
<p><strong>8:15 PM</strong> - Drinks at Heartland Brewery
</td>
</tr>
</table>
<div class="well well-md">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.284184248123!2d-73.9860064!3d40.755773899999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25854d5ec1c43%3A0x2ca611edf127154b!2sConde+Nast+Bldg!5e0!3m2!1sen!2sus!4v1400436810661" width="100%" height="260" frameborder="0" style="border:0"></iframe>
</div>
<div class="alert alert-warning">
NYC HTML5 expects all speakers and attendees to follow the <a href="http://jsconf.com/codeofconduct.html" class="alert-link">JSCONF</a> code of conduct.
</div>
</div>
</div>
</div>
</header>
<!-- Begin Body -->
<div class="container">
<div class="no-gutter row">
<!-- left side column -->
<div class="col-md-2">
<div class="panel panel-default" id="sidebar">
<div class="panel-heading" style="background-color:#888;color:#fff;">About</div>
<div class="panel-body">
<h5>NYC HTML5 is a user group focused on JavaScript technologies.</h5>
<a role="button" class="btn btn-danger" href="http://www.meetup.com/nychtml5/">
Join Today!
</a>
<hr/>
<div>
Interested in speaking?
<a href="https://github.com/nychtml5/www/wiki/I-want-to-speak!">Open an issue</a>
or contact
<a href="https://twitter.com/johnkpaul">John Paul</a>,
<a href="https://twitter.com/joe_sepi">JoeSepi</a>, or
<a href="https://twitter.com/trevor_landau">Trevor Landau</a>
</div>
<hr/>
<div>
irc: <strong>#nychtml5</strong>
</div>
<hr/>
<div class="col col-span-12">
<a href="https://twitter.com/nychtml5"><i class="icon-2x icon-twitter"></i></a>
<a href="https://github.com/nychtml5/www"><i class="icon-2x icon-github"></i></a>
</div>
</div><!--/panel body-->
</div><!--/panel-->
</div><!--/end left column-->
<!--mid column-->
<div class="col-md-3">
<div class="panel" id="midCol">
<div class="panel-heading" style="background-color:#555;color:#eee;">#nychtml5</div>
<div class="panel-body">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placedoge.net/50/50">
</a>
<div class="media-body">
<h5 class="media-heading"><a href="#"><strong>@trevor_landau</strong></a></h5>
<small>Totally wicked cool</small><br>
</div>
</div>
</div>
</div><!--/panel-->
</div><!--/end mid column-->
<!-- right content column-->
<div class="col-md-7" id="content">
<div class="panel">
<div class="panel-heading" style="background-color:#111;color:#fff;">Timeline</div>
<div class="panel-body">
<h4>Amorphic, D3 in Ember, and Preloading Multimedia: Can Play Through?</h4>
<h5><em>May 16th, 2014</em></h5>
<br>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placedoge.net/100/100" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Exploring Chrome DevTools' less used potential Kirill Cherkashin</h4>
Often DevTools is used just for basic JavaScript debugging, but there is much more behind it than what is commonly used. In this talk we will go through an overview of some Chrome DevTools features, such as workspaces, snippets, shortcuts, extensions and several others. The goal is to showcase the less known and less used sides of Chrome DevTools so that we can make best use of what it can offer.
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://placedoge.net/100/100" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Exploring Chrome DevTools' less used potential Kirill Cherkashin</h4>
Often DevTools is used just for basic JavaScript debugging, but there is much more behind it than what is commonly used. In this talk we will go through an overview of some Chrome DevTools features, such as workspaces, snippets, shortcuts, extensions and several others. The goal is to showcase the less known and less used sides of Chrome DevTools so that we can make best use of what it can offer.
</div>
</div>
</div>
</div><!--/panel-body-->
</div><!--/panel-->
<!--/end right column-->
</div> <!-- end /content -->
</div>
</div>
<script type='text/javascript' src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</body>
</html>