Title1

Title2

Title3

3-1 綜合練習

一、課程主軸

  1. GitHub的衍生應用
  2. 申請GitHub帳號
  3. 建立GitHub repository
    複製建立指令
  4. 下載Git工具
  5. 在本地端建立「專案」
    目錄名稱不要有中文、空白(包含上層目錄)
  6. 執行指令(第3點)
    請先切換目錄至專案

    cd + 滑鼠拖曳目錄
  7. 本地端與遠端連結後,若有檔案異動請執行
    git add .
    git commit -m "版本訊息"
    git push origin master
  8. 設定GitHub Pages
    網址規則:https://帳號.github.io/專案/
  9. 在專案中建立「首頁」index.html
    使用網頁編輯器
    滑鼠拖曳目錄至編輯器,建立成專案
  10. 套用Bootstrap響應網頁框架
    建立Google表單
    嵌入Google表單
    嵌入Google試算表
  11. https://webugm.github.io/20190124-1/index.html 
  12. 複製專案 git clone xxx 
  13. 免費樣版:https://startbootstrap.com/template-categories/all/