-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (228 loc) · 11.2 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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Yearn | Open source resources</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="We had to be rescued from our folly by a rebel alliance of obsessive geeks and creative misfits—who then proceeded to show us that professionalism and dedication really meant what we had been doing be">
<meta property="og:type" content="website">
<meta property="og:title" content="Yearn | Open source resources">
<meta property="og:url" content="http://open.yearnio.com/index.html">
<meta property="og:site_name" content="Yearn | Open source resources">
<meta property="og:description" content="We had to be rescued from our folly by a rebel alliance of obsessive geeks and creative misfits—who then proceeded to show us that professionalism and dedication really meant what we had been doing be">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Yearn | Open source resources">
<meta name="twitter:description" content="We had to be rescued from our folly by a rebel alliance of obsessive geeks and creative misfits—who then proceeded to show us that professionalism and dedication really meant what we had been doing be">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62565351-3', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<style type="text/css">
#header { background-image: url(/files/images/words.png);
background-repeat: no-repeat; background-position: 95% center; background-size: auto 90%; }
.logo { background-image:url(/files/images/logo.png);
width: 165;
height: 60;
-webkit-background-size: 165 60;
-moz-background-size: 165 60;
background-size: 165 60;
}
#footer .logo {
width: 165;
height: 60;
-webkit-background-size: 165 60;
-moz-background-size: 165 60;
background-size: 165 60;
}
</style>
<link href='//fonts.useso.com/css?family=Titillium+Web:300,400,600' rel='stylesheet' type='text/css'>
<link href="//fonts.useso.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/font-awesome/css/font-awesome.min.css" type="text/css">
</head>
<body>
<div id="wrap">
<header id="header">
<div id="header-outer" class="outer">
<div class="container">
<div class="container-inner">
<div id="header-title">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<h2 class="subtitle-wrap">
<p class="subtitle">Open Creative & sometimes Obsessive</p>
</h2>
</div>
<div id="header-inner" class="nav-container">
<a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
<div class="nav-container-inner">
<ul id="main-nav">
<li class="main-nav-list-item" ><a class="main-nav-list-link" href="/">Home</a></li>
<ul class="main-nav-list"><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/javascript/">Javascript</a></li></ul>
<li class="main-nav-list-item" ><a class="main-nav-list-link" href="/about.html">About</a></li>
</ul>
<nav id="sub-nav">
<div id="search-form-wrap">
<!-- <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><input type="hidden" name="sitesearch" value="http://open.yearnio.com"></form> -->
<form action="//google.com/search" target="_blank" method="get" accept-charset="UTF-8" class="search-form">
<input type="search" name="q" results="0" class="search-form-input" placeholder="Search">
<input type="hidden" name="sitesearch" value="http://open.yearnio.com">
</form>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="main-body container-inner">
<div class="main-body-inner">
<section id="main">
<div class="main-body-header">
<h1 class="header"><em class="page-title-link" data-url="home">Home</em></h1>
</div>
<div class="main-body-content">
<div class="article-row">
<article class="article article-summary">
<div class="article-summary-inner">
<a href="/javascript/promise.html" class="thumbnail">
<span style="background-image:url(/files/images/thumbnail/promise.jpg
)" alt="Promise" class="thumbnail-image"></span>
</a>
<div class="article-meta">
<p class="category"><a class="article-category-link" href="/categories/javascript/">Javascript</a></p>
<p class="date"><time datetime="2016-01-04T16:00:00.000Z" itemprop="datePublished">2016-01-05</time></p>
<p class="stability developing">developing</p>
</div>
<h2 class="article-title">
<a href="/javascript/promise.html" class="title">Promise</a>
</h2>
<p class="article-excerpt">
Promise is …
ImportQ is a small and truely lightweight implementation of Promise/A+. You can download it from the repository on g
</p>
</div>
</article>
</div>
</div>
</section>
<aside id="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
<div class="sidebar-top">
<p>follow:</p>
<ul class="social-links">
<li><a class="social-tooltip" title="twitter" href="https://github.com/muhonglong" target="_blank"><i class="icon fa fa-twitter"></i></a></li>
<li><a class="social-tooltip" title="facebook" href="https://github.com/muhonglong" target="_blank"><i class="icon fa fa-facebook"></i></a></li>
<li><a class="social-tooltip" title="google-plus" href="https://github.com/muhonglong" target="_blank"><i class="icon fa fa-google-plus"></i></a></li>
<li><a class="social-tooltip" title="github" href="https://github.com/muhonglong" target="_blank"><i class="icon fa fa-github"></i></a></li>
<li><a class="social-tooltip" title="weibo" href="https://github.com/muhonglong" target="_blank"><i class="icon fa fa-weibo"></i></a></li>
<li><a class="social-tooltip" title="rss" href="https://github.com/muhonglong" target="_blank"><i class="icon fa fa-rss"></i></a></li>
</ul>
</div>
<div class="widgets-container">
<div class="widget-wrap">
<h3 class="widget-title">recents</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/javascript/promise.html" class="thumbnail">
<span style="background-image:url(/files/images/thumbnail/promise.jpg
)" alt="Promise" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/javascript/">Javascript</a></p>
<p class="item-title"><a href="/javascript/promise.html" class="title">Promise</a></p>
<p class="item-date"><time datetime="2016-01-04T16:00:00.000Z" itemprop="datePublished">2016-01-05</time></p>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">categories</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/javascript/">Javascript</a><span class="category-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">archives</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/01/">January 2016</a><span class="archive-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">tags</h3>
<div class="widget">
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/promise/">Promise</a><span class="tag-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-float">
<h3 class="widget-title">tag cloud</h3>
<div class="widget tagcloud">
<a href="/tags/promise/" style="font-size: 10px;">Promise</a>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">links</h3>
<div class="widget">
<ul>
<li>
<a target="_blank" href="http://www.yearnio.com">Yearn</a>
</li>
<li>
<a target="_blank" href="https://github.com/muhonglong">Github</a>
</li>
<li>
<a target="_blank" href="http://www.codrops.com">Codrops</a>
</li>
</ul>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<p>© 2016 Dylan Li</p>
<!-- <p>Powered by <a href="//hexo.io/" target="_blank">Hexo</a>. Theme by <a href="//github.com/ppoffice" target="_blank">PPOffice</a></p> -->
<p>Documentation licensed under CC BY 4.0.</p>
</div>
</div>
</div>
</footer>
<script>
var disqus_shortname = 'yearn';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="/js/html-patch.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
</div>
</body>
</html>