Google雲端無紙化工作術
一、網頁編輯器
二、Bootstrap4 響應式框架簡介
三、安裝與使用
- index.html
- 下載:https://bootstrap.hexschool.com/docs/4.1/getting-started/download/
- 範本:
<!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>
- 運用,下個星期,老師要帶學員,安裝「全家便利商店」的APP,並要送學員咖啡,需要收集學員的手機號碼(無紙化作業流程情境教學)。
- https://tawan158.github.io/
- 建立Google表單及試算表
- 建立「Google表單」QRCODE
- 讓學員填表單(用手機掃QRCODE)
- 將結果秀在網頁上(只出現姓名)
- 帶學員安裝「全家便利商店」的APP
- 老師透過APP贈送學員咖啡(通過在GitHub建立一個專案,並將上面範本製作成網頁檔上傳成一個網站,才能喝到咖啡)
- 走,下課前30分鐘,一起去「全家」用APP拿咖啡