diff --git a/config.toml b/config.toml index 9d8140f9..64ddfba6 100755 --- a/config.toml +++ b/config.toml @@ -189,7 +189,7 @@ URL = "forms" #################### default parameters ################################ [params] -logo = "images/logo.png" +logo = "media/logo.png" # Meta data description = "This is meta description" author = "Themefisher" @@ -208,7 +208,7 @@ top_header = true # Preloader [params.preloader] enable = true -preloader = "images/preloader.gif" # use jpg, png, svg or gif format. +preloader = "media/preloader.gif" # use jpg, png, svg or gif format. # Subscription ##[params.subscription] diff --git a/content/english/about/_index.md b/content/english/about/_index.md index fa11b0d9..82273f5f 100644 --- a/content/english/about/_index.md +++ b/content/english/about/_index.md @@ -2,9 +2,9 @@ title: "About Us" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # about image -image: "images/about/about-page.jpg" +image: "media/about/about-page.jpg" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- diff --git a/content/english/author/john-doe.md b/content/english/author/john-doe.md index be96991e..bd2c6e34 100644 --- a/content/english/author/john-doe.md +++ b/content/english/author/john-doe.md @@ -1,7 +1,7 @@ --- title: "John doe" # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." email: "email2@example.org" diff --git a/content/english/author/mark-dinn.md b/content/english/author/mark-dinn.md index 42f9d85e..d92e0e49 100644 --- a/content/english/author/mark-dinn.md +++ b/content/english/author/mark-dinn.md @@ -1,7 +1,7 @@ --- title: "Mark Dinn" # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." email: "email2@example.org" diff --git a/content/english/blog/_index.md b/content/english/blog/_index.md index 65faf6fa..bb5d59c4 100644 --- a/content/english/blog/_index.md +++ b/content/english/blog/_index.md @@ -2,7 +2,7 @@ title: "Latest News" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "this is meta description" --- \ No newline at end of file diff --git a/content/english/blog/blog-post-1.md b/content/english/blog/blog-post-1.md index 9f8c0aab..38c60c9e 100644 --- a/content/english/blog/blog-post-1.md +++ b/content/english/blog/blog-post-1.md @@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # post thumbnail -image: "images/blog/post-1.jpg" +image: "media/blog/post-1.jpg" # post author author: "John Doe" # taxonomy diff --git a/content/english/blog/blog-post-2.md b/content/english/blog/blog-post-2.md index baa34d86..bfd1c4a2 100644 --- a/content/english/blog/blog-post-2.md +++ b/content/english/blog/blog-post-2.md @@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # post thumbnail -image: "images/blog/post-2.jpg" +image: "media/blog/post-2.jpg" # post author author: "John Doe" # taxonomy diff --git a/content/english/blog/blog-post-3.md b/content/english/blog/blog-post-3.md index fb9315b2..fb3bee8a 100644 --- a/content/english/blog/blog-post-3.md +++ b/content/english/blog/blog-post-3.md @@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # post thumbnail -image: "images/blog/post-3.jpg" +image: "media/blog/post-3.jpg" # post author author: "Mark Dinn" # taxonomy diff --git a/content/english/blog/blog-post-4.md b/content/english/blog/blog-post-4.md index 962c8b95..108fab94 100644 --- a/content/english/blog/blog-post-4.md +++ b/content/english/blog/blog-post-4.md @@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # post thumbnail -image: "images/blog/post-2.jpg" +image: "media/blog/post-2.jpg" # post author author: "Mark Dinn" # taxonomy diff --git a/content/english/blog/blog-post-5.md b/content/english/blog/blog-post-5.md index ea249eb3..e5bb742a 100644 --- a/content/english/blog/blog-post-5.md +++ b/content/english/blog/blog-post-5.md @@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # post thumbnail -image: "images/blog/post-3.jpg" +image: "media/blog/post-3.jpg" # post author author: "John Doe" # taxonomy diff --git a/content/english/blog/blog-post-6.md b/content/english/blog/blog-post-6.md index 1f0da45e..b20cefed 100644 --- a/content/english/blog/blog-post-6.md +++ b/content/english/blog/blog-post-6.md @@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # post thumbnail -image: "images/blog/post-1.jpg" +image: "media/blog/post-1.jpg" # post author author: "John Doe" # taxonomy diff --git a/content/english/contact/_index.md b/content/english/contact/_index.md index 0b7b2609..dbd0d4bb 100644 --- a/content/english/contact/_index.md +++ b/content/english/contact/_index.md @@ -2,7 +2,7 @@ title: "About Us" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- diff --git a/content/english/course/_index.md b/content/english/course/_index.md index 79e52ce9..82371b45 100644 --- a/content/english/course/_index.md +++ b/content/english/course/_index.md @@ -2,7 +2,7 @@ title: "Our Courses" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- \ No newline at end of file diff --git a/content/english/course/course-1.md b/content/english/course/course-1.md index 4e53e379..1d6ccdda 100644 --- a/content/english/course/course-1.md +++ b/content/english/course/course-1.md @@ -3,11 +3,11 @@ title: "Photography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # course thumbnail -image: "images/courses/course-1.jpg" +image: "media/courses/course-1.jpg" # taxonomy category: "Photography" # teacher diff --git a/content/english/course/course-2.md b/content/english/course/course-2.md index d5e63862..f8397570 100644 --- a/content/english/course/course-2.md +++ b/content/english/course/course-2.md @@ -3,11 +3,11 @@ title: "Mathematics" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # course thumbnail -image: "images/courses/course-2.jpg" +image: "media/courses/course-2.jpg" # taxonomy category: "Mathematics" # teacher diff --git a/content/english/course/course-3.md b/content/english/course/course-3.md index c24df399..d846358c 100644 --- a/content/english/course/course-3.md +++ b/content/english/course/course-3.md @@ -3,11 +3,11 @@ title: "Artificial Intelligence" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # course thumbnail -image: "images/courses/course-3.jpg" +image: "media/courses/course-3.jpg" # taxonomy category: "Artificial Intelligence" # teacher diff --git a/content/english/course/course-4.md b/content/english/course/course-4.md index d3ce4cbf..69fc6380 100644 --- a/content/english/course/course-4.md +++ b/content/english/course/course-4.md @@ -3,11 +3,11 @@ title: "JavaScript" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # course thumbnail -image: "images/courses/course-4.jpg" +image: "media/courses/course-4.jpg" # taxonomy category: "Programming" # teacher diff --git a/content/english/course/course-5.md b/content/english/course/course-5.md index 07d41174..da09157a 100644 --- a/content/english/course/course-5.md +++ b/content/english/course/course-5.md @@ -3,11 +3,11 @@ title: "Algorithm" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # course thumbnail -image: "images/courses/course-5.jpg" +image: "media/courses/course-5.jpg" # taxonomy category: "Programming" # teacher diff --git a/content/english/course/course-6.md b/content/english/course/course-6.md index b0a1eb3f..6c2c3d3c 100644 --- a/content/english/course/course-6.md +++ b/content/english/course/course-6.md @@ -3,11 +3,11 @@ title: "Vlogging" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # course thumbnail -image: "images/courses/course-6.jpg" +image: "media/courses/course-6.jpg" # taxonomy category: "Photography" # teacher diff --git a/content/english/event/_index.md b/content/english/event/_index.md index 79e52ce9..82371b45 100644 --- a/content/english/event/_index.md +++ b/content/english/event/_index.md @@ -2,7 +2,7 @@ title: "Our Courses" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- \ No newline at end of file diff --git a/content/english/event/event-1.md b/content/english/event/event-1.md index 8dc427fd..6167aaa1 100644 --- a/content/english/event/event-1.md +++ b/content/english/event/event-1.md @@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Event image -image: "images/events/event-1.jpg" +image: "media/events/event-1.jpg" # location location: "Dhanmondi, Dhaka" # entry fee @@ -22,22 +22,22 @@ apply_url : "#" speaker: # speaker loop - name : "Jack Mastio" - image : "images/event-speakers/speaker-1.jpg" + image : "media/event-speakers/speaker-1.jpg" designation : "Teacher" # speaker loop - name : "John Doe" - image : "images/event-speakers/speaker-2.jpg" + image : "media/event-speakers/speaker-2.jpg" designation : "Teacher" # speaker loop - name : "Randy Luis" - image : "images/event-speakers/speaker-3.jpg" + image : "media/event-speakers/speaker-3.jpg" designation : "Teacher" # speaker loop - name : "Alfred Jin" - image : "images/event-speakers/speaker-4.jpg" + image : "media/event-speakers/speaker-4.jpg" designation : "Teacher" # type diff --git a/content/english/event/event-2.md b/content/english/event/event-2.md index 77f82f9e..36117c5d 100644 --- a/content/english/event/event-2.md +++ b/content/english/event/event-2.md @@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Event image -image: "images/events/event-2.jpg" +image: "media/events/event-2.jpg" # location location: "Dhanmondi, Dhaka" # entry fee @@ -22,22 +22,22 @@ apply_url : "#" speaker: # speaker loop - name : "Jack Mastio" - image : "images/event-speakers/speaker-1.jpg" + image : "media/event-speakers/speaker-1.jpg" designation : "Teacher" # speaker loop - name : "John Doe" - image : "images/event-speakers/speaker-2.jpg" + image : "media/event-speakers/speaker-2.jpg" designation : "Teacher" # speaker loop - name : "Randy Luis" - image : "images/event-speakers/speaker-3.jpg" + image : "media/event-speakers/speaker-3.jpg" designation : "Teacher" # speaker loop - name : "Alfred Jin" - image : "images/event-speakers/speaker-4.jpg" + image : "media/event-speakers/speaker-4.jpg" designation : "Teacher" # type diff --git a/content/english/event/event-3.md b/content/english/event/event-3.md index d8534aae..9883b4e0 100644 --- a/content/english/event/event-3.md +++ b/content/english/event/event-3.md @@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Event image -image: "images/events/event-3.jpg" +image: "media/events/event-3.jpg" # location location: "Dhanmondi, Dhaka" # entry fee @@ -22,22 +22,22 @@ apply_url : "#" speaker: # speaker loop - name : "Jack Mastio" - image : "images/event-speakers/speaker-1.jpg" + image : "media/event-speakers/speaker-1.jpg" designation : "Teacher" # speaker loop - name : "John Doe" - image : "images/event-speakers/speaker-2.jpg" + image : "media/event-speakers/speaker-2.jpg" designation : "Teacher" # speaker loop - name : "Randy Luis" - image : "images/event-speakers/speaker-3.jpg" + image : "media/event-speakers/speaker-3.jpg" designation : "Teacher" # speaker loop - name : "Alfred Jin" - image : "images/event-speakers/speaker-4.jpg" + image : "media/event-speakers/speaker-4.jpg" designation : "Teacher" # type diff --git a/content/english/event/event-4.md b/content/english/event/event-4.md index d8534aae..9883b4e0 100644 --- a/content/english/event/event-4.md +++ b/content/english/event/event-4.md @@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Event image -image: "images/events/event-3.jpg" +image: "media/events/event-3.jpg" # location location: "Dhanmondi, Dhaka" # entry fee @@ -22,22 +22,22 @@ apply_url : "#" speaker: # speaker loop - name : "Jack Mastio" - image : "images/event-speakers/speaker-1.jpg" + image : "media/event-speakers/speaker-1.jpg" designation : "Teacher" # speaker loop - name : "John Doe" - image : "images/event-speakers/speaker-2.jpg" + image : "media/event-speakers/speaker-2.jpg" designation : "Teacher" # speaker loop - name : "Randy Luis" - image : "images/event-speakers/speaker-3.jpg" + image : "media/event-speakers/speaker-3.jpg" designation : "Teacher" # speaker loop - name : "Alfred Jin" - image : "images/event-speakers/speaker-4.jpg" + image : "media/event-speakers/speaker-4.jpg" designation : "Teacher" # type diff --git a/content/english/event/event-5.md b/content/english/event/event-5.md index 8dc427fd..6167aaa1 100644 --- a/content/english/event/event-5.md +++ b/content/english/event/event-5.md @@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Event image -image: "images/events/event-1.jpg" +image: "media/events/event-1.jpg" # location location: "Dhanmondi, Dhaka" # entry fee @@ -22,22 +22,22 @@ apply_url : "#" speaker: # speaker loop - name : "Jack Mastio" - image : "images/event-speakers/speaker-1.jpg" + image : "media/event-speakers/speaker-1.jpg" designation : "Teacher" # speaker loop - name : "John Doe" - image : "images/event-speakers/speaker-2.jpg" + image : "media/event-speakers/speaker-2.jpg" designation : "Teacher" # speaker loop - name : "Randy Luis" - image : "images/event-speakers/speaker-3.jpg" + image : "media/event-speakers/speaker-3.jpg" designation : "Teacher" # speaker loop - name : "Alfred Jin" - image : "images/event-speakers/speaker-4.jpg" + image : "media/event-speakers/speaker-4.jpg" designation : "Teacher" # type diff --git a/content/english/event/event-6.md b/content/english/event/event-6.md index 77f82f9e..36117c5d 100644 --- a/content/english/event/event-6.md +++ b/content/english/event/event-6.md @@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Event image -image: "images/events/event-2.jpg" +image: "media/events/event-2.jpg" # location location: "Dhanmondi, Dhaka" # entry fee @@ -22,22 +22,22 @@ apply_url : "#" speaker: # speaker loop - name : "Jack Mastio" - image : "images/event-speakers/speaker-1.jpg" + image : "media/event-speakers/speaker-1.jpg" designation : "Teacher" # speaker loop - name : "John Doe" - image : "images/event-speakers/speaker-2.jpg" + image : "media/event-speakers/speaker-2.jpg" designation : "Teacher" # speaker loop - name : "Randy Luis" - image : "images/event-speakers/speaker-3.jpg" + image : "media/event-speakers/speaker-3.jpg" designation : "Teacher" # speaker loop - name : "Alfred Jin" - image : "images/event-speakers/speaker-4.jpg" + image : "media/event-speakers/speaker-4.jpg" designation : "Teacher" # type diff --git a/content/english/notice/_index.md b/content/english/notice/_index.md index 6f734dee..27c50f70 100644 --- a/content/english/notice/_index.md +++ b/content/english/notice/_index.md @@ -2,7 +2,7 @@ title: "Notice" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- \ No newline at end of file diff --git a/content/english/notice/notice-1.md b/content/english/notice/notice-1.md index 3b693ade..747cccd6 100644 --- a/content/english/notice/notice-1.md +++ b/content/english/notice/notice-1.md @@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # notice download link diff --git a/content/english/notice/notice-2.md b/content/english/notice/notice-2.md index 3b693ade..747cccd6 100644 --- a/content/english/notice/notice-2.md +++ b/content/english/notice/notice-2.md @@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # notice download link diff --git a/content/english/notice/notice-3.md b/content/english/notice/notice-3.md index 3b693ade..747cccd6 100644 --- a/content/english/notice/notice-3.md +++ b/content/english/notice/notice-3.md @@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # notice download link diff --git a/content/english/notice/notice-4.md b/content/english/notice/notice-4.md index 3b693ade..747cccd6 100644 --- a/content/english/notice/notice-4.md +++ b/content/english/notice/notice-4.md @@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # notice download link diff --git a/content/english/notice/notice-5.md b/content/english/notice/notice-5.md index 3b693ade..747cccd6 100644 --- a/content/english/notice/notice-5.md +++ b/content/english/notice/notice-5.md @@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # notice download link diff --git a/content/english/notice/notice-6.md b/content/english/notice/notice-6.md index 3b693ade..747cccd6 100644 --- a/content/english/notice/notice-6.md +++ b/content/english/notice/notice-6.md @@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # notice download link diff --git a/content/english/research/_index.md b/content/english/research/_index.md index 79e52ce9..82371b45 100644 --- a/content/english/research/_index.md +++ b/content/english/research/_index.md @@ -2,7 +2,7 @@ title: "Our Courses" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- \ No newline at end of file diff --git a/content/english/research/research-1.md b/content/english/research/research-1.md index 6e8de505..544c6efa 100644 --- a/content/english/research/research-1.md +++ b/content/english/research/research-1.md @@ -3,11 +3,11 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Research image -image: "images/research/research-1.jpg" +image: "media/research/research-1.jpg" # type type: "research" --- diff --git a/content/english/research/research-2.md b/content/english/research/research-2.md index 93a9ba14..ecdac673 100644 --- a/content/english/research/research-2.md +++ b/content/english/research/research-2.md @@ -3,11 +3,11 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Research image -image: "images/research/research-2.jpg" +image: "media/research/research-2.jpg" # type type: "research" --- diff --git a/content/english/research/research-3.md b/content/english/research/research-3.md index 48674dc0..7b002229 100644 --- a/content/english/research/research-3.md +++ b/content/english/research/research-3.md @@ -3,11 +3,11 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Research image -image: "images/research/research-3.jpg" +image: "media/research/research-3.jpg" # type type: "research" --- diff --git a/content/english/research/research-4.md b/content/english/research/research-4.md index 6aa067c2..3b8b8fb0 100644 --- a/content/english/research/research-4.md +++ b/content/english/research/research-4.md @@ -3,11 +3,11 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Research image -image: "images/research/research-4.jpg" +image: "media/research/research-4.jpg" # type type: "research" --- diff --git a/content/english/research/research-5.md b/content/english/research/research-5.md index f387d02d..8b002683 100644 --- a/content/english/research/research-5.md +++ b/content/english/research/research-5.md @@ -3,11 +3,11 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Research image -image: "images/research/research-5.jpg" +image: "media/research/research-5.jpg" # type type: "research" --- diff --git a/content/english/research/research-6.md b/content/english/research/research-6.md index a354c12c..8fc5af3b 100644 --- a/content/english/research/research-6.md +++ b/content/english/research/research-6.md @@ -3,11 +3,11 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # Research image -image: "images/research/research-6.jpg" +image: "media/research/research-6.jpg" # type type: "research" --- diff --git a/content/english/scholarship/_index.md b/content/english/scholarship/_index.md index e416c28c..2804bbe1 100644 --- a/content/english/scholarship/_index.md +++ b/content/english/scholarship/_index.md @@ -2,9 +2,9 @@ title: "Scholarship" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # image -image: "images/about/about-page.jpg" +image: "media/about/about-page.jpg" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- diff --git a/content/english/scholarship/scholarship-1.md b/content/english/scholarship/scholarship-1.md index b75dd473..3519b316 100644 --- a/content/english/scholarship/scholarship-1.md +++ b/content/english/scholarship/scholarship-1.md @@ -2,9 +2,9 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # scholarship image -image: "images/scholarship/scholarship-item-1.jpg" +image: "media/scholarship/scholarship-item-1.jpg" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- diff --git a/content/english/scholarship/scholarship-2.md b/content/english/scholarship/scholarship-2.md index 18d72817..14f75f42 100644 --- a/content/english/scholarship/scholarship-2.md +++ b/content/english/scholarship/scholarship-2.md @@ -2,9 +2,9 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # scholarship image -image: "images/scholarship/scholarship-item-2.jpg" +image: "media/scholarship/scholarship-item-2.jpg" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- diff --git a/content/english/scholarship/scholarship-3.md b/content/english/scholarship/scholarship-3.md index d0368936..a8cc7bb6 100644 --- a/content/english/scholarship/scholarship-3.md +++ b/content/english/scholarship/scholarship-3.md @@ -2,9 +2,9 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # scholarship image -image: "images/scholarship/scholarship-item-3.jpg" +image: "media/scholarship/scholarship-item-3.jpg" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- diff --git a/content/english/teacher/_index.md b/content/english/teacher/_index.md index 79e52ce9..82371b45 100644 --- a/content/english/teacher/_index.md +++ b/content/english/teacher/_index.md @@ -2,7 +2,7 @@ title: "Our Courses" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." --- \ No newline at end of file diff --git a/content/english/teacher/alex-rook.md b/content/english/teacher/alex-rook.md index efd7bf58..4f4fb7ec 100644 --- a/content/english/teacher/alex-rook.md +++ b/content/english/teacher/alex-rook.md @@ -2,11 +2,11 @@ title: "Alex Rook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # teacher portrait -image: "images/teachers/teacher-2.jpg" +image: "media/teachers/teacher-2.jpg" # course course: "Vlogging" # biography diff --git a/content/english/teacher/clark-malik.md b/content/english/teacher/clark-malik.md index 11246831..9c1ec2a7 100644 --- a/content/english/teacher/clark-malik.md +++ b/content/english/teacher/clark-malik.md @@ -2,11 +2,11 @@ title: "Clark Malik" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # teacher portrait -image: "images/teachers/teacher-1.jpg" +image: "media/teachers/teacher-1.jpg" # course course: "Computer Science" # biography diff --git a/content/english/teacher/devid-luis.md b/content/english/teacher/devid-luis.md index f57b3d15..1021979a 100644 --- a/content/english/teacher/devid-luis.md +++ b/content/english/teacher/devid-luis.md @@ -2,11 +2,11 @@ title: "Devid Luis" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # teacher portrait -image: "images/teachers/teacher-3.jpg" +image: "media/teachers/teacher-3.jpg" # course course: "Humanities" # biography diff --git a/content/english/teacher/duis-rio.md b/content/english/teacher/duis-rio.md index a00febb9..5b3c4f52 100644 --- a/content/english/teacher/duis-rio.md +++ b/content/english/teacher/duis-rio.md @@ -2,11 +2,11 @@ title: "Duis Rio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # teacher portrait -image: "images/teachers/teacher-3.jpg" +image: "media/teachers/teacher-3.jpg" # course course: "Photography" # biography diff --git a/content/english/teacher/jacke-mastio.md b/content/english/teacher/jacke-mastio.md index 3b942019..646a252d 100644 --- a/content/english/teacher/jacke-mastio.md +++ b/content/english/teacher/jacke-mastio.md @@ -2,11 +2,11 @@ title: "Jacke Mastio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # teacher portrait -image: "images/teachers/teacher-2.jpg" +image: "media/teachers/teacher-2.jpg" # course course: "Computer Science" # biography diff --git a/content/english/teacher/zim-cook.md b/content/english/teacher/zim-cook.md index 5a481b71..5f4dc189 100644 --- a/content/english/teacher/zim-cook.md +++ b/content/english/teacher/zim-cook.md @@ -2,11 +2,11 @@ title: "Zim Cook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud." # teacher portrait -image: "images/teachers/teacher-1.jpg" +image: "media/teachers/teacher-1.jpg" # course course: "Photography" # biography diff --git a/content/german/25-jahre-gcg/ausfluege-und-projekte.md b/content/german/25-jahre-gcg/ausfluege-und-projekte.md index 06b467a6..7ab81aeb 100644 --- a/content/german/25-jahre-gcg/ausfluege-und-projekte.md +++ b/content/german/25-jahre-gcg/ausfluege-und-projekte.md @@ -2,9 +2,9 @@ title: "25 Jahre Georg-Cantor-Gymnasium Halle (Saale)" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" type: "pages" layout: "single.html" --- diff --git a/content/german/25-jahre-gcg/bericht-1.md b/content/german/25-jahre-gcg/bericht-1.md index 31e8ac51..1efad53d 100644 --- a/content/german/25-jahre-gcg/bericht-1.md +++ b/content/german/25-jahre-gcg/bericht-1.md @@ -2,9 +2,9 @@ title: "Bericht 1" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" type: "pages" layout: "single.html" --- diff --git a/content/german/25-jahre-gcg/bericht-2.md b/content/german/25-jahre-gcg/bericht-2.md index 3ba5d166..6abe5891 100644 --- a/content/german/25-jahre-gcg/bericht-2.md +++ b/content/german/25-jahre-gcg/bericht-2.md @@ -2,9 +2,9 @@ title: "Bericht 2" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" type: "pages" layout: "single.html" --- diff --git a/content/german/25-jahre-gcg/bericht-3.md b/content/german/25-jahre-gcg/bericht-3.md index 45f14c6e..40d46bb4 100644 --- a/content/german/25-jahre-gcg/bericht-3.md +++ b/content/german/25-jahre-gcg/bericht-3.md @@ -2,9 +2,9 @@ title: "25 jähriges Bericht Paula Hähndel" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" type: "pages" layout: "single.html" --- diff --git a/content/german/25-jahre-gcg/bericht-4.md b/content/german/25-jahre-gcg/bericht-4.md index 35e18282..a0f05d5a 100644 --- a/content/german/25-jahre-gcg/bericht-4.md +++ b/content/german/25-jahre-gcg/bericht-4.md @@ -2,9 +2,9 @@ title: "Bericht 4" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" type: "pages" layout: "single.html" --- diff --git a/content/german/25-jahre-gcg/programm.md b/content/german/25-jahre-gcg/programm.md index c8754d62..54f809c4 100644 --- a/content/german/25-jahre-gcg/programm.md +++ b/content/german/25-jahre-gcg/programm.md @@ -2,9 +2,9 @@ title: " 25-jähriges Festprogramm Freitag" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" type: "pages" layout: "single.html" --- diff --git a/content/german/25-jahre-gcg/rede-fr-schmidt.md b/content/german/25-jahre-gcg/rede-fr-schmidt.md index 260d233e..67767c0b 100644 --- a/content/german/25-jahre-gcg/rede-fr-schmidt.md +++ b/content/german/25-jahre-gcg/rede-fr-schmidt.md @@ -2,9 +2,9 @@ title: "Rede für das Absolvententreffen zum 25 jährigen Schuljubiläum (28.09.2013)" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" type: "pages" layout: "single.html" --- diff --git a/content/german/abiturienten/1992.md b/content/german/abiturienten/1992.md index d1ddfdab..fa474376 100644 --- a/content/german/abiturienten/1992.md +++ b/content/german/abiturienten/1992.md @@ -2,12 +2,12 @@ title: "Abiturienten 1992" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 1992.png" +image: "media/abiturienten/abi-foto 1992.png" --- - + ## Klasse 12/1 diff --git a/content/german/abiturienten/1993.md b/content/german/abiturienten/1993.md index 738245d7..7b2684d5 100644 --- a/content/german/abiturienten/1993.md +++ b/content/german/abiturienten/1993.md @@ -2,9 +2,9 @@ title: "Abiturienten 1993" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 1993.png" +image: "media/abiturienten/abi-foto 1993.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/1994.md b/content/german/abiturienten/1994.md index 37dafd5c..f2a6a196 100644 --- a/content/german/abiturienten/1994.md +++ b/content/german/abiturienten/1994.md @@ -2,9 +2,9 @@ title: "Abiturienten 1994" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 1994.png" +image: "media/abiturienten/abi-foto 1994.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/1995.md b/content/german/abiturienten/1995.md index 55294e5e..d78e0dd3 100644 --- a/content/german/abiturienten/1995.md +++ b/content/german/abiturienten/1995.md @@ -2,12 +2,12 @@ title: "Abiturienten 1995" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 1995.png" +image: "media/abiturienten/abi-foto 1995.png" --- - + ## Klasse 12/1 diff --git a/content/german/abiturienten/1996.md b/content/german/abiturienten/1996.md index 8c0bb1c0..d79499d6 100644 --- a/content/german/abiturienten/1996.md +++ b/content/german/abiturienten/1996.md @@ -2,9 +2,9 @@ title: "Abiturienten 1996" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 1996.png" +image: "media/abiturienten/abi-foto 1996.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/1997.md b/content/german/abiturienten/1997.md index abc6f935..3d86279e 100644 --- a/content/german/abiturienten/1997.md +++ b/content/german/abiturienten/1997.md @@ -2,9 +2,9 @@ title: "Abiturienten 1997" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 1997.png" +image: "media/abiturienten/abi-foto 1997.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/1998.md b/content/german/abiturienten/1998.md index f84ac418..ba87d543 100644 --- a/content/german/abiturienten/1998.md +++ b/content/german/abiturienten/1998.md @@ -2,9 +2,9 @@ title: "Abiturienten 1998" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 1998.png" +image: "media/abiturienten/abi-foto 1998.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2000.md b/content/german/abiturienten/2000.md index 98fc0e88..498aa8b9 100644 --- a/content/german/abiturienten/2000.md +++ b/content/german/abiturienten/2000.md @@ -2,9 +2,9 @@ title: "Abiturienten 2000" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2000.png" +image: "media/abiturienten/abi-foto 2000.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2002.md b/content/german/abiturienten/2002.md index feea541c..475151e2 100644 --- a/content/german/abiturienten/2002.md +++ b/content/german/abiturienten/2002.md @@ -2,13 +2,13 @@ title: "Abiturienten 2002" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" few: true --- -{{< gallery dir="/images/abiturienten/2002" />}}{{< load-photoswipe >}} +{{< gallery dir="/media/abiturienten/2002" />}}{{< load-photoswipe >}} ## Klasse 13/1 diff --git a/content/german/abiturienten/2003.md b/content/german/abiturienten/2003.md index ca1437b4..002ab5a5 100644 --- a/content/german/abiturienten/2003.md +++ b/content/german/abiturienten/2003.md @@ -2,9 +2,9 @@ title: "Abiturienten 2003" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2003.jpg" +image: "media/abiturienten/abi-foto 2003.jpg" --- ## Klasse 13/1 diff --git a/content/german/abiturienten/2004.md b/content/german/abiturienten/2004.md index f7b2f522..be6af685 100644 --- a/content/german/abiturienten/2004.md +++ b/content/german/abiturienten/2004.md @@ -2,9 +2,9 @@ title: "Abiturienten 2004" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2004.jpg" +image: "media/abiturienten/abi-foto 2004.jpg" --- ## Klasse 13/1 diff --git a/content/german/abiturienten/2005.md b/content/german/abiturienten/2005.md index c3b3bad6..6871e52f 100644 --- a/content/german/abiturienten/2005.md +++ b/content/german/abiturienten/2005.md @@ -2,9 +2,9 @@ title: "Abiturienten 2005" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2005.jpg" +image: "media/abiturienten/abi-foto 2005.jpg" --- ## Klasse 13/1 diff --git a/content/german/abiturienten/2006.md b/content/german/abiturienten/2006.md index 59189e24..64b4542b 100644 --- a/content/german/abiturienten/2006.md +++ b/content/german/abiturienten/2006.md @@ -2,9 +2,9 @@ title: "Abiturienten 2006" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2006.png" +image: "media/abiturienten/abi-foto 2006.png" --- ## Klasse 13/1 diff --git a/content/german/abiturienten/2007.md b/content/german/abiturienten/2007.md index 6d438c4c..e4c0271f 100644 --- a/content/german/abiturienten/2007.md +++ b/content/german/abiturienten/2007.md @@ -2,13 +2,13 @@ title: "Abiturienten 2007" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/image.png" +image: "media/image.png" few: true --- - + ## Klasse 12/1 @@ -132,7 +132,7 @@ Thürer, Maximilian Weinhold, Philipp - + ## Klasse 13/1 diff --git a/content/german/abiturienten/2008.md b/content/german/abiturienten/2008.md index 3210afc7..1e3e0758 100644 --- a/content/german/abiturienten/2008.md +++ b/content/german/abiturienten/2008.md @@ -2,9 +2,9 @@ title: "Abiturienten 2008" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2008.png" +image: "media/abiturienten/abi-foto 2008.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2009.md b/content/german/abiturienten/2009.md index 0cb3db73..bceda30f 100644 --- a/content/german/abiturienten/2009.md +++ b/content/german/abiturienten/2009.md @@ -2,9 +2,9 @@ title: "Abiturienten 2009" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2009.png" +image: "media/abiturienten/abi-foto 2009.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2010.md b/content/german/abiturienten/2010.md index 2bfd2817..cf84e546 100644 --- a/content/german/abiturienten/2010.md +++ b/content/german/abiturienten/2010.md @@ -2,9 +2,9 @@ title: "Abiturienten 2010" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2010.png" +image: "media/abiturienten/abi-foto 2010.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2011.md b/content/german/abiturienten/2011.md index fda4e717..53b76848 100644 --- a/content/german/abiturienten/2011.md +++ b/content/german/abiturienten/2011.md @@ -2,9 +2,9 @@ title: "Abiturienten 2011" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2011.png" +image: "media/abiturienten/abi-foto 2011.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2012.md b/content/german/abiturienten/2012.md index 83775680..c961f2b5 100644 --- a/content/german/abiturienten/2012.md +++ b/content/german/abiturienten/2012.md @@ -2,9 +2,9 @@ title: "Abiturienten 2012" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2012.png" +image: "media/abiturienten/abi-foto 2012.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2013.md b/content/german/abiturienten/2013.md index 6fe7d49b..96ec947d 100644 --- a/content/german/abiturienten/2013.md +++ b/content/german/abiturienten/2013.md @@ -2,9 +2,9 @@ title: "Abiturienten 2013" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2013.png" +image: "media/abiturienten/abi-foto 2013.png" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2014.md b/content/german/abiturienten/2014.md index 3d90b77c..b1251e76 100644 --- a/content/german/abiturienten/2014.md +++ b/content/german/abiturienten/2014.md @@ -2,9 +2,9 @@ title: "Abiturienten 2014" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto 2014.jpg" +image: "media/abiturienten/abi-foto 2014.jpg" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2016.md b/content/german/abiturienten/2016.md index adc8247e..f88d0987 100644 --- a/content/german/abiturienten/2016.md +++ b/content/german/abiturienten/2016.md @@ -2,9 +2,9 @@ title: "Abiturienten 2016" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abiturienten 15_16.jpg" +image: "media/abiturienten/abiturienten 15_16.jpg" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2017.md b/content/german/abiturienten/2017.md index 4757ddd5..5f3f145c 100644 --- a/content/german/abiturienten/2017.md +++ b/content/german/abiturienten/2017.md @@ -2,9 +2,9 @@ title: "Abiturienten 2017" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/foto-abi-2017.jpg" +image: "media/abiturienten/foto-abi-2017.jpg" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/2018.md b/content/german/abiturienten/2018.md index c743ec63..fe942d65 100644 --- a/content/german/abiturienten/2018.md +++ b/content/german/abiturienten/2018.md @@ -2,9 +2,9 @@ title: "Abiturienten 2018" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # course thumbnail -image: "images/abiturienten/abi-foto-2018.jpg" +image: "media/abiturienten/abi-foto-2018.jpg" --- ## Klasse 12/1 diff --git a/content/german/abiturienten/_index.md b/content/german/abiturienten/_index.md index b5a910c5..dbd82beb 100644 --- a/content/german/abiturienten/_index.md +++ b/content/german/abiturienten/_index.md @@ -2,7 +2,7 @@ title: "Abiturienten" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # meta description description : "In den Jahren 1999 und 2001 gab es keine Abschlussjahrgänge am GCG. 1999 nicht, da sieben Jahre zuvor keine Aufnahme in die siebente Klasse, sondern in die fünfte Klasse erfolgte und 2001 vollzog sich der Übergang zum Abitur nach 13 Schuljahren." --- diff --git a/content/german/about/_index.md b/content/german/about/_index.md index f556fc60..2b55e982 100644 --- a/content/german/about/_index.md +++ b/content/german/about/_index.md @@ -2,9 +2,9 @@ title: "Über die Schule" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" # about image -image: "images/schule.png" +image: "media/schule.png" # meta description description : "Das Georg-Cantor-Gymnasium - ein mathematisch-naturwissenschaftlich-technisches Gymnasium in Halle(Saale)" --- diff --git a/content/german/about/aufnahmeverfahren.md b/content/german/about/aufnahmeverfahren.md index 49ef0ee9..ee66036f 100644 --- a/content/german/about/aufnahmeverfahren.md +++ b/content/german/about/aufnahmeverfahren.md @@ -2,7 +2,7 @@ title: "Der Weg zum GCG" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" type: "pages" layout: "single.html" --- @@ -11,6 +11,6 @@ Seit der Gründung der Spezialschule 1988 hat sich die Aufnahmeprozedur für Sch Dieser Werdegang ist unten dargestellt: - + {{< youtube IoinnnyrG0M >}} diff --git a/content/german/about/cantor.md b/content/german/about/cantor.md index 65ab8472..1b71db01 100644 --- a/content/german/about/cantor.md +++ b/content/german/about/cantor.md @@ -2,10 +2,10 @@ title: "Über Georg Cantor" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" --- - + Georg Cantor (03.03.1845 - 06.01.1918) diff --git a/content/german/about/chronologie.md b/content/german/about/chronologie.md index 997c30e8..4b1f781b 100644 --- a/content/german/about/chronologie.md +++ b/content/german/about/chronologie.md @@ -2,7 +2,7 @@ title: "Chronologie" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" type: "pages" layout: "single.html" --- diff --git a/content/german/about/odyssee-des-gcg.md b/content/german/about/odyssee-des-gcg.md index 4fd53b14..eeea682d 100644 --- a/content/german/about/odyssee-des-gcg.md +++ b/content/german/about/odyssee-des-gcg.md @@ -2,7 +2,7 @@ title: "Odyssee des GCG - von der „Schimmelschule“ zum „Schmuckstück“" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" type: "pages" layout: "single.html" --- diff --git a/content/german/about/traditionen.md b/content/german/about/traditionen.md index 80021844..d94b94bc 100644 --- a/content/german/about/traditionen.md +++ b/content/german/about/traditionen.md @@ -2,7 +2,7 @@ title: "Traditionen" draft: false # page title background image -bg_image: "images/backgrounds/page-title.png" +bg_image: "media/backgrounds/page-title.png" type: "pages" layout: "single.html" --- @@ -10,7 +10,7 @@ layout: "single.html" ## 1. Der Cantorpreis Seit 1995, dem Jahr des 150. Geburtstages Georg Cantors, wird jährlich ein herausragender Schüler bzw. eine herausragende Schülerin mit dem Cantorpreis geehrt. Die Preisträger erhalten einen vom Förderverein des Georg-Cantor-Gymnasiums gestifteten Zinnbecher mit Motiven der Stadt Halle und 150€ Preisgeld. Mit diesem Preis werden Schüler für besondere Leistungen und Engagement für unsere Schule ausgezeichnet. In den einzelnen Jahren unser Chronik werden die Cantorpreisträger vorgestellt - + ## 2. Die Kultur- und Wissenschaftswoche Im März, dem Geburtsmonat Georg Cantors, findet jährlich unsere Kultur- und Wissenschaftswoche statt. Traditionelle Elemente dieser Festwoche sind die WPA-Zwischenverteidigungen, die Galerie Cantor-Art, der musikalisch-literarische Abend, der Rezitatorenwettstreit sowie Vorträge, Veranstaltungen und Diskussionsrunden unterschiedlicher Art. @@ -26,28 +26,22 @@ wir möchten Euch die Weihnachtsbaumaktion vorstellen, für die jährlich die 10 ### Klasse 10/1: -
Stefan Schwarz hält sein Versprechen und stellt weiter die biblische Erzählung infrage. Der Stern von Bethlehem leitete die Weisen zum berühmten Stall, in dem der menschgewordene Gott in einer Futterkrippe lag. Doch dieser „Stern“ muss über Wochen hinweg immer an der gleichen Stelle am Himmel gestanden haben. Zudem muss er außergewöhnlich sein, denn ein einfacher Stern, der schon seit Jahrhunderten zu sehen ist, gibt keine Auskunft über den Zeitpunkt, zu dem der Retter geboren werden soll. Es hätte alles schon vor Jahren passiert oder erst in der Zukunft geschehen können, als die Männer aufbrachen. Es bleiben also nur Kometen, Supernovae, und sich überlagernde Planeten. Kometen scheiden aber aus, da sie zu unbeständig sind und man damals schon von diesen Objekten wusste. Auch eine Supernova wäre zu unbeständig. Bleibt noch die Überlagerung von Planeten. Sie wäre in allen Punkten passend. Allerdings müsste man sich bei einer relevanten Überlagerung entscheiden: Entweder Stern oder 24. Dezember im Jahre Null. Planeten, die optisch nicht mehr auseinander zu halten sind, gab es zu jenem Datum nämlich nicht.
Stefan Schwarz hält sein Versprechen und stellt weiter die biblische Erzählung infrage. Der Stern von Bethlehem leitete die Weisen zum berühmten Stall, in dem der menschgewordene Gott in einer Futterkrippe lag. Doch dieser „Stern“ muss über Wochen hinweg immer an der gleichen Stelle am Himmel gestanden haben. Zudem muss er außergewöhnlich sein, denn ein einfacher Stern, der schon seit Jahrhunderten zu sehen ist, gibt keine Auskunft über den Zeitpunkt, zu dem der Retter geboren werden soll. Es hätte alles schon vor Jahren passiert oder erst in der Zukunft geschehen können, als die Männer aufbrachen. Es bleiben also nur Kometen, Supernovae, und sich überlagernde Planeten. Kometen scheiden aber aus, da sie zu unbeständig sind und man damals schon von diesen Objekten wusste. Auch eine Supernova wäre zu unbeständig. Bleibt noch die Überlagerung von Planeten. Sie wäre in allen Punkten passend. Allerdings müsste man sich bei einer relevanten Überlagerung entscheiden: Entweder Stern oder 24. Dezember im Jahre Null. Planeten, die optisch nicht mehr auseinander zu halten sind, gab es zu jenem Datum nämlich nicht. 
aus 'David Hilbert, 'Über das Unendliche', Math. Ann. 95

aus 'David Hilbert, 'Über das Unendliche', Math. Ann. 95
+
In this tutorial we will show you to make your website live without buying any hosting and touching a single line of code. We made this tutorial based on [meghna hugo](https://github.com/themefisher/meghna-hugo) but you can setup everithing like this.
@@ -44,9 +44,9 @@ Here comes the last step . Go to your [netlify](https://bit.ly/netlify-account)
| About | Course | Notice | Scholarship |
|---|---|---|---|
-|  |  |  | 
+|  |  |  | 
-**The images are only for demonstration purpose, Please don't use those images.**
+**The media are only for demonstration purpose, Please don't use those media.**
[Live Demo](http://demo.themefisher.com/educenter-hugo/).
diff --git a/themes/educenter-hugo/assets/js/script.js b/themes/educenter-hugo/assets/js/script.js
index da4945d2..47841b95 100755
--- a/themes/educenter-hugo/assets/js/script.js
+++ b/themes/educenter-hugo/assets/js/script.js
@@ -22,7 +22,7 @@
- // Background-images
+ // Background-media
$('[data-background]').each(function () {
$(this).css({
'background-image': 'url(' + $(this).data('background') + ')'
diff --git a/themes/educenter-hugo/exampleSite/.forestry/settings.yml b/themes/educenter-hugo/exampleSite/.forestry/settings.yml
index 27b0f691..7dbc8e57 100644
--- a/themes/educenter-hugo/exampleSite/.forestry/settings.yml
+++ b/themes/educenter-hugo/exampleSite/.forestry/settings.yml
@@ -207,8 +207,8 @@ sections:
create: all
match: "*.toml"
new_doc_ext: toml
-upload_dir: exampleSite/static/images
-public_path: "/images"
+upload_dir: exampleSite/static/media
+public_path: "/media"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
diff --git a/themes/educenter-hugo/exampleSite/config.toml b/themes/educenter-hugo/exampleSite/config.toml
index d9c2c18c..2687b8fd 100755
--- a/themes/educenter-hugo/exampleSite/config.toml
+++ b/themes/educenter-hugo/exampleSite/config.toml
@@ -120,7 +120,7 @@ URL = "research"
#################### default parameters ################################
[params]
-logo = "images/logo.png"
+logo = "media/logo.png"
# Meta data
description = "This is meta description"
author = "Themefisher"
@@ -138,7 +138,7 @@ top_header = true
# Preloader
[params.preloader]
enable = true
-preloader = "images/preloader.gif" # use jpg, png, svg or gif format.
+preloader = "media/preloader.gif" # use jpg, png, svg or gif format.
# Subscription
[params.subscription]
@@ -153,7 +153,7 @@ enable = true
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
-map_marker = "images/marker.png" # marker size 37*55 px
+map_marker = "media/marker.png" # marker size 37*55 px
############################# social site ########################
[[params.social]]
diff --git a/themes/educenter-hugo/exampleSite/content/english/about/_index.md b/themes/educenter-hugo/exampleSite/content/english/about/_index.md
index fa11b0d9..82273f5f 100644
--- a/themes/educenter-hugo/exampleSite/content/english/about/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/about/_index.md
@@ -2,9 +2,9 @@
title: "About Us"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# about image
-image: "images/about/about-page.jpg"
+image: "media/about/about-page.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/author/john-doe.md b/themes/educenter-hugo/exampleSite/content/english/author/john-doe.md
index be96991e..bd2c6e34 100644
--- a/themes/educenter-hugo/exampleSite/content/english/author/john-doe.md
+++ b/themes/educenter-hugo/exampleSite/content/english/author/john-doe.md
@@ -1,7 +1,7 @@
---
title: "John doe"
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
email: "email2@example.org"
diff --git a/themes/educenter-hugo/exampleSite/content/english/author/mark-dinn.md b/themes/educenter-hugo/exampleSite/content/english/author/mark-dinn.md
index 42f9d85e..d92e0e49 100644
--- a/themes/educenter-hugo/exampleSite/content/english/author/mark-dinn.md
+++ b/themes/educenter-hugo/exampleSite/content/english/author/mark-dinn.md
@@ -1,7 +1,7 @@
---
title: "Mark Dinn"
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
email: "email2@example.org"
diff --git a/themes/educenter-hugo/exampleSite/content/english/blog/_index.md b/themes/educenter-hugo/exampleSite/content/english/blog/_index.md
index 65faf6fa..bb5d59c4 100644
--- a/themes/educenter-hugo/exampleSite/content/english/blog/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/blog/_index.md
@@ -2,7 +2,7 @@
title: "Latest News"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "this is meta description"
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-1.md b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-1.md
index 9f8c0aab..38c60c9e 100644
--- a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-1.md
+++ b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-1.md
@@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-1.jpg"
+image: "media/blog/post-1.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-2.md b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-2.md
index baa34d86..bfd1c4a2 100644
--- a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-2.md
+++ b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-2.md
@@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-2.jpg"
+image: "media/blog/post-2.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-3.md b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-3.md
index fb9315b2..fb3bee8a 100644
--- a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-3.md
+++ b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-3.md
@@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-3.jpg"
+image: "media/blog/post-3.jpg"
# post author
author: "Mark Dinn"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-4.md b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-4.md
index 962c8b95..108fab94 100644
--- a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-4.md
+++ b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-4.md
@@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-2.jpg"
+image: "media/blog/post-2.jpg"
# post author
author: "Mark Dinn"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-5.md b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-5.md
index ea249eb3..e5bb742a 100644
--- a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-5.md
+++ b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-5.md
@@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-3.jpg"
+image: "media/blog/post-3.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-6.md b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-6.md
index 1f0da45e..b20cefed 100644
--- a/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-6.md
+++ b/themes/educenter-hugo/exampleSite/content/english/blog/blog-post-6.md
@@ -3,11 +3,11 @@ title: "Elegant Light Box Paper Cut Dioramas"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-1.jpg"
+image: "media/blog/post-1.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/english/contact/_index.md b/themes/educenter-hugo/exampleSite/content/english/contact/_index.md
index 0b7b2609..dbd0d4bb 100644
--- a/themes/educenter-hugo/exampleSite/content/english/contact/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/contact/_index.md
@@ -2,7 +2,7 @@
title: "About Us"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/course/_index.md b/themes/educenter-hugo/exampleSite/content/english/course/_index.md
index 79e52ce9..82371b45 100644
--- a/themes/educenter-hugo/exampleSite/content/english/course/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/course/_index.md
@@ -2,7 +2,7 @@
title: "Our Courses"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/english/course/course-1.md b/themes/educenter-hugo/exampleSite/content/english/course/course-1.md
index 4e53e379..1d6ccdda 100644
--- a/themes/educenter-hugo/exampleSite/content/english/course/course-1.md
+++ b/themes/educenter-hugo/exampleSite/content/english/course/course-1.md
@@ -3,11 +3,11 @@ title: "Photography"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-1.jpg"
+image: "media/courses/course-1.jpg"
# taxonomy
category: "Photography"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/english/course/course-2.md b/themes/educenter-hugo/exampleSite/content/english/course/course-2.md
index d5e63862..f8397570 100644
--- a/themes/educenter-hugo/exampleSite/content/english/course/course-2.md
+++ b/themes/educenter-hugo/exampleSite/content/english/course/course-2.md
@@ -3,11 +3,11 @@ title: "Mathematics"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-2.jpg"
+image: "media/courses/course-2.jpg"
# taxonomy
category: "Mathematics"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/english/course/course-3.md b/themes/educenter-hugo/exampleSite/content/english/course/course-3.md
index c24df399..d846358c 100644
--- a/themes/educenter-hugo/exampleSite/content/english/course/course-3.md
+++ b/themes/educenter-hugo/exampleSite/content/english/course/course-3.md
@@ -3,11 +3,11 @@ title: "Artificial Intelligence"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-3.jpg"
+image: "media/courses/course-3.jpg"
# taxonomy
category: "Artificial Intelligence"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/english/course/course-4.md b/themes/educenter-hugo/exampleSite/content/english/course/course-4.md
index d3ce4cbf..69fc6380 100644
--- a/themes/educenter-hugo/exampleSite/content/english/course/course-4.md
+++ b/themes/educenter-hugo/exampleSite/content/english/course/course-4.md
@@ -3,11 +3,11 @@ title: "JavaScript"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-4.jpg"
+image: "media/courses/course-4.jpg"
# taxonomy
category: "Programming"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/english/course/course-5.md b/themes/educenter-hugo/exampleSite/content/english/course/course-5.md
index 07d41174..da09157a 100644
--- a/themes/educenter-hugo/exampleSite/content/english/course/course-5.md
+++ b/themes/educenter-hugo/exampleSite/content/english/course/course-5.md
@@ -3,11 +3,11 @@ title: "Algorithm"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-5.jpg"
+image: "media/courses/course-5.jpg"
# taxonomy
category: "Programming"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/english/course/course-6.md b/themes/educenter-hugo/exampleSite/content/english/course/course-6.md
index b0a1eb3f..6c2c3d3c 100644
--- a/themes/educenter-hugo/exampleSite/content/english/course/course-6.md
+++ b/themes/educenter-hugo/exampleSite/content/english/course/course-6.md
@@ -3,11 +3,11 @@ title: "Vlogging"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-6.jpg"
+image: "media/courses/course-6.jpg"
# taxonomy
category: "Photography"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/english/event/_index.md b/themes/educenter-hugo/exampleSite/content/english/event/_index.md
index 79e52ce9..82371b45 100644
--- a/themes/educenter-hugo/exampleSite/content/english/event/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/event/_index.md
@@ -2,7 +2,7 @@
title: "Our Courses"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/english/event/event-2.md b/themes/educenter-hugo/exampleSite/content/english/event/event-2.md
index 77f82f9e..36117c5d 100644
--- a/themes/educenter-hugo/exampleSite/content/english/event/event-2.md
+++ b/themes/educenter-hugo/exampleSite/content/english/event/event-2.md
@@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
# post save as draft
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-2.jpg"
+image: "media/events/event-2.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -22,22 +22,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Teacher"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Teacher"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Teacher"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Teacher"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/english/event/event-3.md b/themes/educenter-hugo/exampleSite/content/english/event/event-3.md
index d8534aae..9883b4e0 100644
--- a/themes/educenter-hugo/exampleSite/content/english/event/event-3.md
+++ b/themes/educenter-hugo/exampleSite/content/english/event/event-3.md
@@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
# post save as draft
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-3.jpg"
+image: "media/events/event-3.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -22,22 +22,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Teacher"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Teacher"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Teacher"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Teacher"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/english/event/event-4.md b/themes/educenter-hugo/exampleSite/content/english/event/event-4.md
index d8534aae..9883b4e0 100644
--- a/themes/educenter-hugo/exampleSite/content/english/event/event-4.md
+++ b/themes/educenter-hugo/exampleSite/content/english/event/event-4.md
@@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
# post save as draft
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-3.jpg"
+image: "media/events/event-3.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -22,22 +22,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Teacher"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Teacher"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Teacher"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Teacher"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/english/event/event-5.md b/themes/educenter-hugo/exampleSite/content/english/event/event-5.md
index 8dc427fd..6167aaa1 100644
--- a/themes/educenter-hugo/exampleSite/content/english/event/event-5.md
+++ b/themes/educenter-hugo/exampleSite/content/english/event/event-5.md
@@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
# post save as draft
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-1.jpg"
+image: "media/events/event-1.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -22,22 +22,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Teacher"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Teacher"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Teacher"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Teacher"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/english/event/event-6.md b/themes/educenter-hugo/exampleSite/content/english/event/event-6.md
index 77f82f9e..36117c5d 100644
--- a/themes/educenter-hugo/exampleSite/content/english/event/event-6.md
+++ b/themes/educenter-hugo/exampleSite/content/english/event/event-6.md
@@ -7,11 +7,11 @@ date: "2030-03-09T15:27:17+06:00"
# post save as draft
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-2.jpg"
+image: "media/events/event-2.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -22,22 +22,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Teacher"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Teacher"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Teacher"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Teacher"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/_index.md b/themes/educenter-hugo/exampleSite/content/english/notice/_index.md
index 6f734dee..27c50f70 100644
--- a/themes/educenter-hugo/exampleSite/content/english/notice/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/notice/_index.md
@@ -2,7 +2,7 @@
title: "Notice"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/notice-1.md b/themes/educenter-hugo/exampleSite/content/english/notice/notice-1.md
index 3b693ade..747cccd6 100644
--- a/themes/educenter-hugo/exampleSite/content/english/notice/notice-1.md
+++ b/themes/educenter-hugo/exampleSite/content/english/notice/notice-1.md
@@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/notice-2.md b/themes/educenter-hugo/exampleSite/content/english/notice/notice-2.md
index 3b693ade..747cccd6 100644
--- a/themes/educenter-hugo/exampleSite/content/english/notice/notice-2.md
+++ b/themes/educenter-hugo/exampleSite/content/english/notice/notice-2.md
@@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/notice-3.md b/themes/educenter-hugo/exampleSite/content/english/notice/notice-3.md
index 3b693ade..747cccd6 100644
--- a/themes/educenter-hugo/exampleSite/content/english/notice/notice-3.md
+++ b/themes/educenter-hugo/exampleSite/content/english/notice/notice-3.md
@@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/notice-4.md b/themes/educenter-hugo/exampleSite/content/english/notice/notice-4.md
index 3b693ade..747cccd6 100644
--- a/themes/educenter-hugo/exampleSite/content/english/notice/notice-4.md
+++ b/themes/educenter-hugo/exampleSite/content/english/notice/notice-4.md
@@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/notice-5.md b/themes/educenter-hugo/exampleSite/content/english/notice/notice-5.md
index 3b693ade..747cccd6 100644
--- a/themes/educenter-hugo/exampleSite/content/english/notice/notice-5.md
+++ b/themes/educenter-hugo/exampleSite/content/english/notice/notice-5.md
@@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/notice-6.md b/themes/educenter-hugo/exampleSite/content/english/notice/notice-6.md
index 3b693ade..747cccd6 100644
--- a/themes/educenter-hugo/exampleSite/content/english/notice/notice-6.md
+++ b/themes/educenter-hugo/exampleSite/content/english/notice/notice-6.md
@@ -3,7 +3,7 @@ title: "Teaching Materials and Testing Methods"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/english/research/_index.md b/themes/educenter-hugo/exampleSite/content/english/research/_index.md
index 79e52ce9..82371b45 100644
--- a/themes/educenter-hugo/exampleSite/content/english/research/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/research/_index.md
@@ -2,7 +2,7 @@
title: "Our Courses"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/english/research/research-1.md b/themes/educenter-hugo/exampleSite/content/english/research/research-1.md
index 6e8de505..544c6efa 100644
--- a/themes/educenter-hugo/exampleSite/content/english/research/research-1.md
+++ b/themes/educenter-hugo/exampleSite/content/english/research/research-1.md
@@ -3,11 +3,11 @@ title: "Geography"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-1.jpg"
+image: "media/research/research-1.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/research/research-2.md b/themes/educenter-hugo/exampleSite/content/english/research/research-2.md
index 93a9ba14..ecdac673 100644
--- a/themes/educenter-hugo/exampleSite/content/english/research/research-2.md
+++ b/themes/educenter-hugo/exampleSite/content/english/research/research-2.md
@@ -3,11 +3,11 @@ title: "Geography"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-2.jpg"
+image: "media/research/research-2.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/research/research-3.md b/themes/educenter-hugo/exampleSite/content/english/research/research-3.md
index 48674dc0..7b002229 100644
--- a/themes/educenter-hugo/exampleSite/content/english/research/research-3.md
+++ b/themes/educenter-hugo/exampleSite/content/english/research/research-3.md
@@ -3,11 +3,11 @@ title: "Geography"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-3.jpg"
+image: "media/research/research-3.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/research/research-4.md b/themes/educenter-hugo/exampleSite/content/english/research/research-4.md
index 6aa067c2..3b8b8fb0 100644
--- a/themes/educenter-hugo/exampleSite/content/english/research/research-4.md
+++ b/themes/educenter-hugo/exampleSite/content/english/research/research-4.md
@@ -3,11 +3,11 @@ title: "Geography"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-4.jpg"
+image: "media/research/research-4.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/research/research-5.md b/themes/educenter-hugo/exampleSite/content/english/research/research-5.md
index f387d02d..8b002683 100644
--- a/themes/educenter-hugo/exampleSite/content/english/research/research-5.md
+++ b/themes/educenter-hugo/exampleSite/content/english/research/research-5.md
@@ -3,11 +3,11 @@ title: "Geography"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-5.jpg"
+image: "media/research/research-5.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/research/research-6.md b/themes/educenter-hugo/exampleSite/content/english/research/research-6.md
index a354c12c..8fc5af3b 100644
--- a/themes/educenter-hugo/exampleSite/content/english/research/research-6.md
+++ b/themes/educenter-hugo/exampleSite/content/english/research/research-6.md
@@ -3,11 +3,11 @@ title: "Geography"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-6.jpg"
+image: "media/research/research-6.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md b/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md
index e416c28c..2804bbe1 100644
--- a/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md
@@ -2,9 +2,9 @@
title: "Scholarship"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# image
-image: "images/about/about-page.jpg"
+image: "media/about/about-page.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-1.md b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-1.md
index b75dd473..3519b316 100644
--- a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-1.md
+++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-1.md
@@ -2,9 +2,9 @@
title: "CHEMICAL ENGINEERING"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# scholarship image
-image: "images/scholarship/scholarship-item-1.jpg"
+image: "media/scholarship/scholarship-item-1.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-2.md b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-2.md
index 18d72817..14f75f42 100644
--- a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-2.md
+++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-2.md
@@ -2,9 +2,9 @@
title: "CHEMICAL ENGINEERING"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# scholarship image
-image: "images/scholarship/scholarship-item-2.jpg"
+image: "media/scholarship/scholarship-item-2.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-3.md b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-3.md
index d0368936..a8cc7bb6 100644
--- a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-3.md
+++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-3.md
@@ -2,9 +2,9 @@
title: "CHEMICAL ENGINEERING"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# scholarship image
-image: "images/scholarship/scholarship-item-3.jpg"
+image: "media/scholarship/scholarship-item-3.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/_index.md b/themes/educenter-hugo/exampleSite/content/english/teacher/_index.md
index 79e52ce9..82371b45 100644
--- a/themes/educenter-hugo/exampleSite/content/english/teacher/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/english/teacher/_index.md
@@ -2,7 +2,7 @@
title: "Our Courses"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/alex-rook.md b/themes/educenter-hugo/exampleSite/content/english/teacher/alex-rook.md
index efd7bf58..4f4fb7ec 100644
--- a/themes/educenter-hugo/exampleSite/content/english/teacher/alex-rook.md
+++ b/themes/educenter-hugo/exampleSite/content/english/teacher/alex-rook.md
@@ -2,11 +2,11 @@
title: "Alex Rook"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-2.jpg"
+image: "media/teachers/teacher-2.jpg"
# course
course: "Vlogging"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/clark-malik.md b/themes/educenter-hugo/exampleSite/content/english/teacher/clark-malik.md
index 11246831..9c1ec2a7 100644
--- a/themes/educenter-hugo/exampleSite/content/english/teacher/clark-malik.md
+++ b/themes/educenter-hugo/exampleSite/content/english/teacher/clark-malik.md
@@ -2,11 +2,11 @@
title: "Clark Malik"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-1.jpg"
+image: "media/teachers/teacher-1.jpg"
# course
course: "Computer Science"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/devid-luis.md b/themes/educenter-hugo/exampleSite/content/english/teacher/devid-luis.md
index f57b3d15..1021979a 100644
--- a/themes/educenter-hugo/exampleSite/content/english/teacher/devid-luis.md
+++ b/themes/educenter-hugo/exampleSite/content/english/teacher/devid-luis.md
@@ -2,11 +2,11 @@
title: "Devid Luis"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-3.jpg"
+image: "media/teachers/teacher-3.jpg"
# course
course: "Humanities"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/duis-rio.md b/themes/educenter-hugo/exampleSite/content/english/teacher/duis-rio.md
index a00febb9..5b3c4f52 100644
--- a/themes/educenter-hugo/exampleSite/content/english/teacher/duis-rio.md
+++ b/themes/educenter-hugo/exampleSite/content/english/teacher/duis-rio.md
@@ -2,11 +2,11 @@
title: "Duis Rio"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-3.jpg"
+image: "media/teachers/teacher-3.jpg"
# course
course: "Photography"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/jacke-mastio.md b/themes/educenter-hugo/exampleSite/content/english/teacher/jacke-mastio.md
index 3b942019..646a252d 100644
--- a/themes/educenter-hugo/exampleSite/content/english/teacher/jacke-mastio.md
+++ b/themes/educenter-hugo/exampleSite/content/english/teacher/jacke-mastio.md
@@ -2,11 +2,11 @@
title: "Jacke Mastio"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-2.jpg"
+image: "media/teachers/teacher-2.jpg"
# course
course: "Computer Science"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/zim-cook.md b/themes/educenter-hugo/exampleSite/content/english/teacher/zim-cook.md
index 5a481b71..5f4dc189 100644
--- a/themes/educenter-hugo/exampleSite/content/english/teacher/zim-cook.md
+++ b/themes/educenter-hugo/exampleSite/content/english/teacher/zim-cook.md
@@ -2,11 +2,11 @@
title: "Zim Cook"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-1.jpg"
+image: "media/teachers/teacher-1.jpg"
# course
course: "Photography"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/french/about/_index.md b/themes/educenter-hugo/exampleSite/content/french/about/_index.md
index 0c934baa..b5555c7a 100644
--- a/themes/educenter-hugo/exampleSite/content/french/about/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/about/_index.md
@@ -2,9 +2,9 @@
title: "À propos de nous"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# about image
-image: "images/about/about-page.jpg"
+image: "media/about/about-page.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/author/john-doe.md b/themes/educenter-hugo/exampleSite/content/french/author/john-doe.md
index 5a1adce8..43126828 100644
--- a/themes/educenter-hugo/exampleSite/content/french/author/john-doe.md
+++ b/themes/educenter-hugo/exampleSite/content/french/author/john-doe.md
@@ -1,7 +1,7 @@
---
title: "John doe"
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
email: "email2@example.org"
diff --git a/themes/educenter-hugo/exampleSite/content/french/author/mark-dinn.md b/themes/educenter-hugo/exampleSite/content/french/author/mark-dinn.md
index 816c7751..b54a8e79 100644
--- a/themes/educenter-hugo/exampleSite/content/french/author/mark-dinn.md
+++ b/themes/educenter-hugo/exampleSite/content/french/author/mark-dinn.md
@@ -1,7 +1,7 @@
---
title: "Mark Dinn"
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
email: "email2@example.org"
diff --git a/themes/educenter-hugo/exampleSite/content/french/blog/_index.md b/themes/educenter-hugo/exampleSite/content/french/blog/_index.md
index 746e89dc..4be7e4cb 100644
--- a/themes/educenter-hugo/exampleSite/content/french/blog/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/blog/_index.md
@@ -2,7 +2,7 @@
title: "Dernières nouvelles"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "ceci est une description meta"
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-1.md b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-1.md
index 5e394dcd..ffd9630f 100644
--- a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-1.md
+++ b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-1.md
@@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-1.jpg"
+image: "media/blog/post-1.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-2.md b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-2.md
index 3fff9882..dd4e95a0 100644
--- a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-2.md
+++ b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-2.md
@@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-2.jpg"
+image: "media/blog/post-2.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-3.md b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-3.md
index f8dd1e64..68dec152 100644
--- a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-3.md
+++ b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-3.md
@@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-3.jpg"
+image: "media/blog/post-3.jpg"
# post author
author: "Mark Dinn"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-4.md b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-4.md
index c6117f8f..466f64c4 100644
--- a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-4.md
+++ b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-4.md
@@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-2.jpg"
+image: "media/blog/post-2.jpg"
# post author
author: "Mark Dinn"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-5.md b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-5.md
index ec037c0e..5d87efed 100644
--- a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-5.md
+++ b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-5.md
@@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-3.jpg"
+image: "media/blog/post-3.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-6.md b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-6.md
index f8ec69a7..df3eb46d 100644
--- a/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-6.md
+++ b/themes/educenter-hugo/exampleSite/content/french/blog/blog-post-6.md
@@ -3,11 +3,11 @@ title: "Dioramas de boîtes coupées élégantes"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# post thumbnail
-image: "images/blog/post-1.jpg"
+image: "media/blog/post-1.jpg"
# post author
author: "John Doe"
# taxonomy
diff --git a/themes/educenter-hugo/exampleSite/content/french/contact/_index.md b/themes/educenter-hugo/exampleSite/content/french/contact/_index.md
index d3a86d29..5ab2491f 100644
--- a/themes/educenter-hugo/exampleSite/content/french/contact/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/contact/_index.md
@@ -2,7 +2,7 @@
title: "À propos de nous"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/course/_index.md b/themes/educenter-hugo/exampleSite/content/french/course/_index.md
index 841674f5..5781a7f3 100644
--- a/themes/educenter-hugo/exampleSite/content/french/course/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/course/_index.md
@@ -2,7 +2,7 @@
title: "Nos cours"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/french/course/course-1.md b/themes/educenter-hugo/exampleSite/content/french/course/course-1.md
index 59a4ef35..a8f2183a 100644
--- a/themes/educenter-hugo/exampleSite/content/french/course/course-1.md
+++ b/themes/educenter-hugo/exampleSite/content/french/course/course-1.md
@@ -3,11 +3,11 @@ title: "Photographie"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-1.jpg"
+image: "media/courses/course-1.jpg"
# taxonomy
category: "Photography"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/french/course/course-2.md b/themes/educenter-hugo/exampleSite/content/french/course/course-2.md
index ccbba9b6..2a5f2b1b 100644
--- a/themes/educenter-hugo/exampleSite/content/french/course/course-2.md
+++ b/themes/educenter-hugo/exampleSite/content/french/course/course-2.md
@@ -3,11 +3,11 @@ title: "Mathématiques"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-2.jpg"
+image: "media/courses/course-2.jpg"
# taxonomy
category: "Mathematics"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/french/course/course-3.md b/themes/educenter-hugo/exampleSite/content/french/course/course-3.md
index 1b4c0ef5..9caeeafb 100644
--- a/themes/educenter-hugo/exampleSite/content/french/course/course-3.md
+++ b/themes/educenter-hugo/exampleSite/content/french/course/course-3.md
@@ -3,11 +3,11 @@ title: "Intelligence artificielle"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-3.jpg"
+image: "media/courses/course-3.jpg"
# taxonomy
category: "Artificial Intelligence"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/french/course/course-4.md b/themes/educenter-hugo/exampleSite/content/french/course/course-4.md
index 851748ab..5c19d995 100644
--- a/themes/educenter-hugo/exampleSite/content/french/course/course-4.md
+++ b/themes/educenter-hugo/exampleSite/content/french/course/course-4.md
@@ -3,11 +3,11 @@ title: "JavaScript"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-4.jpg"
+image: "media/courses/course-4.jpg"
# taxonomy
category: "Programming"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/french/course/course-5.md b/themes/educenter-hugo/exampleSite/content/french/course/course-5.md
index b2471123..c7fe6e8e 100644
--- a/themes/educenter-hugo/exampleSite/content/french/course/course-5.md
+++ b/themes/educenter-hugo/exampleSite/content/french/course/course-5.md
@@ -3,11 +3,11 @@ title: "Algorithme"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-5.jpg"
+image: "media/courses/course-5.jpg"
# taxonomy
category: "Programming"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/french/course/course-6.md b/themes/educenter-hugo/exampleSite/content/french/course/course-6.md
index a05c582d..1ed20f85 100644
--- a/themes/educenter-hugo/exampleSite/content/french/course/course-6.md
+++ b/themes/educenter-hugo/exampleSite/content/french/course/course-6.md
@@ -3,11 +3,11 @@ title: "Vlogging"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# course thumbnail
-image: "images/courses/course-6.jpg"
+image: "media/courses/course-6.jpg"
# taxonomy
category: "Photography"
# teacher
diff --git a/themes/educenter-hugo/exampleSite/content/french/event/_index.md b/themes/educenter-hugo/exampleSite/content/french/event/_index.md
index 841674f5..5781a7f3 100644
--- a/themes/educenter-hugo/exampleSite/content/french/event/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/event/_index.md
@@ -2,7 +2,7 @@
title: "Nos cours"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/french/event/event-1.md b/themes/educenter-hugo/exampleSite/content/french/event/event-1.md
index ad40478d..12739a82 100644
--- a/themes/educenter-hugo/exampleSite/content/french/event/event-1.md
+++ b/themes/educenter-hugo/exampleSite/content/french/event/event-1.md
@@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-1.jpg"
+image: "media/events/event-1.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -18,22 +18,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Enseignant"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Enseignant"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Enseignant"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Enseignant"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/french/event/event-2.md b/themes/educenter-hugo/exampleSite/content/french/event/event-2.md
index 66020aff..17416256 100644
--- a/themes/educenter-hugo/exampleSite/content/french/event/event-2.md
+++ b/themes/educenter-hugo/exampleSite/content/french/event/event-2.md
@@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-2.jpg"
+image: "media/events/event-2.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -18,22 +18,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Enseignant"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Enseignant"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Enseignant"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Enseignant"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/french/event/event-3.md b/themes/educenter-hugo/exampleSite/content/french/event/event-3.md
index d79a7e01..42d167b4 100644
--- a/themes/educenter-hugo/exampleSite/content/french/event/event-3.md
+++ b/themes/educenter-hugo/exampleSite/content/french/event/event-3.md
@@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-3.jpg"
+image: "media/events/event-3.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -18,22 +18,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Enseignant"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Enseignant"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Enseignant"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Enseignant"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/french/event/event-4.md b/themes/educenter-hugo/exampleSite/content/french/event/event-4.md
index d79a7e01..42d167b4 100644
--- a/themes/educenter-hugo/exampleSite/content/french/event/event-4.md
+++ b/themes/educenter-hugo/exampleSite/content/french/event/event-4.md
@@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-3.jpg"
+image: "media/events/event-3.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -18,22 +18,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Enseignant"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Enseignant"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Enseignant"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Enseignant"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/french/event/event-5.md b/themes/educenter-hugo/exampleSite/content/french/event/event-5.md
index ad40478d..12739a82 100644
--- a/themes/educenter-hugo/exampleSite/content/french/event/event-5.md
+++ b/themes/educenter-hugo/exampleSite/content/french/event/event-5.md
@@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-1.jpg"
+image: "media/events/event-1.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -18,22 +18,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Enseignant"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Enseignant"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Enseignant"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Enseignant"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/french/event/event-6.md b/themes/educenter-hugo/exampleSite/content/french/event/event-6.md
index 66020aff..17416256 100644
--- a/themes/educenter-hugo/exampleSite/content/french/event/event-6.md
+++ b/themes/educenter-hugo/exampleSite/content/french/event/event-6.md
@@ -3,11 +3,11 @@ title: "Conférence sur les médias sociaux et l’économie béhaviorale"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Event image
-image: "images/events/event-2.jpg"
+image: "media/events/event-2.jpg"
# location
location: "Dhanmondi, Dhaka"
# entry fee
@@ -18,22 +18,22 @@ apply_url : "#"
speaker:
# speaker loop
- name : "Jack Mastio"
- image : "images/event-speakers/speaker-1.jpg"
+ image : "media/event-speakers/speaker-1.jpg"
designation : "Enseignant"
# speaker loop
- name : "John Doe"
- image : "images/event-speakers/speaker-2.jpg"
+ image : "media/event-speakers/speaker-2.jpg"
designation : "Enseignant"
# speaker loop
- name : "Randy Luis"
- image : "images/event-speakers/speaker-3.jpg"
+ image : "media/event-speakers/speaker-3.jpg"
designation : "Enseignant"
# speaker loop
- name : "Alfred Jin"
- image : "images/event-speakers/speaker-4.jpg"
+ image : "media/event-speakers/speaker-4.jpg"
designation : "Enseignant"
# type
diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/_index.md b/themes/educenter-hugo/exampleSite/content/french/notice/_index.md
index 6f734dee..27c50f70 100644
--- a/themes/educenter-hugo/exampleSite/content/french/notice/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/notice/_index.md
@@ -2,7 +2,7 @@
title: "Notice"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/notice-1.md b/themes/educenter-hugo/exampleSite/content/french/notice/notice-1.md
index f117f163..19079f77 100644
--- a/themes/educenter-hugo/exampleSite/content/french/notice/notice-1.md
+++ b/themes/educenter-hugo/exampleSite/content/french/notice/notice-1.md
@@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/notice-2.md b/themes/educenter-hugo/exampleSite/content/french/notice/notice-2.md
index f117f163..19079f77 100644
--- a/themes/educenter-hugo/exampleSite/content/french/notice/notice-2.md
+++ b/themes/educenter-hugo/exampleSite/content/french/notice/notice-2.md
@@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/notice-3.md b/themes/educenter-hugo/exampleSite/content/french/notice/notice-3.md
index f117f163..19079f77 100644
--- a/themes/educenter-hugo/exampleSite/content/french/notice/notice-3.md
+++ b/themes/educenter-hugo/exampleSite/content/french/notice/notice-3.md
@@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/notice-4.md b/themes/educenter-hugo/exampleSite/content/french/notice/notice-4.md
index f117f163..19079f77 100644
--- a/themes/educenter-hugo/exampleSite/content/french/notice/notice-4.md
+++ b/themes/educenter-hugo/exampleSite/content/french/notice/notice-4.md
@@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/notice-5.md b/themes/educenter-hugo/exampleSite/content/french/notice/notice-5.md
index f117f163..19079f77 100644
--- a/themes/educenter-hugo/exampleSite/content/french/notice/notice-5.md
+++ b/themes/educenter-hugo/exampleSite/content/french/notice/notice-5.md
@@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/notice-6.md b/themes/educenter-hugo/exampleSite/content/french/notice/notice-6.md
index f117f163..19079f77 100644
--- a/themes/educenter-hugo/exampleSite/content/french/notice/notice-6.md
+++ b/themes/educenter-hugo/exampleSite/content/french/notice/notice-6.md
@@ -3,7 +3,7 @@ title: "Matériaux d’enseignement et méthodes de test"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# notice download link
diff --git a/themes/educenter-hugo/exampleSite/content/french/research/_index.md b/themes/educenter-hugo/exampleSite/content/french/research/_index.md
index 841674f5..5781a7f3 100644
--- a/themes/educenter-hugo/exampleSite/content/french/research/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/research/_index.md
@@ -2,7 +2,7 @@
title: "Nos cours"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/french/research/research-1.md b/themes/educenter-hugo/exampleSite/content/french/research/research-1.md
index 68523e47..e088864d 100644
--- a/themes/educenter-hugo/exampleSite/content/french/research/research-1.md
+++ b/themes/educenter-hugo/exampleSite/content/french/research/research-1.md
@@ -3,11 +3,11 @@ title: "Geographie"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-1.jpg"
+image: "media/research/research-1.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/research/research-2.md b/themes/educenter-hugo/exampleSite/content/french/research/research-2.md
index b135baed..22b6ee0b 100644
--- a/themes/educenter-hugo/exampleSite/content/french/research/research-2.md
+++ b/themes/educenter-hugo/exampleSite/content/french/research/research-2.md
@@ -3,11 +3,11 @@ title: "Géographie"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-2.jpg"
+image: "media/research/research-2.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/research/research-3.md b/themes/educenter-hugo/exampleSite/content/french/research/research-3.md
index d2e70bd3..555a44f2 100644
--- a/themes/educenter-hugo/exampleSite/content/french/research/research-3.md
+++ b/themes/educenter-hugo/exampleSite/content/french/research/research-3.md
@@ -3,11 +3,11 @@ title: "Géographie"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-3.jpg"
+image: "media/research/research-3.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/research/research-4.md b/themes/educenter-hugo/exampleSite/content/french/research/research-4.md
index 4466287c..b07806ec 100644
--- a/themes/educenter-hugo/exampleSite/content/french/research/research-4.md
+++ b/themes/educenter-hugo/exampleSite/content/french/research/research-4.md
@@ -3,11 +3,11 @@ title: "Géographie"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-4.jpg"
+image: "media/research/research-4.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/research/research-5.md b/themes/educenter-hugo/exampleSite/content/french/research/research-5.md
index 5c3cc664..4121459a 100644
--- a/themes/educenter-hugo/exampleSite/content/french/research/research-5.md
+++ b/themes/educenter-hugo/exampleSite/content/french/research/research-5.md
@@ -3,11 +3,11 @@ title: "Géographie"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-5.jpg"
+image: "media/research/research-5.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/research/research-6.md b/themes/educenter-hugo/exampleSite/content/french/research/research-6.md
index ce6ecbbf..9c33753e 100644
--- a/themes/educenter-hugo/exampleSite/content/french/research/research-6.md
+++ b/themes/educenter-hugo/exampleSite/content/french/research/research-6.md
@@ -3,11 +3,11 @@ title: "Géographie"
date: 2019-07-06T15:27:17+06:00
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# Research image
-image: "images/research/research-6.jpg"
+image: "media/research/research-6.jpg"
# type
type: "research"
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md b/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md
index 044f6932..95f1980f 100644
--- a/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md
@@ -2,9 +2,9 @@
title: "Bourses d’études"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# image
-image: "images/about/about-page.jpg"
+image: "media/about/about-page.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-1.md b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-1.md
index 674e76a7..5cd1b458 100644
--- a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-1.md
+++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-1.md
@@ -2,9 +2,9 @@
title: "GÉNIE CHIMIQUE"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# scholarship image
-image: "images/scholarship/scholarship-item-1.jpg"
+image: "media/scholarship/scholarship-item-1.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-2.md b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-2.md
index bec31b19..827c8b92 100644
--- a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-2.md
+++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-2.md
@@ -2,9 +2,9 @@
title: "GÉNIE CHIMIQUE"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# scholarship image
-image: "images/scholarship/scholarship-item-2.jpg"
+image: "media/scholarship/scholarship-item-2.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-3.md b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-3.md
index b592fd28..74883b05 100644
--- a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-3.md
+++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-3.md
@@ -2,9 +2,9 @@
title: "GÉNIE CHIMIQUE"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# scholarship image
-image: "images/scholarship/scholarship-item-3.jpg"
+image: "media/scholarship/scholarship-item-3.jpg"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/_index.md b/themes/educenter-hugo/exampleSite/content/french/teacher/_index.md
index 841674f5..5781a7f3 100644
--- a/themes/educenter-hugo/exampleSite/content/french/teacher/_index.md
+++ b/themes/educenter-hugo/exampleSite/content/french/teacher/_index.md
@@ -2,7 +2,7 @@
title: "Nos cours"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
---
\ No newline at end of file
diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/alex-rook.md b/themes/educenter-hugo/exampleSite/content/french/teacher/alex-rook.md
index e8904a19..1e478ae2 100644
--- a/themes/educenter-hugo/exampleSite/content/french/teacher/alex-rook.md
+++ b/themes/educenter-hugo/exampleSite/content/french/teacher/alex-rook.md
@@ -2,11 +2,11 @@
title: "Alex Rook"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-2.jpg"
+image: "media/teachers/teacher-2.jpg"
# course
course: "Vlogging"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/clark-malik.md b/themes/educenter-hugo/exampleSite/content/french/teacher/clark-malik.md
index a8e35d2e..d16f79c1 100644
--- a/themes/educenter-hugo/exampleSite/content/french/teacher/clark-malik.md
+++ b/themes/educenter-hugo/exampleSite/content/french/teacher/clark-malik.md
@@ -2,11 +2,11 @@
title: "Clark Malik"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-1.jpg"
+image: "media/teachers/teacher-1.jpg"
# course
course: "Computer Science"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/devid-luis.md b/themes/educenter-hugo/exampleSite/content/french/teacher/devid-luis.md
index 9dac083a..5d182f46 100644
--- a/themes/educenter-hugo/exampleSite/content/french/teacher/devid-luis.md
+++ b/themes/educenter-hugo/exampleSite/content/french/teacher/devid-luis.md
@@ -2,11 +2,11 @@
title: "Devid Luis"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-3.jpg"
+image: "media/teachers/teacher-3.jpg"
# course
course: "Humanities"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/duis-rio.md b/themes/educenter-hugo/exampleSite/content/french/teacher/duis-rio.md
index 9cf6209e..38a08634 100644
--- a/themes/educenter-hugo/exampleSite/content/french/teacher/duis-rio.md
+++ b/themes/educenter-hugo/exampleSite/content/french/teacher/duis-rio.md
@@ -2,11 +2,11 @@
title: "Duis Rio"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-3.jpg"
+image: "media/teachers/teacher-3.jpg"
# course
course: "Photography"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/jacke-mastio.md b/themes/educenter-hugo/exampleSite/content/french/teacher/jacke-mastio.md
index eb8c7fd3..6f2b9a31 100644
--- a/themes/educenter-hugo/exampleSite/content/french/teacher/jacke-mastio.md
+++ b/themes/educenter-hugo/exampleSite/content/french/teacher/jacke-mastio.md
@@ -2,11 +2,11 @@
title: "Jacke Mastio"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-2.jpg"
+image: "media/teachers/teacher-2.jpg"
# course
course: "Computer Science"
# biography
diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/zim-cook.md b/themes/educenter-hugo/exampleSite/content/french/teacher/zim-cook.md
index 7e6aea6d..d0fc577b 100644
--- a/themes/educenter-hugo/exampleSite/content/french/teacher/zim-cook.md
+++ b/themes/educenter-hugo/exampleSite/content/french/teacher/zim-cook.md
@@ -2,11 +2,11 @@
title: "Zim Cook"
draft: false
# page title background image
-bg_image: "images/backgrounds/page-title.png"
+bg_image: "media/backgrounds/page-title.png"
# meta description
description : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud."
# teacher portrait
-image: "images/teachers/teacher-1.jpg"
+image: "media/teachers/teacher-1.jpg"
# course
course: "Photography"
# biography
diff --git a/themes/educenter-hugo/exampleSite/data/en/homepage.yml b/themes/educenter-hugo/exampleSite/data/en/homepage.yml
index 88f9d9c0..59f3aa8f 100644
--- a/themes/educenter-hugo/exampleSite/data/en/homepage.yml
+++ b/themes/educenter-hugo/exampleSite/data/en/homepage.yml
@@ -1,7 +1,7 @@
################################# Slider #####################################
slider:
enable : true
- bg_image : "images/banner/banner-1.jpg"
+ bg_image : "media/banner/banner-1.jpg"
slider_item:
# slider item loop
- title : "Your bright future is our mission"
@@ -40,7 +40,7 @@ slider:
############################### Banner feature ###############################
banner_feature:
enable : true
- image : "images/banner/banner-feature.png"
+ image : "media/banner/banner-feature.png"
feature_item:
# feature item loop
- name : "Scholorship News"
@@ -67,7 +67,7 @@ banner_feature:
about:
enable : true
title : "About Educenter"
- image : "images/about/about-us.jpg"
+ image : "media/about/about-us.jpg"
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat
@@ -98,7 +98,7 @@ cta:
######################## Success story #############################
success_story:
enable : true
- bg_image : "images/backgrounds/success-story.jpg"
+ bg_image : "media/backgrounds/success-story.jpg"
title : "Success Stories"
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat.
diff --git a/themes/educenter-hugo/exampleSite/data/fr/homepage.yml b/themes/educenter-hugo/exampleSite/data/fr/homepage.yml
index 7dbbfb4b..beaf57ab 100644
--- a/themes/educenter-hugo/exampleSite/data/fr/homepage.yml
+++ b/themes/educenter-hugo/exampleSite/data/fr/homepage.yml
@@ -1,7 +1,7 @@
################################# Slider #####################################
slider:
enable : true
- bg_image : "images/banner/banner-1.jpg"
+ bg_image : "media/banner/banner-1.jpg"
slider_item:
# slider item loop
- title : "Votre brillant avenir est notre mission"
@@ -40,7 +40,7 @@ slider:
############################### Banner feature ###############################
banner_feature:
enable : true
- image : "images/banner/banner-feature.png"
+ image : "media/banner/banner-feature.png"
feature_item:
# feature item loop
- name : "Bourses académiques"
@@ -67,7 +67,7 @@ banner_feature:
about:
enable : true
title : "À propos d’Educenter"
- image : "images/about/about-us.jpg"
+ image : "media/about/about-us.jpg"
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat
@@ -98,7 +98,7 @@ cta:
######################## Success story #############################
success_story:
enable : true
- bg_image : "images/backgrounds/success-story.jpg"
+ bg_image : "media/backgrounds/success-story.jpg"
title : "Histoires de réussites"
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat.
diff --git a/themes/educenter-hugo/layouts/forms/single.html b/themes/educenter-hugo/layouts/forms/single.html
index 782f2c01..74d6a65f 100644
--- a/themes/educenter-hugo/layouts/forms/single.html
+++ b/themes/educenter-hugo/layouts/forms/single.html
@@ -14,7 +14,7 @@