diff --git a/data/de/homepage.yml b/data/de/homepage.yml index 7f813c07..3c069068 100644 --- a/data/de/homepage.yml +++ b/data/de/homepage.yml @@ -12,13 +12,13 @@ slider: button: enable : true label : "Unsere Erfolge" - link : "success" + link : "#success" # slider item loop - title : "Das Georg-Cantor-Gymnasium" content : "Modern und digital" - animation_in : "left" - animation_out : "right" + animation_in : "right" + animation_out : "down" # available animation : left, right, up, down button: enable : true @@ -28,14 +28,41 @@ slider: # slider item loop - title : "Das Georg-Cantor-Gymnasium" content : "Ein Primegymnasium der Martin-Luther-Universität Halle-Wittenberg" - animation_in : "left" - animation_out : "right" + animation_in : "up" + animation_out : "left" # available animation : left, right, up, down button: enable : true label : "Mehr erfahren" link : "frühstudium" +############################# success ############################# +success_banner: + enable : true + image : "images/success/success_banner.png" + feature_item: + # feature item loop + - name : "Mathematikolympiade" + img: true + icon : "/images/success/mo.png" # icon pack : https://themify.me/themify-icons + content : "In der Landesmathematikolympiade 2020 wurden: \n * **3 von 9 ersten Preisen** \n * **6 von 21 zweiten Preisen** \n * **13 von 30 dritten Preisen** \n * **11 von 39 Anerkennungspreisen** \n \nan Schüler unerer Schule verliehen." + + # feature item loop + - name : "Physikolympiade" + img: true + icon : "/images/success/po.png" # icon pack : https://themify.me/themify-icons + content : "In der Landesphysikolympiade 2020 wurden: \n * **3 von 5 ersten Preisen** \n * **2 von 8 zweiten Preisen** \n * **4 von 13 dritten Preisen** \n * **1 von 18 Anerkennungspreisen** \n \nan Schüler unserer Schule verliehen." + + # feature item loop + - name : "Chemieolympiade" + img: true + icon : "/images/success/cds.png" # icon pack : https://themify.me/themify-icons + content : "Ein Schüler unserer Schule vertritt als einer von 4. Schülern der Nationalmannschaft Deutschland in der Internationalen Chemieolympiade 2020." + + # feature item loop + - name : "Und viel mehr ..." + icon : "ti-write" # icon pack : https://themify.me/themify-icons + content : "Durch umfassende Begabtenförderungsangebote sind unsere Schüler bei vielen Wettbewerben erfolgreich. Diese umfassen erweiterte Stoffgebiete, Spezialistenlager und begabtenfördernde Ganztagsangebote." ############################## about ################################## about: @@ -58,12 +85,12 @@ ganztagsangebote: ########################## Call to action ############################ cta: enable : true - title : "Kontaktiere uns für weitere Informationen" + title : "Dann geht es hier direkt zur Anmeldung!" subtitle : "Interessiert ?" button: enable : true - label : "Kontakt" - link : "contact" + label : "Anmeldeantrag stellen" + link : "anmeldung" ######################## Success story ############################# diff --git a/data/de/success.yml b/data/de/success.yml deleted file mode 100644 index 103f7d30..00000000 --- a/data/de/success.yml +++ /dev/null @@ -1,23 +0,0 @@ -success_banner: - enable : true - image : "images/success/success_banner.png" - feature_item: - # feature item loop - - name : "Mathematikolympiade" - icon : "/images/success/mo.png" # icon pack : https://themify.me/themify-icons - content : "In der Landesmathematikolympiade 2020 " - - # feature item loop - - name : "Notre bureau" - icon : "ti-blackboard" # icon pack : https://themify.me/themify-icons - content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore dolore magna aliqua. Ut enim ad" - - # feature item loop - - name : "Nos accomplissements" - icon : "ti-agenda" # icon pack : https://themify.me/themify-icons - content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore dolore magna aliqua. Ut enim ad" - - # feature item loop - - name : "Admission" - icon : "ti-write" # icon pack : https://themify.me/themify-icons - content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore dolore magna aliqua. Ut enim ad" diff --git a/static/images/success/cds.png b/static/images/success/cds.png new file mode 100644 index 00000000..40c959f3 Binary files /dev/null and b/static/images/success/cds.png differ diff --git a/static/images/success/mo.png b/static/images/success/mo.png new file mode 100644 index 00000000..7654bae4 Binary files /dev/null and b/static/images/success/mo.png differ diff --git a/static/images/success/po.png b/static/images/success/po.png new file mode 100644 index 00000000..c7a4ff67 Binary files /dev/null and b/static/images/success/po.png differ diff --git a/static/images/banner/banner-feature.png b/static/images/success/success_banner.png similarity index 100% rename from static/images/banner/banner-feature.png rename to static/images/success/success_banner.png diff --git a/static/images/success/website_logo.png b/static/images/success/website_logo.png new file mode 100644 index 00000000..aca456b3 Binary files /dev/null and b/static/images/success/website_logo.png differ diff --git a/static/images/teachers/eLeMeNTe_PhyO_Logo.png b/static/images/teachers/eLeMeNTe_PhyO_Logo.png new file mode 100644 index 00000000..8cfa9d91 Binary files /dev/null and b/static/images/teachers/eLeMeNTe_PhyO_Logo.png differ diff --git a/static/images/teachers/laphy.jpg b/static/images/teachers/laphy.jpg new file mode 100644 index 00000000..162a2284 Binary files /dev/null and b/static/images/teachers/laphy.jpg differ diff --git a/static/images/teachers/website_logo.png b/static/images/teachers/website_logo.png new file mode 100644 index 00000000..aca456b3 Binary files /dev/null and b/static/images/teachers/website_logo.png differ diff --git a/themes/educenter-hugo/layouts/index.html b/themes/educenter-hugo/layouts/index.html index 0811b877..f3a3d28f 100755 --- a/themes/educenter-hugo/layouts/index.html +++ b/themes/educenter-hugo/layouts/index.html @@ -31,19 +31,23 @@ -{{ if $data.homepage.banner_feature.enable }} -{{ with $data.homepage.banner_feature }} -
+{{ if $data.homepage.success_banner.enable }} +{{ with $data.homepage.success_banner }} +
banner-feature
-
+
{{ range .feature_item }}
- + {{ if .img }} + + {{ else }} + + {{ end }}

{{ .name | markdownify }}

{{ .content | markdownify }}

@@ -131,7 +135,7 @@
{{ .title | markdownify }}
{{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }}