ode-csslib-openent-moncollege 1.0.0-dev-produit.202209291242 → 1.0.0-dev-produit.202211041551

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/LICENSE.template +662 -0
  2. package/README.md.template +13 -0
  3. package/dist/img/assistant/onboarding_student_1.jpeg +0 -0
  4. package/dist/img/assistant/onboarding_student_2.jpeg +0 -0
  5. package/dist/img/assistant/onboarding_teacher_1.jpeg +0 -0
  6. package/dist/img/assistant/onboarding_teacher_2.jpeg +0 -0
  7. package/dist/img/assistant/onboarding_teacher_3.jpeg +0 -0
  8. package/dist/img/assistant/onboarding_teacher_4.jpeg +0 -0
  9. package/dist/img/illustrations/recorder-audio.svg +32 -605
  10. package/dist/skins/default/theme.css +5 -5
  11. package/dist/skins/default/theme.css.map +1 -1
  12. package/dist/skins/dyslexic/theme.css +5 -5
  13. package/dist/skins/dyslexic/theme.css.map +1 -1
  14. package/dist/template/assistant/exercizer/personnel/0.html +11 -0
  15. package/dist/template/assistant/exercizer/personnel/1.html +11 -0
  16. package/dist/template/assistant/exercizer/personnel/2.html +11 -0
  17. package/dist/template/assistant/exercizer/personnel/3.html +11 -0
  18. package/dist/template/assistant/exercizer/relative/0.html +11 -0
  19. package/dist/template/assistant/exercizer/relative/1.html +11 -0
  20. package/dist/template/assistant/exercizer/steps.json +6 -0
  21. package/dist/template/assistant/exercizer/student/0.html +11 -0
  22. package/dist/template/assistant/exercizer/student/1.html +11 -0
  23. package/dist/template/assistant/exercizer/teacher/0.html +11 -0
  24. package/dist/template/assistant/exercizer/teacher/1.html +11 -0
  25. package/dist/template/assistant/exercizer/teacher/2.html +11 -0
  26. package/dist/template/assistant/exercizer/teacher/3.html +11 -0
  27. package/dist/template/auth/forgot-form.html +1 -1
  28. package/dist/version.txt +2 -2
  29. package/package.json +2 -2
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.step1.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.step1.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_1.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.teacher.step2.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.teacher.step2.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_2.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.teacher.step3.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.teacher.step3.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_3.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.teacher.step4.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.teacher.step4.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_4.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.step1.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.step1.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_student_1.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.student.step2.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.student.step2.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_student_2.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,6 @@
1
+ {
2
+ "personnel": 4,
3
+ "teacher": 4,
4
+ "student": 2,
5
+ "relative": 2
6
+ }
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.step1.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.step1.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_student_1.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.student.step2.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.student.step2.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_student_2.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.step1.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.step1.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_1.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.teacher.step2.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.teacher.step2.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_2.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.teacher.step3.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.teacher.step3.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_3.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -0,0 +1,11 @@
1
+ <h1 class="assistant-title centered-text primary-color">
2
+ <i18n>exercizer.assistant.teacher.step4.title</i18n>
3
+ </h1>
4
+ <div class="assistant-body grid grid-2 gap-12">
5
+ <section class="assistant-content flex align-items-center">
6
+ <i18n>exercizer.assistant.teacher.step4.content</i18n>
7
+ </section>
8
+ <section class="assistant-image">
9
+ <img skin-src="/img/assistant/exercizer/onboarding_teacher_4.jpg" alt="">
10
+ </section>
11
+ </div>
@@ -1,6 +1,6 @@
1
1
  <section class="main">
2
2
  <div class="panel">
3
- <img class="logo absolute" src="/assets/themes/[[currentTheme.child]]/img/illustrations/logo.png" alt="Logo de l'ENT">
3
+ <img class="logo absolute" src="/assets/themes/[[childTheme]]/img/illustrations/logo.png" alt="Logo de l'ENT">
4
4
  <h1 translate content="auth.forgot.header"></h1>
5
5
  <p class="warning" ng-if="error" translate content="[[error]]"></p>
6
6
 
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- entcore-css-lib=1.0-dev-produit-SNAPSHOT 27/09/2022 17:49:59
2
- ode-csslib-openent-moncollege=1.0-dev-produit-SNAPSHOT 29/09/2022 12:42:56
1
+ entcore-css-lib=1.0-dev-produit-SNAPSHOT 04/11/2022 15:25:14
2
+ ode-csslib-openent-moncollege=1.0-dev-produit-SNAPSHOT 04/11/2022 15:52:06
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-openent-moncollege",
3
- "version": "1.0.0-dev-produit.202209291242",
3
+ "version": "1.0.0-dev-produit.202211041551",
4
4
  "description": "Open ENT theme by Open Digital Education",
5
5
  "scripts": {
6
6
  "override:i18n": "OVERRIDE_SRC=${OVERRIDE_SRC} OVERRIDE_DIST=${OVERRIDE_DIST} node ode-override-plugin.js",
@@ -34,7 +34,7 @@
34
34
  "author": "Open Digital Education",
35
35
  "license": "AGPL-3.0",
36
36
  "dependencies": {
37
- "entcore-css-lib": "npm:ode-csslib@dev-produit"
37
+ "entcore-css-lib": "npm:ode-csslib@dev"
38
38
  },
39
39
  "devDependencies": {
40
40
  "concurrently": "^5.0.2",