Skip to content

Commit

Permalink
Progress on slides, adding images
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Buck committed Jul 6, 2014
1 parent cf79b53 commit 5bd9b9c
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 43 deletions.
Binary file added reveal-slides/img/angularmn-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reveal-slides/img/grails-logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reveal-slides/img/lolpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reveal-slides/img/virtuwell-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reveal-slides/img/will-buck-dballer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 34 additions & 27 deletions reveal-slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,33 @@




<section data-markdown="slides/convincing-your-boss.md"></section>



</section>




<section>


<section data-markdown="slides/but-how-do-i-start.md"></section>




<section data-markdown="slides/the-learning-curve.md"></section>




<section data-markdown="slides/keeping-up-with-versions.md"></section>



</section>


Expand Down Expand Up @@ -165,40 +192,20 @@




<section data-markdown="slides/thank-you.md"></section>







<section data-markdown="slides/but-how-do-i-start.md"></section>







<section data-markdown="slides/the-learning-curve.md"></section>







<section data-markdown="slides/keeping-up-with-versions.md"></section>
<section>


<section data-markdown="slides/a-note-on-rest-and-apis.md"></section>




</section>




<section data-markdown="slides/convincing-your-boss.md"></section>
<section data-markdown="slides/thank-you.md"></section>



Expand Down
7 changes: 7 additions & 0 deletions reveal-slides/slides/a-note-on-rest-and-apis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## A note on REST and APIs

This is a new Markdown slide

note:
Put your speaker notes here.
You can see them pressing 's'.
2 changes: 1 addition & 1 deletion reveal-slides/slides/i-like-mn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## I like MN

(TODO add pics)
![AngularMN Logo](/img/angularmn-2.png "I run AngularMN")

note:
Family, schools, weather (yes even winter)
2 changes: 1 addition & 1 deletion reveal-slides/slides/i-like-to-code.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## I like to code

This is a new Markdown slide
![Grails Logo](/img/grails-logo.jpeg "Grails is pretty dope")

note:
Put your speaker notes here.
Expand Down
3 changes: 2 additions & 1 deletion reveal-slides/slides/i-like-to-play.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## I like to play

This is a new Markdown slide
<img src="/img/will-buck-dballer.jpg" style="width: 500px;"/>
<img src="/img/lolpaper.jpg" style="width: 500px;"/>

note:
Put your speaker notes here.
Expand Down
27 changes: 16 additions & 11 deletions reveal-slides/slides/list.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
"index.md",
"outline.md",
"outline.md", // TODO remove
[
"who-am-i.md",
"i-like-mn.md",
"i-like-to-play.md",
"who-am-i.md", // DONE
"i-like-mn.md", // DONE
"i-like-to-play.md", // Revisit
"i-like-to-code.md"
],
[
Expand All @@ -15,7 +15,13 @@
[
"why-angular.md",
"the-power-of-grails.md",
"the-power-of-angular.md"
"the-power-of-angular.md",
"convincing-your-boss.md"
],
[
"but-how-do-i-start.md",
"the-learning-curve.md",
"keeping-up-with-versions.md"
],
"show-me-your-code.md",
"replacing-your-favorite-grails-tags.md",
Expand All @@ -24,9 +30,8 @@
"security.md",
"security-role-based-controls.md"
],
"thank-you.md",
"but-how-do-i-start.md",
"the-learning-curve.md",
"keeping-up-with-versions.md",
"convincing-your-boss.md"
]
[
"a-note-on-rest-and-apis.md"
],
"thank-you.md"
]
3 changes: 1 addition & 2 deletions reveal-slides/slides/outline.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## TODO
## TODO - ERASE ME

1. grails create-app (what shall I make?)
2. Add some common functionality
3. Pick one feature and angular-ize
4. Make slides about AngularJS
5. Don't live-code; make tags as check-marks
6.

note:
Put your speaker notes here.
Expand Down

0 comments on commit 5bd9b9c

Please sign in to comment.