Title1

Title2

Title3

7. 套用響應式網頁框架

一、網頁編輯器

  1. 32bit sublime text3
  2. 64bit sublime text3

二、Bootstrap4 響應式框架簡介

  1. 中文網站:https://bootstrap.hexschool.com/

三、安裝與使用

  1. index.html
  2. 下載:https://bootstrap.hexschool.com/docs/4.1/getting-started/download/
  3. 範本:
    <!doctype html>
    <html lang="en">
      <head>
        <!-- Required meta tags -->
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    
        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
    
        <title>網站標題</title>
      </head>
      <body>
        <h1>哈囉!世界</h1>
        <div class="container">
          <div class="row">
            <div class="col-sm-6">左邊</div>
            <div class="col-sm-6">右邊</div>
          </div>
        </div>
    
        <!-- Optional JavaScript -->
        <!-- jQuery first, then Popper.js, then Bootstrap JS -->
        <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
        <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
      </body>
    </html>

     
  4. 運用,下個星期,老師要帶學員,安裝「全家便利商店」的APP,並要送學員咖啡,需要收集學員的手機號碼(無紙化作業流程情境教學)。
    1. https://tawan158.github.io/
    2. 建立Google表單及試算表
    3. 建立「Google表單」QRCODE
    4. 讓學員填表單(用手機掃QRCODE)
    5. 將結果秀在網頁上(只出現姓名)
    6. 帶學員安裝「全家便利商店」的APP
    7. 老師透過APP贈送學員咖啡(通過在GitHub建立一個專案,並將上面範本製作成網頁檔上傳成一個網站,才能喝到咖啡)
    8. 走,下課前30分鐘,一起去「全家」用APP拿咖啡