Skip to content

Commit

Permalink
More changes to GothamJS talk
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkpaul committed Jul 12, 2013
1 parent e5cfd90 commit caac02f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions gothamjs/2013/js-tools/index.html
Expand Up @@ -121,8 +121,8 @@ <h2 class="fragment"> YOUR IDE CAN DO THAT</h2>
<section fullscreen-img="img/bg.jpg" style="background: rgba(255, 255, 255, 1);">
<h2>Linting</h2>
<ul>
<li>code style</li>
<li>common semantic mistakes</li>
<li>code style</li>
<li>JSHint</li>
</ul>
<img src="img/mistake.gif">
Expand Down Expand Up @@ -186,12 +186,11 @@ <h3>Path counting</h3>
</code></pre>
</section>
<section fullscreen-img="img/bg.jpg" style="background: rgba(255, 255, 255, 1);">
<h2>Above and beyond</h2>
<h3>Why you gotta go and make things so complicated</h3>
<img src="img/complicated-avril.gif">
<br>
<ul>
<li>complexityReport.js</li>
<li>JSComplexity</li>
<li>Plato</li>
</ul>
</section>
Expand All @@ -200,6 +199,7 @@ <h3>Why you gotta go and make things so complicated</h3>
</section>
<section fullscreen-img="img/bg.jpg" style="background: rgba(255, 255, 255, 1);">
<h2>Plato demo</h2>
<a href="http://jsoverson.github.io/plato/examples/jquery/">jQuery Analysis</a>
</section>
<section fullscreen-img="img/bg.jpg" style="background: rgba(255, 255, 255, 1);">
<h2>Beautification</h2>
Expand Down Expand Up @@ -320,6 +320,12 @@ <h2>What you should do</h2>
<li class="fragment">Get Avril out of your head</li>
</ul>
</section>
<section fullscreen-img="img/bg.jpg" style="background: rgba(255, 255, 255, 1);">
<h2>What you should do even more</h2>
<br><br>
<h2>Have a great time @GothamJS</h2>

</section>
<section fullscreen-img="img/bg.jpg" style="background: rgba(255, 255, 255, 1);">
<h1>Thank You</h1>
<h1>Questions?</h1>
Expand Down

0 comments on commit caac02f

Please sign in to comment.