├── README.md ├── Roboto-Regular.ttf ├── cert.jpg ├── cert.pdf ├── main.py ├── static.zip ├── teach-me.zip └── templates ├── Add_Events.html ├── Add_chapitre.html ├── Add_quizz.html ├── Chapitre.html ├── Courses_manager.html ├── Create_course.html ├── Create_page.html ├── Current_chapiter.html ├── Current_course.html ├── EditProfile.html ├── Edit_chapitre.html ├── Event.html ├── Felicitation.html ├── Live_Streaming.html ├── MyCourses.html ├── Profile.html ├── Quizz.html ├── Registration.html ├── Stream.html ├── StudentManager.html ├── TeacherManager.html ├── UserManager.html ├── about.html ├── all_comments.html ├── comment.html ├── contact.html ├── courses.html ├── delete_cmt.html ├── edit_course.html ├── editor.html ├── forum.html ├── forum_manager.html ├── forum_question.html ├── forum_viewd_question.html ├── header.html ├── index.html ├── indexc.html ├── login.html ├── tables.html ├── texteditor.html ├── timeline.html ├── video_feed.html └── videos.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/README.md -------------------------------------------------------------------------------- /Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/Roboto-Regular.ttf -------------------------------------------------------------------------------- /cert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/cert.jpg -------------------------------------------------------------------------------- /cert.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/cert.pdf -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/main.py -------------------------------------------------------------------------------- /static.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/static.zip -------------------------------------------------------------------------------- /teach-me.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/teach-me.zip -------------------------------------------------------------------------------- /templates/Add_Events.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Add_Events.html -------------------------------------------------------------------------------- /templates/Add_chapitre.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Add_chapitre.html -------------------------------------------------------------------------------- /templates/Add_quizz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Add_quizz.html -------------------------------------------------------------------------------- /templates/Chapitre.html: -------------------------------------------------------------------------------- 1 | {% include "header.html" %} -------------------------------------------------------------------------------- /templates/Courses_manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Courses_manager.html -------------------------------------------------------------------------------- /templates/Create_course.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Create_course.html -------------------------------------------------------------------------------- /templates/Create_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Create_page.html -------------------------------------------------------------------------------- /templates/Current_chapiter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Current_chapiter.html -------------------------------------------------------------------------------- /templates/Current_course.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Current_course.html -------------------------------------------------------------------------------- /templates/EditProfile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/EditProfile.html -------------------------------------------------------------------------------- /templates/Edit_chapitre.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Edit_chapitre.html -------------------------------------------------------------------------------- /templates/Event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Event.html -------------------------------------------------------------------------------- /templates/Felicitation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Felicitation.html -------------------------------------------------------------------------------- /templates/Live_Streaming.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Live_Streaming.html -------------------------------------------------------------------------------- /templates/MyCourses.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/MyCourses.html -------------------------------------------------------------------------------- /templates/Profile.html: -------------------------------------------------------------------------------- 1 | {% include"header.html" %} -------------------------------------------------------------------------------- /templates/Quizz.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Quizz.html -------------------------------------------------------------------------------- /templates/Registration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Registration.html -------------------------------------------------------------------------------- /templates/Stream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/Stream.html -------------------------------------------------------------------------------- /templates/StudentManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/StudentManager.html -------------------------------------------------------------------------------- /templates/TeacherManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/TeacherManager.html -------------------------------------------------------------------------------- /templates/UserManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/UserManager.html -------------------------------------------------------------------------------- /templates/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/about.html -------------------------------------------------------------------------------- /templates/all_comments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/all_comments.html -------------------------------------------------------------------------------- /templates/comment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/comment.html -------------------------------------------------------------------------------- /templates/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/contact.html -------------------------------------------------------------------------------- /templates/courses.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/courses.html -------------------------------------------------------------------------------- /templates/delete_cmt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/delete_cmt.html -------------------------------------------------------------------------------- /templates/edit_course.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/edit_course.html -------------------------------------------------------------------------------- /templates/editor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/editor.html -------------------------------------------------------------------------------- /templates/forum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/forum.html -------------------------------------------------------------------------------- /templates/forum_manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/forum_manager.html -------------------------------------------------------------------------------- /templates/forum_question.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/forum_question.html -------------------------------------------------------------------------------- /templates/forum_viewd_question.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/forum_viewd_question.html -------------------------------------------------------------------------------- /templates/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/header.html -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/indexc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/indexc.html -------------------------------------------------------------------------------- /templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/login.html -------------------------------------------------------------------------------- /templates/tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/tables.html -------------------------------------------------------------------------------- /templates/texteditor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/texteditor.html -------------------------------------------------------------------------------- /templates/timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/timeline.html -------------------------------------------------------------------------------- /templates/video_feed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/video_feed.html -------------------------------------------------------------------------------- /templates/videos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjbashar/python-flask-E-learning-platform/HEAD/templates/videos.html --------------------------------------------------------------------------------