From da4687dd3cf1874162409f4a50096af984e4bd10 Mon Sep 17 00:00:00 2001 From: emerson Date: Mon, 5 Aug 2024 17:20:05 -0300 Subject: [PATCH] add dashboard --- _includes/Pages/aulas.html | 1 - _includes/Pages/index.html | 2 +- _includes/SideBar.html | 2 +- _includes/formularios/envAula.html | 5 ++ assets/css/stylesheet.css | 75 ++++++++++++++++++++++++++++++ collections/_dashboard/home.php | 12 +++++ collections/_dashboard/upload.php | 62 ++++++++++++++++++++++++ dashboard.html | 6 --- dashboard.php | 30 ++++-------- 9 files changed, 164 insertions(+), 31 deletions(-) create mode 100644 collections/_dashboard/home.php create mode 100644 collections/_dashboard/upload.php delete mode 100755 dashboard.html diff --git a/_includes/Pages/aulas.html b/_includes/Pages/aulas.html index b3326c7..8cc8b10 100755 --- a/_includes/Pages/aulas.html +++ b/_includes/Pages/aulas.html @@ -1,7 +1,6 @@

Aulas

- Criar aula
{% assign aulas = site.aulas | sort: 'date' | reverse %} diff --git a/_includes/Pages/index.html b/_includes/Pages/index.html index 0c25b80..159813c 100755 --- a/_includes/Pages/index.html +++ b/_includes/Pages/index.html @@ -33,4 +33,4 @@ {% endfor %}
- \ No newline at end of file + diff --git a/_includes/SideBar.html b/_includes/SideBar.html index 85cc100..c196f40 100755 --- a/_includes/SideBar.html +++ b/_includes/SideBar.html @@ -65,7 +65,7 @@