Skip to content

Commit 60cdb8f

Browse files
author
Armagan Ersoz
committed
Part 2 and some changes on Part 1
1 parent 65a4fc0 commit 60cdb8f

30 files changed

+1024
-361
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li><i class="fa fa-home" aria-hidden="true"></i>&nbsp;&nbsp;<a href="http://nodegirls.com.au/" target="_blank">nodegirls.com.au</a></li>
88
<li><i class="fa fa-paper-plane-o" aria-hidden="true"></i>&nbsp;&nbsp;<a href="mailto:info@nodegirls.com.au">info@nodegirls.com.au</a></li>
99
</ul>
10-
<ul>
10+
<ul class="main-social-media">
1111
<li><i class="fa fa-facebook" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/NodeGirlsAustralia/" target="_blank">facebook.com/NodeGirlsAustralia</a></li>
1212
<li><i class="fa fa-github-alt" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://github.com/node-girls-australia" target="_blank">github.com/node-girls-australia</a></li>
1313
<li><i class="fa fa-twitter" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://twitter.com/NodeGirlsBri" target="_blank">twitter.com/NodeGirlsBri</a></li>

_site/assets/html-with-css.png

39.7 KB
Loading

_site/assets/html-without-css.png

36.2 KB
Loading

_site/cheat-sheet.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ <h3>Part 0 - Getting Started</h3>
128128

129129

130130

131+
132+
131133

132134

133135

@@ -213,6 +215,8 @@ <h3>Part 1 - Basics</h3>
213215

214216

215217

218+
219+
216220
</ul>
217221

218222
<h3>Part 2 - The Browser</h3>
@@ -245,15 +249,23 @@ <h3>Part 2 - The Browser</h3>
245249

246250
<li class=''>
247251
<a href="/js-intro-workshop/step12/">
248-
12 - html
252+
12 - CSS
249253
</a>
250254
</li>
251255

252256

253257

254258
<li class=''>
255259
<a href="/js-intro-workshop/step13/">
256-
13 - Congratulations
260+
13 - Accessing Elements
261+
</a>
262+
</li>
263+
264+
265+
266+
<li class=''>
267+
<a href="/js-intro-workshop/step14/">
268+
14 - Congratulations
257269
</a>
258270
</li>
259271

@@ -433,7 +445,7 @@ <h2 id="console">console</h2>
433445
<li><i class="fa fa-home" aria-hidden="true"></i>&nbsp;&nbsp;<a href="http://nodegirls.com.au/" target="_blank">nodegirls.com.au</a></li>
434446
<li><i class="fa fa-paper-plane-o" aria-hidden="true"></i>&nbsp;&nbsp;<a href="mailto:info@nodegirls.com.au">info@nodegirls.com.au</a></li>
435447
</ul>
436-
<ul>
448+
<ul class="main-social-media">
437449
<li><i class="fa fa-facebook" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/NodeGirlsAustralia/" target="_blank">facebook.com/NodeGirlsAustralia</a></li>
438450
<li><i class="fa fa-github-alt" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://github.com/node-girls-australia" target="_blank">github.com/node-girls-australia</a></li>
439451
<li><i class="fa fa-twitter" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://twitter.com/NodeGirlsBri" target="_blank">twitter.com/NodeGirlsBri</a></li>

_site/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.0">Jekyll</generator><link href="http://localhost:4000/js-intro-workshop/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/js-intro-workshop/" rel="alternate" type="text/html" /><updated>2018-03-04T22:37:17+10:00</updated><id>http://localhost:4000/js-intro-workshop/</id><title type="html">Node Girls</title><subtitle>This is an introductory workshop for Javascript.
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.0">Jekyll</generator><link href="http://localhost:4000/js-intro-workshop/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/js-intro-workshop/" rel="alternate" type="text/html" /><updated>2018-03-06T22:30:39+10:00</updated><id>http://localhost:4000/js-intro-workshop/</id><title type="html">Node Girls</title><subtitle>This is an introductory workshop for Javascript.
22
</subtitle></feed>

_site/index.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ <h3>Part 0 - Getting Started</h3>
128128

129129

130130

131+
132+
131133

132134

133135

@@ -213,6 +215,8 @@ <h3>Part 1 - Basics</h3>
213215

214216

215217

218+
219+
216220
</ul>
217221

218222
<h3>Part 2 - The Browser</h3>
@@ -245,15 +249,23 @@ <h3>Part 2 - The Browser</h3>
245249

246250
<li class=''>
247251
<a href="/js-intro-workshop/step12/">
248-
12 - html
252+
12 - CSS
249253
</a>
250254
</li>
251255

252256

253257

254258
<li class=''>
255259
<a href="/js-intro-workshop/step13/">
256-
13 - Congratulations
260+
13 - Accessing Elements
261+
</a>
262+
</li>
263+
264+
265+
266+
<li class=''>
267+
<a href="/js-intro-workshop/step14/">
268+
14 - Congratulations
257269
</a>
258270
</li>
259271

@@ -350,7 +362,7 @@ <h3 style="border:none"><a class="go-link" href="step0">Now click here to get st
350362
<li><i class="fa fa-home" aria-hidden="true"></i>&nbsp;&nbsp;<a href="http://nodegirls.com.au/" target="_blank">nodegirls.com.au</a></li>
351363
<li><i class="fa fa-paper-plane-o" aria-hidden="true"></i>&nbsp;&nbsp;<a href="mailto:info@nodegirls.com.au">info@nodegirls.com.au</a></li>
352364
</ul>
353-
<ul>
365+
<ul class="main-social-media">
354366
<li><i class="fa fa-facebook" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/NodeGirlsAustralia/" target="_blank">facebook.com/NodeGirlsAustralia</a></li>
355367
<li><i class="fa fa-github-alt" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://github.com/node-girls-australia" target="_blank">github.com/node-girls-australia</a></li>
356368
<li><i class="fa fa-twitter" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://twitter.com/NodeGirlsBri" target="_blank">twitter.com/NodeGirlsBri</a></li>

_site/journey-continues/index.html

+20-28
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ <h3>Part 0 - Getting Started</h3>
128128

129129

130130

131+
132+
131133

132134

133135

@@ -213,6 +215,8 @@ <h3>Part 1 - Basics</h3>
213215

214216

215217

218+
219+
216220
</ul>
217221

218222
<h3>Part 2 - The Browser</h3>
@@ -245,15 +249,23 @@ <h3>Part 2 - The Browser</h3>
245249

246250
<li class=''>
247251
<a href="/js-intro-workshop/step12/">
248-
12 - html
252+
12 - CSS
249253
</a>
250254
</li>
251255

252256

253257

254258
<li class=''>
255259
<a href="/js-intro-workshop/step13/">
256-
13 - Congratulations
260+
13 - Accessing Elements
261+
</a>
262+
</li>
263+
264+
265+
266+
<li class=''>
267+
<a href="/js-intro-workshop/step14/">
268+
14 - Congratulations
257269
</a>
258270
</li>
259271

@@ -289,39 +301,19 @@ <h1 class="post-title">The Journey Continues ...</h1>
289301
<div class="post-content">
290302
<p>So hopefully you have completed the workshop and tried a couple of the challenges.</p>
291303

292-
<p>But this is just the tip of the iceberg for Node.js. There is a whole internet of technologies and tutorials at your fingertips. Here are some starting points about where you could go next.</p>
304+
<p>But this is just the tip of the iceberg for JavaScript. There is a whole internet of technologies and tutorials at your fingertips. Here are some starting points about where you could go next.</p>
293305

294-
<h2 id="other-node-tutorials">Other Node Tutorials</h2>
306+
<h2 id="javascript-sources">JavaScript Sources</h2>
295307

296-
<h3 id="free">Free</h3>
308+
<h3 id="beginner">Beginner</h3>
297309
<ul>
298-
<li><a href="https://nodeschool.io/#workshoppers">NodeSchool “Workshoppers”</a> have really great interactive tutorials for all sorts of Node technologies.</li>
310+
<li><a href="https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ">FreeCodeAcademy Youtube Channel</a></li>
299311
</ul>
300312

301-
<h3 id="paid">Paid</h3>
302-
<ul>
303-
<li><a href="https://www.udemy.com/understand-nodejs/learn/v4/">Udemy: Learn and Understand NodeJS</a></li>
304-
<li><a href="https://egghead.io/courses/introduction-to-node-the-fundamentals">egghead.io: Node Fundamentals</a></li>
305-
</ul>
306-
307-
<h2 id="git-and-source-control">Git and Source Control</h2>
308-
309-
<p>If you used Cloud9 for this workshop then you also created a GitHub account. GitHub is a website for sharing and collaborating on code using the tool Git. Git is a <strong>source control management</strong> tool. Git is not the only tool of this type but it is very popular and widely used both in industry and open-source projects.</p>
310-
311-
<ul>
312-
<li><a href="https://www.atlassian.com/git/tutorials/what-is-version-control">Atlassian: Git Beginner Guide</a></li>
313-
<li><a href="https://guides.github.com/introduction/git-handbook/">GitHub: Git Handbook</a></li>
314-
<li><a href="https://git-scm.com/book/en/v2">Pro Git 2nd Edition free online book</a></li>
315-
</ul>
316-
317-
<p><strong>Advice:</strong> There <em>are</em> some great GUI tools available for Git such as <a href="https://www.git-tower.com/mac/">Git Tower</a>, <a href="https://desktop.github.com/">GitHub Desktop</a>, and <a href="https://www.gitkraken.com/">GitKraken</a>. However it is easy to get over confident with these tools and get tripped up once you get to advanced usage unless you have a solid understanding of how Git works. For that reason it is highly advised to become familar with git on the command-line to get a better understanding of it. Even if you also use the GUI tools to make some tasks easier.</p>
318-
319-
<h2 id="node-javascript--technology-podcasts">Node, Javascript &amp; Technology Podcasts</h2>
313+
<h2 id="javascript--technology-podcasts">Javascript &amp; Technology Podcasts</h2>
320314

321315
<p><a href="https://thewomenintechshow.com/">The Women in Tech Show</a> weekly technical interviews with prominent women in tech.</p>
322316

323-
<p><a href="http://nodeup.com/">Node Up</a> is a podcast with Node.js specific discussions.</p>
324-
325317
<p><a href="https://devchat.tv/js-jabber">Javascript Jabber</a> is a weekly discussion about JavaScript, front-end development, community, careers, and frameworks.</p>
326318

327319
<p><a href="https://www.youtube.com/channel/UCoebwHSTvwalADTJhps0emA">WesBos</a> is a YouTube channel with a variety of short videos mostly on web development and Javascript.</p>
@@ -350,7 +342,7 @@ <h2 id="node-javascript--technology-podcasts">Node, Javascript &amp; Technology
350342
<li><i class="fa fa-home" aria-hidden="true"></i>&nbsp;&nbsp;<a href="http://nodegirls.com.au/" target="_blank">nodegirls.com.au</a></li>
351343
<li><i class="fa fa-paper-plane-o" aria-hidden="true"></i>&nbsp;&nbsp;<a href="mailto:info@nodegirls.com.au">info@nodegirls.com.au</a></li>
352344
</ul>
353-
<ul>
345+
<ul class="main-social-media">
354346
<li><i class="fa fa-facebook" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/NodeGirlsAustralia/" target="_blank">facebook.com/NodeGirlsAustralia</a></li>
355347
<li><i class="fa fa-github-alt" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://github.com/node-girls-australia" target="_blank">github.com/node-girls-australia</a></li>
356348
<li><i class="fa fa-twitter" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://twitter.com/NodeGirlsBri" target="_blank">twitter.com/NodeGirlsBri</a></li>

_site/step0/index.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ <h3>Part 0 - Getting Started</h3>
129129

130130

131131

132+
133+
132134

133135

134136

@@ -214,6 +216,8 @@ <h3>Part 1 - Basics</h3>
214216

215217

216218

219+
220+
217221
</ul>
218222

219223
<h3>Part 2 - The Browser</h3>
@@ -246,15 +250,23 @@ <h3>Part 2 - The Browser</h3>
246250

247251
<li class="">
248252
<a href="/js-intro-workshop/step12/">
249-
12 - html
253+
12 - CSS
250254
</a>
251255
</li>
252256

253257

254258

255259
<li class="">
256260
<a href="/js-intro-workshop/step13/">
257-
13 - Congratulations
261+
13 - Accessing Elements
262+
</a>
263+
</li>
264+
265+
266+
267+
<li class="">
268+
<a href="/js-intro-workshop/step14/">
269+
14 - Congratulations
258270
</a>
259271
</li>
260272

@@ -415,7 +427,7 @@ <h4 id="checkout-the-console">Checkout the console</h4>
415427
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>  <a href="mailto:info@nodegirls.com.au">info@nodegirls.com.au</a>
416428
</li>
417429
</ul>
418-
<ul>
430+
<ul class="main-social-media">
419431
<li>
420432
<i class="fa fa-facebook" aria-hidden="true"></i>   <a href="https://www.facebook.com/NodeGirlsAustralia/" target="_blank">facebook.com/NodeGirlsAustralia</a>
421433
</li>

_site/step1/index.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ <h3>Part 0 - Getting Started</h3>
128128

129129

130130

131+
132+
131133

132134

133135

@@ -213,6 +215,8 @@ <h3>Part 1 - Basics</h3>
213215

214216

215217

218+
219+
216220
</ul>
217221

218222
<h3>Part 2 - The Browser</h3>
@@ -245,15 +249,23 @@ <h3>Part 2 - The Browser</h3>
245249

246250
<li class=''>
247251
<a href="/js-intro-workshop/step12/">
248-
12 - html
252+
12 - CSS
249253
</a>
250254
</li>
251255

252256

253257

254258
<li class=''>
255259
<a href="/js-intro-workshop/step13/">
256-
13 - Congratulations
260+
13 - Accessing Elements
261+
</a>
262+
</li>
263+
264+
265+
266+
<li class=''>
267+
<a href="/js-intro-workshop/step14/">
268+
14 - Congratulations
257269
</a>
258270
</li>
259271

@@ -401,7 +413,7 @@ <h2 id="so-whats-html">So what’s HTML?</h2>
401413
<li><i class="fa fa-home" aria-hidden="true"></i>&nbsp;&nbsp;<a href="http://nodegirls.com.au/" target="_blank">nodegirls.com.au</a></li>
402414
<li><i class="fa fa-paper-plane-o" aria-hidden="true"></i>&nbsp;&nbsp;<a href="mailto:info@nodegirls.com.au">info@nodegirls.com.au</a></li>
403415
</ul>
404-
<ul>
416+
<ul class="main-social-media">
405417
<li><i class="fa fa-facebook" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/NodeGirlsAustralia/" target="_blank">facebook.com/NodeGirlsAustralia</a></li>
406418
<li><i class="fa fa-github-alt" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://github.com/node-girls-australia" target="_blank">github.com/node-girls-australia</a></li>
407419
<li><i class="fa fa-twitter" aria-hidden="true"></i>&nbsp;&nbsp;<a href="https://twitter.com/NodeGirlsBri" target="_blank">twitter.com/NodeGirlsBri</a></li>

_site/step10/index.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ <h3>Part 0 - Getting Started</h3>
129129

130130

131131

132+
133+
132134

133135

134136

@@ -214,6 +216,8 @@ <h3>Part 1 - Basics</h3>
214216

215217

216218

219+
220+
217221
</ul>
218222

219223
<h3>Part 2 - The Browser</h3>
@@ -246,15 +250,23 @@ <h3>Part 2 - The Browser</h3>
246250

247251
<li class="">
248252
<a href="/js-intro-workshop/step12/">
249-
12 - html
253+
12 - CSS
250254
</a>
251255
</li>
252256

253257

254258

255259
<li class="">
256260
<a href="/js-intro-workshop/step13/">
257-
13 - Congratulations
261+
13 - Accessing Elements
262+
</a>
263+
</li>
264+
265+
266+
267+
<li class="">
268+
<a href="/js-intro-workshop/step14/">
269+
14 - Congratulations
258270
</a>
259271
</li>
260272

@@ -351,7 +363,7 @@ <h2 class="post-title"> Step 10 - Exercise: FizzBuzz
351363
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>  <a href="mailto:info@nodegirls.com.au">info@nodegirls.com.au</a>
352364
</li>
353365
</ul>
354-
<ul>
366+
<ul class="main-social-media">
355367
<li>
356368
<i class="fa fa-facebook" aria-hidden="true"></i>   <a href="https://www.facebook.com/NodeGirlsAustralia/" target="_blank">facebook.com/NodeGirlsAustralia</a>
357369
</li>

0 commit comments

Comments
 (0)