-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
277 lines (239 loc) · 10.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MoroccoJS</title>
<meta name="author" content="MoroccoJS">
<meta name="description" content="The open JavaScript developers community">
<meta property="og:type" content="website">
<meta property="og:title" content="MoroccoJS">
<meta property="og:url" content="https://moroccojs.org/index.html">
<meta property="og:site_name" content="MoroccoJS">
<meta property="og:description" content="The open JavaScript developers community">
<meta property="og:image" content="https://moroccojs.org/img/logo.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="MoroccoJS">
<meta name="twitter:description" content="The open JavaScript developers community">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/components/semantic-ui/dist/semantic.min.css" type="text/css">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=529694297184858";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="undefined">
<div class="background"></div>
<div class="ui container">
<div class="ui menu">
<a class="header item" href="/">
<img src="/img/logo.png" alt="MoroccoJS">
</a>
<a href="/articles" title="Articles" class="item yellow ">Articles</a>
<a href="/tutorials" title="Tutorials" class="item olive ">Tutorials</a>
<a href="/news" title="News" class="item purple ">News</a>
<a href="/events" title="Events" class="item pink ">Events</a>
<a href="/jobs" title="Jobs" class="item blue ">Jobs</a>
<div class="right menu">
<div class="item">
<div class="ui transparent icon input">
<i class="search icon"></i>
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form">
<input name="q" results="0" class="search-form-input" placeholder="Search" type="text">
<input name="sitesearch" value="https://moroccojs.org" type="hidden">
</form>
</div>
</div>
<a href="/about" title="About" class="item grey ">About</a>
</div>
</div>
<div class="jumbotron">
<h1 class="ui inverted header">
<span class="library">The open JavaScript developers community</span>
</h1>
</div>
</div>
</header>
<div class="ui main container">
<section class="main-section">
<div class="section-header">
<div class="ui large breadcrumb">
<div class="active section">Home</div>
</div>
</div>
<div class="section-content">
<div class="ui one column grid">
<div class="column">
<div class="ui olive special fluid card">
<a href="/tutorials/Introduction-to-the-MEAN-stack-part1/" class="content">
<img class="post-img" src="/tutorials/Introduction-to-the-MEAN-stack-part1/thumbnail.png" alt="" />
<div class="header">Introduction to the MEAN stack - Part 1: MongoDB</div>
<div class="meta">
<span class="date">
1st October 2015 -
<strong class="disqus-comment-count" data-disqus-url="https://moroccojs.org/tutorials/Introduction-to-the-MEAN-stack-part1/"></strong>
</span>
</div>
<div class="description">
An introduction to the MEAN stack for full-stack developers. In this first chapter, we will introduce you to the Model part, MongoDB.
</div>
</a>
<div class="extra content">
<img class="ui avatar image" src="https://www.gravatar.com/avatar/68c80da48ef15d23e9d7b6876fc99c7c?s=50"> <a href="https://github.com/Driftman" title="Soufiane ELBAZ" target="_blank" rel="external">Soufiane ELBAZ</a>
<span class="right floated">
Tutorials
</span>
</div>
</div>
</div>
<div class="column">
<div class="ui olive special fluid card">
<a href="/tutorials/npm-based-front-end-workflow/" class="content">
<img class="post-img" src="/tutorials/npm-based-front-end-workflow/thumbnail.png" alt="" />
<div class="header">npm based front-end workflow</div>
<div class="meta">
<span class="date">
17th September 2015 -
<strong class="disqus-comment-count" data-disqus-url="https://moroccojs.org/tutorials/npm-based-front-end-workflow/"></strong>
</span>
</div>
<div class="description">
A tutorial on how to use npm to easily manage your front-end dependencies and compile your assets
</div>
</a>
<div class="extra content">
<img class="ui avatar image" src="https://www.gravatar.com/avatar/b4dab15877a1d650c9480777f5b7168f?s=50"> <a href="https://github.com/YoussefKababe" title="Youssef Kababe" target="_blank" rel="external">Youssef Kababe</a>
<span class="right floated">
Tutorials
</span>
</div>
</div>
</div>
<div class="column">
<div class="ui olive special fluid card">
<a href="/tutorials/How-to-install-NodeJS-on-Ubuntu-using-NVM/" class="content">
<img class="post-img" src="/tutorials/How-to-install-NodeJS-on-Ubuntu-using-NVM/thumbnail.png" alt="" />
<div class="header">How to install NodeJS using NVM on Ubuntu</div>
<div class="meta">
<span class="date">
22nd August 2015 -
<strong class="disqus-comment-count" data-disqus-url="https://moroccojs.org/tutorials/How-to-install-NodeJS-on-Ubuntu-using-NVM/"></strong>
</span>
</div>
<div class="description">
Step by step guide to install NodeJS on your Ubuntu machine using NVM (Node Version Manager)
</div>
</a>
<div class="extra content">
<img class="ui avatar image" src="https://www.gravatar.com/avatar/b4dab15877a1d650c9480777f5b7168f?s=50"> <a href="https://github.com/YoussefKababe" title="Youssef Kababe" target="_blank" rel="external">Youssef Kababe</a>
<span class="right floated">
Tutorials
</span>
</div>
</div>
</div>
<div class="column">
<div class="ui yellow special fluid card">
<a href="/articles/Community-101/" class="content">
<img class="post-img" src="/articles/Community-101/thumbnail.png" alt="" />
<div class="header">Community 101</div>
<div class="meta">
<span class="date">
22nd August 2015 -
<strong class="disqus-comment-count" data-disqus-url="https://moroccojs.org/articles/Community-101/"></strong>
</span>
</div>
<div class="description">
Introducing MoroccoJS and contribution guide
</div>
</a>
<div class="extra content">
<img class="ui avatar image" src="https://www.gravatar.com/avatar/b4dab15877a1d650c9480777f5b7168f?s=50"> <a href="https://github.com/YoussefKababe" title="Youssef Kababe" target="_blank" rel="external">Youssef Kababe</a>
<span class="right floated">
Articles
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<aside class="sidebar">
<div class="sidebar-header">
<p>Follow us: </p>
<ul class="social-icons">
<li><a href="http://github.com/MoroccoJS" target="_blank"><i class="github square icon"></i></a></li>
<li><a href="http://facebook.com/MoroccoJS" target="_blank"><i class="facebook square icon"></i></a></li>
<li><a href="" target="_blank"><i class="google plus square icon"></i></a></li>
<li><a href="" target="_blank"><i class="twitter square icon"></i></a></li>
<li><a href="http://slack.moroccojs.org" target="_blank"><i class="slack icon"></i></a></li>
</ul>
</div>
<div class="sidebar-content">
<div class="ad">
<a href="http://slack.moroccojs.org/" target="_blank">
<img src="/img/join-slack.png" alt="Join us on Slack">
</a>
</div>
<div class="fb-page" data-href="https://www.facebook.com/MoroccoJS" data-width="300" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/MoroccoJS"><a href="https://www.facebook.com/MoroccoJS">MoroccoJS</a></blockquote></div></div>
<div class="ad">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- MoroccoJS-sidebar -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-6146154997304787"
data-ad-slot="1559583958"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</aside>
</div>
<footer>
<div class="ui container">
<p class="copyright">
© <span><a href="/" title="MoroccoJS">MoroccoJS</a></span> 2015. All rights reserved.
</p>
<p class="credit">
Designed with <span>❤</span> and proudly hosted by <span><a href="http://github.com" title="GitHub" target="_blank" rel="external">GitHub</a></span>.
</p>
</div>
</footer>
<script src="/components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="/components/semantic-ui/dist/semantic.min.js" type="text/javascript"></script>
<script src="/components/highlightjs/highlight.pack.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('figure.highlight').each(function(i, block) {
hljs.highlightBlock(block);
});
});
</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5601be32e4838140" async="async"></script>
<script>
(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-36442752-5', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'moroccojs';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>