This commit is contained in:
2022-10-19 18:59:19 +02:00
parent c897dff0f9
commit fc8c0b1d37
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
/* typography */ /* typography */
@import url('https://neu.cantorgymnasium.de/plugins/fira/fira.css'); @import url('https://cantorgymnasium.de/plugins/fira/fira.css');
body { body {
line-height: 1.2; line-height: 1.2;
font-family: $primary-font; font-family: $primary-font;

View File

@ -5,7 +5,7 @@ bg_image: /media/backgrounds/page-title.png
image: /media/image.png image: /media/image.png
category: MINT category: MINT
class: 9. - 11. Klasse class: 9. - 11. Klasse
web_url: https://neu.cantorgymnasium.de/ web_url: https://cantorgymnasium.de/
type: wettbewerbe type: wettbewerbe
--- ---
Bei diesen Wettbewerben messen sich jeweils Teams bestehend aus 3 Schülern einer Schule mit Teams aus anderen Spezialschulen der Klassenstufen 9, 10 und 11 in Mathematik, Physik aber auch Informatik. Es werden anspruchsvolle Aufgaben gelöst. Bei diesen Wettbewerben messen sich jeweils Teams bestehend aus 3 Schülern einer Schule mit Teams aus anderen Spezialschulen der Klassenstufen 9, 10 und 11 in Mathematik, Physik aber auch Informatik. Es werden anspruchsvolle Aufgaben gelöst.

View File

@ -12,8 +12,8 @@ backend:
media_folder: "static/media" media_folder: "static/media"
public_folder: "/media" public_folder: "/media"
site_url: https://neu.cantorgymnasium.de site_url: https://cantorgymnasium.de
display_url: https://neu.cantorgymnasium.de display_url: https://cantorgymnasium.de
logo_url: /media/logo_y.svg logo_url: /media/logo_y.svg
locale: "de" locale: "de"

View File

@ -199,13 +199,13 @@ CMS.registerEditorComponent({
}); });
</script> </script>
<script> <script>
CMS.registerPreviewStyle("https://neu.cantorgymnasium.de/plugins/bootstrap/bootstrap.min.css"); CMS.registerPreviewStyle("https://cantorgymnasium.de/plugins/bootstrap/bootstrap.min.css");
CMS.registerPreviewStyle("https://neu.cantorgymnasium.de/plugins/slick/slick.css"); CMS.registerPreviewStyle("https://cantorgymnasium.de/plugins/slick/slick.css");
CMS.registerPreviewStyle("https://neu.cantorgymnasium.de/plugins/animate/animate.css"); CMS.registerPreviewStyle("https://cantorgymnasium.de/plugins/animate/animate.css");
CMS.registerPreviewStyle("https://neu.cantorgymnasium.de/plugins/venobox/venobox.css"); CMS.registerPreviewStyle("https://cantorgymnasium.de/plugins/venobox/venobox.css");
CMS.registerPreviewStyle("https://neu.cantorgymnasium.de/plugins/fontawesome/css/all.css"); CMS.registerPreviewStyle("https://cantorgymnasium.de/plugins/fontawesome/css/all.css");
CMS.registerPreviewStyle("https://neu.cantorgymnasium.de/plugins/fira/fira.css"); CMS.registerPreviewStyle("https://cantorgymnasium.de/plugins/fira/fira.css");
CMS.registerPreviewStyle("https://neu.cantorgymnasium.de/scss/style.css"); CMS.registerPreviewStyle("https://cantorgymnasium.de/scss/style.css");
</script> </script>
<script> <script>
var PostPreview = createClass({ var PostPreview = createClass({