Skip to content

This is our final group project for the database course. We’re going to build a website for the Department of Computer Science and Information Engineering at Feng Chia University using HTML and SQL.

Notifications You must be signed in to change notification settings

TeaLance/Database_final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Database_final_project

This is our final group project for the database course. We’re going to build a website for the Department of Computer Science and Information Engineering at Feng Chia University using HTML and SQL.

structure definitions

  ├── index.html      首頁
  ├── about.html      系所簡介
  ├── contact.html    聯絡我們
  ├── members/                        系所職位分類
  │   ├── index.html                  系所成員
  │   ├── chairman.html               系主任
  │   ├── honorary.html               榮譽特聘教授
  │   ├── chair.html                  講座教授
  │   ├── distinguished_chair.html    特約教授
  │   ├── distinguished.html          特聘教授
  │   ├── full_time.html              專任教授
  │   ├── part_time.html              兼任教授
  │   ├── staff.html                  行政人員
  │   ├── retired.html                退休教授
  │   └── faculties/    職員個人頁面
  │       └── faculty01.html
  ├── pics/                用到的圖片
  │   ├── fcu_logo.svg     系徽
  │   ├── iecs_logo.png    校徽
  │   └── posters/         首頁廣告海報
  │       ├── 1.jpg
  │       ├── 2.jpg
  │       └── 3.jpg
  ├── admin/          管理後台
  │   ├── index.html

api definitions

  • / 主頁
  • about 系所簡介
  • contact 聯絡我們
  • members 系所成員
  • chairman 系主任
  • glory 榮譽特聘教授
  • lectures 講座教授
  • treaty 特約教授
  • engage 特聘教授
  • full_time 專任教授
  • part_time 兼任教授
  • retire 退休教授
  • admin 行政人員

About

This is our final group project for the database course. We’re going to build a website for the Department of Computer Science and Information Engineering at Feng Chia University using HTML and SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •