-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathresources.html
56 lines (52 loc) · 2.53 KB
/
resources.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
---
layout: default
title: Resources
---
<section class="content">
<header>
<h2>Speaking Resources</h2>
</header>
<article>
<p>Speaking at a conference can be intimidating. Here is a collection of
resources that will help you prepare writing out your talk, practicing
your talk, designing your slides, and everything in between.</p>
</article>
<article class="index">
<header>
<h1>Speaker Tools</h1>
</header>
<article>
<ul>
<li><a href="https://github.com/imakewebthings/deck.js">Modern HTML Presentations</a></li>
<li><a href="https://github.com/hakimel/reveal.js/">HTML Presentation Framework</a></li>
<li><a href="https://github.com/schacon/showoff">ShowOff: A Sinatra-based Web App for Presentations</a></li>
<li><a href="https://github.com/adamzap/landslide">HTML5 Slideshows from Markdown, rST, or Textile</a></li>
<li><a href="http://code.google.com/p/io-2012-slides/">Google IO Slide Deck</a></li>
<li><a href="http://speakerdeck.com">Speakerdeck</a> (for sharing slides)</li>
</article>
<header>
<h1>Books</h1>
</header>
<article>
<ul>
<li><a href="http://www.presentationzen.com">Presentation Zen: Simple Ideas on Presentation Design and Delivery, Garr Reynolds</a></li>
<li><a href="http://www.amazon.com/Confessions-Public-Speaker-English/dp/1449301959">Confessions of a Public Speaker, Scott Berkun</a></li>
<li><a href="http://www.amazon.com/Things-Every-Presenter-Needs-People/dp/0321821246/">100 Things Every Presenter Needs to Know about People, Susan Weinschenk</a></li>
<li><a href="http://www.amazon.com/gp/product/0596522347/">slide:ology, Nancy Duarte</a></li>
</ul>
</article>
<header>
<h1>Blog Posts</h1>
</header>
<article>
<ul>
<li><a href="http://zachholman.com/posts/slide-design-for-developers/">Slide Design for Developers, Zach Holman</a></li>
<li><a href="http://gazit.me/2012/12/05/designing-presentations.html">Designing Presentations, Idan Gazit</a></li>
<li><a href="http://benramsey.com/blog/2012/11/writing-an-effective-talk-proposal/"</a>Writing an Effective Talk Proposal, Ben Ramsey</a></li>
<li><a href="http://roguelynn.com/words/crap-im-speaking">Cr@p! I'm
speaking at [insert conference here]! How do I prepare? Lynn Root</a>
With Follow up advice and discussion from
<a href="https://news.ycombinator.com/item?id=4871633">Hacker News</a></li>
</ul>
</article>
</section>