Mercurial > hg > Papers > 2010 > jsst-shinya
comparison presen/s5-blank.html @ 15:b3b5bcbba089
add slide: presen/index.html
author | Ryoma SHINYA <shinya@firefly.cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 11 Sep 2010 23:46:30 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
14:bd07b27b2b97 | 15:b3b5bcbba089 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
3 | |
4 <html xmlns="http://www.w3.org/1999/xhtml"> | |
5 | |
6 <head> | |
7 <title>S5: An Introduction</title> | |
8 <!-- metadata --> | |
9 <meta name="generator" content="S5" /> | |
10 <meta name="version" content="S5 1.1" /> | |
11 <meta name="presdate" content="20050728" /> | |
12 <meta name="author" content="Eric A. Meyer" /> | |
13 <meta name="company" content="Complex Spiral Consulting" /> | |
14 <!-- configuration parameters --> | |
15 <meta name="defaultView" content="slideshow" /> | |
16 <meta name="controlVis" content="hidden" /> | |
17 <!-- style sheet links --> | |
18 <link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" /> | |
19 <link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" /> | |
20 <link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" /> | |
21 <link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" /> | |
22 <!-- S5 JS --> | |
23 <script src="ui/default/slides.js" type="text/javascript"></script> | |
24 </head> | |
25 <body> | |
26 | |
27 <div class="layout"> | |
28 <div id="controls"><!-- DO NOT EDIT --></div> | |
29 <div id="currentSlide"><!-- DO NOT EDIT --></div> | |
30 <div id="header"></div> | |
31 <div id="footer"> | |
32 <h1>[location/date of presentation]</h1> | |
33 <h2>[slide show title here]</h2> | |
34 </div> | |
35 | |
36 </div> | |
37 | |
38 | |
39 <div class="presentation"> | |
40 | |
41 <div class="slide"> | |
42 <h1>[slide show title here]</h1> | |
43 <h3>[name of presenter]</h3> | |
44 <h4>[affiliation of presenter]</h4> | |
45 </div> | |
46 | |
47 | |
48 <div class="slide"> | |
49 <h1>[slide title]</h1> | |
50 <ul> | |
51 <li>[point one]</li> | |
52 <li>[point two]</li> | |
53 <li>[point three]</li> | |
54 <li>[point four]</li> | |
55 <li>[point five]</li> | |
56 </ul> | |
57 <div class="handout"> | |
58 [any material that should appear in print but not on the slide] | |
59 </div> | |
60 </div> | |
61 | |
62 | |
63 </div> | |
64 | |
65 </body> | |
66 </html> |