diff --git a/config.toml b/config.toml index 5d17f18b..c6ae12f1 100755 --- a/config.toml +++ b/config.toml @@ -70,7 +70,7 @@ hasChildren = true [[menu.main]] parent = "Schule" - name = "(UMSTRITTEN)Lehrer und AG-Leiter" + name = "Lehrer und AG-Leiter" URL = "teacher" weight = 4 @@ -86,6 +86,12 @@ hasChildren = true URL = "cantorpreis" weight = 6 + [[menu.main]] + parent = "Schule" + name = "Anmeldung" + URL = "anmeldung" + weight = 7 + [[menu.main]] weight = 2 name = "Digitale Angebote" @@ -156,6 +162,7 @@ description = "This is meta description" author = "Themefisher" # contact info address = "Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale)" +route_link = "https://maps.openrouteservice.org/directions?n1=51.473292&n2=11.965606&n3=18&a=null,null,51.473292,11.965606&b=0&c=0&k1=de&k2=km" mobile = "+49345 6903156" email = "schulleitung@cantor-gymnasium.de" # contact form action diff --git a/content/english/about/_index.md b/content/english/about/_index.md index 7b2aa0ce..fa11b0d9 100644 --- a/content/english/about/_index.md +++ b/content/english/about/_index.md @@ -2,7 +2,7 @@ title: "About Us" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # about image image: "images/about/about-page.jpg" # meta description diff --git a/content/english/author/john-doe.md b/content/english/author/john-doe.md index 6ff74c94..be96991e 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.jpg" +bg_image: "images/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 f75939af..42f9d85e 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.jpg" +bg_image: "images/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 6d51702a..65faf6fa 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.jpg" +bg_image: "images/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 d2b5d484..9f8c0aab 100644 --- a/content/english/blog/blog-post-1.md +++ b/content/english/blog/blog-post-1.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/content/english/blog/blog-post-2.md b/content/english/blog/blog-post-2.md index e29b3c45..baa34d86 100644 --- a/content/english/blog/blog-post-2.md +++ b/content/english/blog/blog-post-2.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/content/english/blog/blog-post-3.md b/content/english/blog/blog-post-3.md index ba976854..fb9315b2 100644 --- a/content/english/blog/blog-post-3.md +++ b/content/english/blog/blog-post-3.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/content/english/blog/blog-post-4.md b/content/english/blog/blog-post-4.md index cbf3bb83..962c8b95 100644 --- a/content/english/blog/blog-post-4.md +++ b/content/english/blog/blog-post-4.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/content/english/blog/blog-post-5.md b/content/english/blog/blog-post-5.md index fb0df32d..ea249eb3 100644 --- a/content/english/blog/blog-post-5.md +++ b/content/english/blog/blog-post-5.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/content/english/blog/blog-post-6.md b/content/english/blog/blog-post-6.md index 94fbed1b..1f0da45e 100644 --- a/content/english/blog/blog-post-6.md +++ b/content/english/blog/blog-post-6.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/content/english/contact/_index.md b/content/english/contact/_index.md index f1628a48..0b7b2609 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.jpg" +bg_image: "images/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 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 8c65df8b..4e53e379 100644 --- a/content/english/course/course-1.md +++ b/content/english/course/course-1.md @@ -3,7 +3,7 @@ title: "Photography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/course/course-2.md b/content/english/course/course-2.md index 7c652ee0..d5e63862 100644 --- a/content/english/course/course-2.md +++ b/content/english/course/course-2.md @@ -3,7 +3,7 @@ title: "Mathematics" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/course/course-3.md b/content/english/course/course-3.md index ab12ff41..c24df399 100644 --- a/content/english/course/course-3.md +++ b/content/english/course/course-3.md @@ -3,7 +3,7 @@ title: "Artificial Intelligence" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/course/course-4.md b/content/english/course/course-4.md index d128263a..d3ce4cbf 100644 --- a/content/english/course/course-4.md +++ b/content/english/course/course-4.md @@ -3,7 +3,7 @@ title: "JavaScript" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/course/course-5.md b/content/english/course/course-5.md index 227f1778..07d41174 100644 --- a/content/english/course/course-5.md +++ b/content/english/course/course-5.md @@ -3,7 +3,7 @@ title: "Algorithm" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/course/course-6.md b/content/english/course/course-6.md index a292cf0d..b0a1eb3f 100644 --- a/content/english/course/course-6.md +++ b/content/english/course/course-6.md @@ -3,7 +3,7 @@ title: "Vlogging" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/event/_index.md b/content/english/event/_index.md index 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 ecb9e87b..8dc427fd 100644 --- a/content/english/event/event-1.md +++ b/content/english/event/event-1.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/event/event-2.md b/content/english/event/event-2.md index 66544919..77f82f9e 100644 --- a/content/english/event/event-2.md +++ b/content/english/event/event-2.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/event/event-3.md b/content/english/event/event-3.md index a6941e72..d8534aae 100644 --- a/content/english/event/event-3.md +++ b/content/english/event/event-3.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/event/event-4.md b/content/english/event/event-4.md index a6941e72..d8534aae 100644 --- a/content/english/event/event-4.md +++ b/content/english/event/event-4.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/event/event-5.md b/content/english/event/event-5.md index ecb9e87b..8dc427fd 100644 --- a/content/english/event/event-5.md +++ b/content/english/event/event-5.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/event/event-6.md b/content/english/event/event-6.md index 66544919..77f82f9e 100644 --- a/content/english/event/event-6.md +++ b/content/english/event/event-6.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/notice/_index.md b/content/english/notice/_index.md index 859fb0a5..6f734dee 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 feeb7747..6e8de505 100644 --- a/content/english/research/research-1.md +++ b/content/english/research/research-1.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/research/research-2.md b/content/english/research/research-2.md index 6e8aed9a..93a9ba14 100644 --- a/content/english/research/research-2.md +++ b/content/english/research/research-2.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/research/research-3.md b/content/english/research/research-3.md index 504e093e..48674dc0 100644 --- a/content/english/research/research-3.md +++ b/content/english/research/research-3.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/research/research-4.md b/content/english/research/research-4.md index 79f718cc..6aa067c2 100644 --- a/content/english/research/research-4.md +++ b/content/english/research/research-4.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/research/research-5.md b/content/english/research/research-5.md index 5b9c4038..f387d02d 100644 --- a/content/english/research/research-5.md +++ b/content/english/research/research-5.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/research/research-6.md b/content/english/research/research-6.md index b7e9b5e2..a354c12c 100644 --- a/content/english/research/research-6.md +++ b/content/english/research/research-6.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/scholarship/_index.md b/content/english/scholarship/_index.md index c20582b0..e416c28c 100644 --- a/content/english/scholarship/_index.md +++ b/content/english/scholarship/_index.md @@ -2,7 +2,7 @@ title: "Scholarship" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # image image: "images/about/about-page.jpg" # meta description diff --git a/content/english/scholarship/scholarship-1.md b/content/english/scholarship/scholarship-1.md index a84b4c21..b75dd473 100644 --- a/content/english/scholarship/scholarship-1.md +++ b/content/english/scholarship/scholarship-1.md @@ -2,7 +2,7 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-1.jpg" # meta description diff --git a/content/english/scholarship/scholarship-2.md b/content/english/scholarship/scholarship-2.md index 6d6bc6ef..18d72817 100644 --- a/content/english/scholarship/scholarship-2.md +++ b/content/english/scholarship/scholarship-2.md @@ -2,7 +2,7 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-2.jpg" # meta description diff --git a/content/english/scholarship/scholarship-3.md b/content/english/scholarship/scholarship-3.md index c36cee27..d0368936 100644 --- a/content/english/scholarship/scholarship-3.md +++ b/content/english/scholarship/scholarship-3.md @@ -2,7 +2,7 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-3.jpg" # meta description diff --git a/content/english/teacher/_index.md b/content/english/teacher/_index.md index 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 9faccf2c..efd7bf58 100644 --- a/content/english/teacher/alex-rook.md +++ b/content/english/teacher/alex-rook.md @@ -2,7 +2,7 @@ title: "Alex Rook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/teacher/clark-malik.md b/content/english/teacher/clark-malik.md index 91c74a5a..11246831 100644 --- a/content/english/teacher/clark-malik.md +++ b/content/english/teacher/clark-malik.md @@ -2,7 +2,7 @@ title: "Clark Malik" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/teacher/devid-luis.md b/content/english/teacher/devid-luis.md index 96081a11..f57b3d15 100644 --- a/content/english/teacher/devid-luis.md +++ b/content/english/teacher/devid-luis.md @@ -2,7 +2,7 @@ title: "Devid Luis" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/teacher/duis-rio.md b/content/english/teacher/duis-rio.md index 2cd69b0b..a00febb9 100644 --- a/content/english/teacher/duis-rio.md +++ b/content/english/teacher/duis-rio.md @@ -2,7 +2,7 @@ title: "Duis Rio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/teacher/jacke-mastio.md b/content/english/teacher/jacke-mastio.md index 019ee0b9..3b942019 100644 --- a/content/english/teacher/jacke-mastio.md +++ b/content/english/teacher/jacke-mastio.md @@ -2,7 +2,7 @@ title: "Jacke Mastio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/english/teacher/zim-cook.md b/content/english/teacher/zim-cook.md index 6c71d734..5a481b71 100644 --- a/content/english/teacher/zim-cook.md +++ b/content/english/teacher/zim-cook.md @@ -2,7 +2,7 @@ title: "Zim Cook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/content/german/about/_index.md b/content/german/about/_index.md index 0bf909ae..eb7acb21 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.jpg" +bg_image: "images/backgrounds/page-title.png" # about image -image: "images/slide1.jpg" +image: "images/banner/banner-2.png" # meta description description : "Das Georg-Cantor-Gymnasium - ein mathematisch-naturwissenschaftlich-technisches Gymnasium in Halle(Saale)" --- diff --git a/content/german/anmeldung/_index.md b/content/german/anmeldung/_index.md index e9c5f2aa..52015795 100644 --- a/content/german/anmeldung/_index.md +++ b/content/german/anmeldung/_index.md @@ -2,7 +2,7 @@ title: "Anmeldung" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # image image: "images/about/about-page.jpg" # meta description diff --git a/content/german/anmeldung/anmeldung-formular.md b/content/german/anmeldung/anmeldung-formular.md index 3dbfb016..b1e16008 100644 --- a/content/german/anmeldung/anmeldung-formular.md +++ b/content/german/anmeldung/anmeldung-formular.md @@ -2,7 +2,7 @@ title: "Anmeldung" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-1.jpg" # meta description diff --git a/content/german/anmeldung/aufnahmeprüfung.md b/content/german/anmeldung/aufnahmeprüfung.md index ad26c79a..9a481408 100644 --- a/content/german/anmeldung/aufnahmeprüfung.md +++ b/content/german/anmeldung/aufnahmeprüfung.md @@ -2,7 +2,7 @@ title: "Aufnahmeprüfung" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-2.jpg" # meta description diff --git a/content/german/anmeldung/ergebnisse.md b/content/german/anmeldung/ergebnisse.md index 62a81654..75a2b7a6 100644 --- a/content/german/anmeldung/ergebnisse.md +++ b/content/german/anmeldung/ergebnisse.md @@ -2,7 +2,7 @@ title: "Ergebnisse" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-3.jpg" # meta description diff --git a/content/german/blog/_index.md b/content/german/blog/_index.md index dece0dcd..ea124602 100644 --- a/content/german/blog/_index.md +++ b/content/german/blog/_index.md @@ -1,6 +1,6 @@ --- title: Aktuelles -bg_image: images/backgrounds/page-title.jpg +bg_image: images/backgrounds/page-title.png description: Hier finden sie die aktuelen Beiträge aus dem Schulblog. --- diff --git a/content/german/blog/new-site.md b/content/german/blog/new-site.md index 092a5d30..711817c5 100644 --- a/content/german/blog/new-site.md +++ b/content/german/blog/new-site.md @@ -3,7 +3,7 @@ title: "Entwicklung neuer Website" date: 2019-07-06T15:27:17+01:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Seit mehreren Tagen ist die neue Schulwebsite in Entwicklung." # post thumbnail diff --git a/content/german/cantorpreis/_index.md b/content/german/cantorpreis/_index.md new file mode 100644 index 00000000..cc6dd45f --- /dev/null +++ b/content/german/cantorpreis/_index.md @@ -0,0 +1,8 @@ +--- +title: "CantorPreis-Träger" +draft: false +# page title background image +bg_image: "images/backgrounds/page-title.png" +# meta description +description : "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. Hier werden die CantorPreis-Träger der einzelnen Jahre vorgestellt" +--- diff --git a/content/german/cantorpreis/tobias-beschauner.md b/content/german/cantorpreis/tobias-beschauner.md new file mode 100644 index 00000000..b29033a4 --- /dev/null +++ b/content/german/cantorpreis/tobias-beschauner.md @@ -0,0 +1,28 @@ +--- +title: "Tobias Beschauner" +draft: false +# page title background image +bg_image: "images/backgrounds/page-title.png" +# meta description +description : "Biochemie-Studium Heidelberg" +# teacher portrait +image: "images/cantorpreis/tobias-beschauner-2019.jpg" +# course +year: "2019" +# biography +bio: "" +# interest +interest: ["Englisch","Französisch"] +# contact info +contact: + # contact item loop + #- name : "schapitz@cantor-gymnasium.de" + # icon : "ti-email" # icon pack : https://themify.me/themify-icons + # link : "mailto:schapitz@cantor-gymnasium.de" + +# clubs ? +clubs: false +# type +type: "cantorpreis" +forestry_link: "" +--- diff --git a/content/german/contact/_index.md b/content/german/contact/_index.md index 447535ef..625e1e23 100644 --- a/content/german/contact/_index.md +++ b/content/german/contact/_index.md @@ -2,7 +2,7 @@ title: "Kontakt" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Eine Nachricht schreiben." --- diff --git a/content/german/event/_index.md b/content/german/event/_index.md index 62474f98..fca594d8 100644 --- a/content/german/event/_index.md +++ b/content/german/event/_index.md @@ -2,7 +2,7 @@ title: "Termine" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Hier sind alle Termine für das Laufende bzw. nächste Schuljahr aufgelistet." --- diff --git a/content/german/event/vorstellung-website.md b/content/german/event/vorstellung-website.md index e675d30d..94b577b0 100644 --- a/content/german/event/vorstellung-website.md +++ b/content/german/event/vorstellung-website.md @@ -5,7 +5,7 @@ publishDate: "2019-01-01T00:00:00Z" date: 2020-07-15T15:00:00+01:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "" # Event image diff --git a/content/german/forms/_index.md b/content/german/forms/_index.md index c59db68e..29166657 100644 --- a/content/german/forms/_index.md +++ b/content/german/forms/_index.md @@ -2,7 +2,7 @@ title: "Formulare" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Hier finden sie schulische Unterlagen und Anmeldeformulare als PDF zum Download." --- diff --git a/content/german/forms/anmeldeformular.md b/content/german/forms/anmeldeformular.md index 6296aae5..516a1a6f 100644 --- a/content/german/forms/anmeldeformular.md +++ b/content/german/forms/anmeldeformular.md @@ -3,7 +3,7 @@ title: "Aufnahmeantrag" date: 2020-07-12T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "" # Research image @@ -16,7 +16,7 @@ Hier kann das Anmeldeformular für die Aufnahmeprüfung am Georg-Cantor-Gymnasiu ## Download -[Aufnahmeantrag](/forms/Aufnahmeantrag.pdf) +[Aufnahmeantrag](/images/forms/Aufnahmeantrag.pdf) ## Datenschutzhinweise diff --git a/content/german/forms/gesundheitsbogen.md b/content/german/forms/gesundheitsbogen.md index 3fa6a56b..031508d5 100644 --- a/content/german/forms/gesundheitsbogen.md +++ b/content/german/forms/gesundheitsbogen.md @@ -3,7 +3,7 @@ title: "Gesundheitsbogen Coronavirus" date: 2020-07-09T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "" # Research image @@ -18,7 +18,7 @@ Bei Anfrage können die Informationen an die Gesundheitsbehörden weitergegeben ## Download -Der Gesundheitsbogen kann [hier](/forms/Gesundheitsbogen_Coronavirus.pdf) heruntergeladen werden. +Der Gesundheitsbogen kann [hier](/images/forms/Gesundheitsbogen_Coronavirus.pdf) heruntergeladen werden. ## Datenschutzhinweise diff --git a/content/german/ganztagsangebote/_index.md b/content/german/ganztagsangebote/_index.md index 5c315774..d828f216 100644 --- a/content/german/ganztagsangebote/_index.md +++ b/content/german/ganztagsangebote/_index.md @@ -2,7 +2,7 @@ title: "Unsere Ganztagsangebote" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Unsere Schule stellt allen Schülern viele Ganztagsangebote zur Verfügung. Diese sing hier aufgelistet." --- diff --git a/content/german/ganztagsangebote/blendergame.md b/content/german/ganztagsangebote/blendergame.md index cffd0040..c2cdc519 100644 --- a/content/german/ganztagsangebote/blendergame.md +++ b/content/german/ganztagsangebote/blendergame.md @@ -3,7 +3,7 @@ title: "Blender Game" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "desc" # course thumbnail diff --git a/content/german/ganztagsangebote/cantortechnik.md b/content/german/ganztagsangebote/cantortechnik.md index c682e46e..918a5dd6 100644 --- a/content/german/ganztagsangebote/cantortechnik.md +++ b/content/german/ganztagsangebote/cantortechnik.md @@ -3,7 +3,7 @@ title: "CantorTechnik" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "desc" # course thumbnail diff --git a/content/german/impressum/index.md b/content/german/impressum/index.md index ffca2d90..c80f3314 100644 --- a/content/german/impressum/index.md +++ b/content/german/impressum/index.md @@ -2,7 +2,7 @@ title: "Impressum" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" type: "pages" layout: "single.html" --- diff --git a/content/german/notice/_index.md b/content/german/notice/_index.md index edb88355..1a228c49 100644 --- a/content/german/notice/_index.md +++ b/content/german/notice/_index.md @@ -2,7 +2,7 @@ title: "Hinweise" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Hier erscheinen wichtige Hinweise von der Schulleitung." --- diff --git a/content/german/notice/notice-1.md b/content/german/notice/notice-1.md index 1a6e6ad0..bf9c0eda 100644 --- a/content/german/notice/notice-1.md +++ b/content/german/notice/notice-1.md @@ -3,7 +3,7 @@ title: "Website im Entwicklungsstadium" date: 2019-07-06T15:27:17 MEST draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "" # notice download link diff --git a/content/german/teacher/_index.md b/content/german/teacher/_index.md index 3ce161d4..3d3bba94 100644 --- a/content/german/teacher/_index.md +++ b/content/german/teacher/_index.md @@ -2,7 +2,7 @@ title: "Lehrer und AG-Leiter" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "In diesem Bereich sind alle Lehrer und AG-Leiter aufgelistet, die an unserer Schule arbeiten. Die Liste ist nach Fachbereichen sortiert." --- diff --git a/content/german/teacher/cschapitz.md b/content/german/teacher/cschapitz.md index 17dc1120..619a2cbd 100644 --- a/content/german/teacher/cschapitz.md +++ b/content/german/teacher/cschapitz.md @@ -2,7 +2,7 @@ title: "Frau Schapitz" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "" # teacher portrait diff --git a/content/german/teacher/yves-bauer.md b/content/german/teacher/yves-bauer.md index e405efb7..fb4003ae 100644 --- a/content/german/teacher/yves-bauer.md +++ b/content/german/teacher/yves-bauer.md @@ -2,7 +2,7 @@ title: "Yves Bauer" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Herr Bauer ist der Leiter der Arbeitsgemeinschaften CantorTechnik und Blender Game am Georg-Cantor-Gymnasium." # teacher portrait diff --git a/content/german/wettbewerbe/_index.md b/content/german/wettbewerbe/_index.md index 0a93d28e..d07ac06b 100644 --- a/content/german/wettbewerbe/_index.md +++ b/content/german/wettbewerbe/_index.md @@ -2,7 +2,7 @@ title: "Wettbewerbe am GCG" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # meta description description : "Unsere Schüler nehmen jedes Jahr an vielen Wettbewerben teil. Die meisten davon sind hier aufgelistet. Die Liste ist nach Fächern sortiert." --- diff --git a/data/de/homepage.yml b/data/de/homepage.yml index d503cd28..71386c7f 100644 --- a/data/de/homepage.yml +++ b/data/de/homepage.yml @@ -1,7 +1,7 @@ ################################# Slider ##################################### slider: enable : true - bg_image : "images/slide1.jpg" + bg_image : "images/banner/banner-2.png" slider_item: # slider item loop - title : "Das Georg-Cantor-Gymnasium" diff --git a/static/images/backgrounds/page-title.png b/static/images/backgrounds/page-title.png new file mode 100644 index 00000000..258c3529 Binary files /dev/null and b/static/images/backgrounds/page-title.png differ diff --git a/static/images/backgrounds/page-title.xcf b/static/images/backgrounds/page-title.xcf new file mode 100644 index 00000000..55698a59 Binary files /dev/null and b/static/images/backgrounds/page-title.xcf differ diff --git a/static/images/banner/banner-1.png b/static/images/banner/banner-1.png new file mode 100644 index 00000000..c2649db1 Binary files /dev/null and b/static/images/banner/banner-1.png differ diff --git a/static/images/banner/banner-2.png b/static/images/banner/banner-2.png new file mode 100644 index 00000000..e2553c5b Binary files /dev/null and b/static/images/banner/banner-2.png differ diff --git a/static/images/cantorpreis/tobias-beschauner-2019.jpg b/static/images/cantorpreis/tobias-beschauner-2019.jpg new file mode 100644 index 00000000..fbdc4add Binary files /dev/null and b/static/images/cantorpreis/tobias-beschauner-2019.jpg differ diff --git a/static/forms/Aufnahmeantrag.pdf b/static/images/forms/Aufnahmeantrag.pdf similarity index 100% rename from static/forms/Aufnahmeantrag.pdf rename to static/images/forms/Aufnahmeantrag.pdf diff --git a/static/forms/Gesundheitsbogen_Coronavirus.pdf b/static/images/forms/Gesundheitsbogen_Coronavirus.pdf similarity index 100% rename from static/forms/Gesundheitsbogen_Coronavirus.pdf rename to static/images/forms/Gesundheitsbogen_Coronavirus.pdf diff --git a/static/images/logo.png b/static/images/logo.png index 253e1cf0..f1c57f79 100644 Binary files a/static/images/logo.png and b/static/images/logo.png differ diff --git a/static/images/school/._sync_5fcbb3163c67.db b/static/images/school/._sync_5fcbb3163c67.db new file mode 100644 index 00000000..4e1bf686 Binary files /dev/null and b/static/images/school/._sync_5fcbb3163c67.db differ diff --git a/static/images/school/._sync_5fcbb3163c67.db-shm b/static/images/school/._sync_5fcbb3163c67.db-shm new file mode 100644 index 00000000..fe9ac284 Binary files /dev/null and b/static/images/school/._sync_5fcbb3163c67.db-shm differ diff --git a/static/images/school/._sync_5fcbb3163c67.db-wal b/static/images/school/._sync_5fcbb3163c67.db-wal new file mode 100644 index 00000000..e69de29b diff --git a/static/images/school/Bild_1.jpg b/static/images/school/Bild_1.jpg new file mode 100644 index 00000000..5a4f5f6d Binary files /dev/null and b/static/images/school/Bild_1.jpg differ diff --git a/static/images/school/Bild_10.jpg b/static/images/school/Bild_10.jpg new file mode 100644 index 00000000..b736dd60 Binary files /dev/null and b/static/images/school/Bild_10.jpg differ diff --git a/static/images/school/Bild_11.jpg b/static/images/school/Bild_11.jpg new file mode 100644 index 00000000..62d15de4 Binary files /dev/null and b/static/images/school/Bild_11.jpg differ diff --git a/static/images/school/Bild_2.jpg b/static/images/school/Bild_2.jpg new file mode 100644 index 00000000..56624880 Binary files /dev/null and b/static/images/school/Bild_2.jpg differ diff --git a/static/images/school/Bild_3.jpg b/static/images/school/Bild_3.jpg new file mode 100644 index 00000000..b8787b6d Binary files /dev/null and b/static/images/school/Bild_3.jpg differ diff --git a/static/images/school/Bild_4.jpg b/static/images/school/Bild_4.jpg new file mode 100644 index 00000000..7b2c59f4 Binary files /dev/null and b/static/images/school/Bild_4.jpg differ diff --git a/static/images/school/Bild_5.jpg b/static/images/school/Bild_5.jpg new file mode 100644 index 00000000..dcbdd238 Binary files /dev/null and b/static/images/school/Bild_5.jpg differ diff --git a/static/images/school/Bild_6.jpg b/static/images/school/Bild_6.jpg new file mode 100644 index 00000000..c139e0ae Binary files /dev/null and b/static/images/school/Bild_6.jpg differ diff --git a/static/images/school/Bild_7.jpg b/static/images/school/Bild_7.jpg new file mode 100644 index 00000000..640c8239 Binary files /dev/null and b/static/images/school/Bild_7.jpg differ diff --git a/static/images/school/Bild_8.jpeg b/static/images/school/Bild_8.jpeg new file mode 100644 index 00000000..6ed4985f Binary files /dev/null and b/static/images/school/Bild_8.jpeg differ diff --git a/static/images/school/Bild_9.jpg b/static/images/school/Bild_9.jpg new file mode 100644 index 00000000..2e7e11a1 Binary files /dev/null and b/static/images/school/Bild_9.jpg differ diff --git a/themes/educenter-hugo/exampleSite/content/english/about/_index.md b/themes/educenter-hugo/exampleSite/content/english/about/_index.md index 7b2aa0ce..fa11b0d9 100644 --- a/themes/educenter-hugo/exampleSite/content/english/about/_index.md +++ b/themes/educenter-hugo/exampleSite/content/english/about/_index.md @@ -2,7 +2,7 @@ title: "About Us" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # about image image: "images/about/about-page.jpg" # meta description 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 6ff74c94..be96991e 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.jpg" +bg_image: "images/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 f75939af..42f9d85e 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.jpg" +bg_image: "images/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 6d51702a..65faf6fa 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.jpg" +bg_image: "images/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 d2b5d484..9f8c0aab 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 e29b3c45..baa34d86 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 ba976854..fb9315b2 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 cbf3bb83..962c8b95 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 fb0df32d..ea249eb3 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 94fbed1b..1f0da45e 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/english/contact/_index.md b/themes/educenter-hugo/exampleSite/content/english/contact/_index.md index f1628a48..0b7b2609 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.jpg" +bg_image: "images/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 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 8c65df8b..4e53e379 100644 --- a/themes/educenter-hugo/exampleSite/content/english/course/course-1.md +++ b/themes/educenter-hugo/exampleSite/content/english/course/course-1.md @@ -3,7 +3,7 @@ title: "Photography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 7c652ee0..d5e63862 100644 --- a/themes/educenter-hugo/exampleSite/content/english/course/course-2.md +++ b/themes/educenter-hugo/exampleSite/content/english/course/course-2.md @@ -3,7 +3,7 @@ title: "Mathematics" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 ab12ff41..c24df399 100644 --- a/themes/educenter-hugo/exampleSite/content/english/course/course-3.md +++ b/themes/educenter-hugo/exampleSite/content/english/course/course-3.md @@ -3,7 +3,7 @@ title: "Artificial Intelligence" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 d128263a..d3ce4cbf 100644 --- a/themes/educenter-hugo/exampleSite/content/english/course/course-4.md +++ b/themes/educenter-hugo/exampleSite/content/english/course/course-4.md @@ -3,7 +3,7 @@ title: "JavaScript" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 227f1778..07d41174 100644 --- a/themes/educenter-hugo/exampleSite/content/english/course/course-5.md +++ b/themes/educenter-hugo/exampleSite/content/english/course/course-5.md @@ -3,7 +3,7 @@ title: "Algorithm" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 a292cf0d..b0a1eb3f 100644 --- a/themes/educenter-hugo/exampleSite/content/english/course/course-6.md +++ b/themes/educenter-hugo/exampleSite/content/english/course/course-6.md @@ -3,7 +3,7 @@ title: "Vlogging" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/english/event/_index.md b/themes/educenter-hugo/exampleSite/content/english/event/_index.md index 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 66544919..77f82f9e 100644 --- a/themes/educenter-hugo/exampleSite/content/english/event/event-2.md +++ b/themes/educenter-hugo/exampleSite/content/english/event/event-2.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 a6941e72..d8534aae 100644 --- a/themes/educenter-hugo/exampleSite/content/english/event/event-3.md +++ b/themes/educenter-hugo/exampleSite/content/english/event/event-3.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 a6941e72..d8534aae 100644 --- a/themes/educenter-hugo/exampleSite/content/english/event/event-4.md +++ b/themes/educenter-hugo/exampleSite/content/english/event/event-4.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 ecb9e87b..8dc427fd 100644 --- a/themes/educenter-hugo/exampleSite/content/english/event/event-5.md +++ b/themes/educenter-hugo/exampleSite/content/english/event/event-5.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 66544919..77f82f9e 100644 --- a/themes/educenter-hugo/exampleSite/content/english/event/event-6.md +++ b/themes/educenter-hugo/exampleSite/content/english/event/event-6.md @@ -7,7 +7,7 @@ date: "2030-03-09T15:27:17+06:00" # post save as draft draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/english/notice/_index.md b/themes/educenter-hugo/exampleSite/content/english/notice/_index.md index 859fb0a5..6f734dee 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 94e9036a..3b693ade 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.jpg" +bg_image: "images/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 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 feeb7747..6e8de505 100644 --- a/themes/educenter-hugo/exampleSite/content/english/research/research-1.md +++ b/themes/educenter-hugo/exampleSite/content/english/research/research-1.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 6e8aed9a..93a9ba14 100644 --- a/themes/educenter-hugo/exampleSite/content/english/research/research-2.md +++ b/themes/educenter-hugo/exampleSite/content/english/research/research-2.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 504e093e..48674dc0 100644 --- a/themes/educenter-hugo/exampleSite/content/english/research/research-3.md +++ b/themes/educenter-hugo/exampleSite/content/english/research/research-3.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 79f718cc..6aa067c2 100644 --- a/themes/educenter-hugo/exampleSite/content/english/research/research-4.md +++ b/themes/educenter-hugo/exampleSite/content/english/research/research-4.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 5b9c4038..f387d02d 100644 --- a/themes/educenter-hugo/exampleSite/content/english/research/research-5.md +++ b/themes/educenter-hugo/exampleSite/content/english/research/research-5.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 b7e9b5e2..a354c12c 100644 --- a/themes/educenter-hugo/exampleSite/content/english/research/research-6.md +++ b/themes/educenter-hugo/exampleSite/content/english/research/research-6.md @@ -3,7 +3,7 @@ title: "Geography" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md b/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md index c20582b0..e416c28c 100644 --- a/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md +++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/_index.md @@ -2,7 +2,7 @@ title: "Scholarship" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # image image: "images/about/about-page.jpg" # meta description 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 a84b4c21..b75dd473 100644 --- a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-1.md +++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-1.md @@ -2,7 +2,7 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-1.jpg" # meta description 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 6d6bc6ef..18d72817 100644 --- a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-2.md +++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-2.md @@ -2,7 +2,7 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-2.jpg" # meta description 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 c36cee27..d0368936 100644 --- a/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-3.md +++ b/themes/educenter-hugo/exampleSite/content/english/scholarship/scholarship-3.md @@ -2,7 +2,7 @@ title: "CHEMICAL ENGINEERING" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-3.jpg" # meta description diff --git a/themes/educenter-hugo/exampleSite/content/english/teacher/_index.md b/themes/educenter-hugo/exampleSite/content/english/teacher/_index.md index 79cef3c9..79e52ce9 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.jpg" +bg_image: "images/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 9faccf2c..efd7bf58 100644 --- a/themes/educenter-hugo/exampleSite/content/english/teacher/alex-rook.md +++ b/themes/educenter-hugo/exampleSite/content/english/teacher/alex-rook.md @@ -2,7 +2,7 @@ title: "Alex Rook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 91c74a5a..11246831 100644 --- a/themes/educenter-hugo/exampleSite/content/english/teacher/clark-malik.md +++ b/themes/educenter-hugo/exampleSite/content/english/teacher/clark-malik.md @@ -2,7 +2,7 @@ title: "Clark Malik" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 96081a11..f57b3d15 100644 --- a/themes/educenter-hugo/exampleSite/content/english/teacher/devid-luis.md +++ b/themes/educenter-hugo/exampleSite/content/english/teacher/devid-luis.md @@ -2,7 +2,7 @@ title: "Devid Luis" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 2cd69b0b..a00febb9 100644 --- a/themes/educenter-hugo/exampleSite/content/english/teacher/duis-rio.md +++ b/themes/educenter-hugo/exampleSite/content/english/teacher/duis-rio.md @@ -2,7 +2,7 @@ title: "Duis Rio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 019ee0b9..3b942019 100644 --- a/themes/educenter-hugo/exampleSite/content/english/teacher/jacke-mastio.md +++ b/themes/educenter-hugo/exampleSite/content/english/teacher/jacke-mastio.md @@ -2,7 +2,7 @@ title: "Jacke Mastio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 6c71d734..5a481b71 100644 --- a/themes/educenter-hugo/exampleSite/content/english/teacher/zim-cook.md +++ b/themes/educenter-hugo/exampleSite/content/english/teacher/zim-cook.md @@ -2,7 +2,7 @@ title: "Zim Cook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/french/about/_index.md b/themes/educenter-hugo/exampleSite/content/french/about/_index.md index fd1050e8..0c934baa 100644 --- a/themes/educenter-hugo/exampleSite/content/french/about/_index.md +++ b/themes/educenter-hugo/exampleSite/content/french/about/_index.md @@ -2,7 +2,7 @@ title: "À propos de nous" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # about image image: "images/about/about-page.jpg" # meta description 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 4967eec6..5a1adce8 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.jpg" +bg_image: "images/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 7461ecfc..816c7751 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.jpg" +bg_image: "images/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 9c16e3d8..746e89dc 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.jpg" +bg_image: "images/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 7f300efe..5e394dcd 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 1ede13c6..3fff9882 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 845c8169..f8dd1e64 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 366a6dbb..c6117f8f 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 f213fcce..ec037c0e 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 53a5c2c5..f8ec69a7 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,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/french/contact/_index.md b/themes/educenter-hugo/exampleSite/content/french/contact/_index.md index f504c119..d3a86d29 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.jpg" +bg_image: "images/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 2b4cc555..841674f5 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.jpg" +bg_image: "images/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 bcfc0b33..59a4ef35 100644 --- a/themes/educenter-hugo/exampleSite/content/french/course/course-1.md +++ b/themes/educenter-hugo/exampleSite/content/french/course/course-1.md @@ -3,7 +3,7 @@ title: "Photographie" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 ab5bcdcc..ccbba9b6 100644 --- a/themes/educenter-hugo/exampleSite/content/french/course/course-2.md +++ b/themes/educenter-hugo/exampleSite/content/french/course/course-2.md @@ -3,7 +3,7 @@ title: "Mathématiques" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 83e189c7..1b4c0ef5 100644 --- a/themes/educenter-hugo/exampleSite/content/french/course/course-3.md +++ b/themes/educenter-hugo/exampleSite/content/french/course/course-3.md @@ -3,7 +3,7 @@ title: "Intelligence artificielle" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 54f83300..851748ab 100644 --- a/themes/educenter-hugo/exampleSite/content/french/course/course-4.md +++ b/themes/educenter-hugo/exampleSite/content/french/course/course-4.md @@ -3,7 +3,7 @@ title: "JavaScript" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 4b1a25ea..b2471123 100644 --- a/themes/educenter-hugo/exampleSite/content/french/course/course-5.md +++ b/themes/educenter-hugo/exampleSite/content/french/course/course-5.md @@ -3,7 +3,7 @@ title: "Algorithme" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 b96c7d98..a05c582d 100644 --- a/themes/educenter-hugo/exampleSite/content/french/course/course-6.md +++ b/themes/educenter-hugo/exampleSite/content/french/course/course-6.md @@ -3,7 +3,7 @@ title: "Vlogging" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/french/event/_index.md b/themes/educenter-hugo/exampleSite/content/french/event/_index.md index 2b4cc555..841674f5 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.jpg" +bg_image: "images/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 56b8bb7a..ad40478d 100644 --- a/themes/educenter-hugo/exampleSite/content/french/event/event-1.md +++ b/themes/educenter-hugo/exampleSite/content/french/event/event-1.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 d08398e6..66020aff 100644 --- a/themes/educenter-hugo/exampleSite/content/french/event/event-2.md +++ b/themes/educenter-hugo/exampleSite/content/french/event/event-2.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 54dab6ee..d79a7e01 100644 --- a/themes/educenter-hugo/exampleSite/content/french/event/event-3.md +++ b/themes/educenter-hugo/exampleSite/content/french/event/event-3.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 54dab6ee..d79a7e01 100644 --- a/themes/educenter-hugo/exampleSite/content/french/event/event-4.md +++ b/themes/educenter-hugo/exampleSite/content/french/event/event-4.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 56b8bb7a..ad40478d 100644 --- a/themes/educenter-hugo/exampleSite/content/french/event/event-5.md +++ b/themes/educenter-hugo/exampleSite/content/french/event/event-5.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 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 d08398e6..66020aff 100644 --- a/themes/educenter-hugo/exampleSite/content/french/event/event-6.md +++ b/themes/educenter-hugo/exampleSite/content/french/event/event-6.md @@ -3,7 +3,7 @@ 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.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/french/notice/_index.md b/themes/educenter-hugo/exampleSite/content/french/notice/_index.md index 859fb0a5..6f734dee 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.jpg" +bg_image: "images/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 c102741f..f117f163 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.jpg" +bg_image: "images/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 c102741f..f117f163 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.jpg" +bg_image: "images/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 c102741f..f117f163 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.jpg" +bg_image: "images/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 c102741f..f117f163 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.jpg" +bg_image: "images/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 c102741f..f117f163 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.jpg" +bg_image: "images/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 c102741f..f117f163 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.jpg" +bg_image: "images/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 2b4cc555..841674f5 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.jpg" +bg_image: "images/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 8dcf45e7..68523e47 100644 --- a/themes/educenter-hugo/exampleSite/content/french/research/research-1.md +++ b/themes/educenter-hugo/exampleSite/content/french/research/research-1.md @@ -3,7 +3,7 @@ title: "Geographie" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 388c1f5c..b135baed 100644 --- a/themes/educenter-hugo/exampleSite/content/french/research/research-2.md +++ b/themes/educenter-hugo/exampleSite/content/french/research/research-2.md @@ -3,7 +3,7 @@ title: "Géographie" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 0c61cff2..d2e70bd3 100644 --- a/themes/educenter-hugo/exampleSite/content/french/research/research-3.md +++ b/themes/educenter-hugo/exampleSite/content/french/research/research-3.md @@ -3,7 +3,7 @@ title: "Géographie" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 85436559..4466287c 100644 --- a/themes/educenter-hugo/exampleSite/content/french/research/research-4.md +++ b/themes/educenter-hugo/exampleSite/content/french/research/research-4.md @@ -3,7 +3,7 @@ title: "Géographie" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 d21be860..5c3cc664 100644 --- a/themes/educenter-hugo/exampleSite/content/french/research/research-5.md +++ b/themes/educenter-hugo/exampleSite/content/french/research/research-5.md @@ -3,7 +3,7 @@ title: "Géographie" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 8bc218ca..ce6ecbbf 100644 --- a/themes/educenter-hugo/exampleSite/content/french/research/research-6.md +++ b/themes/educenter-hugo/exampleSite/content/french/research/research-6.md @@ -3,7 +3,7 @@ title: "Géographie" date: 2019-07-06T15:27:17+06:00 draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md b/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md index 7cd05c31..044f6932 100644 --- a/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md +++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/_index.md @@ -2,7 +2,7 @@ title: "Bourses d’études" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # image image: "images/about/about-page.jpg" # meta description 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 245ce6fb..674e76a7 100644 --- a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-1.md +++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-1.md @@ -2,7 +2,7 @@ title: "GÉNIE CHIMIQUE" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-1.jpg" # meta description 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 d8625171..bec31b19 100644 --- a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-2.md +++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-2.md @@ -2,7 +2,7 @@ title: "GÉNIE CHIMIQUE" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-2.jpg" # meta description 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 006ccc30..b592fd28 100644 --- a/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-3.md +++ b/themes/educenter-hugo/exampleSite/content/french/scholarship/scholarship-3.md @@ -2,7 +2,7 @@ title: "GÉNIE CHIMIQUE" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/backgrounds/page-title.png" # scholarship image image: "images/scholarship/scholarship-item-3.jpg" # meta description diff --git a/themes/educenter-hugo/exampleSite/content/french/teacher/_index.md b/themes/educenter-hugo/exampleSite/content/french/teacher/_index.md index 2b4cc555..841674f5 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.jpg" +bg_image: "images/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 ab85e145..e8904a19 100644 --- a/themes/educenter-hugo/exampleSite/content/french/teacher/alex-rook.md +++ b/themes/educenter-hugo/exampleSite/content/french/teacher/alex-rook.md @@ -2,7 +2,7 @@ title: "Alex Rook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 a24bab13..a8e35d2e 100644 --- a/themes/educenter-hugo/exampleSite/content/french/teacher/clark-malik.md +++ b/themes/educenter-hugo/exampleSite/content/french/teacher/clark-malik.md @@ -2,7 +2,7 @@ title: "Clark Malik" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 0463979e..9dac083a 100644 --- a/themes/educenter-hugo/exampleSite/content/french/teacher/devid-luis.md +++ b/themes/educenter-hugo/exampleSite/content/french/teacher/devid-luis.md @@ -2,7 +2,7 @@ title: "Devid Luis" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 41172be5..9cf6209e 100644 --- a/themes/educenter-hugo/exampleSite/content/french/teacher/duis-rio.md +++ b/themes/educenter-hugo/exampleSite/content/french/teacher/duis-rio.md @@ -2,7 +2,7 @@ title: "Duis Rio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 bb8bd02c..eb8c7fd3 100644 --- a/themes/educenter-hugo/exampleSite/content/french/teacher/jacke-mastio.md +++ b/themes/educenter-hugo/exampleSite/content/french/teacher/jacke-mastio.md @@ -2,7 +2,7 @@ title: "Jacke Mastio" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 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 2b7e0c50..7e6aea6d 100644 --- a/themes/educenter-hugo/exampleSite/content/french/teacher/zim-cook.md +++ b/themes/educenter-hugo/exampleSite/content/french/teacher/zim-cook.md @@ -2,7 +2,7 @@ title: "Zim Cook" draft: false # page title background image -bg_image: "images/backgrounds/page-title.jpg" +bg_image: "images/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 diff --git a/themes/educenter-hugo/layouts/_default/cantorpreis.html b/themes/educenter-hugo/layouts/_default/cantorpreis.html new file mode 100644 index 00000000..427cbb8f --- /dev/null +++ b/themes/educenter-hugo/layouts/_default/cantorpreis.html @@ -0,0 +1,7 @@ +
+ {{ .Title }} +
+

{{ .Title }}

+

{{ .Params.Year }}

+
+
diff --git a/themes/educenter-hugo/layouts/cantorpreis/list.html b/themes/educenter-hugo/layouts/cantorpreis/list.html index bc5352af..fb89776a 100644 --- a/themes/educenter-hugo/layouts/cantorpreis/list.html +++ b/themes/educenter-hugo/layouts/cantorpreis/list.html @@ -1,68 +1,34 @@ {{ define "main" }} -{{ $data := index .Site.Data .Site.Language.Lang }} - - +
- {{ with .Params.Image }} - about image - {{ end }} - {{ .Content }} + + + +
-
-
- - - -{{ if $data.homepage.funfacts.enable }} -{{ with $data.homepage.funfacts }} -
-
-
- - {{ range .funfact_item }} -
-
-

0

-
{{ .name }}
-
-
- {{ end }} -
-
-
-{{ end }} -{{ end }} - - - -{{ partial "success-story.html" . }} - - - -{{ if $data.homepage.blog.enable }} -
-
-
-
-

{{ i18n "our_teachers" }}

-
-
-
+ +
- {{ range first 3 (where .Site.RegularPages "Type" "teacher")}} -
- {{ .Render "teacher" }} + {{ range .Data.Pages }} +
+ {{ .Render "cantorpreis" }}
{{ end }}
-{{ end }} - + -{{ end }} \ No newline at end of file +{{ end }} diff --git a/themes/educenter-hugo/layouts/cantorpreis/single.html b/themes/educenter-hugo/layouts/cantorpreis/single.html new file mode 100644 index 00000000..32b39b1d --- /dev/null +++ b/themes/educenter-hugo/layouts/cantorpreis/single.html @@ -0,0 +1,41 @@ +{{ define "main" }} + + +
+
+
+
+ {{ .Title }} +
+
+

{{ .Title }}

+
{{ .Params.Year }}
+

{{ .Params.Bio | markdownify }}

+
+
+

{{ i18n "contact_info" | upper}}:

+
    + {{ range .Params.Contact }} +
  • {{ .name }}
  • + {{ end }} +
+
+
+

{{ i18n "interest" | upper }}

+
    + {{ range .Params.Interest }} +
  • {{ . | title }}
  • + {{ end }} +
+
+
+
+
+ {{ .Content }} +
+
+
+
+ + +{{ end }} diff --git a/themes/educenter-hugo/layouts/partials/footer.html b/themes/educenter-hugo/layouts/partials/footer.html index eaa71221..73e18382 100755 --- a/themes/educenter-hugo/layouts/partials/footer.html +++ b/themes/educenter-hugo/layouts/partials/footer.html @@ -31,7 +31,9 @@ {{ .Site.Title }}