From fbb21b3ffa51a3c633d3b7fa1f0aa92f36e81a61 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 3 Mar 2018 19:37:38 +0100 Subject: [PATCH] [page.teacher] card layout (html semantic + generic css) --- public_html/asset/svg/course.svg | 44 +++++ public_html/asset/svg/td.svg | 45 +++++ public_html/asset/svg/tp.svg | 45 +++++ public_html/asset/svg/warning_radio.svg | 42 +++++ webpack/component/teacher/view.vue | 60 +++++-- webpack/scss/constants.scss | 4 +- webpack/scss/container.scss | 230 ++++++++++++++++++++++++ 7 files changed, 452 insertions(+), 18 deletions(-) create mode 100644 public_html/asset/svg/course.svg create mode 100644 public_html/asset/svg/td.svg create mode 100644 public_html/asset/svg/tp.svg create mode 100644 public_html/asset/svg/warning_radio.svg diff --git a/public_html/asset/svg/course.svg b/public_html/asset/svg/course.svg new file mode 100644 index 0000000..05112e1 --- /dev/null +++ b/public_html/asset/svg/course.svg @@ -0,0 +1,44 @@ + +image/svg+xml \ No newline at end of file diff --git a/public_html/asset/svg/td.svg b/public_html/asset/svg/td.svg new file mode 100644 index 0000000..9a35e77 --- /dev/null +++ b/public_html/asset/svg/td.svg @@ -0,0 +1,45 @@ + +image/svg+xml \ No newline at end of file diff --git a/public_html/asset/svg/tp.svg b/public_html/asset/svg/tp.svg new file mode 100644 index 0000000..76080d3 --- /dev/null +++ b/public_html/asset/svg/tp.svg @@ -0,0 +1,45 @@ + +image/svg+xml \ No newline at end of file diff --git a/public_html/asset/svg/warning_radio.svg b/public_html/asset/svg/warning_radio.svg new file mode 100644 index 0000000..e11fd42 --- /dev/null +++ b/public_html/asset/svg/warning_radio.svg @@ -0,0 +1,42 @@ + +image/svg+xml \ No newline at end of file diff --git a/webpack/component/teacher/view.vue b/webpack/component/teacher/view.vue index 83f7d2f..76ab1be 100644 --- a/webpack/component/teacher/view.vue +++ b/webpack/component/teacher/view.vue @@ -1,22 +1,50 @@