{"id":12263,"date":"2013-01-13T21:00:41","date_gmt":"2013-01-13T12:00:41","guid":{"rendered":"http:\/\/www.sssg.org\/blogs\/hiro345\/?p=12263"},"modified":"2013-01-13T21:00:57","modified_gmt":"2013-01-13T12:00:57","slug":"reveal-js-%e3%81%a7html%e3%83%97%e3%83%ac%e3%82%bc%e3%83%b3%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3","status":"publish","type":"post","link":"https:\/\/www.hiro345.net\/blogs\/hiro345\/archives\/12263.html","title":{"rendered":"reveal.js \u3067HTML\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3"},"content":{"rendered":"<p>\u300c<a href=\"https:\/\/github.com\/hakimel\/reveal.js\">hakimel\/reveal.js \u00b7 GitHub<\/a>\u300d\u3067MIT\u30e9\u30a4\u30bb\u30f3\u30b9\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u308breveal.js\u3092\u4f7f\u3046\u3068\u3001\u7d50\u69cb\u304b\u3063\u3053\u3044\u3044\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u8cc7\u6599\u304c\u4f5c\u308c\u307e\u3059\u3002<br \/>\n<!--more--><br \/>\n\u78ba\u8a8d\u6642\u70b9\u3067\u306e\u6700\u65b0\u7248\u306f2.1\u306e\u3088\u3046\u3067\u3059\u3002<a href=\"https:\/\/github.com\/hakimel\/reveal.js\/tree\/v2.1\">https:\/\/github.com\/hakimel\/reveal.js\/tree\/v2.1<\/a> \u3078\u30a2\u30af\u30bb\u30b9\u3057\u3066\u3001Code\u30bf\u30d6\u306e\u30da\u30fc\u30b8\u306b\u3042\u308bZIP\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001v2.1\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb reveal.js-2.1.zip \u3092\u5165\u624b\u3067\u304d\u307e\u3059<a href=\"https:\/\/github.com\/hakimel\/reveal.js\/archive\/v2.1.zip\">https:\/\/github.com\/hakimel\/reveal.js\/archive\/v2.1.zip<\/a> \u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3082\u3088\u3044\u3067\u3057\u3087\u3046\u3002<\/p>\n<p>HTML\u3067\u30b9\u30e9\u30a4\u30c9\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c\u3001Markdown\u3067\u3082\u8a18\u8ff0\u3067\u304d\u308b\u305d\u3046\u3067\u3059\u3002&gt;section data-markdown&lt;\u5185\u306b\u66f8\u3051\u3070\u3088\u3044\u305d\u3046\u3067\u3059\u3002ZIP\u3092\u5c55\u958b\u3057\u3066\u3001\u305d\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u6b21\u306e\u30d5\u30a1\u30a4\u30eb\u3092sample.html\u3068\u3067\u3082\u540d\u524d\u3092\u3064\u3051\u3066\u4fdd\u5b58\u3057\u307e\u3057\u3087\u3046\u3002\u3042\u3068\u306f\u3001\u305d\u308c\u3092Web\u30d6\u30e9\u30a6\u30b6\u3067\u958b\u3044\u3066\u307f\u308c\u3070\u52d5\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: js; gutter: true\">\r\n&lt;!doctype html&gt;\r\n&lt;html lang=&quot;ja&quot;&gt;\r\n  &lt;head&gt;\r\n    &lt;meta charset=&quot;utf-8&quot;&gt;\r\n    &lt;title&gt;reveal.js sample presentation&lt;\/title&gt;\r\n    &lt;meta name=&quot;author&quot; content=&quot;hiro345&quot;&gt;\r\n    &lt;meta name=&quot;apple-mobile-web-app-capable&quot; content=&quot;yes&quot; \/&gt;\r\n    &lt;meta name=&quot;apple-mobile-web-app-status-bar-style&quot; content=&quot;black-translucent&quot; \/&gt;\r\n    &lt;link rel=&quot;stylesheet&quot; href=&quot;css\/reveal.css&quot;&gt;\r\n    &lt;link rel=&quot;stylesheet&quot; href=&quot;css\/theme\/default.css&quot; id=&quot;theme&quot;&gt;\r\n    &lt;link rel=&quot;stylesheet&quot; href=&quot;lib\/css\/zenburn.css&quot;&gt;\r\n    &lt;script&gt;\r\n      document.write( &#039;&lt;link rel=&quot;stylesheet&quot; href=&quot;css\/print\/&#039; + ( window.location.search.match( \/print-pdf\/gi ) ? &#039;pdf&#039; : &#039;paper&#039; ) + &#039;.css&quot; type=&quot;text\/css&quot; media=&quot;print&quot;&gt;&#039; );\r\n    &lt;\/script&gt;\r\n    &lt;!--[if lt IE 9]&gt;\r\n    &lt;script src=&quot;lib\/js\/html5shiv.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;![endif]--&gt;\r\n  &lt;\/head&gt;\r\n  &lt;body&gt;\r\n    &lt;div class=&quot;reveal&quot;&gt;\r\n      &lt;div class=&quot;slides&quot;&gt;\r\n        &lt;section&gt;\r\n          &lt;h1&gt;Reveal.js&lt;\/h1&gt;\r\n          &lt;h3&gt;HTML\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3&lt;\/h3&gt;\r\n          &lt;p&gt;\r\n            [ESC]\u3067\u5168\u30b9\u30e9\u30a4\u30c9\u8868\u793a&lt;br \/&gt;\r\n            &lt;small&gt;Created by &lt;a href=&quot;https:\/\/www.hiro345.net\/blogs\/hiro345\/&quot;&gt;hiro345&lt;\/a&gt; \/ &lt;a href=&quot;http:\/\/twitter.com\/hiro345&quot;&gt;@hiro345&lt;\/a&gt;&lt;\/small&gt;\r\n          &lt;\/p&gt;\r\n        &lt;\/section&gt;\r\n        &lt;section data-markdown&gt;\r\n          &lt;script type=&quot;text\/template&quot;&gt;\r\n          ## \u30da\u30fc\u30b8\u30bf\u30a4\u30c8\u30eb\r\n\r\n          \u30c6\u30ad\u30b9\u30c8 [hiro345 blog \u30ea\u30f3\u30af](https:\/\/www.hiro345.net\/blogs\/hiro345).\r\n          &lt;\/script&gt;\r\n        &lt;\/section&gt;\r\n        &lt;section&gt;\r\n          &lt;h1&gt;\u304a\u3057\u307e\u3044&lt;\/h1&gt;\r\n          &lt;h3&gt;BY hiro345 \/ sssg.org&lt;\/h3&gt;\r\n        &lt;\/section&gt;\r\n      &lt;\/div&gt;\r\n    &lt;\/div&gt;\r\n\r\n    &lt;script src=&quot;lib\/js\/head.min.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;script src=&quot;js\/reveal.min.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;script&gt;\r\n      Reveal.initialize({\r\n        controls: true,\r\n        progress: true,\r\n        history: true,\r\n        theme: Reveal.getQueryHash().theme,\r\n        transition: Reveal.getQueryHash().transition || &#039;default&#039;,\r\n        dependencies: [\r\n          { src: &#039;lib\/js\/classList.js&#039;, condition: function() { return !document.body.classList; } },\r\n          { src: &#039;plugin\/markdown\/showdown.js&#039;, condition: function() { return !!document.querySelector( &#039;[data-markdown]&#039; ); } },\r\n          { src: &#039;plugin\/markdown\/markdown.js&#039;, condition: function() { return !!document.querySelector( &#039;[data-markdown]&#039; ); } },\r\n          { src: &#039;plugin\/highlight\/highlight.js&#039;, async: true, callback: function() { hljs.initHighlightingOnLoad(); } },\r\n          { src: &#039;plugin\/zoom-js\/zoom.js&#039;, async: true, condition: function() { return !!document.body.classList; } },\r\n          { src: &#039;plugin\/notes\/notes.js&#039;, async: true, condition: function() { return !!document.body.classList; } }\r\n        ]\r\n      });\r\n    &lt;\/script&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u300chakimel\/reveal.js \u00b7 GitHub\u300d\u3067MIT\u30e9\u30a4\u30bb\u30f3\u30b9\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u308breveal.js\u3092\u4f7f\u3046\u3068\u3001\u7d50\u69cb\u304b\u3063\u3053\u3044\u3044\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u8cc7\u6599\u304c\u4f5c\u308c\u307e\u3059\u3002<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[31,800],"class_list":["post-12263","post","type-post","status-publish","format-standard","hentry","category-program","tag-javascript","tag-reveal-js"],"_links":{"self":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts\/12263","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/comments?post=12263"}],"version-history":[{"count":4,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts\/12263\/revisions"}],"predecessor-version":[{"id":12266,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/posts\/12263\/revisions\/12266"}],"wp:attachment":[{"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/media?parent=12263"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/categories?post=12263"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hiro345.net\/blogs\/hiro345\/wp-json\/wp\/v2\/tags?post=12263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}