Skip to content

Commit

Permalink
Merge pull request ClojureBridge#108 from davidchambers/linear
Browse files Browse the repository at this point in the history
slides: remove y-axis navigation
  • Loading branch information
bridgethillyer committed Nov 23, 2014
2 parents 72e2b1f + 18dd603 commit e4373b7
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 36 deletions.
8 changes: 8 additions & 0 deletions slides/assets/reveal.js/css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1878,3 +1878,11 @@ body {
}


/*********************************************
* HIDE UP AND DOWN NAVIGATION ELEMENTS
*********************************************/

.navigate-up,
.navigate-down {
visibility: hidden;
}
6 changes: 0 additions & 6 deletions slides/module1.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 1</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Introduction to
Programming with Clojure</h2>
Expand Down Expand Up @@ -90,9 +89,7 @@ <h3 class="slide-title slide">What is a REPL?</h3>
"img/instarepl.png"></div>
</div>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Simple values</h2>
</section>
Expand Down Expand Up @@ -193,9 +190,7 @@ <h3 class="slide-title slide">Sneak Peek at Strings,
false</code>
</pre>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Assigning names to
values</h2>
Expand Down Expand Up @@ -239,7 +234,6 @@ <h3 class="slide-title slide">Exercise: Basic
</li>
</ul>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
2 changes: 0 additions & 2 deletions slides/module2.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 2</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Data Structures</h2>
</section>
Expand Down Expand Up @@ -92,7 +91,6 @@ <h3 class="slide-title slide">Exercise: Make a
<code>nth</code> function to get the high temperature for
next Tuesday.</p>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
4 changes: 0 additions & 4 deletions slides/module3.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 3</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Functions</h2>
</section>
Expand Down Expand Up @@ -117,9 +116,7 @@ <h3 class="slide-title slide">Naming functions</h3>
</li>
</ul>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Functions that take other
functions</h2>
Expand Down Expand Up @@ -181,7 +178,6 @@ <h3 class="slide-title slide">Exercise: Find the
<p>Hint: you will need to use <code>reduce</code> and
<code>count</code>.</p>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
2 changes: 0 additions & 2 deletions slides/module4.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 4</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Strings, Keywords, and
Booleans</h2>
Expand Down Expand Up @@ -84,7 +83,6 @@ <h3 class="slide-title slide">Exercise: make a function
<code>last-name</code>. This function should output the
name like so: Last, First.</p>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
2 changes: 0 additions & 2 deletions slides/module5.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 5</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Common, core
functions</h2>
Expand Down Expand Up @@ -99,7 +98,6 @@ <h3 class="slide-title slide">Anonymous functions</h3>
;=&gt; "i like peanut butter and jelly"</code>
</pre>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
2 changes: 0 additions & 2 deletions slides/module6.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 6</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">More Data Structures</h2>
</section>
Expand Down Expand Up @@ -167,7 +166,6 @@ <h3 class="slide-title slide">Exercise: Modeling your
using <code>conj</code>.</li>
</ol>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
6 changes: 0 additions & 6 deletions slides/module7.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 7</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Flow control</h2>
</section>
Expand Down Expand Up @@ -118,9 +117,7 @@ <h3 class="slide-title slide">BONUS: Flexible name
"Last, First Middle"; otherwise, it should be "First
Middle Last."</p>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Boolean logic</h2>
</section>
Expand Down Expand Up @@ -201,9 +198,7 @@ <h3><code>and</code>, <code>or</code>, and
</tr>
</table>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Let</h2>
</section>
Expand Down Expand Up @@ -276,7 +271,6 @@ <h3 class="slide-title slide">Bonus: Ordinal numbers</h3>
<p>Part three: rewrite the nested if statements using the
<code>cond</code> function.</p>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
8 changes: 0 additions & 8 deletions slides/module8.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 8</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Projects</h2>
</section>
Expand Down Expand Up @@ -98,9 +97,7 @@ <h3 class="slide-title slide">Try it out</h3>
lein run</code>
</pre>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Modifying a project</h2>
</section>
Expand Down Expand Up @@ -180,9 +177,7 @@ <h3 class="slide-title slide">Requiring dependencies</h3>
[cheshire.core :as json]))</code>
</pre>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Your first real
program</h2>
Expand Down Expand Up @@ -392,9 +387,7 @@ <h3 class="slide-title slide">Get a list of countries and

<p>What do you get?</p>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Revisiting -main</h2>
</section>
Expand Down Expand Up @@ -447,7 +440,6 @@ <h3 class="slide-title slide">Bonus exercise: Only show
You will need the <code>sort-by</code> function to make
this work.</p>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down
4 changes: 0 additions & 4 deletions slides/module9.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<h1 class="slide-title intro">Module 9</h1>
</section>

<section>
<section>
<h2 class="slide-title chapter">Web Applications</h2>
</section>
Expand Down Expand Up @@ -57,9 +56,7 @@ <h3 class="slide-title slide">What is HTML?</h3>
<p>Go to clojurebridge.org in your web browser and view
the source.</p>
</section>
</section>

<section>
<section>
<h2 class="slide-title chapter">Clojure web
applications</h2>
Expand Down Expand Up @@ -167,7 +164,6 @@ <h3 class="slide-title slide">Starting the web

<p>Go to http://localhost:3000/.</p>
</section>
</section>
</div>
</div><script src="assets/reveal.js/lib/js/head.min.js">
</script> <script src="assets/reveal.js/js/reveal.js">
Expand Down

0 comments on commit e4373b7

Please sign in to comment.