diff slides/20151208/slide.html @ 104:d4e4ecc1c347

auto-Update generated slides by script
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 29 Mar 2016 18:58:54 +0900
parents bbbfa154e802
children
line wrap: on
line diff
--- a/slides/20151208/slide.html	Tue Mar 22 18:10:16 2016 +0900
+++ b/slides/20151208/slide.html	Tue Mar 29 18:58:54 2016 +0900
@@ -1,47 +1,98 @@
-<!DOCTYPE HTML>
-
-<html lang="Japanese">
+<!DOCTYPE html>
+<html>
 <head>
-	<title>OS の課題用環境の構築</title>
-	<meta charset="UTF-8">
-	<meta name="viewport" content="width=1274, user-scalable=no">
-	<meta name="generator" content="Slide Show (S9)">
-	<meta name="author" content="Yasutaka Higa">
-	<link rel="stylesheet" href="scripts/prettify/prettify.css">
-	<link rel="stylesheet" href="themes/ribbon/styles/style.css">
+   <meta http-equiv="content-type" content="text/html;charset=utf-8">
+   <title>OS の課題用環境の構築</title>
+
+<meta name="generator" content="Slide Show (S9) v2.5.0 on Ruby 2.3.0 (2015-12-25) [x86_64-darwin14]">
+<meta name="author"    content="Yasutaka Higa" >
+
+<!-- style sheet links -->
+<link rel="stylesheet" href="s6/themes/projection.css"   media="screen,projection">
+<link rel="stylesheet" href="s6/themes/screen.css"       media="screen">
+<link rel="stylesheet" href="s6/themes/print.css"        media="print">
+<link rel="stylesheet" href="s6/themes/blank.css"        media="screen,projection">
+
+<!-- JS -->
+<script src="s6/js/jquery-1.11.3.min.js"></script>
+<script src="s6/js/jquery.slideshow.js"></script>
+<script src="s6/js/jquery.slideshow.counter.js"></script>
+<script src="s6/js/jquery.slideshow.controls.js"></script>
+<script src="s6/js/jquery.slideshow.footer.js"></script>
+<script src="s6/js/jquery.slideshow.autoplay.js"></script>
+
+<!-- prettify -->
+<link rel="stylesheet" href="scripts/prettify.css">
+<script src="scripts/prettify.js"></script>
+
+<script>
+  $(document).ready( function() {
+    Slideshow.init();
+
+    $('code').each(function(_, el) {
+      if (!el.classList.contains('noprettyprint')) {
+        el.classList.add('prettyprint');
+        el.style.display = 'block';
+      }
+    });
+    prettyPrint();
+  } );
+
+  
+</script>
+
+<!-- Better Browser Banner for Microsoft Internet Explorer (IE) -->
+<!--[if IE]>
+<script src="s6/js/jquery.microsoft.js"></script>
+<![endif]-->
+
+
+
 </head>
-<body class="list">
-	<header class="caption">
-		<h1>OS の課題用環境の構築</h1>
-		<p>Yasutaka Higa</p>
-	</header>
-	<div class="slide cover" id="Cover"><div>
-		<section>
-			<header>
-				<h2>OS の課題用環境の構築</h2>
-				<h3 id="author">Yasutaka Higa</h3>
-				<h3 id="profile"></h3>
-			</header>
-		</section>
-	</div></div>
+<body>
+
+<div class="layout">
+  <div id="header"></div>
+  <div id="footer">
+    <div align="right">
+      <img src="s6/images/logo.svg" width="200px">
+    </div>
+  </div>
+</div>
+
+<div class="presentation">
 
-<!-- todo: add slide.classes to div -->
-<!-- todo: create slide id from header? like a slug in blogs? -->
+  <div class='slide cover'>
+    <table width="90%" height="90%" border="0" align="center">
+      <tr>
+        <td>
+          <div align="center">
+            <h1><font color="#808db5">OS の課題用環境の構築</font></h1>
+          </div>
+        </td>
+      </tr>
+      <tr>
+        <td>
+          <div align="left">
+            Yasutaka Higa
+            
+            <hr style="color:#ffcc00;background-color:#ffcc00;text-align:left;border:none;width:100%;height:0.2em;">
+          </div>
+        </td>
+      </tr>
+    </table>
+  </div>
 
-<div class="slide" id="2"><div>
-		<section>
-			<header>
-				<h1 id="section">目的</h1>
-			</header>
-			<!-- === begin markdown block ===
+<div class='slide '>
+<!-- === begin markdown block ===
 
-      generated by markdown/1.2.0 on Ruby 2.2.3 (2015-08-18) [x86_64-darwin14]
-                on 2015-12-08 19:23:10 +0900 with Markdown engine kramdown (1.9.0)
+      generated by markdown/1.2.0 on Ruby 2.3.0 (2015-12-25) [x86_64-darwin14]
+                on 2016-03-29 18:58:41 +0900 with Markdown engine kramdown (1.9.0)
                   using options {}
   -->
 
 <!-- _S9SLIDE_ -->
-
+<h1 id="section">目的</h1>
 <ul>
   <li>OS の講義の目標として仮想化やプロセスの管理などを学びます</li>
   <li>学生に VM と コンテナを扱う経験を積んでもらいます</li>
@@ -50,17 +101,10 @@
 </ul>
 
 
-
-		</section>
-</div></div>
-
-<div class="slide" id="3"><div>
-		<section>
-			<header>
-				<h1 id="section-1">状況</h1>
-			</header>
-			<!-- _S9SLIDE_ -->
-
+</div>
+<div class='slide '>
+<!-- _S9SLIDE_ -->
+<h1 id="section-1">状況</h1>
 <ul>
   <li>ie-docker
     <ul>
@@ -72,17 +116,10 @@
 </ul>
 
 
-
-		</section>
-</div></div>
-
-<div class="slide" id="4"><div>
-		<section>
-			<header>
-				<h1 id="brew--formula">brew の formula</h1>
-			</header>
-			<!-- _S9SLIDE_ -->
-
+</div>
+<div class='slide '>
+<!-- _S9SLIDE_ -->
+<h1 id="brew--formula">brew の formula</h1>
 <ul>
   <li>brew の package は formula と呼ばれます
     <ul>
@@ -98,17 +135,10 @@
 </ul>
 
 
-
-		</section>
-</div></div>
-
-<div class="slide" id="5"><div>
-		<section>
-			<header>
-				<h1 id="brew--bottle">brew の bottle</h1>
-			</header>
-			<!-- _S9SLIDE_ -->
-
+</div>
+<div class='slide '>
+<!-- _S9SLIDE_ -->
+<h1 id="brew--bottle">brew の bottle</h1>
 <ul>
   <li>brew install –build-bottle cbc</li>
   <li>brew bottle cbc
@@ -123,13 +153,9 @@
 
 <!-- vim: set filetype=markdown.slide: -->
 <!-- === end markdown block === -->
-
-		</section>
-</div></div>
+</div>
 
 
-	<script src="scripts/prettify/prettify.js"></script>
-	<script src="scripts/script.js"></script>
-	<!-- Copyright © 2010–2011 Vadim Makeev, http://pepelsbey.net/ -->
+</div><!-- presentation -->
 </body>
 </html>