view 3_month_activity/index.html @ 0:dd1c78c6398f

add having slides
author taiki <taiki@cr.ie.u-ryukyu.ac.jp>
date Mon, 25 Mar 2013 05:14:03 +0900
parents
children
line wrap: on
line source

<!DOCTYPE html>

<!--
  Google HTML5 slide template

  Authors: Luke Mahé (code)
           Marcin Wichary (code and design)
           
           Dominic Mazzoni (browser compatibility)
           Charles Chen (ChromeVox support)

  URL: http://code.google.com/p/html5slides/
-->

<html>
  <head>
    <title>Presentation</title>

    <meta charset='utf-8'>
    <script
      src='http://html5slides.googlecode.com/svn/trunk/slides.js'></script>
  </head>
  
  <style>
    /* Your individual styles here, or just use inline styles if that’s
       what you want. */
    
    
  </style>

  <body style='display: none'>

    <section class='slides layout-regular template-default'>
      
      <!-- Your slides (<article>s) go here. Delete or comment out the
           slides below. -->
        
        
      
      <article class='nobackground'>
        <h1>
            LAマニュアルページの改装(案)
        </h1>
      </article>

      <article class='nobackground'>
        <h3>
            LAのマニュアルページについて
        </h3>
        <ul>
            <li> 2007年から開始 </li>
            <li> HTML</li>
            <li> 最新ではない </li>
            <li> 周知でない? </li>
        </ul>
      </article>
      
      <article class='nobackground'>
        <h3>
            レイアウト案1
        </h3>
        <img style='height: 500px' src='3ma_proposal1.png'>
        <p>
        レイアウト案1。一ページに一項目。 
        </p>
      </article>

      <article class='nobackground'>
        <h3>
            レイアウト案2
        </h3>
        <img style='height: 500px' src='3ma_proposal2.png'>
        <p>
        レイアウト案2。一ページに複数もしくは全項目。 
        </p>
      </article>

      <article class='nobackground'>
       <h3>
           レイアウト案(?)3 PDFアップローダー
       </h3>
       <p>
       PDF のアップローダを作る<br>
       マニュアルは各自PDFで書く
       </p>
      </article>

      <article class='nobackground'>
       <h3>
           更新
       </h3>
        <img style='height: 500px' src='3ma_prop_update.png'>
       <p>
       イメージをアップロードし、説明を書く
       </p>
      </article>

      <article class='nobackground'>
        <h3>
            WebFramework
        </h3>
        <ul>
            <li> Django (python)</li>
            <li> RoR (ruby)</li>
            <li> PHP + DB</li>
            <li> 引き続きHTML (HTML5 + CSS3 とか?) </li>
            <li> Wiki に戻す </li>
        </ul>
      </article>

      </section>
  </body>
</html>