
منهج إلكتروني منظم في الأمن السيبراني للمعلمين، يقدم أنشطة وموارد جاهزة للاستخدام لتعليم المراهقين (13-18) مفاهيم الأمان، والتهديدات، والممارسات الرقمية المسؤولة.
يحتوي هذا المستودع على موارد تعليمية لـ Class'Code CyberClass.
📦CyberClass # ------------------------------------ Root directory
┣ 📂docs # --------------------------------------- Website sources
┃ ┣ 📂assets # ----------------------------------- General assets (logo, favicon, etc)
┃ ┣ 📂Partie1 # ---------------------------------- Folder for the first module
┃ ┃ ┣ 📜Activite1.en.md # ------------------------ page content file in english of activite 1
┃ ┃ ┣ 📜Activite1.md # --------------------------- page content file of activite 1
┃ ┃ ┣ 📜Activite2.en.md # ------------------------ page content file in english of activite 2
┃ ┃ ┣ 📜Activite2.md # --------------------------- page content file of activite 2
┃ ┃ ┣ 📜index.en.md # ---------------------------- page of introduction in english
┃ ┃ ┣ 📜index.md # ------------------------------- page of introduction (overridden by home.html)
┃ ┃ ┗ 📜.pages # --------------------------------- Navigation links config
┣ 📂overrides # ---------------------------------- Custom pages overrides
┃ ┣ 📜home.en.html # ----------------------------- Homepage override in english
┃ ┗ 📜home.html # -------------------------------- Homepage override
┣ 📜.gitignore # --------------------------------- Git ignored files
┣ 📜README.md # ---------------------------------- Main readme file (This file you're reading)
┗ 📜mkdocs.yml # --------------------------------- Website main config file
لمعاينة الموقع محليًا على جهاز الكمبيوتر الخاص بك، تحتاج إلى تثبيت python و mkdocs و git.
المتطلبات الأساسية :
.pkg لنظام MacOS للراحة)pip install mkdocs-material mkdocs-pdf-export-plugin mkdocs-jupyter mkdocs-macros-plugin mkdocs-awesome-pages-plugin
في الطرفية :
git clone https://class-code.gitlab.io/CyberClass/cd CyberClassmkdocs serveبعد بضع ثوانٍ، سيكون الموقع متاحًا على : http://localhost:8000