diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100755 index 28dc24da..00000000 --- a/public/.htaccess +++ /dev/null @@ -1,16 +0,0 @@ - -AddOutputFilterByType DEFLATE text/plain -AddOutputFilterByType DEFLATE text/html -AddOutputFilterByType DEFLATE text/xml -AddOutputFilterByType DEFLATE text/css -AddOutputFilterByType DEFLATE application/xml -AddOutputFilterByType DEFLATE application/xhtml+xml -AddOutputFilterByType DEFLATE application/rss+xml -AddOutputFilterByType DEFLATE application/javascript -AddOutputFilterByType DEFLATE application/x-javascript -AddOutputFilterByType DEFLATE image/jpg -AddOutputFilterByType DEFLATE image/png -AddOutputFilterByType DEFLATE image/gif -AddOutputFilterByType DEFLATE image/jpeg -AddOutputFilterByType DEFLATE image/svg+xml - \ No newline at end of file diff --git a/public/admin/config.yml b/public/admin/config.yml deleted file mode 100644 index 13398364..00000000 --- a/public/admin/config.yml +++ /dev/null @@ -1,341 +0,0 @@ -backend: - name: github - repo: eesev9ie/gcg-website - branch: master - site_domain: eesev9ie.netlify.app - -media_folder: "static/images" -public_folder: "/images" -site_url: https://eesev9ie.github.io -display_url: https://eesev9ie.github.io -logo_url: https://eesev9ie.github.io/images/logo_y.svg -locale: "de" - -collections: - - name: "author-de" # Used in routes, e.g., /admin/collections/blog - label: "Deutsch/Autor" # Used in the UI - folder: "content/german/author" # The path to the folder where the documents are stored - create: true # Allow users to create new documents in this collection - slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md - editor: - preview: false - fields: # The fields for each document, usually in front matter - - {label: "Name", name: "title", widget: "string"} - - {label: "Hintergrundbild", name: "bg_image", widget: "image", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", default: "", required: false} - - {label: "Gravatar-E-Mail", name: "email", widget: "string"} - - {label: "Foto", name: "image", widget: "image"} - - label: "Soz. Netzwerke/Kontaktdaten" - name: "social" - widget: "list" - fields: - - {label: "Symbol", name: "icon", widget: "string", hint: "Symbolname von https://themify.me/themify-icons"} - - {label: "Link", name: "link", widget: "string"} - required: false - - {label: "Beschreibung", name: "body", widget: "markdown"} - - name: "blog-de" - label: "Deutsh/Blogbeitrag" - folder: "content/german/blog" - filter: {field: "type", value: "post"} - create: true - slug: "{{slug}}" - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Datum", name: "date", widget: "datetime"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: false, required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", default: "", required: false} - - {label: "Beitragsbild", name: "image", widget: "image", default: "/images/image.png"} - - label: "Beitragsautor" - name: "author" - widget: "relation" - collection: "author-de" - searchFields: ["title"] - valueField: "title" - displayFields: ["title"] - - label: "Kategorien" - name: "categories" - widget: "list" - required: false - field: {label: "Kategorie", name: "category", widget: "string"} - - label: "Tags" - name: "tags" - widget: "list" - required: false - field: {label: "Tag", name: "tag", widget: "string"} - - {label: "Type", name: "type", widget: "hidden", default: "post"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "teacher-de" - label: "Deutsch/Lehrer|AG-Leiter" - folder: "content/german/teacher" - filter: {field: "type", value: "teacher"} - create: true - slug: "{{slug}}" - editor: - preview: false - fields: - - {label: "Name", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: false, required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Bild", name: "image", widget: "image", default: "/images/teachers/image.png", required: false} - - {label: "Fachbereich", name: "course", widget: "string", hint: "Bei Ganztagsangeboten Ganztagsangebote/Bereich"} - - {label: "Beschreibung", name: "bio", widget: "text"} - - label: "Fächer/Arbeitsgemeinschaften" - name: "interest" - widget: "list" - field: {label: "Fach/AG", name: "interest", widget: "string"} - - label: "Kontaktdaten/Soz. Netzwerke" - name: "contact" - widget: "list" - fields: - - {label: "Name/Adresse/Telefonnummer", name: "name", widget: "string"} - - {label: "Symbol", name: "icon", widget: "string", hint: "Symbolname von https://themify.me/themify-icons"} - - {label: "Link", name: "link", widget: "string"} - required: false - - {label: "AG-Leiter", name: "clubs", widget: "boolean", default: false, required: false} - - {label: "Type", name: "type", widget: "hidden", default: "teacher"} - - {label: "Formspree-Kontaktformular", name: "formspree_link", widget: "string", hint: "[Nur für AG-Leiter]Für ein Kontaktformular kann man sich auf der Website https://formspree.io registrieren und ein Formular erstellen.", required: false} - - {label: "Text", name: "body", widget: "markdown"} - - name: "events-de" - label: "Deutsch/Termine" - folder: "content/german/event" - filter: {field: "type", value: "event"} - create: true - slug: "{{slug}}" - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Veröffentlichungsdatum", name: "publishDate", widget: "datetime"} - - {label: "Datum", name: "date", widget: "datetime"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Bild", name: "image", widget: "image", default: "/images/image.png", required: false} - - {label: "Ort", name: "location", widget: "string", default: "Georg-Cantor-Gymnasium, Halle(Saale)"} - - {label: "Type", name: "type", widget: "hidden", default: "event"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "forms-de" - label: "Deutsch/Formulare|Vorlagen" - folder: "content/german/forms" - filter: {field: "type", value: "forms"} - create: true - slug: "{{slug}}" - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Veröffentlichungsdatum", name: "date", widget: "datetime"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: false, required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Bild", name: "image", widget: "image", default: "/images/image.png", required: false} - - {label: "Type", name: "type", widget: "hidden", default: "forms"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "anmeldung-de" - label: "Deutsch/Anmeldung" - folder: "content/german/anmeldung" - filter: {field: "type", value: "anmeldung"} - create: true - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: false, required: false} - - {label: "Type", name: "type", widget: "hidden", default: "anmeldung"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "cantorpreis-de" - label: "Deutsch/CantorPreis" - folder: "content/german/cantorpreis" - filter: {field: "type", value: "cantorpreis"} - create: true - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: false, required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Bild", name: "image", widget: "image", default: "/images/image.png", required: false} - - {label: "Jahr", name: "year", widget: "string"} - - {label: "Beschreibung", name: "bio", widget: "text"} - - label: "Kontaktdaten/Soz. Netzwerke" - name: "contact" - widget: "list" - fields: - - {label: "Name/Adresse/Telefonnummer", name: "name", widget: "string"} - - {label: "Symbol", name: "icon", widget: "string", hint: "Symbolname von https://themify.me/themify-icons"} - - {label: "Link", name: "link", widget: "string"} - - {label: "Type", name: "type", widget: "hidden", default: "cantorpreis"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "ganztagsangebote-de" - label: "Deutsch/Ganztagsangebote" - folder: "content/german/ganztagsangebote" - filter: {field: "type", value: "ganztagsangebote"} - create: true - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Veröffentlichungsdatum", name: "date", widget: "datetime"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Bild", name: "image", widget: "image", default: "/images/image.png", required: false} - - {label: "Kategorie", name: "category", widget: "string"} - - label: "Leiter" - name: "teacher" - widget: "relation" - collection: "teacher-de" - searchFields: ["title"] - valueField: "title" - displayFields: ["title"] - - {label: "Tag/Stunden", name: "duration", widget: "string"} - - {label: "Dauer", name: "weekly", widget: "string"} - - {label: "Klassenstufen", name: "class", widget: "string"} - - {label: "Anmeldelink", name: "apply_url", widget: "hidden", default: "https://moodle.bildung-lsa.de/gcg/mod/choice/view.php?id=828"} - - {label: "Type", name: "type", widget: "hidden", default: "ganztagsangebote"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "notice-de" - label: "Deutsch/Hinweise" - folder: "content/german/notice" - filter: {field: "type", value: "notice"} - create: true - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Veröffentlichungsdatum", name: "date", widget: "datetime"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Type", name: "type", widget: "hidden", default: "notice"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "wettbewerbe-de" - label: "Deutsch/Wettbewerbe" - folder: "content/german/wettbewerbe" - filter: {field: "type", value: "wettbewerbe"} - create: true - editor: - preview: false - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Bild", name: "image", widget: "image", default: "/images/image.png", required: false} - - {label: "Fach", name: "category", widget: "string"} - - {label: "Klassenstufen", name: "class", widget: "string"} - - {label: "Website", name: "web_url", widget: "string"} - - {label: "Type", name: "type", widget: "hidden", default: "wettbewerbe"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "pages-de" - label: "Deutsch/Seiten" - editor: - preview: false - files: - - name: "blog-index" - label: "Blog" - file: "content/german/blog/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - name: "about-index" - label: "Über die Schule" - file: "content/german/about/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Bild", name: "image", widget: "image", default: "/images/image.png", required: false} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Text", name: "body", widget: "markdown"} - - name: "anmeldung-index" - label: "Anmeldung" - file: "content/german/anmeldung/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Bild", name: "image", widget: "image", default: "/images/image.png", required: false} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Text", name: "body", widget: "markdown"} - - name: "cantorpreis-index" - label: "CantorPreis" - file: "content/german/cantorpreis/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - name: "contact-index" - label: "Kontakt" - file: "content/german/contact/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - {label: "Text", name: "body", widget: "markdown"} - - name: "event-index" - label: "Termine" - file: "content/german/event/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - name: "forms-index" - label: "Formulare|Vorlagen" - file: "content/german/forms/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - name: "ganztagsangebote-index" - label: "Ganztagsangebote" - file: "content/german/ganztagsangebote/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - name: "impressum" - label: "Impressum" - file: "content/german/impressum/index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Type", name: "type", widget: "hidden", default: "pages"} - - {label: "Type", name: "layout", widget: "hidden", default: "single.html"} - - {label: "Text", name: "body", widget: "markdown"} - - name: "notice-index" - label: "Hinweise" - file: "content/german/notice/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - name: "teacher-index" - label: "Lehrer|AG-Leiter" - file: "content/german/teacher/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} - - name: "wettbewerbe-index" - label: "Wettbewerbe" - file: "content/german/wettbewerbe/_index.md" - fields: - - {label: "Titel", name: "title", widget: "string"} - - {label: "Entwurf", name: "draft", widget: "boolean", default: "false", required: false} - - {label: "Hintergrundbild", name: "bg_image", widget: "hidden", default: "/images/backgrounds/page-title.png"} - - {label: "Metabeschreibung", name: "description", widget: "text", required: false} diff --git a/public/admin/index.html b/public/admin/index.html deleted file mode 100644 index a0459e72..00000000 --- a/public/admin/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - GCG WebAdmin - - - - - - diff --git a/public/css/hugo-easy-gallery.css b/public/css/hugo-easy-gallery.css deleted file mode 100644 index ffcd97e3..00000000 --- a/public/css/hugo-easy-gallery.css +++ /dev/null @@ -1,158 +0,0 @@ -/* -Put this file in /static/css/hugo-easy-gallery.css -Documentation and licence at https://github.com/liwenyip/hugo-easy-gallery/ -*/ - - -/* -Grid Layout Styles -*/ -.gallery { - overflow: hidden; - margin: 10px; - max-width: 1080px; -} -.gallery .box { - float: left; - position: relative; - /* Default: 1 tile wide */ - width: 100%; - padding-bottom: 100%; -} -@media only screen and (min-width : 365px) { - /* Tablet view: 2 tiles */ - .gallery .box { - width: 50%; - padding-bottom: 50%; - } -} -@media only screen and (min-width : 480px) { - /* Small desktop / ipad view: 3 tiles */ - .gallery .box { - width: 33.3%; - padding-bottom: 33.3%; /* */ - } -} -@media only screen and (min-width : 9999px) { - /* Medium desktop: 4 tiles */ - .box { - width: 25%; - padding-bottom: 25%; - } -} - -/* -Transition styles -*/ -.gallery.hover-transition figure, -.gallery.hover-effect-zoom .img, -.gallery:not(.caption-effect-appear) figcaption, -.fancy-figure:not(.caption-effect-appear) figcaption { - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -/* -figure styles -*/ -figure { - position:relative; /* purely to allow absolution positioning of figcaption */ - overflow: hidden; -} -.gallery figure { - position: absolute; - left: 5px; - right: 5px; - top: 5px; - bottom: 5px; -} -.gallery.hover-effect-grow figure:hover { - transform: scale(1.05); -} -.gallery.hover-effect-shrink figure:hover { - transform: scale(0.95); -} -.gallery.hover-effect-slidedown figure:hover { - transform: translateY(5px); -} -.gallery.hover-effect-slideup figure:hover { - transform: translateY(-5px); -} - -/* -img / a styles -*/ - -.gallery .img { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - background-size: cover; - background-position: 50% 50%; - background-repeat: no-repeat; -} -.gallery.hover-effect-zoom figure:hover .img { - transform: scale(1.05); -} -.gallery img { - display: none; /* only show the img if not inside a gallery */ -} -figure a { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; -} - -/* -figcaption styles -*/ -.gallery figcaption, -.fancy-figure figcaption { - position: absolute; - bottom: 0; - left: 0; - right: 0; - background: #000; - color: #FFF; - text-align: center; - font-size: 75%; /* change this if you want bigger text */ - background: rgba(0, 0, 0, 0.5); - opacity: 1; - cursor: pointer; -} -.gallery.caption-position-none figcaption, -.fancy-figure.caption-position-none figcaption { - display: none; -} -.gallery.caption-position-center figcaption, -.fancy-figure.caption-position-center figcaption { - top: 0; - padding: 40% 5px; -} -.gallery.caption-position-bottom figcaption, -.fancy-figure.caption-position-bottom figcaption { - padding: 5px; -} -.gallery.caption-effect-fade figure:not(:hover) figcaption, -.gallery.caption-effect-appear figure:not(:hover) figcaption, -.fancy-figure.caption-effect-fade figure:not(:hover) figcaption, -.fancy-figure.caption-effect-appear figure:not(:hover) figcaption { - background: rgba(0, 0, 0, 0); - opacity: 0; -} -.gallery.caption-effect-slide.caption-position-bottom figure:not(:hover) figcaption, -.fancy-figure.caption-effect-slide.caption-position-bottom figure:not(:hover) figcaption { - margin-bottom: -100%; -} -.gallery.caption-effect-slide.caption-position-center figure:not(:hover) figcaption, -.fancy-figure.caption-effect-slide.caption-position-center figure:not(:hover) figcaption { - top: 100%; -} -figcaption p { - margin: auto; /* override style in theme */ -} diff --git a/public/de/25-jahre-gcg/ausflüge-und-projekte/index.html b/public/de/25-jahre-gcg/ausflüge-und-projekte/index.html deleted file mode 100644 index cf2c25de..00000000 --- a/public/de/25-jahre-gcg/ausflüge-und-projekte/index.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - 25 Jahre Georg-Cantor-Gymnasium Halle (Saale) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • 25 Jahre Georg-Cantor-Gymnasium Halle (Saale)
  • -
-

-
-
-
-
- - -
-
-
-
-
-
-

Freitag, 27.09.2013

-
-

Ablaufplan

-

In der Zeit von I 07.30 Uhr – 08.10 Uhr

-

und

-

II 08.15 Uhr – 08.55 Uhr

-

wird es in der Aula ein kleines Programm geben, das sich wiederholt. In Abhängigkeit von der jeweiligen Zeit des Unterrichtsganges erfolgt die Einteilung in den sogenannten Vormittagsblock.

-

Programm innerhalb dieser Veranstaltung:

-
    -
  • -

    Grußwort des Schulleiters

    -
  • -
  • -

    Modenschau „25 Jahre“

    -
  • -
  • -

    Siegerbeitrag Bundeswettbewerb Fremdsprachen „Händel or Handel“ (Kl.7)

    -
  • -
  • -

    Ausstellung „Jugend forscht“

    -
  • -
  • -

    Ausstellung „25 Jahre Zeit-, Kultur- und Schulgeschichte“ + Quiz

    -
  • -
  • -

    Technikausstellung 25 Jahre+ „Bekanntes und Antiquarisches aus dem Bereich Technik und Kommunikation“ + Quiz ( R 106)

    -
  • -
  • -

    09.00 Uhr Eröffnung der Galerie „CantorArt“

    -
  • -
- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/bericht-1/index.html b/public/de/25-jahre-gcg/bericht-1/index.html deleted file mode 100644 index 4a6fac14..00000000 --- a/public/de/25-jahre-gcg/bericht-1/index.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - Bericht 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

25 Jahre Georg-Cantor-Gymnasium. Ein solcher Geburtstag muss gefeiert werden! Zum silbernen Jubiläum hatte man deshalb alle Absolventen der letzten Jahre dazu eingeladen, noch einmal an ihre alte Schule zurückzukehren.

-

Nach einer Auftaktrede am Freitagnachmittag von Schuldirektor Dr. Ulrich Müller sollte am Samstag der Geburtstag gefeiert werden. Um 13 Uhr öffneten sich die Pforten für unsere Ehemaligen, die mit einem Sektempfang begrüßt wurden. Im Anschluss traf man sich in der Aula, um in alten Erinnerungen zu schwelgen und einigen Reden zu lauschen. Dank der akribischen Arbeit der Schulchronisten unternahm man auch eine kleine Zeitreise durch die Geschichte unserer Schule. Für die passende musikalische Untermalung war ebenfalls von Schülern des 12. Jahrgangs und der Instrumentalgruppe gesorgt.

-

Direkt nach der Auftaktveranstaltung machte man sich auf den Weg zu den einzelnen Klassenräumen, die nach Abiturjahrgängen geordnet waren, um sich mit seinen alten Klassenkameraden auszutauschen. Was haben alle in den letzten Jahren erlebt? Ein Studium erfolgreich beendet? Vielleicht eine Stelle im Ausland ergattert? Dem konnte gemeinsam auf den Grund gegangen werden.

-

Zum leiblichen Wohl stand ein jederzeit reich gefülltes Buffet zur Verfügung, das gerne in Anspruch genommen wurde. Um diesem ehrwürdigen Tag auch in Zukunft gedenken zu können, war im Erdgeschoss ein Souvenirstand zu finden, an dem man Erinnerungsstücke erwerben konnte.

-

Am frühen Abend war aber bereits wieder der Moment gekommen, Lebewohl zu sagen: Um 18 Uhr machten sich alle glücklich auf den Heimweg. Die Organisatoren der 12. Klasse konnten auf ein wahrlich gelungenes Fest zurückblicken und die Ehemaligen ihre eigene Schulzeit nochmals Revue passieren lassen. Wie schnell doch die Zeit vergeht!

-

In diesem Sinne - Auf dass wir uns zum nächsten Jubiläum treffen werden und erneut den Fragen nachgehen können: Welche Pläne wurden in Angriff genommen? Was hat sich in der Schule in den letzten Jahren getan? Was haben Klassenkameraden und Lehrer erlebt? Für Gesprächsstoff wird auf jeden Fall gesorgt sein.

-

Alles Gute, liebes Georg-Cantor-Gymnasium!

-

Chiara Klöckner 2013

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/bericht-2/index.html b/public/de/25-jahre-gcg/bericht-2/index.html deleted file mode 100644 index f54e82ae..00000000 --- a/public/de/25-jahre-gcg/bericht-2/index.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - Bericht 2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

25 Jahre Georg-Cantor-Gymnasium - 25 Jahre Erfolge in Wettbewerben und beinahe ebenso lange beste Abiturdurchschnitte, nicht nur in Sachsen-Anhalt.

-

In seiner Ansprache aus Anlass unseres „Silberjubiläums“ würdigte unsere Schulleiter die vielen erfolgreichen Absolventen mit ihren Leistungen als Schüler, aber auch, da, wo es ihm möglich war, berichtete er, wie sich deren weiterer Lebensweg gestaltete. Doch nicht nur solche Einzelleistungen fanden Erwähnung, sondern auch die erfolgreichen Aktionen der gesamten Schule in den letzten Jahren: unsere Patenschaft zu einer Schule in Malawi, die Zuerkennung des Titels „Schule ohne Rassismus – Schule mit Courage“ im Jahre 2011, Spendenlauf, Benefizveranstaltungen u.v.m.. Dabei waren uns unsere Partner aus Wirtschaft und Wissenschaft eine wertvolle Unterstützung, was ebenfalls ausgiebige Würdigung fand. Besonders seien hier Dow, die Martin-Luther-Universität und die Fachhochschule Merseburg erwähnt, mit denen uns eine enge und fruchtbare Beziehung schon seit vielen Jahren verbindet. In seine Dankesworte schloss der Schulleiter außerdem noch den Förderverein, die Eltern und Lehrer ein.

-

Danach nahm der Beigeordnete für Finanzen der Stadt Halle, Bürgermeister Egbert Geier, das Wort. Auf anschauliche Weise verglich er die mathematischen Vorstellungen der Stadt, wo eher die Farbe der „0“ – rot oder schwarz - entscheidend sei als ihre Stellung in der Zahlenreihe und ihre Bedeutung für die Mathematik an sich. Weiter führte er aus, dass sich die Stadt bewusst sei, dass am Georg-Cantor-Gymnasium Schülerinnen und Schüler lernen, die bereit sind, Überdurchschnittliches zu erreichen und dafür hart zu arbeiten, was ihm und dem Stadtrat höchsten Respekt abfordere. Sein Grußwort beendete der Bürgermeister mit der Bitte an uns alle, die Erfolgsgeschichte der letzten 25 Jahre so fortzuschreiben. Die Unterstützung der Stadt sei uns gewiss.

-

Mit Dr. Florian Hartling trat nun ein Redner ans Pult, der in doppelter Hinsicht etwas zu sagen hatte. Er ist nicht nur der erste Cantorpreisträger, sondern inzwischen auch Vater einer Cantorianerin, womit sich in gewissem Maße der Kreis schließt. Er berichtete von seinen Anfängen an unserer Schule, vom Wohnheim, wo er auf „ganz normale Jugendliche“ traf, „die sich nicht nur für Mathematik interessierten, sondern auch für Sport und Musik“. Das habe ihn geprägt und mit der intensiven Förderung durch die Lehrer, in AGs wie „Drosophila“, bei Jugend forscht und im alltäglichen Unterricht habe es ihn zu einem selbstbewussten, zielstrebigen jungen Mann gemacht, der bestvorbereitet zum Studium kam und auch heute noch von dieser Ausbildung an unserem Gymnasium in seiner Tätigkeit im Bereich Öffentlichkeitsarbeit bei Dow zehren könne. Und nun besucht seine älteste Tochter eine 5. Klasse an seinem/unserem Gymnasium.

-

Welch besseres Lob kann es für eine Schule geben, als wenn ehemalige Schüler ihre Kinder an derselben Einrichtung anmelden?

-

Bevor schließlich der Rektor der Martin-Luther-Universität Prof. Dr. Udo Sträter das Wort zum Festvortrag ergreifen konnte, wurde vom Förderverein ein Geschenk - die Biographie Georg Cantors - überreicht und noch eine Kooperationsvereinbarung mit dem Salinetechnikum unterzeichnet, mit dem uns ebenfalls schon seit einigen Jahren eine gute Zusammenarbeit verbindet, die nun endlich festgeschrieben werden konnte.

-

Professor Sträters Thema war Bildung, was er zum Anlass nahm, auf humorvolle Weise über den Begriff und seiner Bedeutung zu referieren. Bildung – ein typisch deutscher, philosophisch geprägter Begriff, ließe sich in keine andere Sprache übersetzen. Dann brachte er mehrere Beispiele dafür, was Bildung alles bedeuten könne und in welchen Konnotationen es diesen Begriff gäbe: frühkindliche Bildung und Berufsausbildung seien hier nur als zwei Beispiele genannt. Den Begriff Bildung gäbe es immer nur für ein bestimmtes Anwendungsgebiet. Und dann blieben da noch die Allgemeinbildung und die Einbildung. Letztere hatte ursprünglich sogar eine positive Bedeutung. Schließlich zog Professor Sträter noch eine Parallele zum aktuellen politischen Geschehen in der Bundesrepublik, indem er die eher rhetorische Frage stellte, ob die Bildung einer Regierung nicht eine Aufgabe für die Bundeszentrale für politische Bildung sei. Um aber zu dem für Schulen und Universitäten zutreffenden Bedeutungsinhalt zurückzukommen, nutzte er das Beispiel August Hermann Franckes, des großen Pädagogen unserer Stadt. Francke kannte den Begriff Bildung noch nicht. Er nannte das, was er tat Cultura animae – die Pflege des Gemütes und damit beendete der Rektor der Martin-Luther-Universität seinen Festvortrag. Dies sei ein Grundrecht für Jedermann und bedeute, die Befähigung herauszubilden, Gelerntes verantwortungsvoll umzusetzen – womit sich der Kreis wiederum schloss, weil das Georg-Cantor-Gymnasium in der Zeit seines Bestehens viele erfolgreiche Absolventen ins Berufsleben entlassen hat. Der Beifall, mit dem der Festvortrag bedacht wurde, machte deutlich, dass der Professor dem Publikum nicht nur ein wichtiges Thema präsentiert, sondern es auch aufs Höchste unterhalten hat.

-

Umrahmt wurde die Festveranstaltung von unserem gut disponierten Chor unter der Leitung von Frau Bethin und den Solisten Carolina Cao, die am Flügel mit einem Werk Frédéric Chopins brillierte und den beiden hoffnungsvollen Flötisten Lavinia Burkardt und Mathis Hetha. Ann-Kathleen Kassik präsentierte – am Flügel begleitet von Frau Büttner – ihre Virtuosität auf der Violine mit einem Stück von Jules Massenet.

-

Sabine Fröhlich 2013

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/bericht-3/index.html b/public/de/25-jahre-gcg/bericht-3/index.html deleted file mode 100644 index afa60ac1..00000000 --- a/public/de/25-jahre-gcg/bericht-3/index.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - 25 jähriges Bericht Paula Hähndel - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • 25 jähriges Bericht Paula Hähndel
  • -
-

-
-
-
-
- - -
-
-
-
-
-

Besucher-Porträt/Allgemeines Menschenrumgefasel

-

Als Zwölftklässlerin und Chronistin war auch ich mit der Organisation des 25-

-

Jährigen Jubiläums des GCG beauftragt. Doch dies war nicht der einzige Grund für meine

-

Aufregung am 28.09.2013. Nachdem ich im Vorfeld bereits kräftig Werbung gemacht

-

und viele Alumni über unser Jubiläum informiert hatte, wollte ich auch

-

mit möglichst vielen von ihnen sprechen. Die mentale Liste wuchs und wuchs, doch

-

gleichzeitig wurde mir die eigentliche Kürze des Tages bewusst. Dies wurde im

-

Nachhinein auch von den Besuchern bestätigt, die nur schwer davon zu überzeugen

-

waren nach der Verabschiedungsmelodie (von uns liebevoll Rausschmissmusik

-

genannt) das Gebäude zu verlassen.

-

Begonnen hat dieser Tag jedoch mit viel Hektik und organisiertem Chaos, sodass

-

pünktlich zum Eintreffen der ersten Gäste auch die Vorbereitungen abgeschlossen

-

waren. Die ersten Gäste kamen und mit ihnen auch die Unterhaltungen und das

-

freudige Wiedersehen. So bildeten sich schon am Einlass eher größere Gesprächsrunden,

-

die zum Überhören von Ansagen und überfüllten Fluren beitrugen, doch

-

die Atmosphäre positiv beeinflussten. Dieser Besucherstrom wurde dann in Richtung

-

Aula kanalisiert, um dort der Auftaktveranstaltung beizuwohnen. Herr Müller

-

hielt seine zuvor im Mathematikkurs geprobte Rede frei, was zu unterhaltsamen

-

Situationen führte. Anschließend war ein Beitrag eines der ersten Elternratsmitglieder

-

zu hören, der eigentlich bereits für den Freitag davor eingeplant gewesen

-

war. Auch dies ein weiterer amüsanter Augenblick. Frau Schmidts Rede stellte

-

einen Höhepunkt dar und kündigte gleichzeitig einen weiteren an. Sie begeisterte

-

mit ihrer allseits bekannten, gut gelaunten und ehrlichen Art. Dieser angekündigte

-

Höhepunkt war der von Eileen und Julian in Zusammenarbeit mit der Chronik erstellte

-

Film über die Impressionen aus den letzten 25 Jahren Geschichte des GCG.

-

Dies berührte und erfreute das Publikum und lies sie noch einmal über diese bedeutende

-

Etappe ihres Lebens reflektieren. Die musikalische Umrahmung sorgte

-

für eine gewisse Kurzweiligkeit.

-

Anschließend war für die Alumni Zeit sich in ihren Jahrgängen zu finden und die

-

letzten Jahre Revue passieren zu lassen. Außerdem war dies eine gute Möglichkeit

-

zu essen (was nicht in ausreichenden Mengen getan wurde) und Souvenirs zu kaufen.

-

Dort saß ich mit meinen Mitschülern und Janosch. Von dieser beschränkten Perspektive

-

aus wurde mir eine grober Überblick über die Angereisten zuteil. Die erste

-

Feststellung war, dass ich doch einen großen Teil von ihnen kannte. Auch wenn ich

-

manchmal nicht den Namen des Alumnus wusste, so konnte ich doch (zur Verwunderung

-

meiner Mitsouvenirverkäufer) einen kurzen Ausschnitt aus seinem Leben

-

darstellen. Dieses Kennen war eher selten ein Gekannt-Werden.

-

Trotzdem erinnerten sich einige nach anfänglichen Irritationen an mich und so

-

konnte auch ich Teil dieser Familia Alumnorum werden und die Atmosphäre und

-

das Treffen genießen. Diese Unterhaltungen mit Personen, die ich normalerweise

-

nur zu Mathematikolympiaden, Essen in der Uni-Mensa oder ähnlichem treffe,

-

waren sehr interessant. Auch wenn ich für einige Gespräche meinen Posten hinter

-

dem Souvenir-Stand verlassen musste und so die anderen sich zusätzlich um meine

-

Aufgaben kümmern mussten (Einen Dank dafür nochmal!), war es doch insgesamt

-

sehr bereichernd für alle. Außerdem bot mir dies die einmalige Möglichkeit

-

die Eindrücke der Besucher aufzuschnappen und jetzt hier in diesem Text zu verarbeiten.

-

Eine weitere Quelle dafür ist das Gästebuch. Auch wenn am Anfang für viele

-

Einträge eher größere Überzeugungskünste nötig waren, so bieten die hinterlassenen

-

Nachrichten doch Anlass stolz zu sein auf die gute Organisation. Die positiven

-

und unterhaltsamen Mitteilungen werden für die Nachwelt aufgehoben, sodass sich

-

auch zum 30-jährigen Jubiläum noch an sie erinnert werden kann, wie wir die vom

-

20-Jährigen lesen konnten.

-

Dieser Vor- und Rückblick ist auch in einer Situation am Souvenir-Stand deutlich

-

geworden. Die Souvenirhändler vom 20-jährigen Jubiläum teilten uns ihre Erlebnisse

-

mit und sprachen uns ihr Mitgefühl für die Situation aus, die sie selbst vor

-

fünf Jahren erlebt hatten. Vielleicht werden ja wir zum 30-Jährigen den zukünftigen

-

Verkäufern von unseren Erfahrungen berichten?

-

Insgesamt wurde die Festlichkeit positiv eingeschätzt. Wir erhielten viel Lob für

-

unsere Arbeit und die Besucher waren erfreut. Erfreut nicht nur über den Rahmen,

-

sondern auch über das Wiedertreffen und Kennenlernen der Menschen, die sie viel

-

zu selten sehen. Dies zeigt wieder einmal, dass Alumni doch eine große Familie

-

sind.

-

Paula Hähndel 2013

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/bericht-4/index.html b/public/de/25-jahre-gcg/bericht-4/index.html deleted file mode 100644 index 80f97663..00000000 --- a/public/de/25-jahre-gcg/bericht-4/index.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - Bericht 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

Unsere Führung durchs Schulhaus

-

Es war ein Samstagmorgen wie jeder, nur dass ich heute nicht wie gewöhnlich ausschlief, sondern zur Schule ging. Es war Absolvententreffen und ich, als stolzes Chronikgruppenmitglied, durfte dabei sein und den Absolventen unser Schulhaus zeigen. Die Führung begann wie geplant 15:00. Es kamen auch eine Menge Leute zu unserer Führung. Also begannen mein Freund Conrad und ich mit dem Rundgang. Während Conrad netterweise die Türen für die Gruppe aufhielt, lief ich mit einem erhobenem Schild, auf dem eine riesige 1 stand vor der Gruppe von Zuhörern her und wies ihnen den Weg. Unsere Tour schlängelte sich von der Turnhalle bis nach oben in den fünften Stock durchs Schulhaus. Die ganz Zeit über waren die Leute aufgeschlossen und hörten aufmerksam zu. Doch leider waren die Zuhörer etwas schüchtern, sodass sie ihre Fragen erst am Schluss stellten. Es war trotzdem ein Riesenerfolg, wie die Absolventen Frau Schmidt nach der Führung meldeten.

-

Lennart Schilg, 2013

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/index.html b/public/de/25-jahre-gcg/index.html deleted file mode 100644 index 2af34627..00000000 --- a/public/de/25-jahre-gcg/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - 25-jahre-gcgs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/index.xml b/public/de/25-jahre-gcg/index.xml deleted file mode 100644 index ea09da39..00000000 --- a/public/de/25-jahre-gcg/index.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - 25-jahre-gcgs on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/25-jahre-gcg/ - Recent content in 25-jahre-gcgs on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - 25-jähriges Festprogramm Freitag - https://eesev9ie.github.io/de/25-jahre-gcg/programm/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/programm/ - Georg-Cantor-Gymnasium Halle (Saale) -Programm zur Festveranstaltung „25 Jahre GCG“ -Freitag, 27. - - - - 25 Jahre Georg-Cantor-Gymnasium Halle (Saale) - https://eesev9ie.github.io/de/25-jahre-gcg/ausfl%C3%BCge-und-projekte/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/ausfl%C3%BCge-und-projekte/ - Freitag, 27.09.2013 - Ablaufplan -In der Zeit von I 07. - - - - 25 jähriges Bericht Paula Hähndel - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-3/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-3/ - Besucher-Porträt/Allgemeines Menschenrumgefasel -Als Zwölftklässlerin und Chronistin war auch ich mit der Organisation des 25- - - - - Bericht 1 - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-1/ - 25 Jahre Georg-Cantor-Gymnasium. Ein solcher Geburtstag muss gefeiert werden! Zum silbernen Jubiläum hatte man deshalb alle Absolventen der letzten Jahre dazu eingeladen, noch einmal an ihre alte Schule zurückzukehren. - - - - Bericht 2 - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-2/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-2/ - 25 Jahre Georg-Cantor-Gymnasium - 25 Jahre Erfolge in Wettbewerben und beinahe ebenso lange beste Abiturdurchschnitte, nicht nur in Sachsen-Anhalt. - - - - Bericht 4 - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-4/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-4/ - Unsere Führung durchs Schulhaus -Es war ein Samstagmorgen wie jeder, nur dass ich heute nicht wie gewöhnlich ausschlief, sondern zur Schule ging. - - - - Rede für das Absolvententreffen zum 25 jährigen Schuljubiläum (28.09.2013) - https://eesev9ie.github.io/de/25-jahre-gcg/rede-fr-schmidt/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/rede-fr-schmidt/ - Liebe Alumni/Absolventen, liebe Gäste, -ich bin vor 5 Jahren von 2 Teilnehmern des Absolvententreffens anläßlich des 20 jährigen Bestehens des GCG kritisiert worden, mich nicht vorgestellt zu haben. - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/page/1/index.html b/public/de/25-jahre-gcg/page/1/index.html deleted file mode 100644 index e1b1b45e..00000000 --- a/public/de/25-jahre-gcg/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/25-jahre-gcg/ \ No newline at end of file diff --git a/public/de/25-jahre-gcg/programm/index.html b/public/de/25-jahre-gcg/programm/index.html deleted file mode 100644 index 97ecff0b..00000000 --- a/public/de/25-jahre-gcg/programm/index.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - 25-jähriges Festprogramm Freitag - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • 25-jähriges Festprogramm Freitag
  • -
-

-
-
-
-
- - -
-
-
-
-
-

Georg-Cantor-Gymnasium Halle (Saale)

-

Programm zur Festveranstaltung „25 Jahre GCG“

-

Freitag, 27.09.2013, 14:00 Uhr

-
    -
  • -

    Have a nice day
    -Text und Musik: Lorenz Maierhofer

    -
  • -
  • -

    Da steht eine Burg überm Tale
    -Melodie: Gerd Ochs; Text: Joseph von Eichendorff

    -
  • -
  • -

    Nocturne f-Moll op.55
    -Frédéric Chopin

    -
  • -
  • -

    Ansprache des Schulleiters OStD Dr. Müller

    -
  • -
  • -

    Grußwort des Bürgermeisters Egbert Geier

    -
  • -
  • -

    Grußwort des Vorsitzenden des 1. Schulelternrates Prof. Dr. Schwieger

    -
  • -
  • -

    Grußwort des 1. Cantorpreisträgers Dr. Hartling

    -
  • -
  • -

    Unterzeichnung des Kooperationsvertrages mit dem Salinetechnicum

    -
  • -
  • -

    Meditation aus Thaïs
    -Jules Massenet

    -
  • -
  • -

    Festvortrag des Rektors der Martin-Luther-Universität Halle-Wittenberg Prof. Dr. Sträter

    -
  • -
  • -

    New Soul
    -Musik und Text: Yael Naim
    -Arrangement für Flöte: Uwe Bye

    -
  • -
  • -

    So what
    -Musik und Text: Schuster, J., Martin, M.
    -Arrangement für Flöte: Uwe Bye

    -
  • -
-

Mitwirkende: Chor und Solisten des GCG unter Leitung von Margrit Bethin und Margit Büttner

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/25-jahre-gcg/rede-fr-schmidt/index.html b/public/de/25-jahre-gcg/rede-fr-schmidt/index.html deleted file mode 100644 index a863ce5c..00000000 --- a/public/de/25-jahre-gcg/rede-fr-schmidt/index.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - Rede für das Absolvententreffen zum 25 jährigen Schuljubiläum (28.09.2013) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • Rede für das Absolvententreffen zum 25 jährigen Schuljubiläum (28.09.2013)
  • -
-

-
-
-
-
- - -
-
-
-
-
-

Liebe Alumni/Absolventen, liebe Gäste,

-

ich bin vor 5 Jahren von 2 Teilnehmern des Absolvententreffens anläßlich des 20 jährigen Bestehens des GCG kritisiert worden, mich nicht vorgestellt zu haben. Bisweilen bin ich lernfähig. Mein Name ist Kerstin Schmidt, ich bin Lehrerin für Latein und Geschichte und wieder Mitglied des Organisationsteams dieses Treffens. Auch ich möchte Sie im Namen aller Organisatoren recht herzlich begrüßen und einige organisatorische Worte an Sie richten. Zuerst möchte ich Ihnen unser Team vorstellen:

-

In den Händen unseres Oberstufenkoordinators Dr. Koch lag das Anmeldeeprocedere, die Erstellung und Verwaltung der Datenbank. Kurze Bemerkung dazu. Wir können nicht ca. 1500 Alumni persönlich anschreiben. Wie zum 20. haben wir eine erste Infomail an je ca. 2 Kontaktpersonen des Jahrgangs mit Bitte um Weiterleitung gesendet. Das waren bis Jahrgang 2008 die gleichen Personen wie zum 20 jährigen frei nach dem Motto: einmal bereiterklärt, immer bereiterklärt. Ab 2009 kamen natürlich neue Kontaktleute dazu. D.h. wir brauchen Ihre Mithilfe. Auch Facebook nutzten wir. Bei Harry Potter gibt es einen „Raum der Wünsche“, ich hab hier „ein Heft der Wünsche“. Sollten Sie meinen, ok ich kann mit weiterleiten, ich bin die ideale Kontaktperson, die Kontaktperson braucht Hilfe, sind Sie selbst eine Kontaktperson, haben dies verdrängt oder möchten es nieeeeeeeeeee wieder sein, tragen Sie bitte Ihre Veränderungswünsche/Ergänzungen hier ein. Das Heft liegt im Raum 105 aus. Übrigens Jahrgangsgewinner ist mit KP Olli Meyer und Thomas Tannert der Jahrgang 2010 mit 25 Leuten. Zurück zur Orgcrew: Dank an Fr. Lange, sie zeichnet sich verantwortlich für die Ausgestaltung der Räume. Fr. Preiß und Fr. Langer unterstützen seit heut früh diejenigen, die Ihre Gaumen erfreuen werden. Und nicht zu vergessen sei Herr Bader, der eine Lifeübertragung in den Raum 212 auf die Beine gestellt hat. Aber die wohl größte Anerkenung möge unseren 12-ern zuteil werden, die hier schon seit dem vorigen Schuljahr alles geplant haben. Die knallhart kalkulierenden, aber genauso liebevoll agierenden Köpfe der Truppe bitte ich mal aufzustehen: Karl Kuhn, Isabell Weickardt und Chiara Klöckner. Bitte mal einen kräftigen Applaus stellvertretend für alle 12-er. Und das Eintrittsgeld, fließt nicht in dunkle Kanäle, sondern geht zum überwiegenden Teil in die Abikasse, ein Teil wird wieder wie schon zum 20 (da waren die Empfänger unsere ehemalige Schülerin Franziska Flegel und ihre Straßenkinder der Don Boskow Mission in Indien) gespendet. Diesmal spenden wir an unsere Partnerschule in Malawi. Ein Dank geht aber auch von uns an Sie. Vor 5 Jahren nahm die Idee ehemalige und jetzige Schüler in Verbindung zu bringen Gestalt an. 14 Ehemalige gestalteten in unserer Festwoche zum 20-jährigen Talkrunden, hielten Schauvorlesungen mit ganz positiven Rückmeldungen. In den Cantorfora fanden diese Veranstaltungen ihre Fortsetzung. In dem Zusammenhang ein herzlicher Dank an alle Cantorforareferenten und besonders an Stefan Schwarz (Abijahrgang 2002), der ganz wesentlich diese Fora mitorganisiert. Wir freuen uns auf neue Talkrunden. So nun werden wir in unserem Programm fortfahren: Sie hörten zu Beginn Noah Nasarek, ein 12- Klässler, Noah spielt nicht nur excellent Gitarre, er hat sich um das gesamte Musikprogramm gekümmert. Danach möchten wir Sie mit einer kleinen Fotoshow erfreuen, präsentiert von Julian Wendt und Eileen Jordan, die diese fertiggestellt haben. Vor 5 Jahren wurde hier ein Film zum 20 jährigen von Philipp Baldeweg und Christoph Fröhlich gezeigt. Sollte es jemanden geben, der dieses göttliche Werk noch nicht kennt, möge er in den Raum 105, in die chronistische Rumpelkammer kommen, der Film wird dort ca. 15.00 Uhr und 16.00 Uhr nochmals gezeigt. Dort liegt auch das Gästebuch zum fröhlichen Eintragen aus. Nach unserer Fotoshow, spielen Paul Berndt, Philipp Hilgeroth, Samuel Gering und Tobias Spens und Sophie Prokop und erfreuen gewiss ihre Ohren. Und danach können Sie endlich essen, trinken, eine kleine Bemerkung an die Kollegen: sie können sich entweder unter ihre ehemaligen Schüler mischen oder in der Lernwerkstattdinieren- Was gibt es noch zu entdecken? Die „Cantorart“ (von Herrn Rom ins Leben gerufen und von Fr. Rudolph, Fr. Felke und Fr. Hoffmann fortgesetzt), die Ausstellung zur Schulgeschichte (kreiert von unserer Schulchronik Ag, in der 1. Etage an der Wand), die Technikausstellung in der 106, die Nawiplakate hier in der Aula, sie können Keramik und Souvenirs kaufen. Es gibt Schreibutensilien, einen Jubiläumskalender diesmal neben den Kunstwerken auf der Vorderseite mit historischen Rückseiten versehen, vielleicht finden Sie sich selbst sogar wieder. Und Jubiläumsbeutel, reißfest und schön, da müssen Sie einfach zugreifen. Kennt jemand von Ihnen das Schulgebäude nicht, möge er 15.30 oder 16.30 Uhr vor den Raum 105 kommen. Alexandra, Karl, Conrad, Lennart führen sie als junge Schulchronisten durch Haus. Steht bitte mal auf. Suchen Sie jemanden sehnsüchtig und finden ihn nicht oder Clara möchte Franz in einer dunklen Ecke treffen, scheuen Sie sich nicht ins Sekretariat zu gehen, Konrad und Albrecht sind unsere wohltönenden Schulhausstimmen, the voices of GCG. Im Vergleich zum Jahr 2008 haben wir 40 Wiederholungstäter. Wie ist das zu interpretieren? Entweder hat es Ihnen damals gefallen oder wir bekomen eine 2. Chance: Shakespeare hat mal gesagt:Was Ihr nicht tut mit Lust, gedeiht Euch nicht“. Die Orgleute haben mit Lust gearbeitet, (überwiegend) hoffen wir auf ein Gedeihen. Viel Spaß uns allen.

-

Ich übergebe an Noah!

-

(Kerstin Schmidt)

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/404.html b/public/de/404.html deleted file mode 100644 index 4623108b..00000000 --- a/public/de/404.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - 404 Page not found - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

This Page doesn't exist

- Back to Homepage -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/abiturienten/1992/index.html b/public/de/abiturienten/1992/index.html deleted file mode 100644 index e314620f..00000000 --- a/public/de/abiturienten/1992/index.html +++ /dev/null @@ -1,494 +0,0 @@ - - - - Abiturienten 1992 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Klasse 12/1

-

Berg, Falko

-

Dietrich, Falk

-

Fiedler, Andreas

-

Gemert, Ralf

-

Gündel, Jana

-

Kaspereit, Malte

-

Keller, Mario

-

Köhler, Sören

-

Krähnert, Ralph

-

Riemer, Stefan

-

Schaaf, Markus

-

Schwieger, Stephan

-

Usbeck, Clemens

-

Weinel, Christian

-

Klasse 12/2

-

Arndt, Stefan

-

Born, Andreas

-

Gergele, Marco

-

Gillich, Thomas

-

Mazala, René

-

Podhaisky, Helmut

-

Renner, Sascha

-

Rennefahrt, Jens

-

Riedel, Gerald

-

Schöne, Stefan

-

Beste, Ariana

-

Hoffmann, Stephanie

-

Janicke, Kathrin

-

Krake, Kirstin

-

Klasse 12/3

-

Belitz, Matthias

-

Ebelt, Henning

-

Fedelinski, André

-

Henke, Michael

-

Heuer, Thomas

-

Jacobs, Elko

-

Küssner, Andreas

-

Langrock ,Thomas

-

Pallas, Tilo

-

Prüfer, Axel

-

Scholz, Steven

-

Seliger, Gregor

-

Vollrath, Frank

-

Ziermann, Andreas

-

Erfurth, Rebekka

-

Lorenz, Heide

-

Thüring, Jana

-

Klasse 12/4

-

Ehrhoff, Jan

-

Gabler, Andreas

-

Gerisch, Alf

-

Gronau, Daniel

-

Heinrich, Tilo

-

Manthey, Kristof

-

Recknagel, Dominik

-

Stein, Alexander

-

Urban, Mario

-

Waldemeyer, Moritz

-

Apelt, Jan

-

Bierwirth, Daniel

-

Strieg, Holger

-

Wurm, Torsten

-

Großmann, Raven

-

Höwer, Jan

-

Fröhner, Anja

-

Möser, Daniela

-

Ruhwald, Antje

-

Hoffmann, Petra

-

Klasse 12/5

-

Döring, Ulf

-

Fehse, Nico

-

Giewat, Stefan

-

Grimm, Alexander

-

Gürlich, Wolfram

-

Kallenbach, Thilo

-

Kunkel, Torsten

-

Kuhnert, André

-

Mühlhaus, Markua

-

Schütze, Matthias

-

Schwarzer, Jens

-

Thieme, Mario

-

Gebhardt, Uwe

-

Ködderitzsch, Diemo

-

Otto, Carsten

-

Schmidt, Ingomar

-

Zacher, Rico

-

Weiwad, Matthias

-

Kern, Claudia

-

Krumbein, Melanie

-

Körnig, Karen

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/abiturienten/index.html b/public/de/abiturienten/index.html deleted file mode 100644 index bd5c371a..00000000 --- a/public/de/abiturienten/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - Abiturientens - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/abiturienten/index.xml b/public/de/abiturienten/index.xml deleted file mode 100644 index 8be4d400..00000000 --- a/public/de/abiturienten/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Abiturientens on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/abiturienten/ - Recent content in Abiturientens on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Abiturienten 1992 - https://eesev9ie.github.io/de/abiturienten/1992/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/abiturienten/1992/ - Abi foto 1992 - Abi foto 1992 2 - - - - \ No newline at end of file diff --git a/public/de/abiturienten/page/1/index.html b/public/de/abiturienten/page/1/index.html deleted file mode 100644 index 7ee94688..00000000 --- a/public/de/abiturienten/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/abiturienten/ \ No newline at end of file diff --git a/public/de/about/index.html b/public/de/about/index.html deleted file mode 100644 index cdddc9fc..00000000 --- a/public/de/about/index.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - Über die Schule - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Das Georg-Cantor-Gymnasium - ein mathematisch-naturwissenschaftlich-technisches Gymnasium in Halle(Saale)

-
-
-
-
- - - - - -
-
-
-
- - about image - -

Die Geschichte der Schule

-

Im Jahr 1986 gab es in der damaligen DDR bereits einige Spezialschulen mathematisch – naturwissenschaftlich – technischer Richtung. -Der Bezirk Halle verfügte noch nicht über eine solche Einrichtung, doch der Industriebezirk Halle mit seinen Standorten Leuna und Buna verlangte zunehmend nach hochqualifizierten und leistungsbereiten jungen Menschen. So fasste der damalige Rat des Bezirkes Halle im Herbst 1986 den Beschluss, in Halle – Neustadt eine Spezialschule für leistungsbereite, lernmotivierte Schüler mit Interesse an mathematisch – naturwissenschaftlich – technischen Problemen zu gründen. -Ab September 1988 sollten Schüler ab der Klasse 9 an dieser Schule lernen und bis zur Hochschulreife geführt werden. Es blieb ein Jahr Zeit, die bereits bestehende 28. POS „Ernst Hausmann“ in eine Spezialschule zu verwandeln, die den Anforderungen gerecht wurde. -Nach der Übernahme der rekonstruierten ehemaligen Kindereinrichtung „Mischka der Bär“ begann ein Jahr später der Internatsbetrieb.

-

Am 01. September 1988 fand die Feierstunde zur Eröffnung der Spezialschule mathematisch – naturwissenschaftlich – technischer Richtung „Ernst Hausmann“ statt.

-

Mit 54 Schülern, 16 Lehrern, 3 Erzieherinnen und 17 technischen Kräften begann der Schulbetrieb.

-

Die wissenschaftlich praktische Ausbildung erfolgte in enger Kooperation mit der MLU Halle, der PH Halle, der TH Merseburg und den Leuna – Werken.

-

Im Juli 1989 hielt internationale Atmosphäre in unsere Schule Einzug, als sie Austragungsort des theoretischen Teils der internationalen Chemieolympiade wurde.

-

Im August 1990 wurden erstmals Schüler für den Schuljahrgang 7 aufgenommen. Die Schülerzahl stieg ab 1991/92 auf 340 und bis 2008 auf 519.

-

Am 07.03.1991 wurde dem Gymnasium der Name des berühmten halleschen Mathematikers Georg Cantor verliehen.

-

Leitbild des Georg-Cantor-Gymnasiums

-

Auf der Grundlage einer breiten humanistischen Bildung, die alle Werte menschlicher Kultur einschließt, widmet sich das Georg-Cantor-Gymnasium der Förderung von Schülerinnen und Schülern, die bereit und in der Lage sind, auf mathematisch-naturwissenschaftlichem Gebiet mehr zu leisten. Wir verwirklichen damit den sittlichen Gleichheitsgrundsatz des §1 des Schulgesetzes Sachsen-Anhalts, indem wir unseren Schülerinnen und Schülern die Möglichkeit geben, sich nach ihren Fähigkeiten in besonderer Weise zu entwickeln.

-

Um diesem hohen Anspruch gerecht zu werden, verfügen wir über reichhaltige und langjährige Erfahrungen zur optimalen Förderung der Lernenden.

-

Das Wissensniveau unserer Schülerinnen und Schüler ist hoch, sie sind leistungsfähig und interessiert. Spitzenergebnisse in den verschiedenen Wettbewerben sowie im Abitur unterstreichen diesen Leistungsanspruch nachdrücklich. Auf ein Studium sind unsere Absolventinnen und Absolventen optimal vorbereitet.

-

Auf der Grundlage der in Sachsen-Anhalt gültigen Rahmenrichtlinien wird nach schulinternen Plänen gearbeitet. In zusätzlichen Stunden für Mathematik, Informatik und die Naturwissenschaften werden Unterrichtsinhalte vertieft sowie Erweiterungsthemen und profilbedingte Zusatzbereiche vermittelt.

-

Durch vielfältige Beziehungen zu außerschulischen Partnern wird der Unterricht lebensnah und lebendig gestaltet. Das Frühstudium (Uni Halle, HS Merseburg) ermöglicht eine besonders intensive Ausbildung in Physik, Chemie, Biologie und Mathematik.

-

Die Förderung interessierter und begabter Schülerinnen und Schüler beschrankt sich nicht nur auf den obligatorischen Unterricht. In Arbeitsgemeinschaften und in Spezialkursen werden weitere Fachkenntnisse erworben oder individuelle Interessen und Neigungen gepflegt.

-

Das Georg-Cantor-Gymnasium hat sich im Laufe der vergangenen zwei Jahrzehnte zu einem der leistungsstärksten Gymnasien im südlichen Sachsen-Anhalt entwickelt.

-

Ein Klima der Aufgeschlossenheit, Toleranz und freudvollen Zusammenarbeit wird von Schülern und Eltern gleichermaßen geschätzt.

- -
-
-
-
- - - - - -
-
-
- - -
-
-

0

-
Schüler
-
-
- -
-
-

0

-
Lehrer
-
-
- -
-
-

0

-
Neue Schüler -werden jedes Jahr aufgenommen
-
-
- -
-
-
- - - - - - - - -
-
-
-
- - - -
-
-
-

Über die Schule

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

-
-
-
-
-
- - - - - -
-
-
-
-

Unsere Lehrer

-
-
-
- - -
-
- Frau Schapitz -
-

Frau Schapitz

-

Fremdsprachen

-
    - -
-
-
- -
- -
-
- Yves Bauer -
-

Yves Bauer

-

Ganztagsangebote/Digitalität und Technik

-
    - -
  • -
  • - -
-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/about/index.xml b/public/de/about/index.xml deleted file mode 100644 index 209f7b2e..00000000 --- a/public/de/about/index.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - Über die Schule on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/about/ - Recent content in Über die Schule on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - \ No newline at end of file diff --git a/public/de/anmeldung/anmeldung-formular/index.html b/public/de/anmeldung/anmeldung-formular/index.html deleted file mode 100644 index a3e979a1..00000000 --- a/public/de/anmeldung/anmeldung-formular/index.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - Anmeldung - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Geschrieben von - :
  • - -
  • Datum - :01 Jan, 0001
  • - -
  • Kategorie - :
  • - -
-
- -
-
-
- -
-

Bis zum 11.02.2020 müssen:

- -

am Georg-Cantor-Gymnasium eingereicht werden.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/anmeldung/aufnahmeprüfung/index.html b/public/de/anmeldung/aufnahmeprüfung/index.html deleted file mode 100644 index 6385d6d1..00000000 --- a/public/de/anmeldung/aufnahmeprüfung/index.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - Aufnahmeprüfung - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Geschrieben von - :
  • - -
  • Datum - :01 Jan, 0001
  • - -
  • Kategorie - :
  • - -
-
- -
-
-
- -
-

Zur Aufnahme am Georg-Cantor-Gymnasium muss eine Aufnahmeprüfung absolviert werden, die aus:

-
    -
  • kognitivem Fähigkeitstest(90 Minuten)
  • -
  • Mathematikklausur(60 Minuten)
  • -
-

besteht.

-

Übungsmöglichkeiten für den kognitiven Fähigkeitstest finden Sie hier.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/anmeldung/ergebnisse/index.html b/public/de/anmeldung/ergebnisse/index.html deleted file mode 100644 index c2b893cc..00000000 --- a/public/de/anmeldung/ergebnisse/index.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - Ergebnisse - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Geschrieben von - :
  • - -
  • Datum - :01 Jan, 0001
  • - -
  • Kategorie - :
  • - -
-
- -
-
-
- -
-

Bis zum 20.04.2020 werden ihnen die Ergebnisse der Aufnahmeprüfung schriftlich mitgeteilt.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/anmeldung/index.html b/public/de/anmeldung/index.html deleted file mode 100644 index d3fc8b49..00000000 --- a/public/de/anmeldung/index.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - Anmeldung - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Hier finden Sie die Informationen zur Anmeldung am Georg-Cantor-Gymnasium

-
-
-
-
- - - -
-
-
- -
-

Voraussetzungen

-

Für die Aufnahme am Georg-Cantor-Gymnasium müssen folgende Voraussetzungen erfüllt werden:

-
    -
  • termingerechte Anmeldung
  • -
  • mindestens Note 2 in den Fächern des inhaltlichen Schwerpunkts
  • -
  • eine erfolgreich bestandene Aufnahmeprüfung
  • -
- -
-
-
- - -
-
- -
-

Anmeldung

-

Bis zum 11.02.2020 müssen:

- -

am Georg-Cantor-Gymnasium eingereicht werden.

-
-
-
- -
- -
-
- -
-

Aufnahmeprüfung

-

Zur Aufnahme am Georg-Cantor-Gymnasium muss eine Aufnahmeprüfung absolviert werden, die aus:

-
    -
  • kognitivem Fähigkeitstest(90 Minuten)
  • -
  • Mathematikklausur(60 Minuten)
  • -
-

besteht.

-

Übungsmöglichkeiten für den kognitiven Fähigkeitstest finden Sie hier.

-
-
-
- -
- -
-
- -
-

Ergebnisse

-

Bis zum 20.04.2020 werden ihnen die Ergebnisse der Aufnahmeprüfung schriftlich mitgeteilt.

-
-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/anmeldung/index.xml b/public/de/anmeldung/index.xml deleted file mode 100644 index 984701da..00000000 --- a/public/de/anmeldung/index.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - Anmeldung on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/anmeldung/ - Recent content in Anmeldung on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Anmeldung - https://eesev9ie.github.io/de/anmeldung/anmeldung-formular/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/anmeldung/anmeldung-formular/ - Bis zum 11.02.2020 müssen: - eine schriftliche Anmeldung eine Kopie des Halbjahreszeugnisses die Schullaufbahnerklärung am Georg-Cantor-Gymnasium eingereicht werden. - - - - Aufnahmeprüfung - https://eesev9ie.github.io/de/anmeldung/aufnahmepr%C3%BCfung/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/anmeldung/aufnahmepr%C3%BCfung/ - Zur Aufnahme am Georg-Cantor-Gymnasium muss eine Aufnahmeprüfung absolviert werden, die aus: - - - - Ergebnisse - https://eesev9ie.github.io/de/anmeldung/ergebnisse/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/anmeldung/ergebnisse/ - Bis zum 20.04.2020 werden ihnen die Ergebnisse der Aufnahmeprüfung schriftlich mitgeteilt. - - - - \ No newline at end of file diff --git a/public/de/author/cantortechnik-ag/index.html b/public/de/author/cantortechnik-ag/index.html deleted file mode 100644 index d19cc456..00000000 --- a/public/de/author/cantortechnik-ag/index.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - CantorTechnik AG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-
- - - -
-

- CantorTechnik AG -

-
-
-
-

Wir sind eine AG am Georg-Cantor-Gymnasium, welche sich mit allen Themen rund um Digitalität am Georg-Cantor-Gymnasium beschäftigt.Desweiteren betreiben wird die Schulwebsite des GCG.

-

Mehr Infos hier

- -
-
    - -
  • - -
  • - -
-
-
-
-
-
- -
-
-
-
-
-

Geschrieben von CantorTechnik AG

-
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/author/denys-konovalov/index.html b/public/de/author/denys-konovalov/index.html deleted file mode 100644 index b1355178..00000000 --- a/public/de/author/denys-konovalov/index.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - Denys Konovalov - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-
- - - -
-

- Denys Konovalov -

-
-
-
-

Ich bin ein Schüler der 6. Klasse am Georg-Cantor-Gymnasium in Halle(Saale).

-

Als Hobbyprogrammierer und Beileiter der Arbeitsgemeinschaft CantorTechnik leite ich viele Digitalisierungsprojekte wie CantorRepair und betreue diese Internetseite.

- -
-
    - -
  • - -
  • - -
-
-
-
-
-
- -
-
-
-
-
-

Geschrieben von Denys Konovalov

-
-
- -
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/author/index.html b/public/de/author/index.html deleted file mode 100644 index bfbf0925..00000000 --- a/public/de/author/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - Authors - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/author/index.xml b/public/de/author/index.xml deleted file mode 100644 index f40f7b29..00000000 --- a/public/de/author/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Authors on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/author/ - Recent content in Authors on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - CantorTechnik AG - https://eesev9ie.github.io/de/author/cantortechnik-ag/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/author/cantortechnik-ag/ - Wir sind eine AG am Georg-Cantor-Gymnasium, welche sich mit allen Themen rund um Digitalität am Georg-Cantor-Gymnasium beschäftigt. - - - - Denys Konovalov - https://eesev9ie.github.io/de/author/denys-konovalov/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/author/denys-konovalov/ - Ich bin ein Schüler der 6. Klasse am Georg-Cantor-Gymnasium in Halle(Saale). - - - - \ No newline at end of file diff --git a/public/de/author/page/1/index.html b/public/de/author/page/1/index.html deleted file mode 100644 index b7f5d730..00000000 --- a/public/de/author/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/author/ \ No newline at end of file diff --git a/public/de/blog/index.html b/public/de/blog/index.html deleted file mode 100644 index 9baf8901..00000000 --- a/public/de/blog/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - Aktuelles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Hier finden Sie die aktuelen Beiträge aus dem Schulblog.

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/blog/index.xml b/public/de/blog/index.xml deleted file mode 100644 index 1597ccc3..00000000 --- a/public/de/blog/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Aktuelles on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/blog/ - Recent content in Aktuelles on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - Entwicklung neuer Website - https://eesev9ie.github.io/de/blog/new-site/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/blog/new-site/ - Neuanfang Seit Anfang Juli arbeite ich an einer neuen Website für das Georg-Cantor-Gymnasium in Halle und stelle ihnen damit die erste Vorversion vor. - - - - \ No newline at end of file diff --git a/public/de/blog/new-site/index.html b/public/de/blog/new-site/index.html deleted file mode 100644 index 0f6aff4c..00000000 --- a/public/de/blog/new-site/index.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - Entwicklung neuer Website - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Seit mehreren Tagen ist die neue Schulwebsite in Entwicklung.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
- -
- -
-
-
- -
-

Neuanfang

-

Seit Anfang Juli arbeite ich an einer neuen Website für das Georg-Cantor-Gymnasium in Halle und stelle ihnen damit die erste Vorversion vor.

-

Es fehlen noch viele Inhalte und Abschnitte weswegen diese Vorversion dazu da ist, um den Grundaufbau der Website zu verstehen und eine grobe Vorstellung über die Zukunft der Schulwebsite zu bilden.

-

Diese Website wurde vom Grund auf neu erstellt und basiert auf dem statischen Websitengenerator HUGO und dem Template Educenter von Themefisher.

-

Der Inhalt der Website wird mit Hilfe von Markdown verfasst.

-

Quellen

-
    -
  • Der Quellcode der Website wird hierauf GitHub gespeichert
  • -
  • Die Website wird vorerst mit Hilfe von Netlify gehostet
  • -
-

Kontakt

-

Wenn Sie Fragen oder Vorschläge zur Entwicklung der Website haben können Sie das Kontaktformular auf meiner Website nutzen.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/blog/page/1/index.html b/public/de/blog/page/1/index.html deleted file mode 100644 index 38b436b1..00000000 --- a/public/de/blog/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/blog/ \ No newline at end of file diff --git a/public/de/cantorpreis/1996/index.html b/public/de/cantorpreis/1996/index.html deleted file mode 100644 index d55ca93b..00000000 --- a/public/de/cantorpreis/1996/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Robert Strich - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Mathematik und Physik in Göttingen, 2002 Abschluss Diplom-Physiker, bis 2007 Promotion in Mathematik an der University of Florida, 2008 bis 2009 Referendariat in Würzburg, 2009 2. Staatexamen, seit 2009 Lehrer in Würzburg

-
-
-
-
- - - -
-
-
-
- Robert Strich -
-
-

Robert Strich

-
1996
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/1997/index.html b/public/de/cantorpreis/1997/index.html deleted file mode 100644 index e9ac3381..00000000 --- a/public/de/cantorpreis/1997/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Andreas Tannert - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Biochemie in Halle und Leipzig, IT-Berater in Leipzig

-
-
-
-
- - - -
-
-
-
- Andreas Tannert -
-
-

Andreas Tannert

-
1997
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/1998/index.html b/public/de/cantorpreis/1998/index.html deleted file mode 100644 index 67314a2d..00000000 --- a/public/de/cantorpreis/1998/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Martin Schultze - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Wirtschaftsmathematik in Halle, Wirtschaftsmathematiker bei der Dexia Kommunalbank in Berlin

-
-
-
-
- - - -
-
-
-
- Martin Schultze -
-
-

Martin Schultze

-
1998
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/1999/index.html b/public/de/cantorpreis/1999/index.html deleted file mode 100644 index 93e86997..00000000 --- a/public/de/cantorpreis/1999/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Stephan Diestelhorst - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Informatik in Dresden, Studienaufenthalt in Cambridge, Informatiker bei der Firma AMD in Dresden, Promovend TU Dresden

-
-
-
-
- - - -
-
-
-
- Stephan Diestelhorst -
-
-

Stephan Diestelhorst

-
1999
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2000/index.html b/public/de/cantorpreis/2000/index.html deleted file mode 100644 index 33063bff..00000000 --- a/public/de/cantorpreis/2000/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Torsten Stüber - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Informatik in Dresden, Internationaler Masterstudiengang Computational Logic, Studienaufenthalt University of Auckland, Neuseeland, Erlangung des Grades Master of Science in Computer Science, Promotion an der TU Dresden, wissenschaftlicher Mitarbeiter TU Dresden

-
-
-
-
- - - -
-
-
-
- Torsten Stüber -
-
-

Torsten Stüber

-
2000
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2001/index.html b/public/de/cantorpreis/2001/index.html deleted file mode 100644 index 3dbdcbc1..00000000 --- a/public/de/cantorpreis/2001/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Lars Kasper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Physik in Göttingen, Doktorand der Physik an der Eidgenoessischen Technischen Hochschule (ETH) Zuerich

-
-
-
-
- - - -
-
-
-
- Lars Kasper -
-
-

Lars Kasper

-
2001
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2002/index.html b/public/de/cantorpreis/2002/index.html deleted file mode 100644 index 04647051..00000000 --- a/public/de/cantorpreis/2002/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Maria Hörnke - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Chemie in Halle und Burgos (Spanien), Doktorand der Chemie in Potsdam, 2012 Promotion, Postdoc, Universität Göteborg

-
-
-
-
- - - -
-
-
-
- Maria Hörnke -
-
-

Maria Hörnke

-
2002
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2003/index.html b/public/de/cantorpreis/2003/index.html deleted file mode 100644 index 022586fe..00000000 --- a/public/de/cantorpreis/2003/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Susanne Havranek - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Pharmazie in Leipzig, Apothekerin in der Sylter Apotheke in Berlin

-
-
-
-
- - - -
-
-
-
- Susanne Havranek -
-
-

Susanne Havranek

-
2003
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2004/index.html b/public/de/cantorpreis/2004/index.html deleted file mode 100644 index 342c9fd6..00000000 --- a/public/de/cantorpreis/2004/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Marcus Syring - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Schülerratssprecher mit hohem Engagement für die Reko des GCG, Organisator der Schülerdemonstrationen, Studium: Geschichte, Politikwissenschaften und Französisch in Halle, Doktorand an der Eberhard Karls Universität Tübingen

-
-
-
-
- - - -
-
-
-
- Marcus Syring -
-
-

Marcus Syring

-
2004
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2005/index.html b/public/de/cantorpreis/2005/index.html deleted file mode 100644 index a5fb2d6f..00000000 --- a/public/de/cantorpreis/2005/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Martin Maas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium Computer Science with Mathematics in Cambridge

-
-
-
-
- - - -
-
-
-
- Martin Maas -
-
-

Martin Maas

-
2005
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2006/index.html b/public/de/cantorpreis/2006/index.html deleted file mode 100644 index 3ba3946b..00000000 --- a/public/de/cantorpreis/2006/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Udo Dorn - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Chemie in Berlin

-
-
-
-
- - - -
-
-
-
- Udo Dorn -
-
-

Udo Dorn

-
2006
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2007/index.html b/public/de/cantorpreis/2007/index.html deleted file mode 100644 index 44ba9a8a..00000000 --- a/public/de/cantorpreis/2007/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Sebastian Koch/Henning Seidler - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • Sebastian Koch/Henning Seidler
  • -
-

Sebastian Koch: Studium der Engineering physics in München, Doktorand bei Intel Mobile Communications; Henning Seidler: 2007-2010 Bachelor Mathematik in Halle, 2010/2011 Mathematik in Cambridge, 2011/2012 Wissenschaftlicher Mitarbeiter in Kassel, seit 2012 Master Mathematik an der TU Berlin

-
-
-
-
- - - -
-
-
-
- Sebastian Koch/Henning Seidler -
-
-

Sebastian Koch/Henning Seidler

-
2007
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2008/index.html b/public/de/cantorpreis/2008/index.html deleted file mode 100644 index 7c64c223..00000000 --- a/public/de/cantorpreis/2008/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Franziska Flegel - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Entwicklungspolitischer Freiwilligendienst in Indien: Arbeit an einem Straßenkinderprojekt bei den Salesianern Don Boscos, Studium der Physik in Berlin

-
-
-
-
- - - -
-
-
-
- Franziska Flegel -
-
-

Franziska Flegel

-
2008
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2009/index.html b/public/de/cantorpreis/2009/index.html deleted file mode 100644 index eec6ec22..00000000 --- a/public/de/cantorpreis/2009/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Bertram Arnold - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Mathematik in Bonn

-
-
-
-
- - - -
-
-
-
- Bertram Arnold -
-
-

Bertram Arnold

-
2009
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2010/index.html b/public/de/cantorpreis/2010/index.html deleted file mode 100644 index fdb464dc..00000000 --- a/public/de/cantorpreis/2010/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Thomas Tannert - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium Regernerative Energiesysteme an der TU Dresden

-
-
-
-
- - - -
-
-
-
- Thomas Tannert -
-
-

Thomas Tannert

-
2010
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2011/index.html b/public/de/cantorpreis/2011/index.html deleted file mode 100644 index c2c4a43a..00000000 --- a/public/de/cantorpreis/2011/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Maximilian König - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Mathematik in Halle, 2013 Auslandsjahr mit ERASMUS in Montpellier (Südfrankreich)

-
-
-
-
- - - -
-
-
-
- Maximilian König -
-
-

Maximilian König

-
2011
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2012/index.html b/public/de/cantorpreis/2012/index.html deleted file mode 100644 index 15a8d316..00000000 --- a/public/de/cantorpreis/2012/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Sandra Maciag - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Medizin in Halle

-
-
-
-
- - - -
-
-
-
- Sandra Maciag -
-
-

Sandra Maciag

-
2012
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2013/index.html b/public/de/cantorpreis/2013/index.html deleted file mode 100644 index 6390959f..00000000 --- a/public/de/cantorpreis/2013/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Dorothee Henke - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Mathmatik in Bonn

-
-
-
-
- - - -
-
-
-
- Dorothee Henke -
-
-

Dorothee Henke

-
2013
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2014/index.html b/public/de/cantorpreis/2014/index.html deleted file mode 100644 index 6558a13c..00000000 --- a/public/de/cantorpreis/2014/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Paula Hähndel - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Studium der Mathematik in Halle

-
-
-
-
- - - -
-
-
-
- Paula Hähndel -
-
-

Paula Hähndel

-
2014
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/2019/index.html b/public/de/cantorpreis/2019/index.html deleted file mode 100644 index a96cf8ee..00000000 --- a/public/de/cantorpreis/2019/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - Tobias Beschauner - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Biochemie-Studium Heidelberg

-
-
-
-
- - - -
-
-
-
- Tobias Beschauner -
-
-

Tobias Beschauner

-
2019
-

-
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/index.html b/public/de/cantorpreis/index.html deleted file mode 100644 index 967c5311..00000000 --- a/public/de/cantorpreis/index.html +++ /dev/null @@ -1,534 +0,0 @@ - - - - CantorPreis-Träger - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

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

-
-
-
-
- - - -
-
- -
- - -
-
- Andreas Tannert -
-

Andreas Tannert

-

1997

-
-
- -
- -
-
- Bertram Arnold -
-

Bertram Arnold

-

2009

-
-
- -
- -
-
- Dorothee Henke -
-

Dorothee Henke

-

2013

-
-
- -
- -
-
- Franziska Flegel -
-

Franziska Flegel

-

2008

-
-
- -
- -
-
- Lars Kasper -
-

Lars Kasper

-

2001

-
-
- -
- -
-
- Marcus Syring -
-

Marcus Syring

-

2004

-
-
- -
- -
-
- Maria Hörnke -
-

Maria Hörnke

-

2002

-
-
- -
- -
-
- Martin Maas -
-

Martin Maas

-

2005

-
-
- -
- -
-
- Martin Schultze -
-

Martin Schultze

-

1998

-
-
- -
- -
-
- Maximilian König -
-

Maximilian König

-

2011

-
-
- -
- -
-
- Paula Hähndel -
-

Paula Hähndel

-

2014

-
-
- -
- -
-
- Robert Strich -
-

Robert Strich

-

1996

-
-
- -
- -
-
- Sandra Maciag -
-

Sandra Maciag

-

2012

-
-
- -
- -
- - -
- -
-
- Stephan Diestelhorst - -
- -
- -
-
- Susanne Havranek -
-

Susanne Havranek

-

2003

-
-
- -
- -
-
- Thomas Tannert -
-

Thomas Tannert

-

2010

-
-
- -
- -
-
- Tobias Beschauner -
-

Tobias Beschauner

-

2019

-
-
- -
- -
-
- Torsten Stüber -
-

Torsten Stüber

-

2000

-
-
- -
- -
-
- Udo Dorn -
-

Udo Dorn

-

2006

-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/cantorpreis/index.xml b/public/de/cantorpreis/index.xml deleted file mode 100644 index ccb2e85d..00000000 --- a/public/de/cantorpreis/index.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - CantorPreis-Träger on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/cantorpreis/ - Recent content in CantorPreis-Träger on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Andreas Tannert - https://eesev9ie.github.io/de/cantorpreis/1997/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1997/ - - - - - Bertram Arnold - https://eesev9ie.github.io/de/cantorpreis/2009/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2009/ - - - - - Dorothee Henke - https://eesev9ie.github.io/de/cantorpreis/2013/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2013/ - - - - - Franziska Flegel - https://eesev9ie.github.io/de/cantorpreis/2008/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2008/ - - - - - Lars Kasper - https://eesev9ie.github.io/de/cantorpreis/2001/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2001/ - - - - - Marcus Syring - https://eesev9ie.github.io/de/cantorpreis/2004/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2004/ - - - - - Maria Hörnke - https://eesev9ie.github.io/de/cantorpreis/2002/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2002/ - - - - - Martin Maas - https://eesev9ie.github.io/de/cantorpreis/2005/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2005/ - - - - - Martin Schultze - https://eesev9ie.github.io/de/cantorpreis/1998/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1998/ - - - - - Maximilian König - https://eesev9ie.github.io/de/cantorpreis/2011/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2011/ - - - - - Paula Hähndel - https://eesev9ie.github.io/de/cantorpreis/2014/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2014/ - - - - - Robert Strich - https://eesev9ie.github.io/de/cantorpreis/1996/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1996/ - - - - - Sandra Maciag - https://eesev9ie.github.io/de/cantorpreis/2012/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2012/ - - - - - Sebastian Koch/Henning Seidler - https://eesev9ie.github.io/de/cantorpreis/2007/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2007/ - - - - - Stephan Diestelhorst - https://eesev9ie.github.io/de/cantorpreis/1999/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1999/ - - - - - Susanne Havranek - https://eesev9ie.github.io/de/cantorpreis/2003/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2003/ - - - - - Thomas Tannert - https://eesev9ie.github.io/de/cantorpreis/2010/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2010/ - - - - - Tobias Beschauner - https://eesev9ie.github.io/de/cantorpreis/2019/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2019/ - - - - - Torsten Stüber - https://eesev9ie.github.io/de/cantorpreis/2000/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2000/ - - - - - Udo Dorn - https://eesev9ie.github.io/de/cantorpreis/2006/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2006/ - - - - - \ No newline at end of file diff --git a/public/de/categories/digitalisierung/index.html b/public/de/categories/digitalisierung/index.html deleted file mode 100644 index c6e7c473..00000000 --- a/public/de/categories/digitalisierung/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - Digitalisierung - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/categories/digitalisierung/index.xml b/public/de/categories/digitalisierung/index.xml deleted file mode 100644 index b4112adf..00000000 --- a/public/de/categories/digitalisierung/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Digitalisierung on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/categories/digitalisierung/ - Recent content in Digitalisierung on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - Entwicklung neuer Website - https://eesev9ie.github.io/de/blog/new-site/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/blog/new-site/ - Neuanfang Seit Anfang Juli arbeite ich an einer neuen Website für das Georg-Cantor-Gymnasium in Halle und stelle ihnen damit die erste Vorversion vor. - - - - \ No newline at end of file diff --git a/public/de/categories/digitalisierung/page/1/index.html b/public/de/categories/digitalisierung/page/1/index.html deleted file mode 100644 index 45ac0f4d..00000000 --- a/public/de/categories/digitalisierung/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/categories/digitalisierung/ \ No newline at end of file diff --git a/public/de/categories/index.html b/public/de/categories/index.html deleted file mode 100644 index 9a7718f9..00000000 --- a/public/de/categories/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - Categories - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/categories/index.xml b/public/de/categories/index.xml deleted file mode 100644 index 3c9f5c64..00000000 --- a/public/de/categories/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Categories on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/categories/ - Recent content in Categories on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - Digitalisierung - https://eesev9ie.github.io/de/categories/digitalisierung/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/categories/digitalisierung/ - - - - - \ No newline at end of file diff --git a/public/de/categories/page/1/index.html b/public/de/categories/page/1/index.html deleted file mode 100644 index 653c67bf..00000000 --- a/public/de/categories/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/categories/ \ No newline at end of file diff --git a/public/de/contact/index.html b/public/de/contact/index.html deleted file mode 100644 index 460e343b..00000000 --- a/public/de/contact/index.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - Kontakt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Eine Nachricht schreiben.

-
-
-
-
- - - -
-
-
-
-

Kontakt aufnehmen

-
-
-
-
-
- - - - - -
-
-
-

Wenn Sie noch weitere Fragen haben, können Sie hiermit eine Nachricht an die Schulleitung unserer Schule schreiben.

-

Das Kontaktformular wird nicht bedient.

- - +49345 6903156 - schulleitung@cantor-gymnasium.de - Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale) -
-
-
-
- - - -
- -
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/contact/index.xml b/public/de/contact/index.xml deleted file mode 100644 index 650c6376..00000000 --- a/public/de/contact/index.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - Kontakt on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/contact/ - Recent content in Kontakt on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - \ No newline at end of file diff --git a/public/de/event/index.html b/public/de/event/index.html deleted file mode 100644 index 58100e4f..00000000 --- a/public/de/event/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Termine - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Hier sind alle Termine für das Laufende bzw. nächste Schuljahr aufgelistet.

-
-
-
-
- - - -
-
-
- - -
-
-
- Vorstellung Website Vorversion -
15
Jul
-
-
- -

Georg-Cantor-Gymnasium, Halle(Saale)

-

Vorstellung Website Vorversion

-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/event/index.xml b/public/de/event/index.xml deleted file mode 100644 index 4627c0b1..00000000 --- a/public/de/event/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Termine on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/event/ - Recent content in Termine on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Wed, 15 Jul 2020 15:00:00 +0100 - - - - - - Vorstellung Website Vorversion - https://eesev9ie.github.io/de/event/vorstellung-website/ - Wed, 15 Jul 2020 15:00:00 +0100 - - https://eesev9ie.github.io/de/event/vorstellung-website/ - Bei der abschließenden Dienstberatung am 15.07.2020 wird die Vorversion der neuen Schulwebsite den Lehrern vorgestellt. - - - - \ No newline at end of file diff --git a/public/de/event/vorstellung-website/index.html b/public/de/event/vorstellung-website/index.html deleted file mode 100644 index b4384712..00000000 --- a/public/de/event/vorstellung-website/index.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - Vorstellung Website Vorversion - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • Vorstellung Website Vorversion
  • -
-

-
-
-
-
- - - -
-
-
-
-

Vorstellung Website Vorversion

-
- -
- Vorstellung Website Vorversion -
-
- -
-
-
    -
  • -
    - -
    -
    ORT
    -

    Georg-Cantor-Gymnasium, Halle(Saale)

    -
    -
    -
  • -
  • -
    - -
    -
    DATUM
    -

    15 Jul, 2020

    -
    -
    -
  • -
  • -
    - -
    -
    ZEIT
    -

    15:00

    -
    -
    -
  • - -
-
- -
-
-
-
- -
-
-

Bei der abschließenden Dienstberatung am 15.07.2020 wird die Vorversion der neuen Schulwebsite den Lehrern vorgestellt.

-

Diskussionen

-

Bei der Vorstellung muss über folgende umstrittene Themen diskutiert werden:

-
    -
  • Liste aller Lehrer
  • -
-
-

Informationen(Name, Kontaktdaten, Fächer …)

-
-
    -
  • Kontaktformulare für Lehrer
  • -
  • Englische Übersetzung der Website
  • -
-

- -
-
-
-
- - - -
-
-
-
-

Weitere Termine

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/forms/anmeldeformular/index.html b/public/de/forms/anmeldeformular/index.html deleted file mode 100644 index 4e903096..00000000 --- a/public/de/forms/anmeldeformular/index.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - Aufnahmeantrag - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-

Aufnahmeantrag

-
- -
- Aufnahmeantrag -
-
- -
-
-

Hier kann das Anmeldeformular für die Aufnahmeprüfung am Georg-Cantor-Gymnasium heruntergeladen werden.

-

Download

-

Aufnahmeantrag

-

Datenschutzhinweise

-

Ihre Angaben werden gem. der aktuell gültigen Datenschutzverordnung EU-DSGVO erhoben. Die Speicherung der Daten erfolgt elektronisch und in Akten. Die weitere Datenverarbeitung richtet sich nach den o.g. Vorschriften. Diese Daten werden für Zwecke der Bearbeitung Ihres Anliegens und der Kontaktaufnahme mit Ihnen gespeichert.
-Die Löschung derselben erfolgt, sobald deren Speicherung für die Bearbeitung nicht mehr erforderlich ist.
-Sie haben ein Recht auf unentgeltliche Auskunft und Akteneinsicht. Bei vermuteten Verletzungen des Datenschutzrechts können Sie sich an den Datenschutzbeauftragten Ihres Bundeslandes wenden.

- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/forms/gesundheitsbogen/index.html b/public/de/forms/gesundheitsbogen/index.html deleted file mode 100644 index ed381c3e..00000000 --- a/public/de/forms/gesundheitsbogen/index.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - Gesundheitsbogen Coronavirus - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-

Gesundheitsbogen Coronavirus

-
- -
- Gesundheitsbogen Coronavirus -
-
- -
-
-

Für den Schutz unserer Schüler und Lehrer vor dem Coronavirus muss jede Woche der vollständig ausgefüllte und von einem Erziehungsberechtigten unterschriebene Gesundheitsbogen abgegeben werden.

-

Bei Anfrage können die Informationen an die Gesundheitsbehörden weitergegeben werden.

-

Download

-

Der Gesundheitsbogen kann hier heruntergeladen werden.

-

Datenschutzhinweise

-

Diese Selbstauskunft und die dort eingetragenen personenbezogenen Daten werden ausschließlich in der Schule und ausschließlich in Papierform (keine elektronische Speicherung) aufbewahrt.

-

Eine weitere Datenverarbeitung findet nur statt, wenn innerhalb von vier Wochen nach Abgabe der Erklärung in der Schule festgestellt werden sollte, dass die Schülerin oder der Schüler eine ihrer/seiner Kontaktpersonen in diesem Schulgebäude positiv auf COVID-19 getestet werden sollte. In diesem Fall werden die personenbezogenen Daten genutzt, um mögliche Kontaktpersonen identifizieren zu können. Die Daten würden in diesem Fall auch an die örtlichen Gesundheitsbehörden weitergegeben werden.

-

Die Datenerhebung, Datenaufbewahrung und evtl. Datenverwendung dienen also ausschließlich dem Gesundheitsschutz der Schülerin/des Schülers und möglicher Kontaktpersonen.

-

Die Daten werden spätestens sechs Wochen nach Abgabe der Erklärung in der Schule vernichtet.

- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/forms/index.html b/public/de/forms/index.html deleted file mode 100644 index ef188d65..00000000 --- a/public/de/forms/index.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - Formulare - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Hier finden Sie schulische Unterlagen und Anmeldeformulare als PDF zum Download.

-
-
-
-
- - - -
-
-
- - -
-
- Aufnahmeantrag -
-

Aufnahmeantrag

-

Hier kann das Anmeldeformular für die Aufnahmeprüfung am Georg-Cantor-Gymnasium heruntergeladen …

-
-
- - -
-
- Gesundheitsbogen Coronavirus -
-

Gesundheitsbogen Coronavirus

-

Für den Schutz unserer Schüler und Lehrer vor dem Coronavirus muss jede Woche der vollständig …

-
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/forms/index.xml b/public/de/forms/index.xml deleted file mode 100644 index 06e4b942..00000000 --- a/public/de/forms/index.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Formulare on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/forms/ - Recent content in Formulare on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sun, 12 Jul 2020 15:27:17 +0600 - - - - - - Aufnahmeantrag - https://eesev9ie.github.io/de/forms/anmeldeformular/ - Sun, 12 Jul 2020 15:27:17 +0600 - - https://eesev9ie.github.io/de/forms/anmeldeformular/ - Hier kann das Anmeldeformular für die Aufnahmeprüfung am Georg-Cantor-Gymnasium heruntergeladen werden. - - - - Gesundheitsbogen Coronavirus - https://eesev9ie.github.io/de/forms/gesundheitsbogen/ - Thu, 09 Jul 2020 15:27:17 +0600 - - https://eesev9ie.github.io/de/forms/gesundheitsbogen/ - Für den Schutz unserer Schüler und Lehrer vor dem Coronavirus muss jede Woche der vollständig ausgefüllte und von einem Erziehungsberechtigten unterschriebene Gesundheitsbogen abgegeben werden. - - - - \ No newline at end of file diff --git a/public/de/ganztagsangebote/blendergame/index.html b/public/de/ganztagsangebote/blendergame/index.html deleted file mode 100644 index 7d51f754..00000000 --- a/public/de/ganztagsangebote/blendergame/index.html +++ /dev/null @@ -1,486 +0,0 @@ - - - - Blender Game - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

desc

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

Blender Game

-
- -
-
-
    -
  • -
    - -
    -
    DATUM
    -

    Montag, 6.- 7. Stunde

    -
    -
    -
  • -
  • -
    - -
    -
    DAUER
    -

    2 Stunden

    -
    -
    -
  • -
  • -
    - -
    -
    KLASSE(N)
    -

    alle Klassenstufen

    -
    -
    -
  • -
-
- - -
-
-
-
- -
-
-

Über die AG

-

Das freie 3D OpenSource-Programm “Blender” hat eine eigene kostenlose Spiele-Engine mit deren Hilfe 3D Computerspiele entwickelt werden können.

-

In der AG wirst du dein eigenes 3D-Computerspiel entwickeln, bzw. mit anderen Schüler(inne)n gemeinsam euer eigenes Spiel gestalten und programmieren.

-

Dabei erlernst du Grundlagen von 3D-Modelierung und 3D-Design und lernst mit einem 3D-Designprogramm umzugehen.

-

Des weiteren werden müssen logische Zusammenhänge von Figuren erstellt und programmiert werden.

-

Dabei kommt die Programmiersprache Python zum Einsatz, deren Grundladen auch erlernt werden müüssen.

-

Themen

-
    -
  • Erlangen von Basiswissen im 3D-Design mit Blender
  • -
  • Grundlegende Arbeit mit 3D-Modellen
  • -
  • Erstellung von 3D-Figuren
  • -
  • Planung von Bewegungen und Zusammenhängen
  • -
  • Entwicklung einer Virtuellen Landschaft
  • -
  • Erlernen von Grundlagen der Programmiersprache Python
  • -
-

Ziele

-
    -
  • Erlernen vom Umgang mit 3D-Design
  • -
  • Entwicklung eigener Computerspiele
  • -
  • Planung von Charaktern, Ladschaften und Spielideen
  • -
  • Endziel: Entwicklung eines fertigen, funktionsfähigen, durchgeplanten und spielbaren Computerspiels
  • -
-

Mittel

-

In der AG werden wir mit folgenden Programmen arbeiten:

-
    -
  • UPGBE(Da die Weiterentwicklung der Blender Game Engine eingestellt wurde, wird diese vom Community-Projekt UPBGE weiterentwickelt.)
  • -
  • MakeHuman
  • -
- -
- -
-
Leiter
- -
-
- Yves Bauer -
-

Yves Bauer

- Ganztagsangebote/Digitalität und Technik -
-
- -
- -
-
-
-
-
- - - -
-
-
-
-

Andere Arbeitsgemeinschaften

-
-
-
- - - -
-
- Mathematik(Klasse 5) -
-
    -
  • Donnerstag, 7. - 8. Stunde

  • -
  • Mathematik/Naturwissenschaften

  • -
  • 5 Klasse

  • -
-

Mathematik(Klasse 5)

- - Der AG beitreten -
-
- -
- -
-
- CantorTechnik -
-
    -
  • Donnerstag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

CantorTechnik

- - Der AG beitreten -
-
- -
- -
-
- Nawigator -
-
    -
  • nach Vereinbarung

  • -
  • Naturwissenschaften

  • -
  • ab Klasse 7 (Kleingruppen)

  • -
-

Nawigator

- - Der AG beitreten -
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/ganztagsangebote/cantortechnik/index.html b/public/de/ganztagsangebote/cantortechnik/index.html deleted file mode 100644 index 07995ed0..00000000 --- a/public/de/ganztagsangebote/cantortechnik/index.html +++ /dev/null @@ -1,487 +0,0 @@ - - - - CantorTechnik - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

desc

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

CantorTechnik

-
- -
-
-
    -
  • -
    - -
    -
    DATUM
    -

    Donnerstag, 6.- 7. Stunde

    -
    -
    -
  • -
  • -
    - -
    -
    DAUER
    -

    2 Stunden

    -
    -
    -
  • -
  • -
    - -
    -
    KLASSE(N)
    -

    alle Klassenstufen

    -
    -
    -
  • -
-
- - -
-
-
-
- -
-
-

Über die AG

-

CantorTechnik ist eine Arbeitsgemeinschaft für in Technik interessierte Schüler am GCG.

-

Unsere AG ist in Themenbereiche aufgeteilt, die getrennt von einander arbeiten und sich auf verschiedene Themen konzentrieren.

-

Dies ist darauf abgezielt, dass an verschiedenen Technikthemen in einer Arbeitsgemeinschaft zusammenfasst und immer wieder etwas anderes machen kann ohne dafür eine andere Arbeitsgemeinschaft besuchen zu müssen.

-

In dieser Arbeitsgemeinschaft kannst du ohne jegliche Kenntnisse in Programmierung verschiedenen Programmiersprachen erlernen, und eigene Programme entwickeln.

-

Des weiteren kannst du an der Themengruppe CantorArduino teilnehmen und mit Hilfe des Entwicklungsboards Arduino verschiedene elektronische Bauteile am Computer mit der Programmiersprache C++ ansteuern.

-

Die Verknüpfung dieser beiden Bereiche ergibt CantorRobotik - Einen Themenbereich indem Roboter auf Basis von Arduino und Raspberry Pi entwickelt, gebaut und programmiert werden. Diese Roboter bekommen Sensoren, Kameras und andere Datenerfassungsgeräte, wodurch diese zu Multimediarobotern werden. Die Daten werden wiederrum in einem z.B. in der Programmiersprache Python geschriebenen Programm verarbeitet und gespeichert.

-

Doch um dies alles zu machen brauchen wir Computer. Da wir aber nicht an einen Computerraum angewiesen sein wollen benutzen wir ale Laptops, die früher in der Schule im Einsatz waren. Doch um diese Laptops richtig benutzen zu können, reparieren wir diese und installieren darauf das Betriebssystem Debian Linux. Doch um auch anderen Schülern die Möglichkeit bereitzustellen, z.B. im Unterricht oder für Arbeitsgemeinschaften diese Laptops zu verwenden, haben wir eine weitere Themengruppe gebildet - CantorRepair. In CantorRepair reparieren wir Schullaptops und installieren darauf ein neueres Betriebssystem, z.B. Debian Linux und stellen diese anderen Schülern zur Nutzung zur Verfügung. Des weiteren beschäftigen wir uns mit der Wartung dieser Technik.

-

Um anderen einen Einblick in unser AG-Leben zu verschaffen, haben wir die letzte Themengruppe erstellt - CantorMedia.

-

In CantorMedia werden aufnahmen von unseren AG-Projekten, Programmiervideos, Tutorials und andere digitalen Medien produziert.

-

Bereiche der AG

-
    -
  • CantorArduino - Entwicklung von IoT-Geräten mit Arduino.
  • -
  • CantorProg - Programmierung von Standalone-Apps mit den Programmiersprachen Python, Java und anderen.
  • -
  • CantorRobotik - Bau von intelligenten Robotern auf Basis von Arduino und Raspberry Pi.
  • -
  • CantorRepair - Reparatur von alten Schulcomputern, Installation und Konfiguration von Linux und anderes …
  • -
  • CantorMedia - Erstellung von Programmiervideos, Tutorials zu Technik und anderen Medieninhalten, Verwaltung des YouTube Kanals CantorTechnik
  • -
-

Themen

-
    -
  • Erlernen der Grundlagen der Programmierung
  • -
  • Erlernen von Linux-Grundlagen
  • -
  • Reparatur von Computern
  • -
  • Arbeit mit Elektronik
  • -
  • Grundlagen der Linux-Konsole
  • -
-

Teilnahme an der AG

-

Wir treffen uns jeden Donnerstag von 13.30 bis ca. 15.30 Uhr im Raum 405.

-

An der Arbeitsgemeinschaft kann jeder unabhängig von Vorkentinissen in Programmierung teilnehmen.

- -
- -
-
Leiter
- -
-
- Yves Bauer -
-

Yves Bauer

- Ganztagsangebote/Digitalität und Technik -
-
- -
- -
-
-
-
-
- - - -
-
-
-
-

Andere Arbeitsgemeinschaften

-
-
-
- - - -
-
- Blender Game -
-
    -
  • Montag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

Blender Game

- - Der AG beitreten -
-
- -
- -
-
- Name der AG -
-
    -
  • Beispieltag, 0. - 0. Stunde

  • -
  • Beispielkategorie/Test

  • -
  • Klassenstufen

  • -
-

Name der AG

- - Der AG beitreten -
-
- -
- -
-
- Mathematik(Klasse 5) -
-
    -
  • Donnerstag, 7. - 8. Stunde

  • -
  • Mathematik/Naturwissenschaften

  • -
  • 5 Klasse

  • -
-

Mathematik(Klasse 5)

- - Der AG beitreten -
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/ganztagsangebote/index.html b/public/de/ganztagsangebote/index.html deleted file mode 100644 index 3f587e9a..00000000 --- a/public/de/ganztagsangebote/index.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - Unsere Ganztagsangebote - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Unsere Schule stellt allen Schülern viele Ganztagsangebote zur Verfügung. Diese sing hier aufgelistet.

-
-
-
-
- - - -
-
-
-
- -
    -
  • Alle
  • - - - - - - - - - - - - - -
  • Digitalität und technik
  • - -
  • Mathematik/ naturwissenschaften
  • - -
  • Beispielkategorie/ test
  • - -
  • Naturwissenschaften
  • - -
-
-
- -
- - -
-
- Blender Game -
-
    -
  • Montag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

Blender Game

- - Der AG beitreten -
-
- -
- -
-
- CantorTechnik -
-
    -
  • Donnerstag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

CantorTechnik

- - Der AG beitreten -
-
- -
- -
-
- Mathematik(Klasse 5) -
-
    -
  • Donnerstag, 7. - 8. Stunde

  • -
  • Mathematik/Naturwissenschaften

  • -
  • 5 Klasse

  • -
-

Mathematik(Klasse 5)

- - Der AG beitreten -
-
- -
- -
-
- Name der AG -
-
    -
  • Beispieltag, 0. - 0. Stunde

  • -
  • Beispielkategorie/Test

  • -
  • Klassenstufen

  • -
-

Name der AG

- - Der AG beitreten -
-
- -
- -
-
- Nawigator -
-
    -
  • nach Vereinbarung

  • -
  • Naturwissenschaften

  • -
  • ab Klasse 7 (Kleingruppen)

  • -
-

Nawigator

- - Der AG beitreten -
-
- -
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/ganztagsangebote/index.xml b/public/de/ganztagsangebote/index.xml deleted file mode 100644 index 14dd06e9..00000000 --- a/public/de/ganztagsangebote/index.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - Unsere Ganztagsangebote on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/ganztagsangebote/ - Recent content in Unsere Ganztagsangebote on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Blender Game - https://eesev9ie.github.io/de/ganztagsangebote/blendergame/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/de/ganztagsangebote/blendergame/ - Über die AG Das freie 3D OpenSource-Programm “Blender” hat eine eigene kostenlose Spiele-Engine mit deren Hilfe 3D Computerspiele entwickelt werden können. - - - - CantorTechnik - https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/ - Über die AG CantorTechnik ist eine Arbeitsgemeinschaft für in Technik interessierte Schüler am GCG. - - - - Mathematik(Klasse 5) - https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/ - Über die AG Im Rahmen des mathematisch-naturwissenschaftlichen Schwerpunkts unserer Schule bieten wir Begabtenförderungsangebote an, in denen Schüler z. - - - - Name der AG - https://eesev9ie.github.io/de/ganztagsangebote/vorlage/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/ganztagsangebote/vorlage/ - Lorem ipsum Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. - - - - Nawigator - https://eesev9ie.github.io/de/ganztagsangebote/nawigator/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/ganztagsangebote/nawigator/ - Über die AG Im Rahmen des mathematisch-naturwissenschaftlichen Schwerpunkts unserer Schule bieten wir Begabtenförderungsangebote in Biologie, Chemie und Physik an. - - - - \ No newline at end of file diff --git a/public/de/ganztagsangebote/mathematik-5/index.html b/public/de/ganztagsangebote/mathematik-5/index.html deleted file mode 100644 index 32bdbd65..00000000 --- a/public/de/ganztagsangebote/mathematik-5/index.html +++ /dev/null @@ -1,458 +0,0 @@ - - - - Mathematik(Klasse 5) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Förderung für in Mathematik begabte Schüler.

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

Mathematik(Klasse 5)

-
- -
-
-
    -
  • -
    - -
    -
    DATUM
    -

    Donnerstag, 7. - 8. Stunde

    -
    -
    -
  • -
  • -
    - -
    -
    DAUER
    -

    Dauer

    -
    -
    -
  • -
  • -
    - -
    -
    KLASSE(N)
    -

    5 Klasse

    -
    -
    -
  • -
-
- - -
-
-
-
- -
-
-

Über die AG

-

Im Rahmen des mathematisch-naturwissenschaftlichen Schwerpunkts unserer Schule bieten wir Begabtenförderungsangebote an, in denen Schüler z.B. auf Mathematikolympiaden vorbereitet werden, oder Themengebiete lernen, die noch nicht im normalen Schulprogramm vorkommen.

-

Themen

-
    -
  • Erlangen von Basiswissen im 3D-Design mit Blender
  • -
  • Grundlegende Arbeit mit 3D-Modellen
  • -
  • Erstellung von 3D-Figuren
  • -
  • Planung von Bewegungen und Zusammenhängen
  • -
  • Entwicklung einer Virtuellen Landschaft
  • -
  • Erlernen von Grundlagen der Programmiersprache Python
  • -
-

Ziele

-
    -
  • Erlernen vom Umgang mit 3D-Design
  • -
  • Entwicklung eigener Computerspiele
  • -
  • Planung von Charaktern, Ladschaften und Spielideen
  • -
  • Endziel: Entwicklung eines fertigen, funktionsfähigen, durchgeplanten und spielbaren Computerspiels
  • -
- -
- -
-
Leiter
- -
-
-
-
-
- - - -
-
-
-
-

Andere Arbeitsgemeinschaften

-
-
-
- - - -
-
- Blender Game -
-
    -
  • Montag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

Blender Game

- - Der AG beitreten -
-
- -
- -
-
- CantorTechnik -
-
    -
  • Donnerstag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

CantorTechnik

- - Der AG beitreten -
-
- -
- -
-
- Nawigator -
-
    -
  • nach Vereinbarung

  • -
  • Naturwissenschaften

  • -
  • ab Klasse 7 (Kleingruppen)

  • -
-

Nawigator

- - Der AG beitreten -
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/ganztagsangebote/nawigator/index.html b/public/de/ganztagsangebote/nawigator/index.html deleted file mode 100644 index 01a8858d..00000000 --- a/public/de/ganztagsangebote/nawigator/index.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - Nawigator - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Begabtenförderung in Biologie, Chemie und Physik

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

Nawigator

-
- -
-
-
    -
  • -
    - -
    -
    DATUM
    -

    nach Vereinbarung

    -
    -
    -
  • -
  • -
    - -
    -
    DAUER
    -

    nach Vereinbarung

    -
    -
    -
  • -
  • -
    - -
    -
    KLASSE(N)
    -

    ab Klasse 7 (Kleingruppen)

    -
    -
    -
  • -
-
- - -
-
-
-
- -
-
-

Über die AG

-

Im Rahmen des mathematisch-naturwissenschaftlichen Schwerpunkts unserer Schule bieten wir Begabtenförderungsangebote in Biologie, Chemie und Physik an.

- -
- -
-
Leiter
- -
-
-
-
-
- - - -
-
-
-
-

Andere Arbeitsgemeinschaften

-
-
-
- - - -
-
- Blender Game -
-
    -
  • Montag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

Blender Game

- - Der AG beitreten -
-
- -
- -
-
- Mathematik(Klasse 5) -
-
    -
  • Donnerstag, 7. - 8. Stunde

  • -
  • Mathematik/Naturwissenschaften

  • -
  • 5 Klasse

  • -
-

Mathematik(Klasse 5)

- - Der AG beitreten -
-
- -
- -
-
- Name der AG -
-
    -
  • Beispieltag, 0. - 0. Stunde

  • -
  • Beispielkategorie/Test

  • -
  • Klassenstufen

  • -
-

Name der AG

- - Der AG beitreten -
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/ganztagsangebote/vorlage/index.html b/public/de/ganztagsangebote/vorlage/index.html deleted file mode 100644 index 01b61d2b..00000000 --- a/public/de/ganztagsangebote/vorlage/index.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - Name der AG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Metabeschreibung

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

Name der AG

-
- -
-
-
    -
  • -
    - -
    -
    DATUM
    -

    Beispieltag, 0. - 0. Stunde

    -
    -
    -
  • -
  • -
    - -
    -
    DAUER
    -

    Dauer

    -
    -
    -
  • -
  • -
    - -
    -
    KLASSE(N)
    -

    Klassenstufen

    -
    -
    -
  • -
-
- - -
-
-
-
- -
-
-

Lorem ipsum

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

-

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

-

Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

-

Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer

- -
- -
-
Leiter
- -
-
-
-
-
- - - -
-
-
-
-

Andere Arbeitsgemeinschaften

-
-
-
- - - -
-
- Mathematik(Klasse 5) -
-
    -
  • Donnerstag, 7. - 8. Stunde

  • -
  • Mathematik/Naturwissenschaften

  • -
  • 5 Klasse

  • -
-

Mathematik(Klasse 5)

- - Der AG beitreten -
-
- -
- -
-
- Nawigator -
-
    -
  • nach Vereinbarung

  • -
  • Naturwissenschaften

  • -
  • ab Klasse 7 (Kleingruppen)

  • -
-

Nawigator

- - Der AG beitreten -
-
- -
- -
-
- Blender Game -
-
    -
  • Montag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

Blender Game

- - Der AG beitreten -
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/gedenktafel-struensee/gedenktafel-1/index.html b/public/de/gedenktafel-struensee/gedenktafel-1/index.html deleted file mode 100644 index 89ed679a..00000000 --- a/public/de/gedenktafel-struensee/gedenktafel-1/index.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - Grußwort Struensee - Gedenktafel - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • Grußwort Struensee - Gedenktafel
  • -
-

-
-
-
-
- - -
-
-
-
-
-

24.04. 2010

-

Der Arzt Johann Friedrich Struensee wurde am 5. August 1737 in Halle geboren.

-

Seit 1757 war er Stadtphysikus in Altona, das damals zu Dänemark gehörte.

-

Im Jahr 1768 begleitete er den dänischen König Christian VII. auf einer Reise durch Europa und wurde sein Leibarzt.

-

Der geisteskranke Monarch fasste rasch Zutrauen zu ihm und ernannte ihn zum Geheimen Kabinettsminister.

-

Mittels der Dekrete, die er Christian zur Unterschrift vorlegte, gelang es Struensee nun innerhalb weniger Monate, u.a. Meinungs- und Pressefreiheit, die Abschaffung der Folter und eine Reform des Schulwesens zu verordnen.

-

Ohne Blutvergießen setzte er so auch für die von Dänemark regierten deutschen Fürstentümer Schleswig und Holstein Menschen- und Bürgerrechte durch, um die der Rest Europas noch lange kämpfen sollte.

-

Mit seinem raschen Aufstieg machte er sich jedoch auch Feinde. Als seine Affäre mit der Königin aufgedeckt wurde, kam es zu einem Putsch.

-

In einem Geheimprozess wurde Johann Friedrich Struensee zum Tode verurteilt und am 28. April 1772 hingerichtet.

-

Vier Tage vor dem Tag seiner Hinrichtung erinnern wir uns an Johann Friedrich Struensee vor seinem Geburtshaus.

-

Hier verlebte er eine Kindheit, die durch eine strenge pietistsiche Erziehung geprägt war.

-

Die Beziehung Struensees zum christlichen Glauben wurde von diesen Erfahrungen geprägt, und sie war nicht ungestört.

-

Sein Anschluss an den Gedanken der Aufklärung ist sicher auch aus dem inneren Protest gegen eine Religionspädagogik entstanden, die glaubte, dass Gottesfurcht am besten hinterwärts ins Kinderherz vermittelt werden könne.

-

Struensee entwickelte sich zu einem Freigeist, weil das Verhalten vieler seiner Zeitgenossen ihn skeptisch machte und er es unglaubwürdig fand.

-

Hat der Freigeist Struensee einen Gedenkplatz an einem heute katholischen Pfarrhaus verdient?

-

Die Erinnerung an Struensee ist nötig, weil sie auch ein Appell an alle Kräfte in einer Gesellschaft sein kann, die Werte vermitteln und glaubwürdig sein sollen wollen.

-

Darum ist eine Gedenktafel für den Aufklärer Struensee an einem katholischen Haus nicht nur eine historische Geste, sondern von aktueller Qualität für alle Menschen guten Willens.

-

Propst Hentschel (2010)

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/gedenktafel-struensee/gedenktafel-2/index.html b/public/de/gedenktafel-struensee/gedenktafel-2/index.html deleted file mode 100644 index 99b49c76..00000000 --- a/public/de/gedenktafel-struensee/gedenktafel-2/index.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - Grußwort - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

Kopenhagen, im April 2010

-

Sehr geehrte Damen und Herren,

-

liebe Frau Schmidt, lieber Herr Meyer, lieber Herr Roedel,

-

ich habe mich sehr über die Einladung zur Enthüllung der Gedenktafel für Johann Friedrich Struensee gefreut. Leider ist es mir durch Verpflichtungen in Kopenhagen nicht möglich heute bei Ihnen zu sein.

-

Gleichzeitig möchte ich Ihrem Wunsch nach einem kurzen Grußwort gerne nachkommen. Denn auch für uns als Sankt Petri Kirche in Kopenhagen hat es eine große Bedeutung, dass die Erinnerung an Johann Friedrich Struensee wach und lebendig gehalten wird. Ohne die Bedeutung von Struensee zu kennen, ist es auch heute kaum möglich, das Verhältnis von Dänemark und Deutschland angemessen zu beschreiben. Ich bin dabei sehr beeindruckt von der Art und Weise wie Herr Meyer, betreut durch seine Lehrerin Frau Schmidt, seine Arbeit über Struensee zusammengetragen und verarbeitet hat.

-

Ich hoffe deshalb sehr, dass dieser Tag in Halle gelingt und die Erinnerung an den Arzt, Reformer und Aufklärer viele Menschen erreicht.

-

Mit herzlichen Grüßen

-

Hauptpastor Markus Löwe

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/gedenktafel-struensee/gedenktafel-3/index.html b/public/de/gedenktafel-struensee/gedenktafel-3/index.html deleted file mode 100644 index 8a6e1e7d..00000000 --- a/public/de/gedenktafel-struensee/gedenktafel-3/index.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - Grußwort Roland Struensee - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

Sehr geehrte Damen und Herren,

-

im Zusammenhang meines heute besonders zu ehrenden Ur-Ur-Ur-Ur-Uronkels hier zu Ihnen zu sprechen ist eine ungewohnte Rolle für mich – einen bedeutenden Vorfahren zu haben fühlt sich etwas an wie: schon einmal gelebt zu haben … tatsächlich komme ich zu Ihnen mit den besten Grüßen und Gelingenswünschen aus der Salzstadt Lüneburg hier in die Stadt des Salzes an der Saale – und möchte mich sehr herzlich bedanken für die schöne Einladung: Dank Ihnen allen am Projekt der Struenseegedenktafel Beteiligten … und ganz besonderer Dank an die Projektleiterin Kerstin Schmidt vom Georg-Cantor-Gymnasium.

-

Ich habe die Einladung auch deswegen sehr gerne angenommen, weil mir die öffentlichkeitswirksame und historisch genaue Aufklärung über den bedeutenden Aufklärer sehr am Herzen liegt - insbesondere auch das Engagement von Oliver Meyer scheint mir in diesem Zusammenhang sehr hilfreich. Denn vieles, was über Johann Friedrich zu lesen ist – auch der wieder kursierende Struensee-Film von 1956 – ist eher geeignet, die großen Verdienste dieses Sohnes der Stadt Halle ins Zwielicht zu ziehen – ja, es will scheinen, als ob fast jeder dieser Darstellungen ein Urteil beigegeben ist, das regelmäßig nur den Horizont des Urteilenden wiedergibt und darüber die Darstellung willkürlich verzerrt.

-

Allerdings ist diese Problemstellung weder neu noch ungewöhnlich, und auch Johann Friedrich hatte zu Lebzeiten damit enorme Schwierigkeiten, sicherlich nicht zuletzt und durchaus auch an diesem Ort hier – in seinem Elternhaus von der Seite des gestrengen Gottesmannes und Vaters Adam Struensee.

-

So sei es nicht Familiensinn, sondern mein Wunsch nach geschichtlicher Treue und humanistischer Wahrhaftigkeit, der mich bewegt, wenn ich der zu enthüllenden Tafel – dem Bildhauer und Schöpfer Martin Roedel zutiefst verpflichtet – viel aufgeschlossene und wissenshungrige Öffentlichkeit wünsche … sehr auch zum Wohl dieser schönen Stadt hier an der Saale, in die ich gerne und bald wiederkehren möchte.

-

Ich danke Ihnen!

-

Roland Struensee (2010)

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/gedenktafel-struensee/gedenktafel-4/index.html b/public/de/gedenktafel-struensee/gedenktafel-4/index.html deleted file mode 100644 index 82e98457..00000000 --- a/public/de/gedenktafel-struensee/gedenktafel-4/index.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - Rede zur feierlichen Enthüllung der neuen Gedenktafel für J.F. Struensee - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • Rede zur feierlichen Enthüllung der neuen Gedenktafel für J.F. Struensee
  • -
-

-
-
-
-
- - -
-
-
-
-
-

Johann Friedrich Struensee wurde am 5. August 1737 hier in Halle im Pfarrhaus der Moritzkirche geboren. Er besuchte die Latina und machte an der Universität 1757 den Doktor der Medizin. -Ein Jahr später folgte er seinen Eltern ins dänische Altona, wo er Armenarzt und Stadtphysikus wurde. Dort nahm er den Kampf gegen Schmutz und “Schlendrian” in den Hospitälern und Waisenhäusern auf und ging erfolgreich gegen die große Seuchen der Zeit vor: Pocken – Ruhr – Fleckfieber – Diphterie – Syphilis.

-

Er wollte den Menschen helfen und vertrat eine pragmatische Auffassung der Medizin. Struensee war Vorreiter bei der Immunisierung der Pocken in Deutschland und schilderte als erster genau die Symptomatik und den Krankheitsverlauf einer damals grassierenden Tierseuche, der Mauln- und Klaunseuche. Doch seine Kollege sahen in ihm einen Störenfried und kritisierten und beleidigten ihn fortlaufend. Die ihm gebührende Dankbarkeit blieb aus.

-

Als Armenarzt kannte Struensee besser als alle anderen die unterernährten, verlausten, dem Trunk ergebenen, von der Hand in den Mund lebenden Menschen, die in muffigen, thyphusverseuchten Kellerwohnungen hausten. Struensee setzte sich für arme Familien ein. Er wollte die großen sozialmedizinischen Aufgaben lösen, Ansätze schaffen, Vorschläge machen und die Probleme lindern, des Weiteren wollte er ein umfangreiches seuchenprophylaktisches System einführen, das der Bevölkerung Schutz bot.. Er tat all seine aufklärerischen Ideen zu Medizin und Politik offen kund. Die Erniedrigungen ließen ihn 1767 daran denken, Altona zu verlassen. Die Ernennung zum Reisearzt des dänischen Königs kam ihm allerdings zuvor.

-

Er begleitete den jungen Dänenkönig auf seiner Europareise, wo Struensee 1768 in Oxford die Ehrendoktorwürde verliehen bekam.

-

Als die Reise vorbei war, wurde Struensee zum Leibarzt des Königs ernannt und siedelte nach Kopenhagen um. Dort bekam er Einfluss auf den König. Am 14. September 1770 begann die Ära Struensees als revolutionärer liberaler und fortschrittlicher Staatsmann in Dänemark mit einem Paukenschlag. Mit der Verkündung der absoluten Pressefreiheit. In den 18 Monaten, die er an der Macht war, erließ er rund 1800 Gesetze. Darunter, das Verbot des Sklavenhandels, das Einrichten von „Babyklappen“ und Entbindungsstationen, die Schaffung eines funktionierenden, schnell und effizient arbeitenden und nur auf Leistung bedachten Staatsapparates, und die Einrichtung eines sozialen medizinischen Versorgungssystem für arme Familien!

-

Er machte aus dem noch stark unter feudalen Strukturen und wirtschaftlich schwachen Dänemark einen fortschrittlichen und liberalen Staat.

-

Doch sein kometenhafter Aufstieg bescherte ihm auch Feinde, die sich ihrer Privilegien beraubt sahen. Die Liaison mit der Königin nahmen sie als Anlass für die Intrige gegen Struensee und als Beginn einer unglaublich großen Verleumdungskampagne.

-

Es kam wie es kommen musste, Struensee wurde von einer intriganten Hofkamarilla gestürzt, verhaftet und schließlich auf bestialische Weise Opfer eines Justizmordes.

-

Ich nahm mit einem Beitrag über Johann Friedrich Struensee am letzten Geschichtswettbewerb des Bundespräsidenten teil, den ich als Landessieger Sachsen-Anhalt abschloss. -Die Faszination Struensee blieb auch nach dem Wettbewerb erhalten und meine Tutorin und ich wollten noch etwas für Johann Friedrich Struensee tun. -Da kam uns die Idee ein Gedenktafelprojekt ins Leben zu rufen um Struensee eine gebührende Verehrung und Anerkennung zu Teil werden zu lassen. -Und wie wir sehen, wurde aus dieser Idee nun eine wundervolle und schöne Realität. -Ich bin sehr glücklich, dass es uns gelungen ist das Projekt zu verwirklichen und möchte allen danken, die dabei geholfen haben. -Mein besonderer Dank gilt Frau Schmidt, ohne deren Unterstützung wohl so einiges nicht geschafft worden wäre. -Ich danke Ihnen.

-

Ich danke Ihnen!

-

Oliver Meyer Halle, d. 24.04.2010

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/gedenktafel-struensee/index.html b/public/de/gedenktafel-struensee/index.html deleted file mode 100644 index 56b7a689..00000000 --- a/public/de/gedenktafel-struensee/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - Gedenktafel-struensees - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/gedenktafel-struensee/index.xml b/public/de/gedenktafel-struensee/index.xml deleted file mode 100644 index 52e94507..00000000 --- a/public/de/gedenktafel-struensee/index.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - Gedenktafel-struensees on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/gedenktafel-struensee/ - Recent content in Gedenktafel-struensees on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Grußwort - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-2/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-2/ - Kopenhagen, im April 2010 -Sehr geehrte Damen und Herren, -liebe Frau Schmidt, lieber Herr Meyer, lieber Herr Roedel, - - - - Grußwort Roland Struensee - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-3/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-3/ - Sehr geehrte Damen und Herren, -im Zusammenhang meines heute besonders zu ehrenden Ur-Ur-Ur-Ur-Uronkels hier zu Ihnen zu sprechen ist eine ungewohnte Rolle für mich – einen bedeutenden Vorfahren zu haben fühlt sich etwas an wie: schon einmal gelebt zu haben … tatsächlich komme ich zu Ihnen mit den besten Grüßen und Gelingenswünschen aus der Salzstadt Lüneburg hier in die Stadt des Salzes an der Saale – und möchte mich sehr herzlich bedanken für die schöne Einladung: Dank Ihnen allen am Projekt der Struenseegedenktafel Beteiligten … und ganz besonderer Dank an die Projektleiterin Kerstin Schmidt vom Georg-Cantor-Gymnasium. - - - - Grußwort Struensee - Gedenktafel - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-1/ - 24.04. 2010 -Der Arzt Johann Friedrich Struensee wurde am 5. August 1737 in Halle geboren. - - - - Rede zur feierlichen Enthüllung der neuen Gedenktafel für J.F. Struensee - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-4/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-4/ - Johann Friedrich Struensee wurde am 5. August 1737 hier in Halle im Pfarrhaus der Moritzkirche geboren. - - - - \ No newline at end of file diff --git a/public/de/gedenktafel-struensee/page/1/index.html b/public/de/gedenktafel-struensee/page/1/index.html deleted file mode 100644 index 317cbc9a..00000000 --- a/public/de/gedenktafel-struensee/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/gedenktafel-struensee/ \ No newline at end of file diff --git a/public/de/impressum/index.html b/public/de/impressum/index.html deleted file mode 100644 index a61993c1..00000000 --- a/public/de/impressum/index.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - Impressum - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - -
-
-
-
-
-

Georg-Cantor-Gymnasium Halle (Saale)

-

Schulleiter:

-

Herr OStD Dr. Gorsler

-

stellv. Schulleiterin:

-

Frau Schapitz

-

Sekretariat:

-

Frau Reinhardt

-

Adresse:

-

Georg-Cantor-Gymnasium

-

Torstraße 13

-

06110 Halle (Saale)

-

Webmaster:

-

Bernd Bader

-

E-Mail:

-

bader@cantor-gymnasium.de

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/index.html b/public/de/index.html deleted file mode 100644 index 9c777954..00000000 --- a/public/de/index.html +++ /dev/null @@ -1,744 +0,0 @@ - - - - Georg-Cantor-Gymnasium - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - - - - - - -
-
-
- - -
-
-
-

Das Georg-Cantor-Gymnasium

-

Mathematisch-naturwissenschaftliche Spezialschule

- -
-
-
- -
-
-
-

Das Georg-Cantor-Gymnasium

-

Schule mit dem Gütesiegel: Begabungsfördernde Schule

- - Mehr erfahren - -
-
-
- -
-
-
-

Das Georg-Cantor-Gymnasium

-

Ein Primegymnasium der Martin-Luther-Universität Halle-Wittenberg

- - Mehr erfahren - -
-
-
- -
-
-
-

Das Georg-Cantor-Gymnasium

-

Kooperationsschule der Hochschule Merseburg

- - Mehr erfahren - -
-
-
- -
-
-
-

Das Georg-Cantor-Gymnasium

-

Kooperationsschule der Dow Olefinverbund GmbH

- - Mehr erfahren - -
-
-
- -
-
-
-

Das Georg-Cantor-Gymnasium

-

Mitglied im Netzwerk Mathematisch-naturwissenschaftlicher Excellence-Center an Schulen (MINT-EC)

- - Mehr erfahren - -
-
-
- -
-
-
-

Das Georg-Cantor-Gymnasium

-

Jugend Forscht Schule 2018

- - Mehr erfahren - -
-
-
- -
-
-
- - - - - - - -
-
-
-
- banner-feature -
-
-
- -
- - - -

Mathematikolympiade

-

In der Landesmathematikolympiade 2020 wurden:

-
    -
  • 3 von 9 ersten Preisen
  • -
  • 6 von 21 zweiten Preisen
  • -
  • 13 von 30 dritten Preisen
  • -
  • 11 von 39 Anerkennungspreisen
  • -
-

an Schüler unerer Schule verliehen.

-

-
- -
- - - -

Physikolympiade

-

In der Landesphysikolympiade 2020 wurden:

-
    -
  • 3 von 5 ersten Preisen
  • -
  • 2 von 8 zweiten Preisen
  • -
  • 4 von 13 dritten Preisen
  • -
  • 1 von 18 Anerkennungspreisen
  • -
-

an Schüler unserer Schule verliehen.

-

-
- -
- - - -

Chemieolympiade

-

Ein Schüler unserer Schule vertritt als einer von 4. Schülern der Nationalmannschaft Deutschland in der Internationalen Chemieolympiade 2020.

-
- -
- - - -

Und viel mehr …

-

Durch umfassende Begabtenförderungsangebote sind unsere Schüler bei vielen Wettbewerben erfolgreich. Diese umfassen erweiterte Stoffgebiete, Spezialistenlager und begabtenfördernde Ganztagsangebote.

-
- -
-
-
-
-
- - - - - - - -
-
-
-
-

Website im Aufbau

-

    -
  • Hier entsteht eine neue Website für das Georg-Cantor-Gymnasium in Halle(Saale).
  • -
  • Alle Bereiche, die mit (UMSTRITTEN) gekennzeichnet sind, müssen noch diskutiert werden und deren Existenz ist noch nicht versichert.
  • -
  • Da die Wesite noch im Aufbau ist fehlen noch viele Inhalte und mehrere Bereiche.
  • -
  • Informationen auf dieser Testwebsite können mit der Realität nicht übereinstimmen.
  • -
  • Der Quellcode der Website ist hier abrufbar.
  • -
  • Hier ist der Deployment-Status der Website sichtbar: .github/workflows/workflow.yml
  • -
  • Dieser Bereich wird in der Zukunft einen Kurztext über die Schule enthalten
  • -
-

- - - Über die Schule - - -
- -
- about image -
- -
-
-
- - - - - - -
-
-
-
-
-

Unsere Ganztagsangebote

-
- -
-
-
- -
- - -
-
- Blender Game -
-
    -
  • Montag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

Blender Game

- - Der AG beitreten -
-
- -
- -
-
- CantorTechnik -
-
    -
  • Donnerstag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

CantorTechnik

- - Der AG beitreten -
-
- -
- -
-
- Mathematik(Klasse 5) -
-
    -
  • Donnerstag, 7. - 8. Stunde

  • -
  • Mathematik/Naturwissenschaften

  • -
  • 5 Klasse

  • -
-

Mathematik(Klasse 5)

- - Der AG beitreten -
-
- -
- -
-
- Name der AG -
-
    -
  • Beispieltag, 0. - 0. Stunde

  • -
  • Beispielkategorie/Test

  • -
  • Klassenstufen

  • -
-

Name der AG

- - Der AG beitreten -
-
- -
- -
-
- Nawigator -
-
    -
  • nach Vereinbarung

  • -
  • Naturwissenschaften

  • -
  • ab Klasse 7 (Kleingruppen)

  • -
-

Nawigator

- - Der AG beitreten -
-
- -
- -
- - -
- -
-
-
- - - - - - -
-
-
-
-

Interessiert ?

-
Dann geht es hier direkt zur Anmeldung!
- - - Anmeldeantrag stellen - - -
-
-
-
- - - - - - - - - -
-
-
-
- - - -
-
-
-

Über die Schule

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

-
-
-
-
-
- - - - - - -
-
-
-
-
-

Die nächsten Termine

-
- -
-
-
-
- - -
-
-
- Vorstellung Website Vorversion -
15
Jul
-
-
- -

Georg-Cantor-Gymnasium, Halle(Saale)

-

Vorstellung Website Vorversion

-
-
- -
- -
- -
- -
-
-
- - - - - -
-
-
-
-

Aktuelle Beiträge

-
-
-
- - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/index.xml b/public/de/index.xml deleted file mode 100644 index 39e5deb1..00000000 --- a/public/de/index.xml +++ /dev/null @@ -1,753 +0,0 @@ - - - - Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/ - Recent content on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - Entwicklung neuer Website - https://eesev9ie.github.io/de/blog/new-site/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/blog/new-site/ - Neuanfang Seit Anfang Juli arbeite ich an einer neuen Website für das Georg-Cantor-Gymnasium in Halle und stelle ihnen damit die erste Vorversion vor. - - - - Vorstellung Website Vorversion - https://eesev9ie.github.io/de/event/vorstellung-website/ - Wed, 15 Jul 2020 15:00:00 +0100 - - https://eesev9ie.github.io/de/event/vorstellung-website/ - Bei der abschließenden Dienstberatung am 15.07.2020 wird die Vorversion der neuen Schulwebsite den Lehrern vorgestellt. - - - - Aufnahmeantrag - https://eesev9ie.github.io/de/forms/anmeldeformular/ - Sun, 12 Jul 2020 15:27:17 +0600 - - https://eesev9ie.github.io/de/forms/anmeldeformular/ - Hier kann das Anmeldeformular für die Aufnahmeprüfung am Georg-Cantor-Gymnasium heruntergeladen werden. - - - - Gesundheitsbogen Coronavirus - https://eesev9ie.github.io/de/forms/gesundheitsbogen/ - Thu, 09 Jul 2020 15:27:17 +0600 - - https://eesev9ie.github.io/de/forms/gesundheitsbogen/ - Für den Schutz unserer Schüler und Lehrer vor dem Coronavirus muss jede Woche der vollständig ausgefüllte und von einem Erziehungsberechtigten unterschriebene Gesundheitsbogen abgegeben werden. - - - - Blender Game - https://eesev9ie.github.io/de/ganztagsangebote/blendergame/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/de/ganztagsangebote/blendergame/ - Über die AG Das freie 3D OpenSource-Programm “Blender” hat eine eigene kostenlose Spiele-Engine mit deren Hilfe 3D Computerspiele entwickelt werden können. - - - - CantorTechnik - https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/ - Über die AG CantorTechnik ist eine Arbeitsgemeinschaft für in Technik interessierte Schüler am GCG. - - - - 25-jähriges Festprogramm Freitag - https://eesev9ie.github.io/de/25-jahre-gcg/programm/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/programm/ - Georg-Cantor-Gymnasium Halle (Saale) -Programm zur Festveranstaltung „25 Jahre GCG“ -Freitag, 27. - - - - 1988 - https://eesev9ie.github.io/de/schulchronik/1988/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1988/ - „Ad fontes – zu den Ursprüngen“ Im Jahr 1986 gab es in der damaligen DDR bereits einige Spezialschulen mathematisch – naturwissenschaftlich – technischer Richtung. - - - - 1989 - https://eesev9ie.github.io/de/schulchronik/1989/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1989/ - Vom Kindergarten zum Internat Ein Jahr nach Gründung der Spezialschule begann das Internat Schüler aufzunehmen. - - - - 1990 - https://eesev9ie.github.io/de/schulchronik/1990/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1990/ - Von der Spezialschule zum Gymnasium Im Zuge der politischen Umwälzungen in den Jahren 1989/1990 kam es zu tiefgreifenden Umgestaltungen in der Bildungslandschaft auf dem Gebiet der vormaligen DDR. - - - - 1991 - https://eesev9ie.github.io/de/schulchronik/1991/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1991/ - Gründung des Fördervereins 1st - 2nd - - - - 1992 - https://eesev9ie.github.io/de/schulchronik/1992/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1992/ - Das Jahr 1992 war ein ereignisreiches Jahr. Für das Schuljahr 1991/92 wurde der erste Abiturjahrgang mit Freude erwartet. - - - - 1993 - https://eesev9ie.github.io/de/schulchronik/1993/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1993/ - Profil des GCG Bestätigt 14 mal 1,0 Verleihung vieler “Jugend Forscht! - - - - 1994 - https://eesev9ie.github.io/de/schulchronik/1994/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1994/ - Das Jahr 1994 war ein bedeutungsvolles, was die internationale Umgebung des GCGs anging und auch immer noch angeht, denn ohne, dass ein Schüler der 10. - - - - 1995 - https://eesev9ie.github.io/de/schulchronik/1995/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1995/ - Einführung des Cantorpreises Seit 1995 wird jährlich ein besonderer „Grübler“ unserer Schule anlässlich des Geburtstages von Georg Cantor mit dem Cantor-Preis geehrt. - - - - 1996 - https://eesev9ie.github.io/de/schulchronik/1996/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1996/ - In diesem Jahr hat sich der Förderverein der Schule eine besondere Auszeichnung einfallen lassen: den Cantor-Preis. - - - - 1997 - https://eesev9ie.github.io/de/schulchronik/1997/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1997/ - Diesen Sommer hatten unsere Schule und vor allem ihr Abschlussjahrgang einen besonderen Grund zur Freude: Der Abiturdurchschnitt war mit 1,7 der beste in ganz Sachsen-Anhalt. - - - - 1998 - https://eesev9ie.github.io/de/schulchronik/1998/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1998/ - 10-jähriges Jubiläum des GCG Nobelpreisträger am GCG Wettbewerbserfolge 1998 Jugend Forscht Bundesrunde Andreas Tannert Kl. - - - - 1999 - https://eesev9ie.github.io/de/schulchronik/1999/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1999/ - Seit diesem Jahr wird am Georg-Cantor-Gymnasium das Fach Informatik schon ab der 7. - - - - 2000 - https://eesev9ie.github.io/de/schulchronik/2000/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2000/ - Politiker am GCG Anlässlich des 155. Geburtstages von Georg Cantor wurde am 02. - - - - 2001 - https://eesev9ie.github.io/de/schulchronik/2001/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2001/ - Die größte Sensation des Jahres 2001 fand am 19. Oktober statt. - - - - 2002 - https://eesev9ie.github.io/de/schulchronik/2002/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2002/ - Kooperation mit DOW- Chemical Im April 2002 unterzeichnete unser Schulleiter einen Kooperationsvertrag mit der DOW-Olefin-Schkopau. - - - - 2003 - https://eesev9ie.github.io/de/schulchronik/2003/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2003/ - Wenn Schüler anfangen, selbst zu streiken, dann muss das schon was heißen. - - - - 2004 - https://eesev9ie.github.io/de/schulchronik/2004/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2004/ - Nach einem sehr außergewöhnlichen Jahr 2003 kehrte in diesem Jahr wieder ein wenig Ruhe in das Georg-Cantor-Gymnasium ein. - - - - 2005 - https://eesev9ie.github.io/de/schulchronik/2005/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2005/ - Georg Cantor ist zweifellos ein großer Mathematiker und auf jeden Fall der Ehrung durch ein Theaterstück wert. - - - - 2006 - https://eesev9ie.github.io/de/schulchronik/2006/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2006/ - Neben den unserem Profil entsprechenden Erfolgen gab es in diesem Jahr auch einige kulturelle Höhepunkte. - - - - 2007 - https://eesev9ie.github.io/de/schulchronik/2007/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2007/ - Das wichtigste in diesem Jahr ist wohl der Umzug aus dem Gebäude in der Muldestraße in die Torstraße. - - - - 2008 - https://eesev9ie.github.io/de/schulchronik/2008/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2008/ - Die 11. Biologie-Chemie-Olympiade brachte Paulin Wendler einen hervorragenden zweiten Platz ein, den sie sich mit einem Schülern vom Agricolagymnasium in Hohenmölsen teilte. - - - - 2009 - https://eesev9ie.github.io/de/schulchronik/2009/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2009/ - Im Jahr 2009 nahm das Georg-Cantor-Gymnasium erfolgreich an der Landes-Deutsch-Olympiade und der Landes-Mathematik-Olympiade teil. - - - - 2010 - https://eesev9ie.github.io/de/schulchronik/2010/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2010/ - Gedenktafel für Johann Friedrich Struensee Struensee 01 - - - - 2011 - https://eesev9ie.github.io/de/schulchronik/2011/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2011/ - Schule ohne Rassismus – Schule mit Courage Freitag, der 18. März 2011 um 11. - - - - 2012 - https://eesev9ie.github.io/de/schulchronik/2012/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2012/ - „Tag der Kulturen“ am 17.12.2012 - Heute konnten alle fröhlich sein: Schüler und Lehrer. - - - - 2013 - https://eesev9ie.github.io/de/schulchronik/2013/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2013/ - 25-jähriges Jubiläum 25 Jahre Georg-Cantor-Gymnasium - das heißt 25 Jahre Erfolge in allen Bereichen, auf die wir stolz zurückblicken können. - - - - 2014 - https://eesev9ie.github.io/de/schulchronik/2014/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2014/ - Verabschiedung Herr OStD Dr. Müller Programm Festveranstaltung anlässlich der feierlichen Verabschiedung - - - - 2019 - https://eesev9ie.github.io/de/schulchronik/2019/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2019/ - - - - - 25 Jahre Georg-Cantor-Gymnasium Halle (Saale) - https://eesev9ie.github.io/de/25-jahre-gcg/ausfl%C3%BCge-und-projekte/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/ausfl%C3%BCge-und-projekte/ - Freitag, 27.09.2013 - Ablaufplan -In der Zeit von I 07. - - - - 25 jähriges Bericht Paula Hähndel - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-3/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-3/ - Besucher-Porträt/Allgemeines Menschenrumgefasel -Als Zwölftklässlerin und Chronistin war auch ich mit der Organisation des 25- - - - - Abiturienten 1992 - https://eesev9ie.github.io/de/abiturienten/1992/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/abiturienten/1992/ - Abi foto 1992 - Abi foto 1992 2 - - - - Andreas Tannert - https://eesev9ie.github.io/de/cantorpreis/1997/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1997/ - - - - - Anmeldung - https://eesev9ie.github.io/de/anmeldung/anmeldung-formular/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/anmeldung/anmeldung-formular/ - Bis zum 11.02.2020 müssen: - eine schriftliche Anmeldung eine Kopie des Halbjahreszeugnisses die Schullaufbahnerklärung am Georg-Cantor-Gymnasium eingereicht werden. - - - - Aufnahmeprüfung - https://eesev9ie.github.io/de/anmeldung/aufnahmepr%C3%BCfung/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/anmeldung/aufnahmepr%C3%BCfung/ - Zur Aufnahme am Georg-Cantor-Gymnasium muss eine Aufnahmeprüfung absolviert werden, die aus: - - - - Bericht 1 - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-1/ - 25 Jahre Georg-Cantor-Gymnasium. Ein solcher Geburtstag muss gefeiert werden! Zum silbernen Jubiläum hatte man deshalb alle Absolventen der letzten Jahre dazu eingeladen, noch einmal an ihre alte Schule zurückzukehren. - - - - Bericht 2 - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-2/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-2/ - 25 Jahre Georg-Cantor-Gymnasium - 25 Jahre Erfolge in Wettbewerben und beinahe ebenso lange beste Abiturdurchschnitte, nicht nur in Sachsen-Anhalt. - - - - Bericht 4 - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-4/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-4/ - Unsere Führung durchs Schulhaus -Es war ein Samstagmorgen wie jeder, nur dass ich heute nicht wie gewöhnlich ausschlief, sondern zur Schule ging. - - - - Bertram Arnold - https://eesev9ie.github.io/de/cantorpreis/2009/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2009/ - - - - - CantorTechnik AG - https://eesev9ie.github.io/de/author/cantortechnik-ag/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/author/cantortechnik-ag/ - Wir sind eine AG am Georg-Cantor-Gymnasium, welche sich mit allen Themen rund um Digitalität am Georg-Cantor-Gymnasium beschäftigt. - - - - Denys Konovalov - https://eesev9ie.github.io/de/author/denys-konovalov/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/author/denys-konovalov/ - Ich bin ein Schüler der 6. Klasse am Georg-Cantor-Gymnasium in Halle(Saale). - - - - Die Spezialklassen für Mathematik und Physik an der Martin-Luther-Universität Halle-Wittenberg - https://eesev9ie.github.io/de/sk-mlu-gcg/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/sk-mlu-gcg/ - Andreas Koch -Zusammenfassung: Die Spezialklassen für Mathematik und Physik an der Martin-Luther-Universität Halle-Wittenberg existierten von 1964 bis 1991. - - - - Dorothee Henke - https://eesev9ie.github.io/de/cantorpreis/2013/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2013/ - - - - - Ergebnisse - https://eesev9ie.github.io/de/anmeldung/ergebnisse/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/anmeldung/ergebnisse/ - Bis zum 20.04.2020 werden ihnen die Ergebnisse der Aufnahmeprüfung schriftlich mitgeteilt. - - - - Franziska Flegel - https://eesev9ie.github.io/de/cantorpreis/2008/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2008/ - - - - - Frau Schapitz - https://eesev9ie.github.io/de/teacher/cschapitz/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/teacher/cschapitz/ - Claudia Schapitz Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. - - - - Grußwort - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-2/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-2/ - Kopenhagen, im April 2010 -Sehr geehrte Damen und Herren, -liebe Frau Schmidt, lieber Herr Meyer, lieber Herr Roedel, - - - - Grußwort Roland Struensee - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-3/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-3/ - Sehr geehrte Damen und Herren, -im Zusammenhang meines heute besonders zu ehrenden Ur-Ur-Ur-Ur-Uronkels hier zu Ihnen zu sprechen ist eine ungewohnte Rolle für mich – einen bedeutenden Vorfahren zu haben fühlt sich etwas an wie: schon einmal gelebt zu haben … tatsächlich komme ich zu Ihnen mit den besten Grüßen und Gelingenswünschen aus der Salzstadt Lüneburg hier in die Stadt des Salzes an der Saale – und möchte mich sehr herzlich bedanken für die schöne Einladung: Dank Ihnen allen am Projekt der Struenseegedenktafel Beteiligten … und ganz besonderer Dank an die Projektleiterin Kerstin Schmidt vom Georg-Cantor-Gymnasium. - - - - Grußwort Struensee - Gedenktafel - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-1/ - 24.04. 2010 -Der Arzt Johann Friedrich Struensee wurde am 5. August 1737 in Halle geboren. - - - - Impressum - https://eesev9ie.github.io/de/impressum/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/impressum/ - Georg-Cantor-Gymnasium Halle (Saale) Schulleiter: Herr OStD Dr. Gorsler -stellv. Schulleiterin: Frau Schapitz - - - - Lars Kasper - https://eesev9ie.github.io/de/cantorpreis/2001/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2001/ - - - - - Marcus Syring - https://eesev9ie.github.io/de/cantorpreis/2004/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2004/ - - - - - Maria Hörnke - https://eesev9ie.github.io/de/cantorpreis/2002/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2002/ - - - - - Martin Maas - https://eesev9ie.github.io/de/cantorpreis/2005/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2005/ - - - - - Martin Schultze - https://eesev9ie.github.io/de/cantorpreis/1998/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1998/ - - - - - Mathematik(Klasse 5) - https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/ - Über die AG Im Rahmen des mathematisch-naturwissenschaftlichen Schwerpunkts unserer Schule bieten wir Begabtenförderungsangebote an, in denen Schüler z. - - - - Mathematikolympiade - https://eesev9ie.github.io/de/wettbewerbe/mo/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/wettbewerbe/mo/ - Über die Olympiade Die Mathematik-Olympiade ist ein jährlich bundesweit angebotener Wettbewerb, an dem über 200. - - - - Maximilian König - https://eesev9ie.github.io/de/cantorpreis/2011/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2011/ - - - - - Name der AG - https://eesev9ie.github.io/de/ganztagsangebote/vorlage/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/ganztagsangebote/vorlage/ - Lorem ipsum Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. - - - - Nawigator - https://eesev9ie.github.io/de/ganztagsangebote/nawigator/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/ganztagsangebote/nawigator/ - Über die AG Im Rahmen des mathematisch-naturwissenschaftlichen Schwerpunkts unserer Schule bieten wir Begabtenförderungsangebote in Biologie, Chemie und Physik an. - - - - Paula Hähndel - https://eesev9ie.github.io/de/cantorpreis/2014/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2014/ - - - - - Rede für das Absolvententreffen zum 25 jährigen Schuljubiläum (28.09.2013) - https://eesev9ie.github.io/de/25-jahre-gcg/rede-fr-schmidt/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/25-jahre-gcg/rede-fr-schmidt/ - Liebe Alumni/Absolventen, liebe Gäste, -ich bin vor 5 Jahren von 2 Teilnehmern des Absolvententreffens anläßlich des 20 jährigen Bestehens des GCG kritisiert worden, mich nicht vorgestellt zu haben. - - - - Rede zur feierlichen Enthüllung der neuen Gedenktafel für J.F. Struensee - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-4/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-4/ - Johann Friedrich Struensee wurde am 5. August 1737 hier in Halle im Pfarrhaus der Moritzkirche geboren. - - - - Robert Strich - https://eesev9ie.github.io/de/cantorpreis/1996/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1996/ - - - - - Sandra Maciag - https://eesev9ie.github.io/de/cantorpreis/2012/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2012/ - - - - - Sebastian Koch/Henning Seidler - https://eesev9ie.github.io/de/cantorpreis/2007/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2007/ - - - - - Stephan Diestelhorst - https://eesev9ie.github.io/de/cantorpreis/1999/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/1999/ - - - - - Susanne Havranek - https://eesev9ie.github.io/de/cantorpreis/2003/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2003/ - - - - - Thomas Tannert - https://eesev9ie.github.io/de/cantorpreis/2010/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2010/ - - - - - Tobias Beschauner - https://eesev9ie.github.io/de/cantorpreis/2019/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2019/ - - - - - Torsten Stüber - https://eesev9ie.github.io/de/cantorpreis/2000/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2000/ - - - - - Udo Dorn - https://eesev9ie.github.io/de/cantorpreis/2006/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/cantorpreis/2006/ - - - - - Website im Entwicklungsstadium - https://eesev9ie.github.io/de/notice/notice-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/notice/notice-1/ - Hinweis Daher dass die neue Website sich im Entwicklungsstadium befindet können hier fehlerhafte Informationen vorfindbar sein. - - - - Yves Bauer - https://eesev9ie.github.io/de/teacher/yves-bauer/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/teacher/yves-bauer/ - Biografie Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. - - - - \ No newline at end of file diff --git a/public/de/notice/index.html b/public/de/notice/index.html deleted file mode 100644 index 2d7536e4..00000000 --- a/public/de/notice/index.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - Hinweise - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Hier erscheinen wichtige Hinweise von der Schulleitung.

-
-
-
-
- - - -
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/notice/index.xml b/public/de/notice/index.xml deleted file mode 100644 index 0b054d45..00000000 --- a/public/de/notice/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Hinweise on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/notice/ - Recent content in Hinweise on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Website im Entwicklungsstadium - https://eesev9ie.github.io/de/notice/notice-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/notice/notice-1/ - Hinweis Daher dass die neue Website sich im Entwicklungsstadium befindet können hier fehlerhafte Informationen vorfindbar sein. - - - - \ No newline at end of file diff --git a/public/de/notice/notice-1/index.html b/public/de/notice/notice-1/index.html deleted file mode 100644 index 06d4b2dd..00000000 --- a/public/de/notice/notice-1/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Website im Entwicklungsstadium - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • Website im Entwicklungsstadium
  • -
-

-
-
-
-
- - - -
-
-
-
-
-
-
- 01 JAN, 0001 -
-
- -
-

Hinweis

-

Daher dass die neue Website sich im Entwicklungsstadium befindet können hier fehlerhafte Informationen vorfindbar sein.

-

Wir bitten vorerst die Website https://georg-cantor-gymnasium.de zu nutzen.

- - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1988/index.html b/public/de/schulchronik/1988/index.html deleted file mode 100644 index 2261b99c..00000000 --- a/public/de/schulchronik/1988/index.html +++ /dev/null @@ -1,582 +0,0 @@ - - - - 1988 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1988

-
- -
-
-

„Ad fontes – zu den Ursprüngen“

-

Im Jahr 1986 gab es in der damaligen DDR bereits einige Spezialschulen mathematisch – naturwissenschaftlich – technischer Richtung. -Der Bezirk Halle verfügte noch nicht über eine solche Einrichtung. -Es existierten zwar bereits Spezialklassen an der MLU und der TH Merseburg, in denen mathematisch – naturwissenschaftlich besonders begabte Jugendliche gefördert wurden, doch der Industriebezirk Halle mit seinen Standorten Leuna und Buna verlangte zunehmend nach hochqualifizierten und leistungsbereiten jungen Menschen. -So fasste der damalige Rat des Bezirkes Halle im Herbst 1986 den Beschluss, in Halle – Neustadt eine Spezialschule für leistungsbereite, lernmotivierte Schüler mit Interesse an mathematisch – naturwissenschaftlich – technischen Problemen zu gründen. -Ab September 1988 sollten Schüler ab der Klasse 9 an dieser Schule lernen und bis zur Hochschulreife geführt werden. -Es blieb ein Jahr Zeit, die bereits bestehende 28. POS „Ernst Hausmann“ in eine Spezialschule zu verwandeln, die den Anforderungen gerecht wurde. -In der unterrichtsfreien Zeit arbeiteten die zukünftigen Lehrer dieser Schule mit Initiative und Einfallsreichtum unter großem Aufwand und mit großzügiger Unterstützung der Leuna – Werke am Aufbau dieser Schule. -Zu den „Urgesteinen“, d.h. Lehrern, die seit 1988 an unserer Schule arbeiten gehören: Fr. Birkenhauer, Fr. Dr. Brosig, Fr. Eichhorst, Fr. Hörning, H. Kammel, H. Pannicke und Fr. Triebel. Auch unsere Sekretärin Fr. Reinhardt ist vom Ursprung an dabei. -Mit den Erzieherinnen Fr. Fekl, Fr. Kammel und Fr. Marschollek begann nach der Übernahme der rekonstruierten ehemaligen Kindereinrichtung „Mischka der Bär“ ein Jahr später der Internatsbetrieb. -Die Auswahl des ersten Jahrganges von Schülerinnen und Schülern erfolgte in einem einwöchigen Verfahren in den Winterferien 1988. -Die Übersicht veranschaulicht das „procedere“ und die Veränderungen idm System des Aufnahmeverfahrens von 1988 bis 2008.

-

Am 01. September 1988 fand die Feierstunde zur Eröffnung der Spezialschule mathematisch – naturwissenschaftlich – technischer Richtung „Ernst Hausmann“ statt. Herr Kammel erhielt in seiner Funktion als Schulleiter die Gründungsurkunde und mit 54 Schülern, 16 Lehrern, 3 Erzieherinnen und 17 technischen Kräften begann der Schulbetrieb. Die wissenschaftlich praktische Ausbildung erfolgte in enger Kooperation mit der MLU Halle, der PH Halle, der TH Merseburg und den Leuna – Werken. Im Juli 1989 hielt internationale Atmosphäre in unsere Schule Einzug, als sie Austragungsort des theoretischen Teils der internationalen Chemieolympiade wurde.

-

Gründung -Gründungsurkunde

-

Mit dem Mauerfall im Jahre 1989 vollzogen sich auch Veränderungen in unserer Schule. Im August 1990 wurden erstmals Schüler für den Schuljahrgang 7 aufgenommen. Die Schülerzahl stieg ab 1991/92 auf 340 und bis 2008 auf 519.

-

Im August 1991 wurden die ehemaligen Spezialklassen der MLU in unsere Einrichtung übernommen, diese legten 1992 ihr Abitur ab. Mit diesen nahm auch unser Oberstufenkoordinator Hr. Dr. Koch seine Arbeit an unserer Schule auf. Fr. Dr. Teichmann „baut“ als Koordinatorin für Planung seit 1991 Pläne diverser Art. Herr Weigt koordinierte seit vielen Jahren die profilbestimmenden Aufgaben unserer Schule. Eine Arbeitsgruppe unter der Leitung von Hr. Dr. Kramer konzipierte die strukturelle und inhaltliche Ausgestaltung unseres Gymnasiums mit inhaltlichem Schwerpunkt, das sich in Landesträgerschaft befindet. Nachdem Herr Dames im Schuljahr 1996/97 in den Ruhestand ging, übernahm Hr. Kammel die Funktion des stellvertretenden Schulleiters.

-

Lehrer ad fontes

-

Im Zuge der politischen Umwälzung erfolgte erstmal die Wahl eines Schulleiters durch die Gesamtkonferenz der Schule. Auf der 1. Gesamtkonferenz wählte diese Herrn Dr. Müller mit großer Mehrheit zum Direktor unserer Schule. Auch der Name des Spezialgymnasiums stand 1990 zur Diskussion. Die Entscheidung fiel zugunsten des berühmten halleschen Mathematikers -Georg Cantor. Dieser Name wurde dem Gymnasium am 07.03.1991 verliehen.

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Schulalltag in der neuen Spezialschule

-

Die sorgfältig ausgewählten Schüler wurden in kleinen Klassen unterrichtet, daher bestanden diese in den Anfangsjahren aus lediglich 18 Schülern, von denen die meisten Jungen waren. -Die Arbeitsatmosphäre ist deshalb auch mit der heutigen nicht zu vergleichen, da die Beziehungen untereinander durch die geringe Klassenstärke enger waren. Beispielsweise fragten die Schüler nach einiger Zeit, ob sie den Schulstoff nicht schneller behandeln könnten, weil sie es verstanden hätten. Heute würde das vermutlich keiner mehr vorschlagen. Auch die technische Ausstattung der Schule war sehr gut, sodass die Schüler viele verschiedene Experimente durchführen konnten. -Die umfangreiche und fortschrittliche Einrichtung spiegelt sich auch in dem vollständig eingerichteten Computerkabinett wider. Insgesamt herrschte in den Unterrichtsräumen eine eher kreative und positiv von den Schüler geprägte Atmosphäre.

-

- - -

- - - - -

- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1989/index.html b/public/de/schulchronik/1989/index.html deleted file mode 100644 index d9eb5deb..00000000 --- a/public/de/schulchronik/1989/index.html +++ /dev/null @@ -1,742 +0,0 @@ - - - - 1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1989

-
- -
-
-

Vom Kindergarten zum Internat

-

Ein Jahr nach Gründung der Spezialschule begann das Internat Schüler aufzunehmen. Dafür wurde die ehemalige Kindertagesstädte „Mischka der Bär“ umgebaut, sodass Schüler von außerhalb darin schlafen und wohnen können. -Auch für die Freizeitgestaltung wurde gesorgt, um den Bewohnern einen möglichst angenehmen Aufenthalt zu ermöglichen. Da das Internat einen Sportkeller besaß und die Bindung zwischen Schülern und Lehrern in den Anfangsjahren sehr eng war, wurden regelmäßig Sportwettkämpfe ausgetragen, an denen sowohl Schüler als auch Lehrer ihre Freude fanden. -Die Erzieherinnen Fr. Fekl, Fr. Kammel und Fr. Marschollek übernahmen die pädagogische Betreuung der Schüler im Internat. -Auch 20 Jahre später existiert die Herberge noch und wird hoffentlich für viele zukünftige Cantorianer eine schöne Unterkunft während ihrer Schulzeit sein.

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Das erste Ökopraktikum

-

Zur besseren Durchführbarkeit des Praktikums wurde der Kurs vorab in vier Gruppen aufgeteilt. Jede dieser Gruppen arbeitete während des Praktikums an einer ihr vom Fachlehrer zugewiesenen Stelle. Dadurch wurde erreicht, dass sich die Ergebnisse unterschieden und letztlich eine umfassend Darstellung und Auswertung der ökologischen Faktoren rund um das Jugendwaldheim Wildenstall möglich war. -Im Verlauf des Ökopraktikums waren von jeder Gruppe sechs verschiedene Themen zu bearbeiten: Landschaft und Gehölz, Im und am Wasser, Bodenuntersuchungen, Krautschicht und Deckungsgrad, Tiere des Waldbodens sowie Territoriale Besonderheiten (Obersdorf). -Einen Schwerpunkt stellten hierbei Tier- und Pflanzenbestimmungen sowie die Untersuchung von Boden- und Wasserproben dar. -Die Erfüllung der Aufgaben beanspruchte die Schüler in besonderer Weise. Neben der konzentrierten und kontinuierlichen Arbeit blieb für Vergnügen außerhalb des Aufgabenbereiches kaum Zeit.

-

Jungendwaldheim

-

So verlief ein typischer Tag

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
6.00 UhrWecken
6.30 UhrFrühstück
7.00 UhrEinweisung in die Arbeiten im Wald
7.10 - 12.00 UhrArbeit im Wald
12.30 UhrMittagessen
13.00 - 18.00 UhrArbeit an den Projektaufgaben
18.00 UhrAbendessen
18.30 - 22.00 UhrArbeit an den Projektaufgaben oder Freizeit
-

Jungendwaldheim Zeitung

-

- - -

- - - - -

-

Chemieolympiade in Halle

-

- - -

- - - - -

-

Wettbewerbserfolge 1989

-

Mannschaftswettbewerb Chemie

- - - - - - - - - - - - - - - - - - - - - - - - - -
NameKalssePreis
Arndt, StefanKlasse 94. Platz
Gergele, MarcoKlasse 94. Platz
Krake, KristinKlasse 94. Platz
- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1990/index.html b/public/de/schulchronik/1990/index.html deleted file mode 100644 index 27fbed95..00000000 --- a/public/de/schulchronik/1990/index.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - 1990 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1990

-
- -
-
-

Von der Spezialschule zum Gymnasium

-

Im Zuge der politischen Umwälzungen in den Jahren 1989/1990 kam es zu tiefgreifenden Umgestaltungen in der Bildungslandschaft auf dem Gebiet der vormaligen DDR. Von diesen Veränderungen waren auch die Spezialschulen der DDR betroffen, die sich im Laufe der folgenden Jahre zu Gymnasien mit inhaltlichem Schwerpunkt entwickelten. -Erstmals wurde die Aufnahme von zukünftigen Siebtklässlern, statt wie vorher von Neuntklässlern durchgeführt. Auch die Aufnahmebedingungen veränderten sich, denn es war nun keine Delegierung sowie keine Empfehlung der Schule notwendig. -Weiterhin war kein Aufnahmeverfahren von der Dauer einer Woche vorgesehen, sondern es wurden Einzelgespräche über Allgemeinwissen und sprachliche Fähigkeiten durchgeführt. Zusätzlich musste experimentiert werden. Die anschließende Auswertung der Ergebnisse entschied über eine Aufnahme der SchülerInnen. -Aufgrund politischer Veränderungen kam es auch in der Schulleitung zu einer Umstrukturierung. Zum 01.09.1990 erhielt Herr Dr. Ulrich Müller die Ernennungsurkunde zum Direktor unserer Schule.

-

Erkennungsurkunde

-

Der Weg zum GCG

-

Seit der Gründung der Spezialschule 1988 hat sich die Aufnahmeprozedur für Schülerinnen und Schüler stark verändert.

-

Dieser Werdegang ist unten dargestellt:

-

Erkennungsurkunde

- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1991/index.html b/public/de/schulchronik/1991/index.html deleted file mode 100644 index 97096467..00000000 --- a/public/de/schulchronik/1991/index.html +++ /dev/null @@ -1,673 +0,0 @@ - - - - 1991 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1991

-
- -
-
-

Gründung des Fördervereins

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Die Spezialklassen für Mathematik und Physik an der Martin-Luther-Universität Halle-Wittenberg

-

Dieser Inhalt ist hier extern verfügbar.

-

Von Hausmann zu Cantor

-

Die Spezialschule in der Muldestraße hieß seit ihrer Existenzgründung „Spezialschule mathematisch-naturwissenschaftlich-technische Richtung Ernst Hausmann“. -Der Namensgeber war ein bekannter Arbeitsdirektor der Leuna Werke, welcher von 1909 bis 1982 lebte. Ein Bild von ihm hing in der Ehrenecke, die auf dem Foto zu sehen ist.

-

Spezialschule

-

Nach den Ereignissen in den Jahren 1989/90 entschloss man sich, der Schule einen neuen Namen zu verleihen, was Anfang März 1991 geschah. -Man entschied sich als neuen Titel den Namen eines berühmten Mathematikers zu wählen, der eng mit Halle verbunden ist und als Begründer der Mengenlehre gilt – Georg Cantor. -Im Rahmen einer großen Feier wurde diese Änderung bekannt gegeben. -Seit jeher prangt in dieser Ehrenecke ein Bild von Cantor, der einstmals wünschte, dass sein Bild nicht publiziert werden würde, da dies eine zu große Ehre für ihn wäre.

-

Spezialschule

-

Auch nach dem Umzug in die Torstraße wurde, obwohl es dies Ehrenecke nicht mehr gab, der Name nicht vergessen. Dafür sorgt ein Schild, welches vom Eingang des alten Gebäudes zum Eingang des Neuen umgehängt wurde. Auf diesem steht für alle sichtbar „mathematisch-naturwissenschaftliches Gymnasium Georg Cantor“. Dies bestätigt das Profil unserer Schule.

-

- - -

- - - - -

-

Partnerschaft mit dem Lessinggymnasium

-

- - -

- - - - -

-

Wettbewerbserfolge 1991

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - -
Stahn, ChristianKlasse 91. Preis
Mück, AndreasKlasse 101. Preis
Zies, IngolfKlasse 102. Preis
-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - -
Zies, IngolfKlasse 10Teilnahme
Mück, AndreasKlasse 10Teilnahme
-

Jugend Forscht

-

Landesebene

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ebelt, HenningKlasse 10Sachpreis
Pallas, TiloKlasse 10Teilnahme
Seliger, GregorKlasse 10Teilnahme
Zies, IngolfKlasse 102. Platz und 3. Platz
-

Schüler experimentieren

-

Regionalrunde

- - - - - - - - - - - - - - - -
Henning, ThielemannKlasse 92. Platz
- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1992/index.html b/public/de/schulchronik/1992/index.html deleted file mode 100644 index 915d3526..00000000 --- a/public/de/schulchronik/1992/index.html +++ /dev/null @@ -1,616 +0,0 @@ - - - - 1992 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1992

-
- -
-
-

Das Jahr 1992 war ein ereignisreiches Jahr. Für das Schuljahr 1991/92 wurde der erste Abiturjahrgang mit Freude erwartet. Außerdem wurden in diesem Schuljahr die ersten vier Klassen des fünften Jahrgangs aufgenommen. Ingolf Zies erlangte in diesem Jahr große Bekanntheit in Deutschland und zwar durch zwei erste Preise im Bundesfinale von „Jugend forscht“. Es wurden um die Fördermittel und um das Profil der Schule gebangt, nachdem bekannt wurde, dass das Cantor Gymnasium in die kommunale Trägerschaft gelegt werden sollte. Gemeinsam schrieben die Elternräte aus Halle und Magdeburg einen Brief an den Ministerpräsidenten Werner Münch.

-

Verlieren Mathe-Asse ihre Förderer ?

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Erster Abiturjahrgang

-

Dieser Inhalt ist hier extern verfügbar.

-

Wettbewerbserfolge 1992

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Barthel, WolfgangKlasse 81. Preis
Voigtländer, JanisKlasse 82. Preis
Strich, RobertKlasse 83. Preis
Thielemann, HenningKlasse 91. Preis
Braune, ThomasKlasse 91. Preis
Stahn, ChristianKlasse 103. Preis
Zies, IngolfKlasse 112. Preis
Zacher, RicoKlasse 112. Preis
-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Stahn, ChristianKlasse 102. Preis
Thielemann, HenningKlasse 103. Preis
Braune, ThomasKlasse 10Anerkennungspreis
Zies, IngolfKlasse 11?
Zacher, RicoKlasse 12?
-

Jugend Forscht

-

Landesebene

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Lathan, ManiaKlasse 7Delegierung
Weidner, AnettKlasse 7Delegierung
Debrabant, KristianKlasse 10Sachpreis
Stahn, ChristianKlasse 10Sachpreis
Oertel, OliverKlasse 111. Platz
Zies, IngolfKlasse 111. Platz
-

Bundesebene

- - - - - - - - - - - - - - - -
Zies, IngolfKlasse 111. Platz, Sonderpreis des Forschungsministers, Empfang beim Bundespräsidenten
-

Europawettbewerb in Sevilla

- - - - - - - - - - - - - - - -
Zies, IngolfKlasse 11Sonderpreis, Studienaufenthalt in Großbritanien
-

Physik

-

Bundeswettbewerb

- - - - - - - - - - - - - - - -
Zies, IngolfKlasse 11Sieger, Sonderpreis des Bundespräsidenten, Preis des Bundesforschungsministers
-

Europäischer Wettbewerb

- - - - - - - - - - - - - - - -
Zies, IngolfKlasse 112. Platz
-

Sonstiges

-
    -
  • Aufnahme erster 4. Klassen des 5. Jahrgangs
  • -
- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1993/index.html b/public/de/schulchronik/1993/index.html deleted file mode 100644 index 840919cc..00000000 --- a/public/de/schulchronik/1993/index.html +++ /dev/null @@ -1,546 +0,0 @@ - - - - 1993 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1993

-
- -
-
-

Profil des GCG Bestätigt

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

14 mal 1,0

-

- - -

- - - - -

-

Verleihung vieler “Jugend Forscht!” Preise

-

- - -

- - - - -

-

Wettbewerbserfolge 1993

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Strich, RobertKlasse 92. Preis
Thielemann, HenningKlasse 111. Preis
Stahn, ChristianKlasse 112. Preis
Debrabant, KristianKlasse 112. Preis
-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - -
Strich, RobertKlasse 93. Preis
Thielemann, HenningKlasse 113. Preis
Stahn, ChristianKlasse 112. Preis
-

Jugend Forscht

-

Landesebene

- - - - - - - - - - - - - - - - - - - - - - - - - -
Gühne, MatthiasKlasse 121. Platz(Chemie)
Himmel, JörgKlasse 121. Platz(Chemie)
Mathes, FalkoKlasse 121. Platz (Chemie)
-

Mannschaftsvergleichswettbewerb Biologie Sachsen–Anhalt: 1.Platz

- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1994/index.html b/public/de/schulchronik/1994/index.html deleted file mode 100644 index 8feb4a07..00000000 --- a/public/de/schulchronik/1994/index.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - 1994 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1994

-
- -
-
-

Das Jahr 1994 war ein bedeutungsvolles, was die internationale Umgebung des GCGs anging und auch immer noch angeht, denn ohne, dass ein Schüler der 10. Klasse ein Jahr in Chicago verbracht hätte, wäre wohl auch folgenden Schülern ihr Traum von Amerika nie ermöglicht worden. Michael Schultz erregte damit so ein Aufsehen, dass die MZ sogar vereinzelte lose Briefe in einigen Ausgaben mit abdruckte und die Story zur Sensation machte, sodass er sich bestimmt auch heute noch sehr gut an seine Zeit in den Staaten erinnern kann.

-

Sehr großen Anklang fand in diesem Jahr der Tag der offenen Tür im November, bei dem sich Eltern und Schüler der zukünftigen fünften Klassen informieren und anmelden konnten. Dabei beeindruckten vor allem die technische Ausstattung und Belege über zahlreiche Preise in Schülerwettbewerben.

-

Beginn des Unterrichts nach neuen Rahmenrichtlinien

-

Nach Abschluss der umfangreichen konzeptionellen Arbeit begann in diesem Jahr nun auch der Unterricht entsprechend der neuen Rahmenrichtlinien. Dies beinhaltet eine modifizierte Stundentafel mit vertiefenderem Unterricht in den naturwissenschaftlichen Fächern in Bezug auf unser Ausbildungsprofil.

-

Einführung der Korrespondenzzirkel

-

Im Auftrag des Kultusministeriums des Landes Sachsen-Anhalt fördert das Georg-Cantor-Gymnasium interessierte und talentierte Schüler in Form einer brieflichen Korrespondenz über mathematisch-naturwissenschaftliche Aufgaben und Probleme. Interessierte Schülerinnen und Schüler der 7., 8. und 9. Klassen erhalten drei- bis viermal pro Schuljahr interessante und schwierige Aufgaben und Probleme zugeschickt und senden ihre Lösungen an das Georg-Cantor-Gymnasium. Die Lösungen und eine Punktbewertung erhalten die beteiligten Schüler mit der nächsten Runde der Aufgaben zugeschickt. Am Ende des Schuljahres bzw. an geeigneten Ferientagen lädt das Georg-Cantor-Gymnasium zu einem Treffen aller Teilnehmer ein. Neben der gemeinsamen Diskussion über Fragen der effektiven Methodik des Lösens von Problemaufgaben können auch experimentelle Fragen und Probleme gestellt und gelöst werden. Auch Exkursionen zu wissenschaftlichen Einrichtungen der im Raum Halle/Merseburg ansässigen Universitäten und Hochschulen stehen auf dem Programm. Im Mittelpunkt dieser Veranstaltung steht jedoch der Erfahrungsaustausch zwischen den Teilnehmern des Zirkels sowie der persönliche Kontakt mit den betreuenden Lehrern der Fächer Mathematik, Physik, Chemie und Biologie des Georg-Cantor-Gymnasiums. Dieser Zirkel ist für alle Schülerinnen und Schüler des Landes Sachsen-Anhalt offen.

-

Wettbewerbserfolge 1994

-

Jugend Forscht

-

Landesebene

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bodo SchmidtKl.122.PlatzTech
Miro MorczinekKl.122.PlatzTech
Bodo SchmidtKl.121.PlatzPh
Miro MorczinekKl.121.PlatzPh
Dag LeineKl.121.PlatzCh
Florian HartlingKl.101.PlatzGeo / R
Claudia MüllerKl.101.PlatzGeo / R
-

Mathematik-Olympiade

-

Bundesebene

- - - - - - - - - - - - - - - - - - - - - - - - - -
Robert StrichKl.102. Preis
Janis VoigtländerKl.10Anerkennung
Wolfgang BarthelKl.10Anerkennung
-

Landesebene

- - - - - - - - - - - - - - - - - - - - -
Henning ThielemannKl.113. Preis
Kristian DebrabantKl.121. Preis
-

Internationale Physik-Olympiade

- - - - - - - - - - - - - - - -
Jens Höferunbk.3. Runde des Auswahlverfahrens
-

V. Internationale Biologieolympiade in Bulgarien

- - - - - - - - - - - - - - - -
Milena MalonekK.11Bronzemedaille
- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1995/index.html b/public/de/schulchronik/1995/index.html deleted file mode 100644 index ac67a095..00000000 --- a/public/de/schulchronik/1995/index.html +++ /dev/null @@ -1,583 +0,0 @@ - - - - 1995 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1995

-
- -
-
-

Einführung des Cantorpreises

-

Seit 1995 wird jährlich ein besonderer „Grübler“ unserer Schule anlässlich des Geburtstages von Georg Cantor mit dem Cantor-Preis geehrt. -Der Cantor-Preisträger erhält einen vom Förderverein gestifteten Zinnbecher mit Motiven der Stadt Halle und 150 € Preisgeld, gesponsert von der Sparkasse. -Die Fachbereiche dürfen Schüler vorschlagen, die die Kriterien erfüllen. Sie sollten sehr gute schulische Leistungen erbringen, besonders auf mathematisch- naturwissenschaftlichem Gebiet. Weiterhin sind vielseitiges außerschulisches Engagement und Erfolge bei Schülerwettbewerben wünschenswert. Der Vorstand des Schulfördervereins trifft dann die Entscheidung.

-

Cantorpreis

-

Festwoche zum 150. Geburtstag von Georg Cantor

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Wettbewerbserfolge 1995

-

Jugend Forscht

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bodo SchmidtKl.122.PlatzTech
Miro MorczinekKl.122.PlatzTech
Bodo SchmidtKl.121.PlatzPh
Miro MorczinekKl.121.PlatzPh
Dag LeineKl.121.PlatzCh
Florian HartlingKl.101.PlatzGeo / R
Claudia MüllerKl.101.PlatzGeo / R
-

Mathematik-Olympiade

-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Robert StrichKl.111.Preis
Janis VogtländerKl.11Anerkennung
Wolfgang BarthelKl.11Teilnahme
Henning ThielemannKl.12Anerkennung
-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - -
Peter WittigKl.53.Preis
Martin SchultzeKl.92.Preis
Steffen BreuerKl.92.Preis und Sonderpreis
-

Schüler Experementieren

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Maria BrandtKl.72.PlatzBio
Nicole ErnstKl.72.PlatzBio
Sandra LehmannKl.72.PlatzBio
Christoph SeidlerKl.102.PlatzBio
Andreas TannertKl.102.PlatzBio
Michael KleinKl.101.Platz„Unsere Umwelt –ihr Schutz“
-

Sonstiges

-
    -
  • Erstes Spezialistenlager
  • -
- -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1996/index.html b/public/de/schulchronik/1996/index.html deleted file mode 100644 index 1020836d..00000000 --- a/public/de/schulchronik/1996/index.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - 1996 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1996

-
- -
-
-

In diesem Jahr hat sich der Förderverein der Schule eine besondere Auszeichnung einfallen lassen: den Cantor-Preis. Den ersten bekam Robert Strich, der im März dieses Jahres auch Sieger im Bundeswettbewerb Mathematik wurde. Seitdem wird jedes Jahr der engagierteste und erfolgreichste Schüler des Abiturjahrgangs mit dem Cantor-Preis geehrt.

-

Beim Bundeswettbewerb „Jugend forscht“ waren 1996 vor allem Ingolf Zies mit zwei 1. Preisen und Tobias Volk mit einem Sonderpreis erfolgreich.

-

Während der Cantor-Tage anlässlich des 151. Geburtstages des Namensgebers unserer Schule im März 1996 wurde die Kooperation der Martin-Luther-Universität und des Georg-Cantor-Gymnasiums vereinbart. So wollen die beiden Bildungsstätten gemeinsam naturwissenschaftlich Interessierte fördern.

-

Zudem wurden in den Ferien verschiedene Spezialistenlager durchgeführt, die sich, wie auch der Tag der offenen Tür, großer Beliebtheit erfreuten.

-

Robertstrich

-

Kooperationsvereinbarung mit der Martin-Luther-Universität

-

Kooperation MLU

-

Wettbewerbserfolge 1996

-

Jugend Forscht

-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Tobias VolkKl.12PhysikSonderpreis
Christoph SeidlerKl.10Ma/Inf
Patrik ReichertKl.10Ma/Inf
-

Mathematik-Olympiade

-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Robert StrichKl.121. Preis
Janis VoigtländerKl.12
Wolfgang BarthelKl.12
Patrick ReichertKl.10
Stefan DiestelhorstKl.8
Torsten StüberKl.8
-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Peter WittigKl.632 P.2. Preis
Torsten StüberKl.829 P.2. Preis
Christian BreuerKl.826 P.3. Preis
Juliane DrewsKl.825 P.3. Preis
Hagen SchillerKl.825 P.3. Preis
Patrick ReichertKl.1036 P.1. Preis
Johannes GüntherKl.1032 P.3. Preis
Sven LubnerKl.1031 P.3. Preis
Steffen BreuerKl.1028 P.3. Preis
Robert StrichKl.1239 P.1. Preis
Janis VoigtländerKl.1232 P.2. Preis
Wolfgang BarthelKl.1222 P.Anerkennungspreis
-

Internationale Mathematik-Olympiade 1996

- - - - - - - - - - - - - - - -
Robert StrichKl.12Teilnahme
- -
- - -
-

CantorPreis-Träger

- -
-
- Robert Strich -
-

Robert Strich

- Studium der Mathematik und Physik in Göttingen, 2002 Abschluss Diplom-Physiker, bis 2007 Promotion in Mathematik an der University of Florida, 2008 bis 2009 Referendariat in Würzburg, 2009 2. Staatexamen, seit 2009 Lehrer in Würzburg -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1997/index.html b/public/de/schulchronik/1997/index.html deleted file mode 100644 index 008e236d..00000000 --- a/public/de/schulchronik/1997/index.html +++ /dev/null @@ -1,522 +0,0 @@ - - - - 1997 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1997

-
- -
-
-

Diesen Sommer hatten unsere Schule und vor allem ihr Abschlussjahrgang einen besonderen Grund zur Freude: Der Abiturdurchschnitt war mit 1,7 der beste in ganz Sachsen-Anhalt. Ein herausragender Erfolg war außerdem der Ehrenpreis, den Tobias Volk beim internationalen Wettbewerb „Erster Schritt in Richtung Nobelpreis für Physik“ erzielt hat. Weiterhin wurde 1997 das Intranet ins Leben gerufen, das zum schulinternen Daten- und Informationsaustausch dienen soll und auch als Vorbild für andere Schulen dienen könnte.

-

Intranet hilft beim Lernen

-

Intranet Zeitung

-

Wettbewerbserfolge 1997

-

Jugend Forscht

-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sven BeyerKl.11PhysikTeilnahme
Patrick ReichertKl.11Ma/InfTeilnahme
Christoph SeidlerKl.11Ma/InfTeilnahme
-

Mathematik-Olympiade

-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nils NichelmannKl.8
Torsten StüberKl.9
Stephan DistelhorstKl.9
Martin SchultzeKl.11
Patrick ReichertKl.11
-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Peter WittigKl.727 P.3. Preis
Lars KasperKl.832 P.2. Preis
Gerald KniziaKl.832 P.2. Preis
Martin KuhsKl.830 P.3. Preis
Nils NichelmannKl.829 P.3. Preis
Torsten StüberKl.921 P.3. Preis
Hagen SchillerKl.920 P.Anerkennungspreis
Stephan DiestelhorstKl.918 P.Anerkennungspreis
Martin SchultzeKl.1121 P.3. Preis
Patrick ReichertKl.1118 P.Anerkennungspreis
-

Internationaler Wettbewerb „Erster Schritt in Richtung Nobelpreis für Physik“

- - - - - - - - - - - - - - - -
Tobias VolkKl.12Ehrenpreis
-

Landeswettbewerb Latein

- - - - - - - - - - - - - -
Klasse 7/33. Platz
- -
- - -
-

CantorPreis-Träger

- -
-
- Andreas Tannert -
-

Andreas Tannert

- Studium der Biochemie in Halle und Leipzig, IT-Berater in Leipzig -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1998/index.html b/public/de/schulchronik/1998/index.html deleted file mode 100644 index e5e5c31c..00000000 --- a/public/de/schulchronik/1998/index.html +++ /dev/null @@ -1,587 +0,0 @@ - - - - 1998 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1998

-
- -
-
-

10-jähriges Jubiläum des GCG

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Nobelpreisträger am GCG

-

Nobelpreisträger am GCG

-

Wettbewerbserfolge 1998

-

Jugend Forscht

-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - -
Andreas TannertKl.12Physik1. Preis
Sven BeyerKl.12Physik1. Preis
-

Mathematik-Olympiade

-

Bundesrunde

- - - - - - - - - - - - - -
Patrick ReichertKl.12
-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sebastian KrauseKl.521 P.Anerkennungspreis
Sebastian KraftKl.629 P.3. Preis
Steffen WeberKl.927 P.3. Preis
Gerald KniziaKl.926 P.3. Preis
Lars KasperKl.924 P.Anerkennungspreis
Torsten StüberKl.1024 P.3. Preis
Patrick ReichertKl.1232 P.1. Preis
Martin SchultzeKl.1225 P.2. Preis
Sven LaubnerKl.1222 P.3. Preis
Johannes GüntherKl.1218 P.Anerkennungspreis
-

Biologie-Chemie-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - -
Albrecht MetzgerKl.103. Platz
-

Latein-Wettbewerb

-

Landesrunde

- - - - - - - - - - - - - -
Klasse 8/33. Platz
- -
- - -
-

CantorPreis-Träger

- -
-
- Martin Schultze -
-

Martin Schultze

- Studium der Wirtschaftsmathematik in Halle, Wirtschaftsmathematiker bei der Dexia Kommunalbank in Berlin -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/1999/index.html b/public/de/schulchronik/1999/index.html deleted file mode 100644 index 0747a7fd..00000000 --- a/public/de/schulchronik/1999/index.html +++ /dev/null @@ -1,525 +0,0 @@ - - - - 1999 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

1999

-
- -
-
-

Seit diesem Jahr wird am Georg-Cantor-Gymnasium das Fach Informatik schon ab der 7. Klasse unterrichtet, eine Besonderheit des naturwissenschaftlichen Schwerpunkts der Schule. Doch auch außerhalb dieses Fachgebiets leisten die Cantorianer einiges, so wurde Erik Pfannmöller für seine Erfolge im Kanuslalom mit dem Förderpreis des Deutschen Jugendsports geehrt. Der ehemalige Schüler des Cantor-Gymnasiums Rico Zacher, der Diplom-Mathematik mit Nebenfach Physik studiert hat, machte 1999 mit einem Preis von einer Medienfirma auf sich aufmerksam.

-

Obligatorische Informatik-Ausbildung

-

Zeitung Informatik

-

Wettbewerbserfolge 1999

-

Mathematik-Olympiade

-

Bundesrunde

- - - - - - - - - - - - - - - -
Weber, SteffenKlasse 103. Preis
-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Kirsten, DirkKlasse 51. Preis
Pfanne, MartinKlasse 5Anerkennungspreis
Leonhardt, KonradKlasse 5Anerkennungspreis
Maas, MartinKlasse 5Anerkennungspreis
Krause, SebastianKlasse 61. Preis
Hause, StephanKlasse 6Anerkennungspreis
Höfer, NadjaKlasse 6Anerkennungspreis
Meyer-Bodemann, DianaKlasse 72. Preis
Kraft, SebastianKlasse 7Anerkennungspreis
Tannert, JohannesKlasse 93. Preis
Lange, RichardKlasse 9Anerkennungspreis
Weber, SteffenKlasse 101. Preis
Kasper, LarsKlasse 102. Preis
Nichelmann, NilsKlasse 10Anerkennungspreis
Stüber, TorstenKlasse 112. Preis
Schiller, HagenKlasse 11Anerkennungspreis
-

Bundeswettbewerb-Mathematik

- - - - - - - - - - - - - - - - - - - - - - - - - -
Weber, SteffenKlasse 103. Preis
Stüber, TorstenKlasse 113. Preis
Schiller, HagenKlasse 113. Preis
-

Biologie-Chemie-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - -
Jacob, RolandKlasse 101. Platz
Schwarz, StefanKlasse 103. Platz
-

Landeswettbewerb Latein

-

Landesrunde

- - - - - - - - - - - - - - - -
Kasper, Lars; de la Cruz, Laura; Winger, Katja; Möckel, MikeKlasse ??1. Platz
- -
- - -
-

CantorPreis-Träger

- -
-
- Stephan Diestelhorst -
-

Stephan Diestelhorst

- Studium der Informatik in Dresden, Studienaufenthalt in Cambridge, Informatiker bei der Firma AMD in Dresden, Promovend TU Dresden -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2000/index.html b/public/de/schulchronik/2000/index.html deleted file mode 100644 index f985799f..00000000 --- a/public/de/schulchronik/2000/index.html +++ /dev/null @@ -1,515 +0,0 @@ - - - - 2000 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2000

-
- -
-
-

Politiker am GCG

-

Anlässlich des 155. Geburtstages von Georg Cantor wurde am 02.03.2000 im GCG ein Forum mit den beiden OB-Kandidaten von Halle, Ingrid Häußler und Uwe-Jens Rössel, zu schulpolitischen Fragen durchgeführt. Dazu wurden alle Schüler ab Klasse 9 sowie sämtliche Eltern eingeladen.

-

Politiker am GCG

-

Zusammenarbeit mit der MLU

-

Politiker am GCG

-

Wettbewerbserfolge 2000

-

Mathematik-Olympiade

-

Bundesrunde

- - - - - - - - - - - - - - - -
Arndt, StefanKlasse 94. Platz
-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Münch, DanielKlasse 53. Preis
Barth, StevenKlasse 5Anerkennungspreis
Seidler, HenningKlasse 62. Preis
Porsch, MarianneKlasse 6Anerkennungspreis
Steinberg, KristinKlasse 71. Preis, Preis des Ministers
Dittrich, TobiasKlasse 7Anerkennungspreis
Weber, SteffenKlasse 112. Preis
Kasper, LarsKlasse 113. Preis
Nichelmann, NilsKlasse 113. Preis
Stüber, TorstenKlasse 122. Preis
Schiller, HagenKlasse 123. Preis
Diestelhorst, StephanKlasse 123. Preis
-

Bundeswettbewerb-Mathematik

-

2. Runde

- - - - - - - - - - - - - - - -
Weber, SteffenKlasse 112. Preis
-

1. Runde

- - - - - - - - - - - - - - - -
Stüber, TorstenKlasse 121. Preis
-

Biologie-Chemie-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - -
Biedermann, FrankKlasse 92. Platz
Greulich, AnettKlasse 103. Platz
-

Landeswettbewerb Latein

-

Landesrunde

- - - - - - - - - - - - - - - -
Kasper, LarsKlasse 111. Platz, Stipendium der Studienstiftung, 1. Platz Bundeswettbewerb der Reisebüros zur Dokumentation von Studienreisen
- -
- - -
-

CantorPreis-Träger

- -
-
- Torsten Stüber -
-

Torsten Stüber

- Studium der Informatik in Dresden, Internationaler Masterstudiengang Computational Logic, Studienaufenthalt University of Auckland, Neuseeland, Erlangung des Grades Master of Science in Computer Science, Promotion an der TU Dresden, wissenschaftlicher Mitarbeiter TU Dresden -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2001/index.html b/public/de/schulchronik/2001/index.html deleted file mode 100644 index 59356786..00000000 --- a/public/de/schulchronik/2001/index.html +++ /dev/null @@ -1,701 +0,0 @@ - - - - 2001 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2001

-
- -
-
-

Die größte Sensation des Jahres 2001 fand am 19. Oktober statt. Mehrere Lehrer und Schüler nahmen im Schloss Bellevue in Berlin den Siemens Award für MINT-EC-Schulen aus den Händen von Bundespräsident Johannes Rau entgegen. Der 2. Platz ging an das Georg-Cantor-Gymnasium und war mit 10.000 Euro dotiert. Damit wurden die Zusammenarbeit mit Wirtschaftsunternehmen und die Verwendung moderner Techniken im naturwissenschaftlichen Unterricht gewürdigt. Ein Beispiel dafür ist der obligatorische Informatik-Unterricht ab der 7. Klasse. Auch die besondere Förderung von Schülern spielte eine Rolle beim Siemens Award. Und diese Förderung zahlte sich wieder einmal aus. Die 1. Preise von Stefan Schwarz, Roland Jacob, Christian Siebert, Maria Hörnke, Matthias Meissner, Steffen Forkmann, Jörg Premper und Alexander Pöhland im Landeswettbewerb „Jugend forscht“ stehen nur stellvertretend für die lange Liste an Preisträgern.

-

Verleihung Siemens-Award

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Wettbewerbserfolge 2001

-

Mathematik-Olympiade

-

Bundesrunde

- - - - - - - - - - - - - - - -
Steffen WeberKl.123. Preis
-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Lukas MaischakKl.61.Preis
Julia ThiemannKl.61.Preis
Kristin SteinbergKl.81.Preis
Lars KasperKl.121.Preis
Markus MittnenzweigKl.52.Preis
Daniel MünchKl.62.Preis
Henning SeidlerKl.72.Preis
Diana Meyer-BodemannKl.92.Preis
Steffen WeberKl.122.Preis
Richard SchimpfKl.53.Preis
Michael MarxKl.93.Preis
Christian BlauKl.93.Preis
Ottmar RenschKl.6Annerkennungspreis
Anne SchmidtKl.7Annerkennungspreis
Gerald KniziaKl.12Annerkennungspreis
-

Bundeswettbewerb-Mathematik

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nils NichelmannKl.122.Preis1.Runde
Steffen WeberKl.122.Preis2.Runde
Lars KasperKl.123.Preis1.Runde
Diana Meyer-BodemannAnerkennungspreis
-

Chemie - die stimmt!

-

Endrunde

- - - - - - - - - - - - - - - -
Frank BiedermannKl.101.Platz
-

Bio-Chemie-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - -
Frank BiedermannKl.101.Platz
Christian DresselKl.102.Platz
Tom-Marten KilianKl.103.Platz
-

Anerkennung für langjähriges und erfolgreiches Wirken in der Schülerförderung auf mathematischem Gebiet erhielten: Dieter Kammel

- -
- - -
-

CantorPreis-Träger

- -
-
- Lars Kasper -
-

Lars Kasper

- Studium der Physik in Göttingen, Doktorand der Physik an der Eidgenoessischen Technischen Hochschule (ETH) Zuerich -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2002/index.html b/public/de/schulchronik/2002/index.html deleted file mode 100644 index 106431a1..00000000 --- a/public/de/schulchronik/2002/index.html +++ /dev/null @@ -1,546 +0,0 @@ - - - - 2002 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2002

-
- -
-
-

Kooperation mit DOW- Chemical

-

Im April 2002 unterzeichnete unser Schulleiter einen Kooperationsvertrag mit der DOW-Olefin-Schkopau.

-

Dow Zeitung

-

Japanische Lehrerdelegation am GCG

-

Am 17.10.2002 besuchten 21 Lehrerinnen und Lehrer sowie einige Regierungsvertreter aus Japan unser Gymnasium. Begleitet wurden sie vom Leiter des Staatlichen Schulamtes Halle.

-

Die Gäste machten sich mit der Schulstruktur, dem Unterricht und dem schulischen Leben in Deutschland vertraut.

-

Vorbereitung der Cantor-Oper

-

In diesem Jahr wurde mit einem besonderen Projekt begonnen: Zusammen mit Schülern unserer Schule inszenierte Ingomar Grünauer eine Oper über Georg Cantor.

-

Allerdings sollte es weitere drei Jahre bis zur Uraufführung dauern…

-

Dow Zeitung

-

Wettbewerbserfolge 2002

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Kristin SteinbergKlasse 91. Preis
Kars KasperKlasse 131. Preis
Patrick LühneKlasse 52. Preis
Franziska FlegelKlasse 62. Preis
Markus MittnenzweigKlasse 62. Preis
Sebastian KochKlasse 72. Preis
Michael MarxKlasse 102. Preis
Steffen WeberKlasse 122. Preis
Sandra OhmkeKlasse 53. Preis
Marcus HoffmannKlasse 63. Preis
Martin MaasKlasse 83. Preis
Tobias DittrichKlasse 93. Preis
Wei LongKlasse 6Anerkennungspreis
Manuela PaschkowskiKlasse 6Anerkennungspreis
Julia ThiemannKlasse 7Anerkennungspreis
Dirk KirstenKlasse 8Anerkennungspreis
Stephan HauseKlasse 9Anerkennungspreis
Julia HippeKlasse 9Anerkennungspreis
Johannes TannertKlasse 12Anerkennungspreis
Christian BlauKlasse 12Anerkennungspreis
-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - -
Kristin SteinbergKlasse 92. Preis
Michael MarxKlasse 102. Preis
-

Bundeswettbewerb-Mathematik

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Kristin SteinbergKlasse 91. Preis
Lars KasperKlasse 131. Preis
Gerald KniziaKlasse 131. Preis
Nils NichelmannKlasse 131. Preis
Steffen WeberKlasse 131. Preis
Diana Meyer-BodemannKlasse 102. Preis
Johannes TannertKlasse 122. Preis
Michael PfeifferKlasse 93. Preis
Sebastian PabstKlasse 123. Preis
- -
- - -
-

CantorPreis-Träger

- -
-
- Maria Hörnke -
-

Maria Hörnke

- Studium der Chemie in Halle und Burgos (Spanien), Doktorand der Chemie in Potsdam, 2012 Promotion, Postdoc, Universität Göteborg -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2003/index.html b/public/de/schulchronik/2003/index.html deleted file mode 100644 index c700c9f6..00000000 --- a/public/de/schulchronik/2003/index.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - 2003 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2003

-
- -
-
-

Wenn Schüler anfangen, selbst zu streiken, dann muss das schon was heißen. Wenn sie neben Klassenarbeiten und Prüfungen für ihre Schule demonstrieren, sollte man darüber nachdenken, was hier wohl geschehen ist. „Lernen in ´ner Bruchbude?“ überschrieb der Wochenspiegel am 26.11.2003 ihren Artikel zu den Schülerprotesten. „Eigentlich sollte man nicht darum kämpfen müssen, die Unterstützung der Stadt sollte der Normalfall sein.“, klagte der damalige Schülersprecher Marcus Syring und Philip Trempler beschrieb die Situation: „Wir dürfen die Fenster nicht mehr aufmachen. Die könnten rausfallen.“ Initiiert wurde der Streik vom Schülerrat und im Besonderen vom bereits erwähnten Marcus Syring. Wie es dazu kam? Im Januar versprach die Stadt, das Georg-Cantor-Gymnasium bereits im August des selben Jahres in den neuen Standort in der Torstraße umziehen zu lassen. Doch das Versprechen konnte nicht gehalten werden und so war im November noch nichts von einem Umzug zu spüren. Doch mit dem gebrochenen Versprechen nicht genug, beantragte die Stadt zusätzlich noch, das Cantor-Gymnasium zur Ganztagsschule zu machen. Das heißt für die Schüler, noch länger in der Bruchbude zu bleiben – An Bruchrechnung in der Bruchbude, die die Schüler bei ihrem Protest verweigern wollen, scheint wohl vorerst kein Weg vorbei zu führen.

-

Schülerproteste

-

Ungeachtet der desolaten Bedingungen, erzielten die Schüler wieder zahlreiche Erfolge, wie die Qualifikation für den Landeswettbewerb „Jugend forscht“ oder der erste Platz bei „Jugend trainiert für Olympia“. Besonders eine Schülerin konnte dieses Jahr ihr Glück kaum fassen, denn wegen hervorragender schulischer Leistungen, großer sozialer Kompetenz und einer besonderen Persönlichkeit wurde Susanne Havranek mit dem achten Cantorpreis ausgezeichnet.

-

Bau-Misere und Schülerstreik

-

Das GCG war und ist seit Jahren mit seinen Erfolgen präsent, doch die Zustände im desolaten Gebäude in der Muldestraße 3 passten dazu nicht. Mit den Schülerdemonstrationen, initiiert vom Schülerrat unter der Leitung des damaligen Schülersprechers Marcus Syring, wollten Schulrat und Schulleitung die Öffentlichkeit erreichen und auf diese Diskrepanz aufmerksam machen. Mit Spruchbändern, Parolen und passenden T-Shirts hervorragend vorbereitet und von den Medien (Bildzeitung, RTL und HalleTV) begleitet, gelang den Cantorianern der Sprung von Listenplatz 8 auf 3 der finanziell zu fördernden Schulen.

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Debatten zum Standort

-

Zeitung Standort

-

GCG wird Ganztagsschule

-

Fördergelder sind fast 3 Jahre auf dem Weg

-

Im Oktober 2003 wird das Georg-Cantor-Gymnasium eine Ganztagsschule und sichert Halle damit Chancen auf Fördergelder. Ein entsprechender Förderantrag wurde noch in diesem Jahr bei der Bundesregierung eingereicht. Damit wäre das Fördergeld theoretisch sicher. Könnte man denken… -Doch der Förderantrag wurde zurückgeschickt mit dem Kommentar, dass der Antrag nicht angenommen werden könne, da das Land Sachsen-Anhalt die Förderrichtlinien noch nicht fertig hatte. Also wurde der Antrag, als diese Richtlinien fertig waren, erneut eingeschickt. Wieder könnte man denken, das Fördergeld sei im Kasten. Wie gesagt; Könnte man denken… -Aber jetzt musste der Bildungsausschuss über eine Prioritätsreihenfolge beraten. Und bei dieser Liste landete das Cantor auf Platz 8. Damit gab es kaum Chancen auf das bitter benötigte Geld. -Den Schülern des Cantor-Gymnasium wurde es nun auch zu viel und Marcus Syring organisierte die Schülerdemonstrationen. Parallel machte ??? seinen Einfluss geltend. Alle Anstrengungen der Cantor-Schüler führten zu einer Verschiebung des Georg-Cantor-Gymnasium von Listenplatz 8 auf 3. Damit war nun wirklich das Fördergeld sicher, das so dringend für die Rekonstruierung der Torstraße 13 benötigt wurde. -Dann, am 3. März 2006 wurde für das Cantor-Gymnasium endlich ein Scheck über etwa 3,05 Millionen ausgestellt. 2 Jahre und 5 Monate nachdem das Cantor zur Ganztagsschule wurde. -Es lebe die Deutsche Bürokratie!

-

Zeitung Ganztagsschule

- -
- - -
-

CantorPreis-Träger

- -
-
- Susanne Havranek -
-

Susanne Havranek

- Studium der Pharmazie in Leipzig, Apothekerin in der Sylter Apotheke in Berlin -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2004/index.html b/public/de/schulchronik/2004/index.html deleted file mode 100644 index c62f065f..00000000 --- a/public/de/schulchronik/2004/index.html +++ /dev/null @@ -1,611 +0,0 @@ - - - - 2004 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2004

-
- -
-
-

Nach einem sehr außergewöhnlichen Jahr 2003 kehrte in diesem Jahr wieder ein wenig Ruhe in das Georg-Cantor-Gymnasium ein. Es war eher das Jahr von Chemie und Mathematik mit einer Menge Preise in diesen Richtungen. So qualifizierte sich zum Beispiel Franziska Flegel für die erste IJSO in Jakarta und gewann dort auch gleich eine hervorragende Silbermedaille.

-

Nur der Cantorpreis wurde hauptsächlich für andere Leistungen vergeben. Der Preisträger dieses Jahres ist sehr engagiert und initierte im November 2003 als Schülersprecher den Schülerstreik. Marcus Syring hat diesen Preis auf jeden Fall verdient und schließt sich mit seiner außergewöhnlichen Arbeit für die Schule als neunter Preisträger in die Reihe großer Cantorianer an.

-

Teilnahme von Franziska Flegel an der internationalen Olympiade für Nachwuchswissenschaftler

-

MTHAG

-

Wettbewerbserfolge 2004

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nguyen Hoai ChungKl.51. Preis + Sonderpreis
Julia HofmannKl.52. Preis
Martin MoryKl.63. Preis + Sonderpreis
Henrike BernhardtKl.6Anerkennungspreis
Nguyen Xuan TungKl.6Anerkennungspreis
Paulin WendlerKl.6Anerkennungspreis
Bertram ArnoldKl.71. Preis
Christoph TietzKl.72. Preis
Stephanie FiedlerKl.73. Preis
Chaoran JiKl.72. Preis
Sandra OhmkeKl.73. Preis
Franziska FlegelKl.81. Preis
Felix FerchnerKl.8Anerkennungspreis
Sebastian KochKl.92. Preis
Christian OberenderKl.9Anerkennungspreis
Martin MaasKl.103. Preis
Henning SeidlerKl.103. Preis
Kristin SteinbergKl.11Anerkennungspreis
Michael MarxKl.122. Preis
Stefan BorgwardtKl.12Anerkennungspreis
André SebastianKl.13Anerkennungspreis
-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Markus BaumgärtnerKl.83. Preis1. Runde
Markus MittnenzweigKl.83. Preis1. Runde
Felix FechnerKl.8Anerkennungspreis1. Runde
Sebastian KochKl.93. Preis1. Runde
Christian OberenderKl.93. Preis1. Runde
Martin MaasKl.103. Preis1. Runde
Kristin SteinbergKl.112. Preis1. Runde
Michael MarxKl.123. Preis1. Runde
-

Bundeswettbewerb-Mathematik

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Kristin SteinbergKlasse 91. Preis
Lars KasperKlasse 131. Preis
Gerald KniziaKlasse 131. Preis
Nils NichelmannKlasse 131. Preis
Steffen WeberKlasse 131. Preis
Diana Meyer-BodemannKlasse 102. Preis
Johannes TannertKlasse 122. Preis
Michael PfeifferKlasse 93. Preis
Sebastian PabstKlasse 123. Preis
-

Bio-Chemie-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - -
Christian OberenderKl.91. Platz
Tobias SchmidtKl.113. Platz
-

Biologie-Olympiade

-

Teilnahme von Frank Biedermann bis zur 3. Runde im Auswahlverfahren für das deutsche Team

-

Internationale Junior Science Olympiade

-

Franziska Flegel errang als Mitglied im deutschen Team die Silbermedaille

- -
- - -
-

CantorPreis-Träger

- -
-
- Marcus Syring -
-

Marcus Syring

- Schülerratssprecher mit hohem Engagement für die Reko des GCG, Organisator der Schülerdemonstrationen, Studium: Geschichte, Politikwissenschaften und Französisch in Halle, Doktorand an der Eberhard Karls Universität Tübingen -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2005/index.html b/public/de/schulchronik/2005/index.html deleted file mode 100644 index 5580d01d..00000000 --- a/public/de/schulchronik/2005/index.html +++ /dev/null @@ -1,747 +0,0 @@ - - - - 2005 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2005

-
- -
-
-

Georg Cantor ist zweifellos ein großer Mathematiker und auf jeden Fall der Ehrung durch ein Theaterstück wert. Lediglich fehlte bisher wohl der Wagemut, sich dieser Aufgabe anzunehmen. Zumindest bis Ingomar Grünauer kam und dem Vater der Mengenlehre eine Oper widmete. „Cantor – Die Vermessung des Unendlichen“ heißt das Werk, das am 21. Oktober 2005 in der Oper Halle uraufgeführt wurde. Während also Cantor geehrt wird, arbeiten seine Schäfchen daran, im nachzufolgen, wie Franziska Flegel, die bei ihrer zweiten Teilnahme bei der insgesamt zweiten IJSO zum zweiten Mal, dieses Mal zusammen mit Bertram Arnold, den zweiten Preis gewann.

-

Den Cantorpreis erhielt diesmal ein vielseitiges Sprachgenie, sowohl in Programmier- als auch in gesprochenen Fremdsprachen. Für Martin Maas, der kurz vorher noch etwas Skat gespielt hatte, war die Verleihung des Preises eine große Überraschung, sich als neunter Preisträger auf die wachsende Liste der ausgezeichneten Cantorianer setzen zu können.

-

Begleitung der Oper: Cantor - die Vermessung des Unendlichen

-

Tanz der Zahlen und Figuren

-

Die Entstehung des Fotos „Cantordiagonalen“

-

Im Schuljahr 2004/05 beleuchtete der Mathematik-WOU-Kurs Klasse 9 das Werk Cantors. -Es stellte sich heraus, dass viele Cantorianer gar nicht wussten, womit sich Cantor eigentlich beschäftigt hat. Die WOU Gruppe hat sich überlegt, wie sie Cantors Erkenntnisse der Schüler- und Lehrerschaft nahe bringen kann. Da in diesem Kurs einige Organisationstalente waren, kam uns die Idee mit dem Foto. -Was wir damit losgetreten hatten, war uns anfangs natürlich nicht bewusst. Zunächst musste allen Schülern erst einmal das Cantor’sche Diagonalverfahren klargemacht werden – wir wollten schon, dass alle verstehen, was wir fotografieren. Die Mathelehrer halfen uns. -Dann begann die Organisation des Fototermins. Jeder Schüler stellte Zähler oder Nenner eines Bruches dar. Die Großen waren die Zähler, die Kleinen die Nenner. -Jeder Schüler sollte ein Blatt mit seiner Zahl vorbereiten. Leider hatte das nur etwa die Hälfte auch getan, was uns eigentlich sehr enttäuschte. Wir waren aber vorbereitet und konnten jedem seine Nummer noch mal ausgedruckt in die Hand geben. -Der Fotograf, der sonst die Schülerfotos macht, hat sich bereit erklärt, die Aktion in einer Fotoserie festzuhalten. Wir haben ihn mit einem Funkgerät ausgestattet und auf dem Dach des Hochhauses gegenüber der Schule platziert. -Ein paar Helfer am Rand der Matrix, die die Schüler aufbauen sollten, stellten die jeweiligen Zähler bzw. Nenner dar und fungierten als Ordner. Da jeder wusste, welchen Bruch er repräsentierte, brauchte er nur nach rechts für den Zähler und nach hinten für den Nenner zu schauen und hat so seinen Platz gefunden. Die Schüler, die keinen Platz hatten, sollten das Logo bilden. Die WOU Gruppe hatte natürlich ein paar Linien auf das Pflaster gemalt, damit auch alles in Reih und Glied steht – Chaos war trotzdem ein bisschen. Aber nach einer halben Stunde stand jeder an seinem Platz. -Jetzt kam die eigentliche Gaudi – irgendeiner hatte die Idee, ein Band durch die Reihen zu geben, dass den Beweisweg der Cantor´schen Listenbildung nachzeichnet. Was das bedeutete, sieht man auf den Fotos. Erstaunlich, dass am Ende tatsächlich tatsächlich das erwartete Bild fotografiert werden konnte. -Das Beste waren aber die lachenden Gesichter aller Teilnehmer.

-

A. Kramer

-

Diagonalen

-

Teilnahme an der ersten Internationalen Junior Science Olympiade

-

ijso

-

Wettbewerbserfolge 2005

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Plathe, ElseKlasse 52. Preis
Nozik, AlexandraKlasse 52. Preis
Zinn, DanielKlasse 53. Preis
Braun, Esther MarysiaKlasse 53. Preis
Van Le, MaximilianKlasse 53. Preis
Nguyen, Hoai ChungKlasse 62. Preis
Widdra, PhilippKlasse 63. Preis
Otgontogoo, IweelKlasse 72. Preis
Nguyen, Xuan TungKlasse 73. Preis
Mory, MartinKlasse 73. Preis
Tietz, ChristophKlasse 81. Preis
Arnold, BertramKlasse 82. Preis
Becker, KevinKlasse 82. Preis
Ohmke, SandraKlasse 83. Preis
Diestelhorst, HenningKlasse 83. Preis
Flegel, FranziskaKlasse 91. Preis
Mittnenzweig, MarkusKlasse 92. Preis
Baumgärtner, MarkusKlasse 93. Preis
Koch, SebastianKlasse 101. Preis
Oberender, ChristianKlasse 103. Preis
-

Bundesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Tietz, ChristophKlasse 8Anerkennungspreis
Arnold, BertramKlasse 8Bundessieger
Flegel, FranziskaKlasse 93. Preis
Mittnenzweig, MarkusKlasse 9Teilnahme
Koch, SebastianKlasse 102. Preis
-

Bundeswettbewerb-Mathematik

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Arnold, BertramKlasse 8Anerkennungspreis (1.Runde)
Flegel, FranziskaKlasse 91. Preis (1. Runde)
Mittnenzweig, MarkusKlasse 93. Preis (1. Runde)
Baumgärtner, MarkusKlasse 93. Preis (1. Runde)
Koch, SebastianKlasse 10Anerkennungspreis(1. Runde)
Oberender, ChristianKlasse 10Anerkennungspreis
Seidler, HenningKlasse 113. Preis (1. Runde)
Steinberg, KristinKlasse 121. Preis (1. Runde)
Marx, MichaelKlasse 133. Preis (1. Runde)
-

Internationale Junior Science Olympiade

- - - - - - - - - - - - - - - -
Flegel, FranziskaKlasse 92. Platz
-

Bio-Chemie-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - -
Mittnenzweig, MarkusKlasse 91. Platz
Oberender, ChristianKlasse 102. Platz
-

Internationale Elektrotechnik-Olympiade

- - - - - - - - - - - - - - - -
Borgwardt, StefanKlasse 132. Platz
-

Bundeswettbewerb Fremdsprachen

- - - - - - - - - - - - - - - -
Koch, SebastianKlasse 102. Preis
-

Jugend Forscht

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Eberhardt, AnneKlasse 122. Platz Geographie
Gerstenberger, JulianeKlasse 122. Platz Geographie
Meitzner, ChristineKlasse 122. Platz Chemie
Arendt, PetraKlasse 122. Platz Chemie
Dorn, UdoKlasse 123. Platz Technik
Hause, StefanKlasse 123. Platz Technik
-

Landeswettbewerb Latein

- - - - - - - - - - - - - - - - - - - - -
Klasse 9/2Klasse 91. Platz Griechisch und Latein
Gragert, MarkusKlasse 9Basissprachen europ. Kultur
-

Landeswettbewerb Geographie

- - - - - - - - - - - - - - - -
Krüger, ChristianKlasse 8Preisträger
-

Bundeswettbewerb Informatik

- - - - - - - - - - - - - - - -
Maas, MartinKlasse 102. Platz
- -
- - -
-

CantorPreis-Träger

- -
-
- Martin Maas -
-

Martin Maas

- Studium Computer Science with Mathematics in Cambridge -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2006/index.html b/public/de/schulchronik/2006/index.html deleted file mode 100644 index 39195844..00000000 --- a/public/de/schulchronik/2006/index.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - 2006 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2006

-
- -
-
-

Neben den unserem Profil entsprechenden Erfolgen gab es in diesem Jahr auch einige kulturelle Höhepunkte.

-

So wurde erstmals ein musikalisch-literarischer Abend veranstaltet, der mittlerweile alljährlich durchgeführt wird und aus dem Leben am GCG nicht mehr wegzudenken ist. Dabei zeigen vor allem ältere Schüler ihr musikalisches Können oder präsentieren literarische Werke.

-

Des weiteren wurde im Opernhaus Halle anlässlich des 1200. Jubiläums unserer Stadt die in Kooperation mit unserer Schule entstandene Oper „Cantor- Die Vermessung des Unendlichen“ uraufgeführt.

-

Nachdem auf diese Weise unserem Namensvater Georg Cantor Respekt gezollt wurde, erhielten auch wir die dringend nötige Aufmerksamkeit und bekamen 3 Millionen Euro zur Renovierung bewilligt. So wurde es uns möglich, in ein neues Gebäude in der Torstraße umzuziehen.

-

3 Millionen Euro für das Cantor-Gymnasium

-

Für die Schüler des Georg- Cantor- Gymnasiums hat das Warten ein Ende:

-

Eine Summe von ungefähr 3,084 Million Euro wurde investiert, um Cantors Schäfchen ins Trockene zu bringen. Der Standort Muldestraße gehört der Vergangenheit an.

-

Ab dem Schuljahr 2007/2008 haben die Schüler des Cantor Gymnasiums einen anderen Schulweg. Denn wir sind umgezogen: in die Torstraße. Einstmals als „Adolf- Reichwein- Schule“ bekannt, hat das leer stehende Gebäude jetzt wieder eine Horde wissensbegieriger Schüler zu horten.

-

Ein wesentlicher Grund, der den Umzug erst ermöglicht hat, war der Schülerstreik. Nachdem eins der vielen alten maroden Fenster sich aus dem Rahmen löste, handelten die Schüler. Die Eigeninitiative wirkte.

-

Durch diesen Streik rutschte das Cantor- Gymnasium auf den zweiten Platz der Spendenliste nach vorne. Dadurch konnte im Sommer 2006 mit den Bauarbeiten begonnen werden. Schon bald war das Schulgebäude auf Vordermann gebracht und die Turnhalle und die Aula konnten eröffnet werden.

-

Die rund 600 Schüler finden sich nun in einem Gebäude mit vier Unterrichtsetagen samt Dach- und Erdgeschoss wieder. Ein kleinerer Schulhof, der Ende 2006 fertiggestellt wurde, verschafft nun Raum zum Verschnaufen.

-

Eine wesentliche Verbesserung sind die stets sauberen Unterrichtsräume und Toiletten. Dabei macht der Unterricht auch viel mehr Spaß.

-

Für Auftritte der Instrumentalisten und des Chors, sowie für feierliche Veranstaltungen bietet die Aula genug Platz. Sie soll eine der schönsten Aulen ganz Halles sein. Zum ersten Mal wird in diesem Schuljahr ein Schüler den Cantor- Preis in der neuen Aula entgegennehmen.

-

Das Jahr 2006 kann man getrost als Glücksjahr bezeichnen, weil etwas Besseres nicht hätte passieren können. Denn wie David Hilbert richtig bemerkte:

-

“Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können.”

-

Recht hat er, der Gute

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Bertram Arnold holt Gold in Brasilien

-

Bertram Arnold, ein Schüler der 10. Klasse, hatte bei der Weltmeisterschaft der Naturwissenschaften in Sao Paulo, Brasilien, die Goldmedaille errungen. -Damit hat er seinen Erfolg bei der letzten Weltmeisterschaft im indonesischen Yogakarta übertroffen, wo er im Einzelwettbewerb den 2. Platz erreichte.

- -
- - -
-

CantorPreis-Träger

- -
-
- Udo Dorn -
-

Udo Dorn

- Studium der Chemie in Berlin -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2007/index.html b/public/de/schulchronik/2007/index.html deleted file mode 100644 index 9bcd8408..00000000 --- a/public/de/schulchronik/2007/index.html +++ /dev/null @@ -1,948 +0,0 @@ - - - - 2007 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2007

-
- -
-
-

Das wichtigste in diesem Jahr ist wohl der Umzug aus dem Gebäude in der Muldestraße in die Torstraße. Zwar konnten weder Aula noch die interne Turnhalle genutzt werden, da sie noch nicht fertig renoviert waren, doch wenigstens fielen die Fenster nicht mehr aus dem Rahmen.

-

Auch in dieser neuen Lernumgebung wurden zahlreiche Erfolge in den naturwissenschaftlichen Bereichen erzielt, so zum Beispiel bei der Matheolympiade, der Chemieolympiade, „Jugend forscht“, der IJSO, aber auch im sportlichen und geisteswissenschaftlichen Bereich, wie z.B. die Teilnahme an Jugend trainiert für Olympia in der Sportart Handball oder zahlreichen Platzierungen bei Geschichts- und Lateinwettbewerben.

-

Ein weiteres Highlight war die erstmalige Durchführung des Frühstudiums, an dem Paul Kramer teilnahm.

-

Einführung des Modulkurses

-

Zur Förderung besonders begabter Naturwissenschaftler unserer Schule wurden Modulkurse in Physik und Chemie entwickelt. Dabei sammeln Schüler der elften und zwölften Klassen praktische und theoretische Erfahrungen an der Hochschule Merseburg. Die Physiker treffen sich wöchentlich. Am Ende des Schuljahres findet der Kompaktkurs der Chemiker statt. Dieser Kurs bietet sich vor allem auch für diejenigen Schüler an, die ein naturwissenschaftliches Studium aufnehmen wollen, da dabei gesammelte Credit Points von den meisten Universitäten anerkannt werden.

-

Dieses Projekt wird von drei Institutionen gefördert: dem Georg-Cantor-Gymnasium, der Fachhochschule Merseburg und vom Dow Olefinverbund GmbH. Letztere stellt den teilnehmenden Schülern Laptops über die gesamten zwei Jahre zur Verfügung.

-

Umzugsstress

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Wettbewerbserfolge 2007

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Zinn, DanielKlasse 73. Preis
Plathe, ElsaKlasse 72. Preis
Fecher, FelixKlasse 112. Preis
Flegel, FranziskaKlasse 113. Preis
Seidler, HenningKlasse 133. Preis
Moldenhauer, JulianKlasse 73. Preis
Erbert, MariusKlasse 93. Preis
Mittnenzweig, MarkusKlasse 112. Preis
Maas, MartinKlasse 133. Preis
Mory, MartinKlasse 93. Preis
Giesel, MatsKlasse 62. Preis
Hähndel, PaulaKlasse 53. Preis
Wendler, PaulinKlasse 93. Preis
Clausing, RolandKlasse 53. Preis
Koch, SebastianKlasse 123. Preis
Trenschel, TobiasKlasse 63. Preis
Nguyen, Xuan TungKlasse 92. Preis
-

Pysik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Arnold, BertramKlasse 101. Preis
Tietz, ChristophKlasse 102. Preis
Höfer, GeorgKlasse 93. Preis
Garten, MarcoKlasse 103. Preis
Mory, MartinKlasse 92. Platz
König, MaximilianKlasse 82. Platz
-

Landeswettbewerb Philosophie

- - - - - - - - - - - - - - - - - - - - -
Schoedel, CindyKlasse 122. Platz
Flegel, FranziskaKlasse 113. Platz
-

Landeswettbewerb Latein

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Plathe, ElsaKlasse 71. Platz
Peil, ElisabethKlasse 71. Platz
Richter, SissyKlasse 93. Platz
Klasse 10/2Klasse 101. Platz Certamen Franckanium
Klasse 8/2Klasse 82. Platz Certamen Franckanium
-

Internationale Junior Science Olympiade

- - - - - - - - - - - - - - - -
Arnold, BertramKlasse 101. und 3. Preis
-

Konrad-Zuse-Jugendpreis

- - - - - - - - - - - - - - - -
Maas, MartinKlasse 13Preisträger
-

Jugend Forscht(Landeswettbewerb)

- - - - - - - - - - - - - - - -
Mory, MartinKlasse 93. Preis
-

Bundeswettbewerb Informatik

- - - - - - - - - - - - - - - -
Ungerer, JohannesKlasse 101. Platz
-

Chemie-Olympiade

- - - - - - - - - - - - - - - -
Oberender, ChristianKlasse 121. Platz (Mitglied ICHO)
-

Landesfinale Tischtennis

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Körber, FabianKlasse 73. Platz
Neumann, JanisKlasse 73. Platz
Brandstädter, KonradKlasse 83. Platz
Oelze, KonstantinKlasse 83. Platz
Schreiter, ValentinKlasse 73. Platz
Moldenhauer, JulianKlasse 73. Platz
-

Landesfinale Handball

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Schreiter, ValentinKlasse 73. Platz
Fach, FelixKlasse 83. Platz
Weber, FranzKlasse 53. Platz
Nagy, JannikKlasse 73. Platz
Petersilge, MartinKlasse 73. Platz
Glathe, MichaelKlasse 73. Platz
Fürtig, PhilippKlasse 83. Platz
Gonschorek, StevKlasse 73. Platz
Rühmer, TobiasKlasse 83. Platz
-

Geschichts-Wettbewerb des Bundespräsidenten

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Meyer, OliverKlasse 91. Preis
Kiel, ToniKlasse 91. Preis
Naumann, ElizeKlasse 91. Preis
Younso, TarekKlasse 91. Preis
-

Schach

-

Landeswettbewerb

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gehring, SamuelKlasse 61. Platz
Schmidt, AlexanderKlasse 81. Platz
Feuerherdt, MartinKlasse 51. Platz
Sieber, MartinKlasse 51. Platz
Meißner, JohannesKlasse 72. Platz
Schumann, FalkoKlasse 62. Platz
Schroeder, TillmannKlasse 52. Platz
Engelmann, LucasKlasse 72. Platz
-

Bundesfinale

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gehring, SamuelKlasse 65. Platz
Schmidt, AlexanderKlasse 85. Platz
Feuerherdt, MartinKlasse 55. Platz
Sieber, MartinKlasse 55. Platz
- -
- - -
-

CantorPreis-Träger

- -
-
- Sebastian Koch/Henning Seidler -
-

Sebastian Koch/Henning Seidler

- Sebastian Koch: Studium der Engineering physics in München, Doktorand bei Intel Mobile Communications; Henning Seidler: 2007-2010 Bachelor Mathematik in Halle, 2010/2011 Mathematik in Cambridge, 2011/2012 Wissenschaftlicher Mitarbeiter in Kassel, seit 2012 Master Mathematik an der TU Berlin -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2008/index.html b/public/de/schulchronik/2008/index.html deleted file mode 100644 index 65c88e07..00000000 --- a/public/de/schulchronik/2008/index.html +++ /dev/null @@ -1,818 +0,0 @@ - - - - 2008 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2008

-
- -
-
-

Die 11. Biologie-Chemie-Olympiade brachte Paulin Wendler einen hervorragenden zweiten Platz ein, den sie sich mit einem Schülern vom Agricolagymnasium in Hohenmölsen teilte. -Geehrt konnte sie in der restaurierten Aula werden, die nun endlich von zwei Kronleuchtern erhellt wird. -Ebenso gewann Maximilian König die Silbermedallie bei der IJSO, dessen internationaler Austragungsort Korea war. -Auch der Schulhof wurde in diesem Jahr saniert, wobei auf Ideen von Schülern eingegangen wurde. -Eine weitere Meldung, die uns allen den Atem verschlagen hat, ist die Rettungsaktion, die Tobias Knörgen unter Einsatz seines Lebens durchführte. Ein Boot mit vier Kindern war gekentert und Tobias sah ein Mädchen, das verzweifelt gegen die Fluten kämpfte. Ohne lange nachzudenken ließ der Ruderer sein Boot ins Wasser, um dem Mädchen zu Hilfe zu eilen. Und obwohl auch sein Boot zerbrach kämpfte er weiter, um das Mädchen zu retten. -Außerdem hatte sich Franziska Flegel dazu entschlossen, nach ihrem Abitur ein Projekt in Indien zu betreuen, dass Straßenkindern half. Hierfür wurden insgesamt 656€ von Schülern, Lehrern, Ehemaligen und Eltern gespendet, die direkt an Franziska Flegels Hilfsprojekt gingen. -Einer der wohl wichtigsten Punkte dieses Jahr war das zwanzig jährige Jubiläum des Georg Cantor Gymnasiums. Eigens dafür wurde eine Festwoche geplant, die randvoll mit Vorträgen, Lesungen, Theateraufführungen und Gesprächsrunden war. Eigens für den zwanzigsten Geburtstag wurden von den Chronisten große Plakate in Bilderrahmen mit Impressionen aus zwanzig Jahren Schulgeschichte gestaltet, die Bilder von 1988 enthalten, sowie neue. Auch der Umzug ins neue Gebäude wurde illustriert. Es ist eine gesamte Zeitleiste enthalten, die 1986 beginnt und derzeit 2008 endet. Auch die Cantorpreisträger werden mit Bildern und besonderen Leistungen aufgelistet. Ebenso zeugen Zeitungsartikel von den zahlreichen Erfolgen der Schüler.

-

20 Jahre Jubiläum

-

Das GCG wird 20

-

Dieser Artikel hätte vor 4 Jahren geschrieben werden müssen. Oh Gott, Schande über mich. Doch lieber spät als nie.

-

Ab März 2007 galt es für die Arbeitsgruppe „20- jähriges Schuljubiläum“ eine Festwoche zu organisieren. Auf der Basis einer Analyse des 10- jährigen Bestehens des GCG konzipierten Herr Dr. Müller, Herr Kammel, Dr. Koch, Herr Weigt und Fr. Schmidt das inhaltliche Profil des Jubiläums. Es entstand die Idee neben den traditionellen Elementen unserer Kultur- und Wissenschaftswoche wie WPA Verteidigungen, musikalisch - literarischer Abend, Rezitatorenwettstreit und Galerie auch ein neues Element einzubauen. Es war und ist uns wichtig die ehemaligen Schüler mit den jetzigen Cantorianern zusammenzubringen. So hielten Excantorianer Schauvorlesungen in Physik und Chemie, diskutierten mit Cantorianern über das antike Theater, den Zusammenhang von Informatik und Psychologie und Wege im Ausland zu studieren bzw. eine Ausbildung zu machen. Ein Höhepunkt war die Talkrunde: -„Cantorpreisträger meet Modulare“, in der Lars Kasper, Stephan Diestelhorst und Torsten Stüber mit Schülerinnen und Schülern der modularen Kurse heiß debattierten. Zu unserer Festveranstaltung konnten wir neben den lokalen Politikern, unseren Partnern, ehemaligen Elternvertretern auch den damaligen Kultusminister Prof. H. H. Olbertz begrüßen. Er hielt den Festvortrag. -Die größte logistische Herausforderung sahen wir im Organisieren des Absolvententreffens. 1000 Leute hätten kommen können. Das Anmeldeprocedere lag in den geschickten Händen von Dr. Koch. Wir entschieden uns unsere Ehemaligen in unser neues Schulgebäude einzuladen, willkommen zu heißen und ihnen einige schöne Stunden zu gestalten. Herr Dr. Müller und Fr. Schmidt eröffneten das Absolvententreffen in der neu gestalteten Aula des GCG. Der Auftritt der Bigband des Konservatoriums G. F. Händel unter Herrn Reiche und die Präsentation des von Christoph Fröhlich, Philipp Baldeweg und Kerstin Schmidt gestalteten Films sorgten für viel Applaus. Die GCG – Führer führten mit viel Liebe zum Detail die Ehemaligen durch die neuen heiligen Hallen des GCG. Mit Diskussionen, Essen, Trinken, Anschauen, Lachen und Erinnern ging dieses Treffen zu Ende. In diesen Zusammenhang sei den vielen kleinen Helfern im Untergrund gedankt: den Ausgestaltern der Räume unter Leitung von Fr. Lange, dem Spezialtechnikteam unter Fr. Rudolph (unsere Aula bot nicht genügend Platz für über 300 Leute, daher gab es eine Lifeübertragung in den Kunstraum) und unserem Hausmeister Herrn Klingbiel. In Fließbandarbeit „produzierten“ die damaligen 12-er das Jubiläumsbüfett. Eine logistische Meisterleistung in der Hand von Jenny Blockus. Die Hälfte der Eintrittsgelder haben sich die 12-er wirklich redlich verdient. Der 2. Teil der Einnahmen ging an das Straßenkinderprojekt der Don Bosco Mission in Indien, das von unserer ehemaligen Schülerin Franziska Flegel, die ihr freiwilliges soziales Jahr dort verbrachte, betreut wurde. Gedankt sei auch Patrick Lühne, dessen Kopf und digitalem Können die vielfältigen „Quellen“ zum Jubiläum wie Eintrittskarten, Logo für Souvenirs und die Ausstellung und vieles mehr zu verdanken sind. Fr. Felke und Fr. Fröhlich erarbeiteten eine sehr gelungene Festschrift zu unserem Jubiläum. Die Jubiläumsausstellung entstand unter Mitwirkung von Tom Gebhardt, Oliver Meyer, Sabine Rudolph und Kerstin Schmidt. Ein Dank geht an die musikalische Begleitung unter Leitung von Fr. Büttner bei der Eröffnung der Jubiläumsausstellung und der Galerie „Cantorart“. In unserer Festwoche konnten wir uns an sogar zwei Theateraufführungen erfreuen: „Des Kaisers neue Kleider“ unter Leitung von Frau Wundes und dem „Lorioabend“ unter der Regie von Frau Nieber. Originelle Souvenirs wie zum Beispiel die Cantortassen erfreuen noch heute die Herzen der Genießer von Heißgetränken. Neben den Erinnerungen an diese ereignisreiche Woche überlebte auch die Idee der Symbiose von ehemaligen und jetzigen Cantorianern. Sie findet in den Cantorfora ihre Fortsetzung. -In diesem Sinne freuen wir uns auf das 25- jährige Jubiläum des GCG.

-

Kerstin Schmidt(17. Juli 2012)

-

Plan

-

Abschluss der Schulhofsanierung

-

Schulhof Zeitung

-

Wettbewerbserfolge 2008

-

Mathematik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Tauchert, ErikKlasse 52. Preis
Knopf, FelixKlasse 53. Preis
Hennig, ValentinKlasse 53. Preis
Clausing, Roland PeterKlasse 62. Preis
Henke, DorotheeKlasse 71. Preis
Plathe, ElsaKlasse 82. Preis
Zinn, DanielKlasse 83. Preis
Nguyen, Hoai ChungKlasse 93. Preis
Mory, MartinKlasse 102. Preis, Sonderpreis
Tannert, ThomasKlasse 103. Preis
Arnold, Bertram NiklasKlasse 111. Preis
Tietz, ChristophKlasse 112. Preis
Mittnenzweig, MarkusKlasse 121. Preis
Fechner, FelixKlasse 123. Preis
-

Bundesrunde

- - - - - - - - - - - - - - - -
Arnold, Bertram NiklasKlasse 111. Preis
-

Bundeswettbewerb Mathematik

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Arnold, Bertram NiklasKlasse 111. Runde 2. Preis
Tietz, ChristophKlasse 111. Runde 2. Preis
Mittnenzweig, MarkusKlasse 121. Runde 3. Preis
Fechner, FelixKlasse 121. Runde Anerkennungspreis
-

Bundeswettbewerb Informatik(1. Runde)

- - - - - - - - - - - - - - - -
Maas, LukasKlasse 111. Preis
-

Schach

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Knopf, FelixKlasse 5Landessieger, Deutscher Meister
Sieber, MartinKlasse 6Landessieger, Deutscher Meister
Feuerherdt, MartinKlasse 6Landessieger, Deutscher Meister
Gering, SamuelKlasse 7Landessieger, Deutscher Meister
-

Pysik-Olympiade

-

Landesrunde

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Berthold, JonasKlasse 82. Preis
Moldenhauer, JulianKlasse 82. Preis
König, MaximilianKlasse 91. Preis
Rühmer, TobiasKlasse 93. Preis
Höfer, GeorgKlasse 102. Preis
Mory, MartinKlasse 103. Preis
-

Landeswettbewerb Latein Certamen Franckanium

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Schilb, Marie-ChristinKlasse 8Sonderpreis
Wagner, SandraKlasse 8Sonderpreis
Pham, Hong VanKlasse 8Sonderpreis
Janz, NicoleKlasse 11Endrunde
-

Chemkids

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Al Marie, TamimKlasse 7Landessieger
Gering, SamuelKlasse 7Landessieger
Appel, MaximilianKlasse 7Landessieger
Moldenhauer, JulianKlasse 8Landessieger
Körber, FabianKlasse 8Landessieger
-

Chemie - die stimmt!

- - - - - - - - - - - - - - - - - - - - -
Peters, UtaKlasse 92. Platz
Hertrich, MaximilianKlasse 102. Platz
-

Landesolympiade Biologie/Chemie

- - - - - - - - - - - - - - - -
Wendler, PaulinKlasse 102. Platz
-

Chemieolympiade

- - - - - - - - - - - - - - - - - - - - -
Hoffmann, MarcusKlasse 121. Platz, Teilnehmer 3. Auswahlrunde ICHO
Mittnenzweig, MarkusKlasse 121. Platz, Mitglied der deutschen Mannschaft ICHO
-

Landesfinale Deutscholympiade

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Brinkmann, SarahKlasse 93. Platz
Christel, HenrietteKlasse 93. Platz
Dümichen, AnneKlasse 93. Platz
Leonhardt, MariaKlasse 93. Platz
-

Schüler Experementieren

- - - - - - - - - - - - - - - -
Nettlau, SebastianKlasse 8Regionalsieger/ Sonderpreis
-

Jugend Forscht

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Heinrich, Anna-KatharinaKlasse 10Landeswettbewerb 3. Platz/Sonderpreis
Büchner, ViktoriaKlasse 10Landeswettbewerb 3. Platz/Sonderpreis
Siemer, EricKlasse 10Landeswettbewerb 3. Platz/Sonderpreis
Hein, Marie-LuiseKlasse 11Landeswettbewerb 2. Platz/Sonderpreis
Fiedler, StephanieKlasse 11Landeswettbewerb Sonderpreis
Flegel, FranziskaKlasse 12Landeswettbewerb 3. Platz/Sonderpreis
-

Sonstiges

-
    -
  • Übernahme rekonstruierter Turnhalle und Aula
  • -
- -
- - -
-

CantorPreis-Träger

- -
-
- Franziska Flegel -
-

Franziska Flegel

- Entwicklungspolitischer Freiwilligendienst in Indien: Arbeit an einem Straßenkinderprojekt bei den Salesianern Don Boscos, Studium der Physik in Berlin -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2009/index.html b/public/de/schulchronik/2009/index.html deleted file mode 100644 index 815e92e9..00000000 --- a/public/de/schulchronik/2009/index.html +++ /dev/null @@ -1,766 +0,0 @@ - - - - 2009 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2009

-
- -
-
-

Im Jahr 2009 nahm das Georg-Cantor-Gymnasium erfolgreich an der Landes-Deutsch-Olympiade und der Landes-Mathematik-Olympiade teil. -Andere Wettbewerbe, in denen Cantorianern erfolgreich waren, sind der Vorlesewettbewerb und Jugend forscht. -Herausragende Ergebnisse in der Internationalen Mathematik-Olympiade erzielte Bertram Arnold. Dieser wurde für seine sehr guten Ergebnisse in verschiedenen Wettbewerben mit dem Cantor-Preis geehrt. -Der Schüler Oliver Meyer nahm am Geschichtswettbewerb des Bundespräsidenten, in dem es um vergessene Helden ging, sehr erfolgreich teil. -Außerdem wurde das erste Cantor-Forum veranstaltet, in dem ehemalige Cantorianer einen Vortrag über ein bestimmtes Thema halten und es anschließend ein gemütliches Beisammensein von ehemaligen und jetzigen Cantorianern gibt. Im Jahr 2009 gab es noch drei weitere dieser gut besuchten und interessanten Cantor-Fora. -Die Ausstellung „Für eine starke Republik! Reichsbanner Schwarz-Rot-Gold“ hat ihren Platz in der Aula unseres Gymnasiums gefunden. Dies setzt ein wichtiges Zeichen für die Demokratie. -Erstmals gab es einen Schülerplaner im Cantor-Design, der von Schülern des GCG gestaltet wurde. -In einem Projekt der MZ gestalteten verschiedene Klassen Anzeigen für Unternehmen der Region. -Auch gab es mehrere Alumni-Newsletter, in denen die Ehemaligen über die Ereignisse in der Schule informiert wurden. -Zum Abschluss des Schuljahres gab es wie jedes Jahr ein gemeinsames Weihnachtssingen.

-

Paula Hähndel

-

I. Cantor-Forum “Auf den Spuren von Georg Cantor”

-

Dr. Helmut Podhaisky und Dr. Alf Gerisch

-

Cantorforum 1

-

Was macht man eigentlich als ehemaliger Cantorianer? Diese Frage wurde von Dr. Helmut Podhaisky und Dr. Alf Gerisch aus dem Abiturjahrgang 1992 beantwortet. Zu Beginn, hielten beide sehr anschauliche, humorvolle und interessante Vorträge. Das Thema- wie nicht anders zu erwarten- war Mathematik, doch soll das Cantorforum, alle Themenbereiche erfassen, denn die Ehemaligen haben sich um den ganzen Globus in jede Fachrichtung verteilt. So zeigte Helmut, dass der Somawürfel, das Sodoku und das Damenproblem und vieles mehr auf eine ganze einfache Gleichung zurückzuführen sind, und Alf erklärte Anwendungsgebiete der Differentialrechung.

-

Nach dem Vortrag gab es eine Verkostung, in Form von Kuchen und Gebäck mit Getränken.

-

Hier kam es dann zu eher vertraulichen Gesprächen, und Herr Koch, Stefan Schwarz, ebenfalls ehemaliger Schüler und Mitorganisator des Cantorforums sowie die beiden Referenten plauderten und gaben einige interessante Hintergrundinfos über das Leben nach der Schule und über den Studiengang Mathematik.

-

Das nächste Forum wird in der Festwoche im März stattfinden, wer eingeladen wird, wird rechtzeitig ausgehängt. Dieser Treff ist zu empfehlen, denn es gibt viel Spaß und Witz, gutes Essen und Trinken und jede Menge Infos und Lebenserfahrung. Herzlichen Dank an unsere Ehemaligen. Und wer beim nächsten Mal nicht kommt, verpasst etwas.

-

Thomas Tannert, 2009

-

Cantorforum 1

-

Wettbewerbserfolge 2009

-

Mathematik-Olympiade

-

Europaolympiade

- - - - - - - - - - - - - - - -
Bertram Niklas ArnoldKlasse 12Goldmedaille
-

Bundesolympiade

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Betram Niklas ArnoldKlasse 121. Preis und Sonderpreis
Maximilian KönigKlasse 10Teilnahme
Dorothee HenkeKlasse 83. Preis
Max GriehlKlasse 102. Preis
-

Landesolympiade

- - - - - - - - - - - - - - - -
-

Betram Niklas Arnold|Klasse 12|1. Preis| -|Maximilian König|Klasse 10|1. Preis| -|Martin Feuerherdt|Klasse 7|2. Preis| -|Jorma Marggraf|Klasse 5|2. Preis| -|Tim Blödtner|Klasse 5|2. Preis| -|Marie-Theres Kassik|Klasse 5|3. Preis| -|Paula Hähndel|Klasse 7|2. Preis| -|Roland-Peter Clausing|Klasse 7|3. Preis| -|Dorothee Henke|Klasse 8|2. Preis| -|Max Griehl|Klasse 10|2. Preis| -|Xuan Tung Nguyen|Klasse 11|3. Preis|

-

Landeswettbewerb Schach

-

Altersklasse III

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Samuel GeringKlasse 81. Platz
Martin SieberKlasse 71. Platz
Martin FeuerherdtKlasse 71. Platz
Falko SchumannKlasse 81. Platz
-

Altersklasse IV

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Felix KnopfKlasse 61. Platz
Dustin HoffmannKlasse 51. Platz
Karl-Simon AltstadtKlasse 51. Platz
Quang Anh Le HongKlasse 61. Platz
-

Deutsche Schulschachmeisterschaft

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Samuel GeringKlasse 84. Platz
Martin SieberKlasse 74. Platz
Martin FeuerherdtKlasse 74. Platz
Falko SchumannKlasse 84. Platz
Felix KnopfKlasse 62. Platz
Dustin HoffmannKlasse 52. Platz
Karl-Simon AltstadtKlasse 52. Platz
Quang Anh Le HongKlasse 62. Platz
-

Bundeswettbewerb Fremdsprachen

- - - - - - - - - - - - - - - -
Maximilian KönigKlasse 102. Preis
-

Bundeswettbewerb Mathematik

- - - - - - - - - - - - - - - -
Bertram Niklas ArnoldKlasse 121. Preis
-

Landeswettbewerb Latein

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Elsa PlatheKlasse 91. Platz
Elisabeth PeilKlasse 91. Platz
Marie-Christin SchilbKlasse 92. Platz
Sandra WagnerKlasse 92. Platz
-

Landesolympiade Physik

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Maximilian KönigKlasse 103. Preis
Max GriehlKlasse 102. Preis
Jonas Matthias MaasKlasse 92. Preis
Julian MoldenhauerKlasse 92. Preis
Tobias RühmerKlasse 102. Preis
Lukas EngelmannKlasse 93. Preis
Elisabeth PeilKlasse 93. Preis
-

Big Challenge – Englischwettbewerb

- - - - - - - - - - - - - - - -
Frauke LeonhardtKlasse 61. Preis
-

Geschichtswettbewerb des Bundespräsidenten

- - - - - - - - - - - - - - - -
Oliver MeyerKlasse 111. Preis
-

Jugend Forscht

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Jenny BlockusBiologieKlasse 123. Preis
Susanne HartkopfBiologieKlasse 123. Preis
Patrick LühneInformatikKlasse 121. Preis
Christoph SterzInformatikKlasse 121. Preis
Thomas TannertGeographieKlasse 112. Preis
-

Internationale Junior Science Olympiade

- - - - - - - - - - - - - - - -
Maximilian KönigKlasse 12Silbermedaille
- -
- - -
-

CantorPreis-Träger

- -
-
- Bertram Arnold -
-

Bertram Arnold

- Studium der Mathematik in Bonn -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2010/index.html b/public/de/schulchronik/2010/index.html deleted file mode 100644 index 9207b97a..00000000 --- a/public/de/schulchronik/2010/index.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - 2010 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2010

-
- -
-
-

Gedenktafel für Johann Friedrich Struensee

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Feierliche Enthüllung der Gedenktafel für Johann Friedrich Struensee

-

in Halle/Saale am 24.04.2010

-

Johann Friedrich Struensee (1737- 1772)

-

Johann Friedrich Struensee ist mit Recht zu einem der bedeutendsten Vertreter der europäischen Aufklärung zu zählen. Der 1737 in Halle (Saale) geborene spätere dänische Staatsmann hat in seinem Leben viel Gutes und vor allem Großes geleistet. Nachdem er sein Medizinstudium in Halle beendet hatte, wurde er überraschend Armenarzt im damaligen dänischen Altona bei Hamburg. Er ging von Vorurteilen und dogmatischen Irrlehren unbelastet an schier unlösbar anmutende Probleme heran, traf von Fall zu Fall die dem gesunden Menschenverstand entsprechende zweckmäßigste Behandlungsmethode. Die schnellen und klaren Anweisungen mit der prompt einsetzenden Verbesserung der Situation der Patienten waren sein Geheimnis für medizinische Erfolge. Für Struensee war die Arbeit Ehrensache, er akzeptierte einen Hungerlohn und erkannte, dass Medizin, Soziales und Politik nicht zu trennen sind. Schon früh lass er aufklärerische Schriften und publizierte selbst. Nachdem er auch dem dänischen König bei seiner psychischen Erkrankung helfen konnte und das Vertrauen des gleichen erworben hatte, wurde Struensee 1770 zum ersten Staatsminister ernannt. In knapp 16 Monaten erließ er über 1800 Verordnungen, die aus dem rückständigen, feudalen Dänemark einen aufgeklärten, liberalen und freien Staat machten. Er bereitete die Bauernbefreiung vor, führte als erster die absolute Pressefreiheit ein und verbot den Handel mit Sklaven. Des weiteren ließ er die erste Babyklappe Europas einrichten und nutzte staatliche Lotterien zur Finanzierung von Waisenhäusern. Struensee verschwand aber genauso schnell wieder von der Bühne wie er emporgestiegen war. Eine Beziehung zur Königin und die Zeugung eines Kindes mit ihr nutzten seine Feinde als Anlass für seinen Sturz. Er endete mit 34 Jahren auf dem Schafott, enthauptet und gerädert. Struensee geriet in Vergessenheit und bis heute wird ihm nicht die Anerkennung zuteil, die ihm gebührt.

-

O. Meyer (2010)

-

Projekt zur Gestaltung einer Gedenktafel für Struensee

-

Oliver Meyer, Schüler des Georg – Cantor – Gymnasiums wurde im Jahr 2009 Landessieger im Geschichtswettbewerb des Bundespräsidenten zum Thema: Helden verehrt – verkannt – vergessen. Er schrieb seine Arbeit über den Hallenser Arzt und Reformer J.F. Struensee. Dieser Mann bekommt in seiner Heimatstadt nicht die gebührende Anerkennung. Daher wurde der Versuch gewagt, ein Loch in der städtischen Kulturlandschaft zu schließen und diesem herausragenden Mann ein würdiges Denkmal in seiner Heimatstadt zu setzen. O.Meyer und seine Tutorin Kerstin Schmidt, Lehrerin am Georg – Cantor – Gymnasium, riefen ein Projekt zur Gestaltung einer Gedenktafel ins Leben. Als Ersatz für die 1937 von Gustav Weidanz geschaffene und verschwundene Tafel sollte eine neue Bronzetafel an das Pfarrhaus an der Moritzkirche angebracht werden. Der Bildhauer Martin Roedel übernahm sehr gern diesen Auftrag. Mit Unterstützung der Stadt Halle, insbesondere durch die Hilfe von Herrn Norbert Böhnke, Referent des Beigeordneten für Kultur, konnte die Finanzierung des Projektes abgesichert werden. Die Saalesparkasse förderte die Realisierung des Projektes aus Mitteln des PS – Lotteriesparens. Die Initiatoren arbeiteten eng mit dem Stadtmuseum Halle, dem Stadtarchiv, den Franckeschen Stiftungen und der Katholischen Propstei St. Franziskus & St.Elisabeth in Halle zusammen. Neben den Initiatoren gehörten zur neugebildeten Arbeitsgruppe: Herr Propst Hentschel, Herr Ralf Rodewald (Custos des Stadtmuseums) und Herr Dr. Ulrich Müller (Schulleiter des Georg – Cantor – Gymnasiums). In mehren Arbeitsgruppensitzungen vollzog sich der Prozess der Gestaltung der Tafel über die Entwürfe bis zur fertigen Bronzetafel. Hoffen wir, dass mit dieser Tafel Struensee in das Gedächtnis der Hallenser und Touristen zurückkehrt.

-

K. Schmidt (2010)

-

Einweihungsfeier am 24.04.10

-
    -
  • Beginn 10.00 Uhr bis ca. 12.30 Uhr im Pfarrhaus an der Moritzkirche
  • -
  • Grußworte und feierliche Enthüllung mit musikalischer Umrahmung durch die Instrumentalgruppe und den Chor des Georg – Cantor – Gymnasiums Halle
  • -
  • Sektempfang für geladene Gäste
  • -
-

Grußworte

- -

Sonstiges

-
    -
  • -

    Abitheater: Brennpunkt San Cantor

    -
  • -
  • -

    K. Schwalbe erhält Friedrich-Wöhler-Preis

    -
  • -
  • -

    erfolgreiche Lateiner

    -
  • -
- -
- - -
-

CantorPreis-Träger

- -
-
- Thomas Tannert -
-

Thomas Tannert

- Studium Regernerative Energiesysteme an der TU Dresden -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2011/index.html b/public/de/schulchronik/2011/index.html deleted file mode 100644 index 35684deb..00000000 --- a/public/de/schulchronik/2011/index.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - 2011 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2011

-
- -
-
-

Schule ohne Rassismus – Schule mit Courage

-

Freitag, der 18. März 2011 um 11.15 Uhr: In der „ausverkauften” Aula erwarten schon längst Schüler, Lehrer, Eltern, die Kultusministerin und der Direktor der Landeszentrale für politische Bildung des Landes Sachsen-Anhalt den Beginn eines Ereignisses, das die Courage und Integration am Gymnasium ankurbeln soll und noch immer kommen wenige Nachzügler an, die noch zur verkürzten Hofpause auf dem Hof waren.

-

„Let me take you by the hand and lead you through the streets of London.” – Das Lied von Ralph McTell erzählt von einsamen und armen Menschen in den „Streets of London”. Mit diesem Lied stimmen uns der Cantor-Chor und Dorothee Henke mit Karolina Suppes, die eine Sonata von Hans Ulrich Staebs für Altblockflöte und Klavier spielen, auf die Veranstaltung ein.

-

Nachdem der stellvertretende Schulleiter Herr Kammel alle Anwesenden begrüßt hat, macht Sachsen-Anhalts Kultusministerin Frau Prof. Dr. Wolff den Schülern Mut, weiter gegen Rassismus und für mehr Courage zu kämpfen. Schließlich hat Sachsen-Anhalt prozentual die meisten Schulen, die an dem Projekt teilnehmen. Frau Wolff erläutert, dass Courage bedeutet, nicht wegzuschauen. Courage bedeutet aber auch, bei Gewalt oder Erpressung einzuschreiten, auch wenn es deshalb unangenehm wird und man vielleicht als Außenseiter dasteht.

-

Nach dieser langen Ansprache lockern Jorma Marggraf mit einem Stück aus der Suite Nr. 5 von Johann Sebastian Bach auf dem Klavier und Shinian Niaz mit ihrem Gedicht „Ein Stern” die Zuhörer auf.

-

Doch was ist Courage aus Sicht der Schüler? Was ist Rassismus und wie erwartet man selbst im Ausland behandelt zu werden? Wichtige Fragen, vor allem, da man eigentlich nur über das redet, was man selbst tut oder tun kann. Diese und weitere interessante Fragen stellte der Medienkurs der 9. Klasse den Schülern und bekam teils nicht minder interessante Antworten, die dann in einem kleinen Film zusammengeschnitten wurden.

-

Ein Projektpaten gibt es natürlich auch und so sollen Vertreter der Dow Olefinverbund GmbH einige Grußworte an die Schüler und Lehrer der 59. Schule dieses Projektes richten. Wenn die Vertreter denn da wären…

-

Es ist bereits um die 12.00 Uhr herum, aber noch kein Titel in Sicht. Stattdessen holt Hoa Vuong mit „Lebensgrün” die Anwesenden aus der Filmatmosphäre wieder in eine Titelverleihung „Schule ohne Rassismus – Schule mit Courage” und wer kannte sich als Sänger mit Rassismus so gut aus wie Michael Jackson. Mit „Black or White” zeigt Joel Podolski den bekanntesten Zweig des Rassismus auf und steuert uns weiter in Richtung Ende der Veranstaltung.

-

Kann es eine bessere Überleitung zur Verleihung des Titels geben? Ja, kann es: Mit einer „Rap”oprtage läuten Taufiq El-Mokdad und Georg Till den Höhepunkt ein. Die Worte, die der Direktor der Landeszentrale für politische Bildung von Sachsen-Anhalt den Schülern noch auf den Weg gibt, sind schon kaum noch wichtig. Wichtiger ist, was jetzt zum Vorschein kommt. Da ist es! Ein rechteckiges, knapp einen Meter breites Schild mit dem Schriftzug „Schule ohne Rassismus – Schule mit Courage”. Maria Tannert und Sophia Sorge aus dem Schülerrat nehmen das Schild entgegen und letztere richtet noch einige Worte des Dankes an die Versammelten. Als Ausklang singt dann noch einmal der Chor. „Heal the World” trägt Michael Jackson zum Ende auf.

-

„Make it a better place for you and for me”

-

Nikolas Weigt 2010

-

Spendenlauf für zwei gute Zwecke

-

Am 30.09.2011 versammelten sich in der vierten Stunde alle Schüler unserer Schule auf dem Sportplatz der Franckeschen Stiftungen, um zu rennen. Dies taten wir jedoch nicht, um einen Wettstreit auszutragen, sondern für das Sammeln von Spenden.

-

Spendenlauf 1

-

Initiiert und geplant wurde dieser Tag vom Schülerrat. Unterstützung erhielten wir unter anderem von Herrn Jens Deutsch, der uns kostenlos den Sportplatz der Franckeschen Stiftungen zur Verfügung stellte, da unser Gymnasium keinen eigenen besitzt. In Vorbereitung für diesen Lauf fragte jeder der vielen freiwilligen Läufer in seiner Umgebung nach einem Sponsor. Dies waren zumeist Eltern oder Großeltern, doch auch Lehrer und Mitschüler erklärten sich bereit. Dabei wurde ein Geldbetrag pro Runde festgelegt, aus dem sich dann je nach gelaufener Strecke die Gesamtsumme errechnete. Nachdem sich diese Sponsor-Läufer-Paare schon im Vorfeld gebildet und einen Vertrag abgeschlossen hatten, konnte der Spendenlauf am Freitag beginnen.

-

In freudiger Erwartung und bei bestem Wetter konnte nun nach Jahrgängen geordnet gestartet werden. Dabei zählten Mitglieder des Jahrgangs 12 die gerannten Runden. Nachdem festgestellt wurde, dass dieses Verfahren grundsätzlich zu zeitaufwändig war, suchten sich die Läufer der höheren Jahrgänge einen Lehrer oder Mitschüler, der ihre Runden zählte, damit sie eher starten konnten und die Zwölftklässler entlastet wurden, sodass mehr Geld gespendet werden konnte.

-

Spendenlauf 2

-

Die Aktion beflügelte einige Schüler zu sportlichen Höchstleistungen. So lief Edo Merdzanic aus der Klasse 6/2 45 Runden, gefolgt von Hannes Werner (Kl. 7/1) mit 43 und Nick Timmerhoff (Kl. 10/1) mit 41 Runden. Eine Runde war immerhin knapp 400 m lang. Insgesamt wurden mehr als 3100 Runden gelaufen. -Die Atmosphäre war sehr angenehm und so liefen die meisten mit Freude. Aber auch zwischen dem Rennen und Zählen gab es Gelegenheit für klassenstufenübergreifende Unterhaltungen, was den Tag zusätzlich auflockerte. Außerdem war es interessant, das Geschehen am Rand zu beobachten, da nicht laufende Mitstreiter den Rennenden hin und wieder Wasserflaschen zuwarfen, um das Laufen zu erleichtern. Doch auch ein ganzer Kuchen machte bei dieser Gelegenheit bei den verschiedensten Läufern seine Runden. -Nach dem Vollenden der Runden konnte jeder sich seine Rundenquittung abholen, mit der vom Sponsor das Geld erhalten wurde. Gespendet wurde dem Kinderplaneten, einem Verein zur Förderung krebskranker Kinder und ihrer Familien, sowie der Organisation „Ärzte ohne Grenzen“, die sich unter anderem in den Hungergebieten in Somalia engagiert. Insgesamt konnte unsere Schule durch das tatkräftige Mitwirken der Schüler, Lehrer, Eltern und anderen Verwandten und Freunde 6758,00 € für beide Ziele zusammen spenden.

-

Spendenlauf 3

-

Dies war ein durchaus gelungenes Ereignis nicht nur für die Empfänger der Spende, sondern auch für unser Schulklima und uns Schüler.

- -
- - -
-

CantorPreis-Träger

- -
-
- Maximilian König -
-

Maximilian König

- Studium der Mathematik in Halle, 2013 Auslandsjahr mit ERASMUS in Montpellier (Südfrankreich) -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2012/index.html b/public/de/schulchronik/2012/index.html deleted file mode 100644 index e03400d4..00000000 --- a/public/de/schulchronik/2012/index.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - 2012 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2012

-
- -
-
-

„Tag der Kulturen“

-
-

am 17.12.2012

-
-

Heute konnten alle fröhlich sein: Schüler und Lehrer.

-

Warum? Heute ist der Tag der Kulturen an unserer Schule, was bedeutet, dass wir alle länger schlafen können.

-

Heute machen wir unserem Titel - „Schule ohne Rassismus, Schule mit Courage“ - alle Ehre: -Heute stellen Schüler den besonderen Bezug, welchen sie zu einem Land oder einer Kultur haben, vor.

-

Es sind auch Gäste anwesend, die ebenfalls besonderen Bezug zu einer Kultur haben.

-

Dieser Tag war schon lange in Planung, heute ist es endlich so weit. Und damit auch niemand hungern muss, hat die ganze Schule ein Buffet zusammengestellt. Jede Klasse hat Essen zu einem bestimmten Land mitgebracht. Das Spektrum war riesig: Von amerikanischen HotDogs, Wraps und Cupcakes bis hin zu schwedischen und polnischen Leckereien.

-

- - -

- - - - - - - - - - - - - - - - - - - -

-

Auch bei der der Auswahl der Projekte dürfte bei niemandem Langeweile aufkommen.

-

Es gibt Vorstellungen von asiatischen Ländern, wie China und Vietnam, eine australische Vorstellung, europäische Veranstaltungen über Spanien, Frankreich und Ungarn bis hin zu amerikanischen Vorstellungen von Ländern wie Brasilien.

-

- - -

- - - - -

-

Die Präsentationsarten waren sehr unterschiedlich: Die einen zeigen Filme, die anderen kochen leckeres Essen oder machen eine Powerpoint-Präsentation. Wem eine Kultur besonders gefallen hat, der kann gleich zu der Schüleraustauschorganisation ASF gehen, die an unserer Schule zu Gast war und sich informieren.

-

Insgesamt gab es zwei Blöcke, dass heißt, jeder Schüler konnte zwei Veranstaltungen besuchen.

-

Natürlich wurde auch für ein musikalisches Programm gesorgt und man hatte die Möglichkeit beim japanischen Origami seine Geschicklichkeit unter Beweis zu stellen.

-

- - -

- - - - -

-

Ich denke, es war ein sehr gelungener Tag, da viele Schüler andere Kulturen entdeckt haben und sich vielleicht im Nachhinein noch damit beschäftigen. Gegen 13:00 Uhr verließen alle früher als gewöhnlich und mit strahlenden Gesichtern die Schule.

-

Alexandra Schrader, 2013

-

Sonstiges

-
    -
  • Mathe-Silber in der Schweiz
  • -
  • Schach-Camps
  • -
  • Erste Preise für Jugend-Forscht-Innovationen
  • -
- -
- - -
-

CantorPreis-Träger

- -
-
- Sandra Maciag -
-

Sandra Maciag

- Studium der Medizin in Halle -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2013/index.html b/public/de/schulchronik/2013/index.html deleted file mode 100644 index 181ae735..00000000 --- a/public/de/schulchronik/2013/index.html +++ /dev/null @@ -1,902 +0,0 @@ - - - - 2013 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2013

-
- -
-
-

25-jähriges Jubiläum

-

25 Jahre Georg-Cantor-Gymnasium - das heißt 25 Jahre Erfolge in allen Bereichen, auf die wir stolz zurückblicken können. -Ein solches Ereignis muss gefeiert werden, mit einer 2-tägigen Feier mit großem Absolvententreffen.

-
-

Freitag, 27.09.2013

-
-

Interessante Ausflüge und Projekte verkürzten den Unterricht am Freitag für die aktuellen Schüler des Gymnasiums. -Richtig los ging es am Nachmittag mit der Festveranstaltung – eine Einleitung für unser großes Silberjubiläum am Samstag. Das Programm wurde von der Festrede von unserem Schulleiter Herr OStD Dr. Ulrich Müller eingeleitet. -Wie im Flug endete auch schon der erste kurze Tag unseres Jubiläums und alle erwarteten gespannt den folgenden Tag.

-

- - -

- - - - - - - - - - - - - - - - - - - -

-
-

Samstag, 28.09.2013

-
-

Heute fand nun endlich das lange geplante und ersehnte Absolvententreffen statt. Gegen dreizehn Uhr öffneten sich unsere Türen für alle Ehemaligen des Gymnasiums. Zur Einstimmung gab es eine Auftaktveranstaltung in der Aula, eingeleitet und begleitet von einem musikalischem Programm des 12. Jahrgangs und der Instrumentalgruppe, gefolgt von einigen Reden, unter anderem der Begrüßungsrede von Frau Schmidt. Ein weiterer Höhepunkt folgte kurz darauf: eine Präsentation unserer Schulgeschichte in ausdrucksstarken Bildern.

-

Das eigentliche Treffen der Absolventen ließ nicht lange auf sich warten. Die Alumni hatten die Möglichkeit, sich mit ihren alten Klassenkameraden auszutauschen und Erinnerungen aufzufrischen. Ein einladendes Buffet wurde für das leibliche Wohl zur Verfügung gestellt. -Auch eigens dafür hergestellte Souvenirs wurden verkauft, um diesen außergewöhnlichen Tag in Erinnerung zu halten. -Gegen 18 Uhr leerte sich das Georg-Cantor-Gymnasium mit fröhlichen und ausgelassenen Gesichtern.

-

Ein Dank gilt dem 12. Jahrgang, der dieses Ereignis maßgeblich organisiert hat.

-

Bis zum nächsten Jubiläum und herzlichen Glückwunsch liebes Cantor–Gymnasium!

-

- - -

- - - - -

-

Hier finden Sie noch Erfahrungsberichte des Silberjubiläums aus verschiedenen Perspektiven:

-

Hier finden Sie noch Erfahrungsberichte des Silberjubiläums aus verschiedenen Perspektiven:

- -

Viel Spaß beim Stöbern!

-

Sonstiges

-
    -
  • Siemens geschlagen: Der Wanderpokal geht nach Halle
  • -
- -
- - -
-

CantorPreis-Träger

- -
-
- Dorothee Henke -
-

Dorothee Henke

- Studium der Mathmatik in Bonn -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2014/index.html b/public/de/schulchronik/2014/index.html deleted file mode 100644 index 74f7f784..00000000 --- a/public/de/schulchronik/2014/index.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - 2014 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2014

-
- -
-
-

Verabschiedung Herr OStD Dr. Müller

-

Programm

-

Festveranstaltung

-

anlässlich der feierlichen Verabschiedung

-

des Schulleiters des Georg-Cantor-Gymnasiums

-

Halle - 11. Juli 2014 - 14.00 Uhr - Aula

-
Programm
-

Anna Imming (Klavier) und Lavinia Burkhardt (Blockflöte)

-

Peter Tschaikowski

-

„Marsch“ aus „Nussknacker-Suite“

-
Begrüßung
-

Herr Dieter Kammel

-

Anna Imming (Klavier)

-

Camille Saint-Saëns

-

„Der Schwan“ aus „Karneval der Tiere“

-
Grußworte
-

Herr Kogge, Vertreter des Oberbürgermeisters

-

Herr Klieme, Leiter des Landesschulamtes

-

Herr Prof. Dr. Sträter, Rektor der Martin-Luther-Universität

-

weitere Redner

-
Offizielle Verabschiedung
-

Frau Grinda, Referentin Landesschulamt

-
Grußworte des Kollegiums
-
Übergabe der Präsente
-

Herr Brode und Frau Schmidt

-

und die Fachbereiche

-

Musikstücke (Kammerchor)

-
Dankesworte
-

Herr OStD Dr. Ulrich Müller

-

Carolina Cao (Klavier)

-

Peter Tschaikowski

-

„Juni“ aus „Die Jahreszeiten“ op. 37a

-

anschließend

-
Empfang im Schulgebäude
-

Danksagung

-

Das sagte Herr OStD. Dr. Müller am 12. Juli 2014:

-

Danksagung

-

“Cheflied”

-

My Way (nach Harald Juhnke)

- - -
- - -
-

CantorPreis-Träger

- -
-
- Paula Hähndel -
-

Paula Hähndel

- Studium der Mathematik in Halle -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/2019/index.html b/public/de/schulchronik/2019/index.html deleted file mode 100644 index 43d71cc7..00000000 --- a/public/de/schulchronik/2019/index.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - 2019 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

2019

-
- -
-
- -
- - -
-

CantorPreis-Träger

- -
-
- Tobias Beschauner -
-

Tobias Beschauner

- Biochemie-Studium Heidelberg -
-
-
- -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/index.html b/public/de/schulchronik/index.html deleted file mode 100644 index 85c1f92b..00000000 --- a/public/de/schulchronik/index.html +++ /dev/null @@ -1,653 +0,0 @@ - - - - Schulchronik - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
- -
- - -
-
- 1988 -
-

1988

-

„Ad fontes – zu den Ursprüngen“ Im Jahr 1986 gab es in der damaligen DDR bereits einige …

- Mehr anzeigen -
-
- -
- -
-
- 1989 -
-

1989

-

Vom Kindergarten zum Internat Ein Jahr nach Gründung der Spezialschule begann das Internat Schüler …

- Mehr anzeigen -
-
- -
- -
-
- 1990 -
-

1990

-

Von der Spezialschule zum Gymnasium Im Zuge der politischen Umwälzungen in den Jahren 1989/1990 kam …

- Mehr anzeigen -
-
- -
- -
-
- 1991 -
-

1991

-

Gründung des Fördervereins 1st - 2nd

- Mehr anzeigen -
-
- -
- -
-
- 1992 -
-

1992

-

Das Jahr 1992 war ein ereignisreiches Jahr. Für das Schuljahr 1991/92 wurde der erste Abiturjahrgang …

- Mehr anzeigen -
-
- -
- -
-
- 1993 -
-

1993

-

Profil des GCG Bestätigt 14 mal 1,0 Verleihung vieler …

- Mehr anzeigen -
-
- -
- -
-
- 1994 -
-

1994

-

Das Jahr 1994 war ein bedeutungsvolles, was die internationale Umgebung des GCGs anging und auch …

- Mehr anzeigen -
-
- -
- -
-
- 1995 -
-

1995

-

Einführung des Cantorpreises Seit 1995 wird jährlich ein besonderer „Grübler“ unserer Schule …

- Mehr anzeigen -
-
- -
- -
-
- 1996 -
-

1996

-

In diesem Jahr hat sich der Förderverein der Schule eine besondere Auszeichnung einfallen lassen: …

- Mehr anzeigen -
-
- -
- -
-
- 1997 -
-

1997

-

Diesen Sommer hatten unsere Schule und vor allem ihr Abschlussjahrgang einen besonderen Grund zur …

- Mehr anzeigen -
-
- -
- -
-
- 1998 -
-

1998

-

10-jähriges Jubiläum des GCG Nobelpreisträger am GCG …

- Mehr anzeigen -
-
- -
- -
-
- 1999 -
-

1999

-

Seit diesem Jahr wird am Georg-Cantor-Gymnasium das Fach Informatik schon ab der 7.

- Mehr anzeigen -
-
- -
- -
-
- 2000 -
-

2000

-

Politiker am GCG Anlässlich des 155. Geburtstages von Georg Cantor wurde am 02.

- Mehr anzeigen -
-
- -
- -
-
- 2001 -
-

2001

-

Die größte Sensation des Jahres 2001 fand am 19. Oktober statt.

- Mehr anzeigen -
-
- -
- -
-
- 2002 -
-

2002

-

Kooperation mit DOW- Chemical Im April 2002 unterzeichnete unser Schulleiter einen …

- Mehr anzeigen -
-
- -
- -
-
- 2003 -
-

2003

-

Wenn Schüler anfangen, selbst zu streiken, dann muss das schon was heißen.

- Mehr anzeigen -
-
- -
- -
-
- 2004 -
-

2004

-

Nach einem sehr außergewöhnlichen Jahr 2003 kehrte in diesem Jahr wieder ein wenig Ruhe in das …

- Mehr anzeigen -
-
- -
- -
-
- 2005 -
-

2005

-

Georg Cantor ist zweifellos ein großer Mathematiker und auf jeden Fall der Ehrung durch ein …

- Mehr anzeigen -
-
- -
- -
-
- 2006 -
-

2006

-

Neben den unserem Profil entsprechenden Erfolgen gab es in diesem Jahr auch einige kulturelle …

- Mehr anzeigen -
-
- -
- -
-
- 2007 -
-

2007

-

Das wichtigste in diesem Jahr ist wohl der Umzug aus dem Gebäude in der Muldestraße in die …

- Mehr anzeigen -
-
- -
- -
-
- 2008 -
-

2008

-

Die 11. Biologie-Chemie-Olympiade brachte Paulin Wendler einen hervorragenden zweiten Platz ein, den …

- Mehr anzeigen -
-
- -
- -
-
- 2009 -
-

2009

-

Im Jahr 2009 nahm das Georg-Cantor-Gymnasium erfolgreich an der Landes-Deutsch-Olympiade und der …

- Mehr anzeigen -
-
- -
- -
-
- 2010 -
-

2010

-

Gedenktafel für Johann Friedrich Struensee Struensee 01

- Mehr anzeigen -
-
- -
- -
-
- 2011 -
-

2011

-

Schule ohne Rassismus – Schule mit Courage Freitag, der 18. März 2011 um 11.

- Mehr anzeigen -
-
- -
- -
-
- 2012 -
-

2012

-

„Tag der Kulturen“ am 17.12.2012 - Heute konnten alle fröhlich sein: Schüler und Lehrer.

- Mehr anzeigen -
-
- -
- -
-
- 2013 -
-

2013

-

25-jähriges Jubiläum 25 Jahre Georg-Cantor-Gymnasium - das heißt 25 Jahre Erfolge in allen …

- Mehr anzeigen -
-
- -
- -
-
- 2014 -
-

2014

-

Verabschiedung Herr OStD Dr. Müller Programm Festveranstaltung anlässlich der feierlichen …

- Mehr anzeigen -
-
- -
- -
-
- 2019 - -
- -
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/schulchronik/index.xml b/public/de/schulchronik/index.xml deleted file mode 100644 index 0bcd1dd9..00000000 --- a/public/de/schulchronik/index.xml +++ /dev/null @@ -1,269 +0,0 @@ - - - - Schulchronik on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/schulchronik/ - Recent content in Schulchronik on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - 1988 - https://eesev9ie.github.io/de/schulchronik/1988/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1988/ - „Ad fontes – zu den Ursprüngen“ Im Jahr 1986 gab es in der damaligen DDR bereits einige Spezialschulen mathematisch – naturwissenschaftlich – technischer Richtung. - - - - 1989 - https://eesev9ie.github.io/de/schulchronik/1989/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1989/ - Vom Kindergarten zum Internat Ein Jahr nach Gründung der Spezialschule begann das Internat Schüler aufzunehmen. - - - - 1990 - https://eesev9ie.github.io/de/schulchronik/1990/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1990/ - Von der Spezialschule zum Gymnasium Im Zuge der politischen Umwälzungen in den Jahren 1989/1990 kam es zu tiefgreifenden Umgestaltungen in der Bildungslandschaft auf dem Gebiet der vormaligen DDR. - - - - 1991 - https://eesev9ie.github.io/de/schulchronik/1991/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1991/ - Gründung des Fördervereins 1st - 2nd - - - - 1992 - https://eesev9ie.github.io/de/schulchronik/1992/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1992/ - Das Jahr 1992 war ein ereignisreiches Jahr. Für das Schuljahr 1991/92 wurde der erste Abiturjahrgang mit Freude erwartet. - - - - 1993 - https://eesev9ie.github.io/de/schulchronik/1993/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1993/ - Profil des GCG Bestätigt 14 mal 1,0 Verleihung vieler “Jugend Forscht! - - - - 1994 - https://eesev9ie.github.io/de/schulchronik/1994/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1994/ - Das Jahr 1994 war ein bedeutungsvolles, was die internationale Umgebung des GCGs anging und auch immer noch angeht, denn ohne, dass ein Schüler der 10. - - - - 1995 - https://eesev9ie.github.io/de/schulchronik/1995/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1995/ - Einführung des Cantorpreises Seit 1995 wird jährlich ein besonderer „Grübler“ unserer Schule anlässlich des Geburtstages von Georg Cantor mit dem Cantor-Preis geehrt. - - - - 1996 - https://eesev9ie.github.io/de/schulchronik/1996/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1996/ - In diesem Jahr hat sich der Förderverein der Schule eine besondere Auszeichnung einfallen lassen: den Cantor-Preis. - - - - 1997 - https://eesev9ie.github.io/de/schulchronik/1997/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1997/ - Diesen Sommer hatten unsere Schule und vor allem ihr Abschlussjahrgang einen besonderen Grund zur Freude: Der Abiturdurchschnitt war mit 1,7 der beste in ganz Sachsen-Anhalt. - - - - 1998 - https://eesev9ie.github.io/de/schulchronik/1998/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1998/ - 10-jähriges Jubiläum des GCG Nobelpreisträger am GCG Wettbewerbserfolge 1998 Jugend Forscht Bundesrunde Andreas Tannert Kl. - - - - 1999 - https://eesev9ie.github.io/de/schulchronik/1999/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/1999/ - Seit diesem Jahr wird am Georg-Cantor-Gymnasium das Fach Informatik schon ab der 7. - - - - 2000 - https://eesev9ie.github.io/de/schulchronik/2000/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2000/ - Politiker am GCG Anlässlich des 155. Geburtstages von Georg Cantor wurde am 02. - - - - 2001 - https://eesev9ie.github.io/de/schulchronik/2001/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2001/ - Die größte Sensation des Jahres 2001 fand am 19. Oktober statt. - - - - 2002 - https://eesev9ie.github.io/de/schulchronik/2002/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2002/ - Kooperation mit DOW- Chemical Im April 2002 unterzeichnete unser Schulleiter einen Kooperationsvertrag mit der DOW-Olefin-Schkopau. - - - - 2003 - https://eesev9ie.github.io/de/schulchronik/2003/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2003/ - Wenn Schüler anfangen, selbst zu streiken, dann muss das schon was heißen. - - - - 2004 - https://eesev9ie.github.io/de/schulchronik/2004/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2004/ - Nach einem sehr außergewöhnlichen Jahr 2003 kehrte in diesem Jahr wieder ein wenig Ruhe in das Georg-Cantor-Gymnasium ein. - - - - 2005 - https://eesev9ie.github.io/de/schulchronik/2005/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2005/ - Georg Cantor ist zweifellos ein großer Mathematiker und auf jeden Fall der Ehrung durch ein Theaterstück wert. - - - - 2006 - https://eesev9ie.github.io/de/schulchronik/2006/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2006/ - Neben den unserem Profil entsprechenden Erfolgen gab es in diesem Jahr auch einige kulturelle Höhepunkte. - - - - 2007 - https://eesev9ie.github.io/de/schulchronik/2007/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2007/ - Das wichtigste in diesem Jahr ist wohl der Umzug aus dem Gebäude in der Muldestraße in die Torstraße. - - - - 2008 - https://eesev9ie.github.io/de/schulchronik/2008/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2008/ - Die 11. Biologie-Chemie-Olympiade brachte Paulin Wendler einen hervorragenden zweiten Platz ein, den sie sich mit einem Schülern vom Agricolagymnasium in Hohenmölsen teilte. - - - - 2009 - https://eesev9ie.github.io/de/schulchronik/2009/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2009/ - Im Jahr 2009 nahm das Georg-Cantor-Gymnasium erfolgreich an der Landes-Deutsch-Olympiade und der Landes-Mathematik-Olympiade teil. - - - - 2010 - https://eesev9ie.github.io/de/schulchronik/2010/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2010/ - Gedenktafel für Johann Friedrich Struensee Struensee 01 - - - - 2011 - https://eesev9ie.github.io/de/schulchronik/2011/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2011/ - Schule ohne Rassismus – Schule mit Courage Freitag, der 18. März 2011 um 11. - - - - 2012 - https://eesev9ie.github.io/de/schulchronik/2012/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2012/ - „Tag der Kulturen“ am 17.12.2012 - Heute konnten alle fröhlich sein: Schüler und Lehrer. - - - - 2013 - https://eesev9ie.github.io/de/schulchronik/2013/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2013/ - 25-jähriges Jubiläum 25 Jahre Georg-Cantor-Gymnasium - das heißt 25 Jahre Erfolge in allen Bereichen, auf die wir stolz zurückblicken können. - - - - 2014 - https://eesev9ie.github.io/de/schulchronik/2014/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2014/ - Verabschiedung Herr OStD Dr. Müller Programm Festveranstaltung anlässlich der feierlichen Verabschiedung - - - - 2019 - https://eesev9ie.github.io/de/schulchronik/2019/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/schulchronik/2019/ - - - - - \ No newline at end of file diff --git a/public/de/sitemap.xml b/public/de/sitemap.xml deleted file mode 100644 index 8ea66c15..00000000 --- a/public/de/sitemap.xml +++ /dev/null @@ -1,544 +0,0 @@ - - - - - https://eesev9ie.github.io/de/blog/ - 2020-07-18T09:08:19+00:00 - - - - - - https://eesev9ie.github.io/de/tags/cantortechnik/ - 2020-07-18T09:08:19+00:00 - - - - https://eesev9ie.github.io/de/categories/ - 2020-07-18T09:08:19+00:00 - - - - - - https://eesev9ie.github.io/de/categories/digitalisierung/ - 2020-07-18T09:08:19+00:00 - - - - https://eesev9ie.github.io/de/blog/new-site/ - 2020-07-18T09:08:19+00:00 - - - - https://eesev9ie.github.io/de/ - 2020-07-18T09:08:19+00:00 - - - - - - https://eesev9ie.github.io/de/tags/internet/ - 2020-07-18T09:08:19+00:00 - - - - https://eesev9ie.github.io/de/tags/schulwebsite/ - 2020-07-18T09:08:19+00:00 - - - - https://eesev9ie.github.io/de/tags/ - 2020-07-18T09:08:19+00:00 - - - - - - https://eesev9ie.github.io/de/event/ - 2020-07-15T15:00:00+01:00 - - - - - - https://eesev9ie.github.io/de/event/vorstellung-website/ - 2020-07-15T15:00:00+01:00 - - - - https://eesev9ie.github.io/de/forms/anmeldeformular/ - 2020-07-12T15:27:17+06:00 - - - - https://eesev9ie.github.io/de/forms/ - 2020-07-12T15:27:17+06:00 - - - - https://eesev9ie.github.io/de/forms/gesundheitsbogen/ - 2020-07-09T15:27:17+06:00 - - - - https://eesev9ie.github.io/de/ganztagsangebote/blendergame/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/de/ganztagsangebote/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/de/25-jahre-gcg/programm/ - - - - https://eesev9ie.github.io/de/schulchronik/1988/ - - - - https://eesev9ie.github.io/de/schulchronik/1989/ - - - - https://eesev9ie.github.io/de/schulchronik/1990/ - - - - https://eesev9ie.github.io/de/schulchronik/1991/ - - - - https://eesev9ie.github.io/de/schulchronik/1992/ - - - - https://eesev9ie.github.io/de/schulchronik/1993/ - - - - https://eesev9ie.github.io/de/schulchronik/1994/ - - - - https://eesev9ie.github.io/de/schulchronik/1995/ - - - - https://eesev9ie.github.io/de/schulchronik/1996/ - - - - https://eesev9ie.github.io/de/schulchronik/1997/ - - - - https://eesev9ie.github.io/de/schulchronik/1998/ - - - - https://eesev9ie.github.io/de/schulchronik/1999/ - - - - https://eesev9ie.github.io/de/schulchronik/2000/ - - - - https://eesev9ie.github.io/de/schulchronik/2001/ - - - - https://eesev9ie.github.io/de/schulchronik/2002/ - - - - https://eesev9ie.github.io/de/schulchronik/2003/ - - - - https://eesev9ie.github.io/de/schulchronik/2004/ - - - - https://eesev9ie.github.io/de/schulchronik/2005/ - - - - https://eesev9ie.github.io/de/schulchronik/2006/ - - - - https://eesev9ie.github.io/de/schulchronik/2007/ - - - - https://eesev9ie.github.io/de/schulchronik/2008/ - - - - https://eesev9ie.github.io/de/schulchronik/2009/ - - - - https://eesev9ie.github.io/de/schulchronik/2010/ - - - - https://eesev9ie.github.io/de/schulchronik/2011/ - - - - https://eesev9ie.github.io/de/schulchronik/2012/ - - - - https://eesev9ie.github.io/de/schulchronik/2013/ - - - - https://eesev9ie.github.io/de/schulchronik/2014/ - - - - https://eesev9ie.github.io/de/schulchronik/2019/ - - - - https://eesev9ie.github.io/de/25-jahre-gcg/ausfl%C3%BCge-und-projekte/ - - - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-3/ - - - - https://eesev9ie.github.io/de/25-jahre-gcg/ - - - - https://eesev9ie.github.io/de/abiturienten/1992/ - - - - https://eesev9ie.github.io/de/abiturienten/ - - - - https://eesev9ie.github.io/de/cantorpreis/1997/ - - - - https://eesev9ie.github.io/de/anmeldung/ - - - - https://eesev9ie.github.io/de/anmeldung/anmeldung-formular/ - - - - https://eesev9ie.github.io/de/anmeldung/aufnahmepr%C3%BCfung/ - - - - https://eesev9ie.github.io/de/author/ - - - - - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-1/ - - - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-2/ - - - - https://eesev9ie.github.io/de/25-jahre-gcg/bericht-4/ - - - - https://eesev9ie.github.io/de/cantorpreis/2009/ - - - - https://eesev9ie.github.io/de/cantorpreis/ - - - - https://eesev9ie.github.io/de/author/cantortechnik-ag/ - - - - https://eesev9ie.github.io/de/author/denys-konovalov/ - - - - https://eesev9ie.github.io/de/sk-mlu-gcg/ - - - - https://eesev9ie.github.io/de/cantorpreis/2013/ - - - - https://eesev9ie.github.io/de/anmeldung/ergebnisse/ - - - - https://eesev9ie.github.io/de/cantorpreis/2008/ - - - - https://eesev9ie.github.io/de/teacher/cschapitz/ - - - - https://eesev9ie.github.io/de/gedenktafel-struensee/ - - - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-2/ - - - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-3/ - - - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-1/ - - - - https://eesev9ie.github.io/de/notice/ - - - - - - https://eesev9ie.github.io/de/impressum/ - - - - https://eesev9ie.github.io/de/contact/ - - - - - - https://eesev9ie.github.io/de/cantorpreis/2001/ - - - - https://eesev9ie.github.io/de/teacher/ - - - - - - https://eesev9ie.github.io/de/cantorpreis/2004/ - - - - https://eesev9ie.github.io/de/cantorpreis/2002/ - - - - https://eesev9ie.github.io/de/cantorpreis/2005/ - - - - https://eesev9ie.github.io/de/cantorpreis/1998/ - - - - https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/ - - - - https://eesev9ie.github.io/de/wettbewerbe/mo/ - - - - https://eesev9ie.github.io/de/cantorpreis/2011/ - - - - https://eesev9ie.github.io/de/ganztagsangebote/vorlage/ - - - - https://eesev9ie.github.io/de/ganztagsangebote/nawigator/ - - - - https://eesev9ie.github.io/de/cantorpreis/2014/ - - - - https://eesev9ie.github.io/de/25-jahre-gcg/rede-fr-schmidt/ - - - - https://eesev9ie.github.io/de/gedenktafel-struensee/gedenktafel-4/ - - - - https://eesev9ie.github.io/de/cantorpreis/1996/ - - - - https://eesev9ie.github.io/de/cantorpreis/2012/ - - - - https://eesev9ie.github.io/de/schulchronik/ - - - - https://eesev9ie.github.io/de/cantorpreis/2007/ - - - - https://eesev9ie.github.io/de/cantorpreis/1999/ - - - - https://eesev9ie.github.io/de/cantorpreis/2003/ - - - - https://eesev9ie.github.io/de/cantorpreis/2010/ - - - - https://eesev9ie.github.io/de/cantorpreis/2019/ - - - - https://eesev9ie.github.io/de/cantorpreis/2000/ - - - - https://eesev9ie.github.io/de/cantorpreis/2006/ - - - - https://eesev9ie.github.io/de/notice/notice-1/ - - - - - - https://eesev9ie.github.io/de/wettbewerbe/ - - - - https://eesev9ie.github.io/de/teacher/yves-bauer/ - - - - https://eesev9ie.github.io/de/about/ - - - - - \ No newline at end of file diff --git a/public/de/sk-mlu-gcg/index.html b/public/de/sk-mlu-gcg/index.html deleted file mode 100644 index f990ffa5..00000000 --- a/public/de/sk-mlu-gcg/index.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - Die Spezialklassen für Mathematik und Physik an der Martin-Luther-Universität Halle-Wittenberg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Startseite
  • -
  • -
  • Die Spezialklassen für Mathematik und Physik an der Martin-Luther-Universität Halle-Wittenberg
  • -
-

-
-
-
-
- - -
-
-
-
-
-

Andreas Koch

-

Zusammenfassung:

-

Die Spezialklassen für Mathematik und Physik an der Martin-Luther-Universität Halle-Wittenberg existierten von 1964 bis 1991. Im Artikel werden ihre Entstehung und die Organisation der Ausbildung an den Spezialklassen betrachtet. Dabei wird insbesondere der Mathematik-Lehrgang dargestellt. Weitere Abschnitte sind der Aufnahmeprüfung, den Lehrkräften und den Ausbildungsorten gewidmet. Im Anhang kommen ehemalige Schüler mit ihren Erinnerungen an die Spezialklassen zu Wort.

-

1. Vorbemerkung

-

Die folgende Darstellung beruht im wesentlichen auf Erinnerungen von ehemaligen Lehrern der Spezialklassen und den Recherchen des Autors im Archiv der Martin-Luther-Universität und der Universitäts- und Landesbibliothek. Für umfangreiche Auskünfte über die Arbeit in den Spezialklassen standen die ehemaligen Leiter, die Herren StR Willi Gille (Halle), Dr. Günther Schiemann (Bitterfeld) und Dr. Eckhard Wildgrube (Halle) bereitwillig zur Verfügung. Ohne ihre Hilfe wäre dieser kurze Abriss nicht entstanden. Der Autor war von 1988 bis 1991 als Lehrer an den Spezialklassen tätig. Die vorliegende Darstellung erhebt nicht den Anspruch auf Vollständigkeit. -Für die Anregung dieser Arbeit ist Herrn Prof. Dr. M. Goebel, FB Mathematik und Informatik der Martin-Luther-Universität Halle-Wittenberg zu danken.

-

2. Die Gründung der Spezialklassen

-

Grundlage für die Gründung von Spezialklassen war die “Anweisung Nr. 9/1964 des Staatssekretariats für das Hoch- und Fachschulwesen zur Einrichtung von Spezialklassen an Mathematisch-Naturwissenschaftlichen Fakultäten der Universitäten und Hochschulen” vom 20. August 1964 [1]. Dort heißt es auf Seite 8: “Zur Förderung mathematisch-naturwissenschaftlich besonders begabter Jugendlicher werden an Mathematisch-Naturwissenschaftlichen Fakultäten der Universitäten und Hochschulen Spezialklassen eingerichtet.” In etwa zur gleichen Zeit wie in Halle wurden an den Universitäten in Berlin und Rostock sowie an den Technischen Hochschulen in Magdeburg und Karl-Marx-Stadt (Chemnitz) Spezialklassen für Mathematik und Physik eingerichtet.

-

Als Vorbild dienten offensichtlich ähnliche Einrichtungen in der Sowjetunion. Der Zeitpunkt der Gründung hing auch mit dem sogenannten “Mathematik-Beschluss” des Politbüros der SED aus dem Jahr 1963 zusammen, mit dem die Mathematik als “Produktivkraft” in Erscheinung treten sollte.

-

Durch den damaligen Dekan der Mathematisch-Naturwissenschaftlichen Fakultät, Herrn Prof. Reppel, erhielt W. Gille, damals Lehrer im Hochschuldienst an der Arbeiter-und-Bauern-Fakultät, im Herbst 1964 den Auftrag, die Einrichtung zunächst einer Spezialklasse vorzubereiten. Der Lehrbetrieb wurde bereits im Januar 1965 aufgenommen. Unterrichtet wurde zunächst in den Räumen der Martin-Luther-Universität. Neben W. Gille für das Fach Physik und als Leiter war es D. Großmann als Mathematiklehrer, der das Klima der Gründungszeit mitbestimmte.

-

3. Die Ausbildung

-

Die Stundentafel und die Lehrpläne der Erweiterten Oberschule (EOS) bildeten die Basis für die Ausbildung in den Spezialklassen. Allerdings wurden zugunsten einer Erhöhung der Stundenzahlen in Mathematik und Physik die Stunden in anderen Fächern verringert. Das bedeutete aber keine Abstriche an den Inhalten dieser Fächer. Man ging davon aus, dass sich die Schülerinnen und Schüler den Unterrichtsstoff in der zur Verfügung stehenden Zeit durch intensivere Arbeit erarbeiten können. Besonders intensiv, was nicht immer auf Begeisterung bei den Schülern stieß, war der Unterricht in den fremdsprach­lichen Fächern, denn hier waren die Klassen in Halbgruppen von acht bis zehn Schülern geteilt.

-

In der oben zitierten Anweisung heißt es hinsichtlich der Ausbildungsziele: “Wesentlicher Bestandteil der Ausbildung in den Spezialklassen sind die Erziehung zum wissenschaftlichen Denken und Arbeiten und die Vorbereitung auf das Studium, besonders die Arbeit der Schüler in mathematischen, naturwissenschaftlichen und technischen Arbeitsgemeinschaften und Zirkeln, in den Laboratorien und anderen Einrichtungen der Universitäten und Hochschulen und die Anfertigung selbständiger Arbeiten.” [1, S.8]

-

Am Beispiel des Faches Mathematik soll die Organisation des Unterrichts deutlich werden. Der vorliegende Beleg [3] lässt vermuten, dass spätestens ab dem Schuljahr 1978/79 in der beschriebenen Weise verfahren wurde, sicherlich auch schon früher. Für Mathematik standen pro Woche sieben Unterrichtsstunden zur Verfügung.

-

Fünf Stunden waren für den sogenannten “Grundkurs” eingeplant. Hier waren die im Lehrplan der EOS festgeschriebenen Inhalte zu unterrichten, allerdings mit “Erweiterungen einzelner Stoffgebiete um Begriffe, Sätze, Verfahren die im jeweiligen Sachzusammenhang naheliegen” und “die Beweise auch solcher Sätze, für die im Lehrplan Mathematik der Abiturstufe die Beweise nicht gefordert werden, …” [3, S.1]. Zwei Wochenstunden standen für den “Ergänzungskurs” zur Verfügung. Hier sollten Inhalte vermittelt werden, “die im Lehrplan Mathematik der Abiturstufe nicht berührt werden, die auch nicht in allen math. und phys. Fachstudienplänen enthalten sind bzw. – wo doch – weniger elementar bzw. weniger ausführlich behandelt werden.” [Ebd., S.2]. So standen im Herbstsemester der Klasse 11 Wiederholungen und Ergänzungen zu dem bis Klasse 10 behandelten Mathematikstoff, im Frühjahrssemester das Rechnerpraktikum und in Klasse 12 die Themen Komplexe Zahlen, Lineare Transformationen der Ebene und die Kegelschnitte auf dem Programm.

-

Zusätzlich konnten die Schüler, alternativ zu einem Angebot in der Physik, einen zweistündigen “Mathematikzirkel” belegen. Hier reichte die Themenpalette von der Stochastik über die Geometrie auf der Kugel bis zum “Rechnerpraktikum für Fortgeschrittene”.

-

Solcherart geschult waren die Schüler in der Lage, die Mathematik-Reifeprüfung der Erweiterten Oberschule, für die fünf Stunden zur Verfügung standen, als zweistündige Klausur zu schreiben.

-

Analog wurde im Fach Physik verfahren. Den Abschluß der Ausbildung bildete die Reifeprüfung, bei der neben den obligatorischen vier schriftlichen und zwei mündlichen Prüfungsteilen noch je eine fünfstündige Klausur in Mathematik und Physik zu absolvieren war. Die Erarbeitung dieser beiden Klausuren oblag den Lehrern der Spezialklassen.

-

Neben dem obligatorischen Unterricht wurden die Schüler der Spezialklassen in die wissenschaftliche Arbeit an der Universität einbezogen bzw. Wissenschaftler der Universität führten Lehrveranstaltungen an den Spezialklassen durch. Besonders begabte Schüler konntenVorlesungen besuchen und in einigen Fällen das erste Studienjahr überspringen.

-

Dass diese intensive Beschäftigung mit mathematischen Fragestellungen Früchte trug, belegen zahlreiche Teilnahmen von Spezialklassenschülern bei Mathematik-Olympiaden. Stellvertretend seien die Teilnehmer an den Internationalen Mathematik-Olympiaden (IMO) genannt [2]:

-
    -
  • Thomas Jentsch, 1970 und 1971,
  • -
  • Uwe Quasthoff, 1974 und 1975,
  • -
  • Udo Matte, 1975,
  • -
  • Andreas Kasparek, 1979,
  • -
  • Mathias-Torsten Tok, 1986 und -– Michael Dreher, 1991.
  • -
-

4. Die Lehrkräfte

-

Der Leiter der Spezialklassen war dem Direktor der Sektion Mathematik unterstellt. Er fungierte damit ähnlich wie ein Institutsdirektor. Die Lehrer für die Fächer Mathematik, Physik, Biologie, Chemie, Deutsch, Englisch, Russisch, Geschichte, Staatsbürgerkunde, Geographie und Sport waren in der Regel als “Lehrer im Hochschuldienst” an der Universität beschäftigt und mit ihrer vollen Pflichtstundenanzahl in den Spezialklassen eingesetzt. Ein Teil dieser Pflichtstunden wurde auch durch Aufsicht im Internat absolviert. Wegen der geringen Anzahl von Wochenstunden in den Fächern Kunst und Musik wurden Lehrer anderer Schulen auf Honorarbasis beschäftigt.

-

Für Erweiterungskurse in Mathematik und Physik wurden Hochschullehrkräfte der betreffenden Sektionen beauftragt. So unterrichtete z. B. der spätere Rektor Prof. Dr. Dr. G. Berg die Spezialklassenschüler einiger Jahrgänge in Physik.

-

Bild 1

-

5. Die Aufnahmeprüfung

-

Für die Aufnahme in die Spezialklassen bewarben sich alljährlich zahlreiche Schüler, die vorwiegend aus dem damaligen Bezirk Halle, aber auch aus den Bezirken Erfurt, Suhl, Gera und Leipzig kamen. Das Einzugsgebiet der Spezialklassen erstreckte sich über den gesamten südwestlichen Raum der DDR.

-

Um einen Platz an den Spezialklassen zu bekommen, hatte sich ein Schüler mit einem Aufnahmeantrag, dem Lebenslauf, dem letzten Zeugnis, einer Beurteilung durch die Schule und einer Delegierung durch den zuständigen Kreisschulrat zu bewerben. Weiterhin musste die Schülerin oder der Schüler bereits eine erweiterte Oberschule (EOS) besuchen bzw. zum Besuch einer EOS vorgesehen sein.

-

Die Bewerber hatten sich einer schriftlichen Prüfung zu unterziehen, die im wesentlichen aus einer anspruchsvollen Mathematikklausur bestand. Anhand der Resultate dieser Klausur wurden die Bewerber in drei Gruppen geteilt:

-
    -
  • Bewerber, bei denen die Aufnahme auf Grund sehr guter Resultate feststand;
  • -
  • Bewerber, die sich einer weiteren mündlichen Prüfung zu unterziehen hatten und
  • -
  • Bewerber, die sofort abgelehnt wurden, da ihre Leistungen zu schlecht ausfielen.
  • -
-

Letztlich wurden, abgesehen von den ersten Jahren, zwei Klassen mit je 16 bis 18 Schülern aufgenommen. Bis 1989 absolvierten 676 Schüler die Spezialklassen , bis 1991 werden es 750 gewesen sein. Leider gelang es nicht, diese Angabe zu präzisieren. Die bis 1991 vollständig erhaltenen Klassenbücher wurden im Zuge der Auflösung der Spezialklassen eingestampft.

-

6. Arbeiten und Wohnen als Spezial-klassenschüler: Das Unterrichtsgebäude und das Internat

-

Die Spezialklassen benutzten zunächst mehrere Jahre Räumlichkeiten der Arbeiter- und Bauern-Fakultät am Francke-Platz und der 1968 gegründeten Sektion Mathematik der Universität. Vermutlich ab dem Schuljahr 1972/73 bezogen die Spezialklassen eine alte Villa in der Reichardtstraße 9, in der vorher das Rechenzentrum der Universität und das Institut für angewandte Mathematik beheimatet waren. Die alte Villa bot Platz für fünf kleine Unterrichtsräume und das Lehrerzimmer. Als Pausenhof diente der verwilderte Garten. Der Unterricht in Chemie und Physik fand weiterhin in den Fachräu-men der ABF in der Schnellerstraße statt.

-

Gegenstand unzähliger Geschichten sind die Internate der Spezialklassen. Anfänglich wurde das Internat der ABF in der Philipp-Müller-Straße genutzt. Später bekamen die Spezialklassen ein eigenes Internat in der Dryanderstraße. Nach dessen Aufgabe wurden die Schüler im “Block 495”, einem Studen­ten­wohnheim in Halle-Neustadt, untergebracht. Das allzu intensive Genießen studentischer Frei-heiten durch die Schüler veranlasste die Leitung der Spezialklassen zur Suche eines wiederum eigenständigen Internates. Und dieses wurde im “Nikolai Ostrowski” Heim in der Emil-Abderhalden-Straße 7 gefunden. Neben diesem Vorzug der Eigenständigkeit hatte dieses Heim eigentlich keine weiteren Vorzüge, könnte man meinen. Der Bauzustand war miserabel, die Heizungsanlage von musealem Wert, die Duschen nur einmal pro Woche zu benutzen. Aus der Sicht der Schüler ergaben sich aber eine Reihe von Vorzügen: Kurze Wege zur Schule oder in die City, die Nähe zur Universitäts- und Landesbibliothek und die besagte Eigenständigkeit.

-

Das Zusammenleben im Internat hatte einen wesentlichen Einfluss auf das positive soziale Klima zwischen den Schülern. Gegenseitige Hilfe und gegenseitiges Anspornen bei der Bewältigung des umfangreichen Lernpensums waren selbstverständlich.

-

Bild 1

-

7. Die Spezialklassen und die Volksbildung

-

Die Unterstellung der Spezialklassen unter die Aufsicht des Staatssekretariats für das Hoch- und Fachschulwesen, später dem entsprechenden Ministerium, war für eine Einrichtung, die zur Reifeprüfung führte, ungewöhnlich. Normalerweise unterstanden alle schulischen Einrichtungen dem Ministerium für Volksbildung. Entsprechend “misstrauisch” wurden die Spezialklassen durch den Bezirksschulrat als Vertreter des Ministeriums für Volksbildung im Bezirk bzw. ihm nachgeordnete Institutionen beobachtet. So waren alljährlich die Aufgaben für das Spezialklassen-Abitur in Mathematik und Physik einzureichen. Die Begutachtung führte nie zu Änderungen.

-

Die organisatorische Anbindung der Spezialklassen an die Universität und die relative Unabhängigkeit von der Volksbildung schufen gewisse Freiräume. Zum Beispiel war die “gesellschaftliche Arbeit”, verglichen mit den Aktivitäten an einer beliebigen EOS, deutlich weniger ausgeprägt.

-

8. Das Ende der Spezialklassen

-

Im Zuge der politischen Umwälzungen in den Jahren 1989/1990 kam es zu tiefgreifenden Veränderungen in der Bildungslandschaft auf dem Gebiet der vormaligen DDR. Da die Spezialklassen kein Pendant in der alten Bundesrepublik hatten, war es nur eine Frage der Zeit, bis die Arbeit in den Spezialklassen eingestellt wurde.

-

Zu Beginn des Schuljahres 1990/1991 wurden noch einmal drei Klassen aufgenommen. Im Laufe dieses Schuljahres wurde im Kultusministerium des Landes Sachsen-Anhalt in Magdeburg entschieden, dass die Spezialklassen für Mathematik und Physik in Halle und in Magdeburg zum Ende des laufenden Schuljahres und die Spezialklassen für Chemie in Merseburg zum Ende des Schuljahres 1991/92 aufzulösen waren.

-

Die Schülerinnen und Schüler der Klassenstufe 11 des Schuljahrganges 1990/91 konnten ihre Ausbildung am Georg-Cantor-Gymnasium Halle, das aus der 1988 gegründeten Spezialschule mathematisch-naturwissenschaftlich-technischer Richtung hervorgegangen war, fortsetzen und dort 1992 das Abitur erwerben. Den Lehrerinnen und Lehrern verblieb die Möglichkeit, sich für eine Stelle an einem Gymnasium bewerben. -Das Ende des Schuljahres 1990/91 war, nach 27 Jahren ihres Bestehens, somit auch das Ende der Spezialklassen für Mathematik und Physik an der Martin-Luther-Universität Halle-Wittenberg.

-

9. Schluss

-

Rückblickend lässt sich zusammenfassend sagen: Die erfolgreiche Arbeit in den Spezialklassen für Mathematik und Physik der Martin-Luther-Universität beruhte auf dem Zusammentreffen von hochmotivierten und begabten Schülern mit leistungsfördernden universitären Möglichkeiten und engagierten Lehrkräften.

-

10. Literatur

-

[1] Anweisung Nr. 9/1964 des Staatssekretariats für das Hoch- und Fachschulwesen zur Einrichtung von Spezialklassen an Mathematisch-Naturwissenschaftlichen Fakultäten der Universitäten und Hochschulen. In: Mitteilungen des Staatssekretariats für das Hoch- und Fachschulwesen 1/1964

-

[2] Engel, W. u.a.: The German Teams at the International Mathematical Olympiads 1959-1998, Bock-Verlag, Bad Honnef, 1999

-

[3] Sonderlehrplan für Mathematik (nicht veröffentlicht)

-

Anhang

-

In Vorbereitung dieser Arbeit wurden ehemalige Schüler der Spezialklassen gebeten, ihre heutige Sicht auf die Ausbildung in den Spezialklassen zu schildern. Die daraufhin entstandenen Beiträge sind im folgenden dargestellt. Sie reflektieren die Zeit in den Spezialklassen aus der Sicht des Schülers.

-

Michael Mann

-

Gerade in der heutigen Zeit, wo echte Begabtenförderung problembeladen ist, die Anforderungen an Schüler und Studenten eher fahrlässig niedrig sind, erinnere ich mich mit Vergnügen an meine Zeit in den Spezialklassen (1978-1980) zurück. Es war für mich die schönste und auch eindrücklichste Zeit in meinem Leben. Das Zusammenleben im Internat schweißte uns als soziales Team zusammen. Ich empfand die Spezialklassen weitestgehend als eine große Familie, in der auch Lehrer ihren festen Platz hatten. Das besondere Umfeld, in dem man von übertriebenen gesellschaftlichen Aktivitäten befreit war, brachte Freiheiten und Motivationen mit sich, die es erlaubten, sich auf die naturwissenschaftliche Ausbildung zu konzentrieren, und trotzdem eine gute und breite Allgemeinbildung zu erhalten. Ein hoher Grad an Selbstständigkeit wurde gerade durch diese Bedingungen erzielt, die Lebensfreude auf hohem Niveau entwickelt und ausgelebt. Sport und Kultur, Vergnügen und Spiel gehörten ganz natürlich dazu, wohingegen Drogen und Kriminalität nicht einmal ansatzweise eine Chance gehabt haben.

-

Das Prinzip “Förderung durch Forderung” war sehr fruchtbar. So wurde z.B. die schriftliche Abitur- bzw. Reifeprüfung im Fach Mathematik, normalerweise ein Zitterfach für gewöhnliche Abiturienten, in der halben Zeit, d.h. zwei statt vier Stunden, inklusive(!) sämtlicher Wahlaufgaben von allen Spezialklassenschülern mit der Höchstnote abgelegt. Zudem machte es noch Spaß (ähnlich einer Bergbesteigung, bei der man Stolz empfindet, wenn man den Gipfel erreicht hat).

-

So waren die Absolventen der Spezialklassen gut vorbereitet auf das Leben danach. Und sollte mal jemand mit einer unbekannten Situation konfrontiert werden: Abstraktionsvermögen und Denken waren gut trainiert.

-

Kreuzlingen (CH), Frühjahr 1999

-

Norbert Schultka

-

Ich heiße Norbert Schultka und besuchte die Spezialklassen für Mathematik und Physik der Martin-Luther-Universität Halle-Wittenberg vom September 1981 bis zur Erlangung des Abiturs im Juli 1983.

-

Da ich am Ende der 10. Klasse den Entschluß gefaßt hatte, Physik zu studieren, schien der Besuch der Spezialklassen in den zwei verbleibenden Schuljahren die beste Vorbereitung auf das Universitätsstudium zu sein. Die Entscheidung, die Spezialklassen zu besuchen, habe ich nie bereut. Einige Gründe hierfür möchte ich kurz anführen.

-

Es gab nur zwei Klassen einer Klassenstufe, deren Schülerzahl auf ungefähr 24 Schüler beschränkt war, wodurch generell eine hohe Unterrichtsintensität gewährleistet werden konnte. Der Lehrstoff in Mathematik und Physik ging über das in den “normalen” Schulen gelehrte Maß hinaus, in allen anderen Fächern gab es keinen Unterschied. Besonderer Wert wurde auf das Erlangen analytischer Fähigkeiten im mathematisch-physikalischen Umfeld gelegt, d.h. auf das Erkennen von Problemstellungen und möglicher Wege zu deren Lösung. In diesem Zusammenhang muß betont werden, daß ein wichtiger Aspekt, nämlich die Freude am Finden einer Problemlösung und am Erkenntnisgewinn generell, niemals zu kurz kam. Im Rückblick sehe ich diese beiden Dinge als das für mich wertvollste Geschenk der Spezialklassen an mich an.

-

Ein weiterer Vorteil der Spezialklassen bestand in der engen Bindung zur Universität. Interessierten Schülern mit entsprechenden Leistungen war es schon während der Schulzeit möglich, reguläre Vorlesungen und Kurse in Mathematik zu belegen und entsprechende Abschlüsse zu erlangen, die später im Studium anerkannt wurden und somit zu einer Verkürzung der Studienzeit führen konnten. Außerdem erleichterte das frühe Vertrautsein mit dem Universitätsalltag den späteren Eintritt in das Studium beträchtlich. Es gab die Möglichkeit, sich selbständig in ein Fachgebiet unter fachlicher Anleitung einzuarbeiten und an verschiedenen Zirkeln teilzunehmen, die meist von Universitätsangehörigen geleitet wurden. In einem dieser Zirkel machte ich erste Bekanntschaft mit der Festkörperphysik und konnte erleben, wie die Mathematik es ermöglichte, aus einer physikalischen Idee meßbare und damit überprüfbare Ergebnisse abzuleiten.

-

Das Klima unter uns Schülern soll nicht unerwähnt bleiben. Trotz des natürlich vorhandenen Konkurrenzkampfes habe ich niemals Gehässigkeiten oder unkollegiales Verhalten kennengelernt.

-

Damit möchte ich die kurze Schilderung meiner Erinnerungen an die Spezialklassen abschließen. Rückblickend kann ich sagen, daß die Zeit an den Spezialklassen eine sehr lehr-und erkenntnisreiche und damit auch sehr schöne Zeit für mich war. Wenn auch viel zu spät, möchte ich allen Lehrern für ihre Mühe mit uns Schülern danken.

-

05.03.1999

-

Michael Dreher

-

Ich besuchte die Spezialklassen von 1989 bis 1991, also in den letzten beiden Jahren ihres Bestehens. In den Jahren zuvor hatte ich an einigen Mathematik-Olympiaden teilgenommen; und bei diesen Gelegenheiten hatten mir ältere Schüler einige aufregende Dinge erzählt: Von einem (für DDR-Verhältnisse) einzigartigen Klima der Aufgeschlossenheit wurde mir berichtet und natürlich von den Begebenheiten, die sich typischerweise in einem Internat einer Oberschule (und nur dort) ereignen.

-

Als ich dann in die Spezialklassen aufgenommen wurde, fand ich eine kleine Schule mit wenig Klassen und einer fast schon familiären Atmosphäre vor. In besonders tiefer Erinnerung verblieben mir Lehrerpersönlichkeiten mit starken Charakteren, die in der Abgeschiedenheit der Spezialklassen ihre Ecken und Kanten behielten.

-

Im Vergleich besaßen die Spezialklassen recht gute Voraussetzungen zum Lernen: es gab Zugang zur Universitätsbibliothek, Sprachunterricht in kleinen Gruppen (teilweise von Muttersprachlern), eine solide und grundlagenorientierte Ausbildung in Mathematik und Physik; und die Ausstattung in den naturwissenschaftlichen Fächern war nicht übertrieben kostspielig, aber ideal geeignet, um zu verstehen, was Physik und Chemie wirklich sind.

-

Zusammengefaßt läßt sich sagen: Ich hatte beeindruckende Erlebnisse, eine unvergeßliche Zeit und ich hatte gelernt, wissenschaftlich zu arbeiten.

-

Japan, im Mai 1999

-

Markus Spindler

-

“… und immer trägt man das heimliche Gefühl, daß das Beste noch komme, wie es ja aller Jugend geht, bis sie sieht, das Beste liegt schon dahinten.” (Hermann Hesse)

-

Augenblicke rauschen an uns vorbei als hätten sie Flügel, wir hangeln uns mehr schlecht als recht von Klausur zu Klausur, vom Doppelkopfabend zur Fete im Klosterkeller; die Wochen werden zu Monaten und diese zu zwei Jahren. Wir denken an Studium und Fahne. Und während uns all diese Zeit durch die weit gespreizten Finger rinnt, denkt wohl niemand daran, daß er sich dieser zwei Jahre sein Leben lang erinnern könnte. Als Ausgangspunkt für die gesamte spätere Entwicklung. Am Scheideweg angekommen.

-

Die Spezialklassen der Martin-Luther-Universität, wo ich im Februar 1985 klopfenden Herzens meine Aufnahmeprüfung bestanden, gut vorbereitet durch den Bezirksklub junger Mathematiker, aber trotzdem schlecht abgeschnitten – wie praktisch alle anderen. “Sie sind bisher von der Volksverbildung mit guten Noten beschenkt worden!” wie ein sicher noch vielen bekannter Lehrer recht drastisch formulierte. Es ist schwer, in 20 Zeilen zu pressen, was dieser Zeit gerecht werden könnte. Engagierte Lehrer, die wir verehrten bis belächelten, Chaos im Ostrowski-Heim, dem wir in Haßliebe verbunden waren, Neues Theater und nullte Stunde, die erste Liebe und Weinkrämpfe vor der Physikklausur. Vor allem aber immer wieder eine Schule neuen Denkens, und wer hier durch gekommen war, der war auf das Leben vorbereitet worden, auf die Naturwissenschaften wie auf vieles andere. Und wo ich in meinem kurzen Berufsleben bisher abgestiegen bin – in Berlin, Istanbul und Duisburg: ich habe immer Spezis getroffen. Die sind überall! Das scheint mir für die Gesellschaft Hoffnung zu machen. Trotz allem sind wir ja nun eine aussterbende Spezis, wir Spezis. Doch wenn mich einer fragte, warum es sich gelohnt haben könnte, in der DDR zu leben, könnte ich mir die pathetische Antwort durchaus vorstellen: Weil ich dort in einem ziemlich verfallenen Gemäuer am Reileck mein Abitur machen durfte. Das ist etwas, das bleibt.

-

Duisburg, den 15. März 1999

-

Torsten Schütze und Torsten Obier

-

Nachdem wir uns entschlossen hatten, unsere Sicht auf die Spezialklasse darzulegen, merkten wir schnell, dass ein paar Zeilen viel zu knapp sind, auch nur annähernd unsere Eindrücke wiederzugeben.

-

Natürlich konnte man erwarten, dass die Ausbildung in den naturwissenschaftlichen Fächern auf einem sehr hohen Niveau stattfand. Ebenso selbstverständlich war der Umstand, dass alle Schüler und alle Lehrer gemeinsame Interessen in dieser Richtung verbanden, was die Arbeit und die Ergebnisse sicher beförderte.

-

Positiv überrascht waren wir vielmehr, dass sehr viel Wert auf eine umfassende Ausbildung in allen anderen Fächern gelegt wurde. So lernten wir in den Mathematikstunden nicht nur Kurven zu diskutieren und den Satz von Rolle zu beweisen, sondern auch das klassische Versmass und die korrekte Aussprache lateinischer Fachbegriffe. Darüber hinaus wurde unser handwerkliches Geschick durch das Anfertigen von Modellen zur Vektorrechnung gefordert. Unsere Klassenlehrerin sah ihren besonderen Ehrgeiz darin, uns für Theater und Literatur zu begeistern, was zumindest bei einem von uns von Erfolg gekrönt war. Allerdings denkt wohl jeder von uns noch mit Grausen an das erste Diktat zurück (Studieren, lateinisch studere, heißt sich bemühen . . .). Gerade wegen der bekannten Vorzüge der Spezi-Ausbildung konnten wir nicht nachvoll­ziehen, warum die Spezialklassen ihr 25jähriges Jubiläum nur kurz überdauerten. Schade, denn eigentlich waren wir uns ja ganz sicher, wo unsere Kinder mal ihr Abitur machen werden. Unsere Verbundenheit mit der Spezialklasse kommt auch darin zum Ausdruck, dass wir uns noch heute, mehr als zehn Jahre nach dem Abi, regelmäßig und in großer Zahl treffen und eben einfach zusammenhalten. Dabei wird uns regelmäßig der tiefere Sinn des Spruches unseres Schuldirektors bewußt, dass ein Mensch, der von Mathematik keine Ahnung hat, zu bedauern ist, jedoch ein Mensch, welcher nur von Mathematik Ahnung hat, noch viel mehr. -Dresden, im Mai 1999Uli Walther Meine zwei Jahre in den Spezialklassen (1984 - 1986) zählen zu den schönsten Jahren meines Lebens. Sie sind auch jene Jahre, in denen mein mathematisches Denken aus dem dörflichen Tiefschlaf gerissen wurde, in dem es schlummerte. -Dafür gibt es viele Gründe.

-

Der wichtigste ist vielleicht, dass wir zum ersten mal nicht “der Professor” in unseren Klassen waren, der von allen gepiesackt wird, sondern unter Gleichgesinnten, denen explizites Bestimmen der Wurzeln einer Quartik (unser erstes Hausaufgabenproblem) in der Tat Spaß macht.Natürlich war dies nicht der einzige Grund. Die relativ enorme Belastung durch Mathematik- und Physikhausaufgaben wäre unter den meisten Lehrern nur mit Brummen in Empfang genommen worden. Glücklicherweise waren wir aber mit den besten gesegnet, die ich mir vorstellen kann: Dr. Schiemann und Kurt Stollberg. So unterschiedlich der Stil beider auch war, sie werden unvergessen bleiben, der eine als “Zentrum der nach dem Prinzip des demokratischen Zentralismus geordneten Spezialklassen” (Originalton Doc Schiemann) und der andere ziemlich genau das Gegenteil.

-

Neben fachlichen Dingen gab es auch eine Menge menschlicher und charakterlicher Dinge zu lernen, von diesen beiden und anderen: Mama Gille, die sich bei Holger entschuldigte, weil sie ihn in der Russischstunde im Denken über Mathematik unterbrach; Frau Wieners Erbostheit, weil die Rentenerhöhung zu spät kam; Stollis philosophische Bemerkung über Gleichheit höherer Ordnung zwischen Gleichen und sein Rauswurf zwei Wochen vor der Physikprüfung eines Ausreiseantrages halber; Schitti, der irgendwie immer die besten Karten beim Doppelkopf hatte; die Schiemann’sche Bewertung meiner Hausaufgaben im Allgemeinen (“u”) und im Besonderen (“uuuu” für “unheimlich unschön und ungut”) und viele andere Dinge bleiben in Erinnerung.

-

Dann war da natürlich das vielgeliebte “O-Heim” mit Vorder- und Hinterhaus, und der grauen Zwischenzone für Uwe Reif. Seine halb-elf Besuche, Blitzschach und angebrannte Götterspeise, Wasserschlachten, eine Wandzeitungsdiskussion über die guten und schlechten Seiten von Musik am Nachmittag, die Renovierung des Klosterkellers in den großen Ferien und Herrn Schulzes Beschwerden über demolierte Toilettenspülungen sind nur wenige der amüsanten Erinnerungen, die sich für mich mit dem O-Heim verbinden.

-

Spezi sein in Halle war für mich, so glaube ich, das Beste, was mir mit 16 Jahren passieren konnte; und ich bin dankbar dafür, dass es geschah.

-

Mathematical Sciences Research Institute, Berkeley, California im Juni 1999

- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/tags/cantortechnik/index.html b/public/de/tags/cantortechnik/index.html deleted file mode 100644 index cfcbfeb9..00000000 --- a/public/de/tags/cantortechnik/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - CantorTechnik - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/tags/cantortechnik/index.xml b/public/de/tags/cantortechnik/index.xml deleted file mode 100644 index 60b0f078..00000000 --- a/public/de/tags/cantortechnik/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - CantorTechnik on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/tags/cantortechnik/ - Recent content in CantorTechnik on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - Entwicklung neuer Website - https://eesev9ie.github.io/de/blog/new-site/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/blog/new-site/ - Neuanfang Seit Anfang Juli arbeite ich an einer neuen Website für das Georg-Cantor-Gymnasium in Halle und stelle ihnen damit die erste Vorversion vor. - - - - \ No newline at end of file diff --git a/public/de/tags/cantortechnik/page/1/index.html b/public/de/tags/cantortechnik/page/1/index.html deleted file mode 100644 index a2ae1c31..00000000 --- a/public/de/tags/cantortechnik/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/tags/cantortechnik/ \ No newline at end of file diff --git a/public/de/tags/index.html b/public/de/tags/index.html deleted file mode 100644 index e69e21b1..00000000 --- a/public/de/tags/index.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - Tags - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/tags/index.xml b/public/de/tags/index.xml deleted file mode 100644 index bbf7e758..00000000 --- a/public/de/tags/index.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - Tags on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/tags/ - Recent content in Tags on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - CantorTechnik - https://eesev9ie.github.io/de/tags/cantortechnik/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/tags/cantortechnik/ - - - - - Internet - https://eesev9ie.github.io/de/tags/internet/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/tags/internet/ - - - - - Schulwebsite - https://eesev9ie.github.io/de/tags/schulwebsite/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/tags/schulwebsite/ - - - - - \ No newline at end of file diff --git a/public/de/tags/internet/index.html b/public/de/tags/internet/index.html deleted file mode 100644 index d97447f4..00000000 --- a/public/de/tags/internet/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - Internet - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/tags/internet/index.xml b/public/de/tags/internet/index.xml deleted file mode 100644 index af7ffc94..00000000 --- a/public/de/tags/internet/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Internet on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/tags/internet/ - Recent content in Internet on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - Entwicklung neuer Website - https://eesev9ie.github.io/de/blog/new-site/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/blog/new-site/ - Neuanfang Seit Anfang Juli arbeite ich an einer neuen Website für das Georg-Cantor-Gymnasium in Halle und stelle ihnen damit die erste Vorversion vor. - - - - \ No newline at end of file diff --git a/public/de/tags/internet/page/1/index.html b/public/de/tags/internet/page/1/index.html deleted file mode 100644 index 44dbb312..00000000 --- a/public/de/tags/internet/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/tags/internet/ \ No newline at end of file diff --git a/public/de/tags/page/1/index.html b/public/de/tags/page/1/index.html deleted file mode 100644 index e39d3784..00000000 --- a/public/de/tags/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/tags/ \ No newline at end of file diff --git a/public/de/tags/schulwebsite/index.html b/public/de/tags/schulwebsite/index.html deleted file mode 100644 index 33736e96..00000000 --- a/public/de/tags/schulwebsite/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - Schulwebsite - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/tags/schulwebsite/index.xml b/public/de/tags/schulwebsite/index.xml deleted file mode 100644 index 5b32b50e..00000000 --- a/public/de/tags/schulwebsite/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Schulwebsite on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/tags/schulwebsite/ - Recent content in Schulwebsite on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 18 Jul 2020 09:08:19 +0000 - - - - - - Entwicklung neuer Website - https://eesev9ie.github.io/de/blog/new-site/ - Sat, 18 Jul 2020 09:08:19 +0000 - - https://eesev9ie.github.io/de/blog/new-site/ - Neuanfang Seit Anfang Juli arbeite ich an einer neuen Website für das Georg-Cantor-Gymnasium in Halle und stelle ihnen damit die erste Vorversion vor. - - - - \ No newline at end of file diff --git a/public/de/tags/schulwebsite/page/1/index.html b/public/de/tags/schulwebsite/page/1/index.html deleted file mode 100644 index 65fcddb5..00000000 --- a/public/de/tags/schulwebsite/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de/tags/schulwebsite/ \ No newline at end of file diff --git a/public/de/teacher/cschapitz/index.html b/public/de/teacher/cschapitz/index.html deleted file mode 100644 index a2036182..00000000 --- a/public/de/teacher/cschapitz/index.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - Frau Schapitz - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam

-
-
-
-
- - - -
-
-
-
- Frau Schapitz -
-
-

Frau Schapitz

-
Fremdsprachen
-

Frau Schapitz ist eine Lehrerin für die Fremdsprachen Englisch und Französisch und die stellvertretende Schulleiterin an unserer Schule.

-
-
-

KONTAKTDATEN:

-
    - -
-
- -
-

FÄCHER

-
    - -
  • Englisch
  • - -
  • Französisch
  • - -
-
- -
-
-
-

Claudia Schapitz

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

- -
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/teacher/index.html b/public/de/teacher/index.html deleted file mode 100644 index 3d20436b..00000000 --- a/public/de/teacher/index.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - Lehrer und AG-Leiter - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

In diesem Bereich sind alle Lehrer und AG-Leiter aufgelistet, die an unserer Schule arbeiten. Die Liste ist nach Fachbereichen sortiert.

-
-
-
-
- - - -
-
-
-
- -
    -
  • Alle
  • - - - - - - - -
  • Fremdsprachen
  • - -
  • Ganztagsangebote/ digitalität und technik
  • - -
-
-
- -
- - -
-
- Frau Schapitz -
-

Frau Schapitz

-

Fremdsprachen

-
    - -
-
-
- -
- -
-
- Yves Bauer -
-

Yves Bauer

-

Ganztagsangebote/Digitalität und Technik

-
    - -
  • -
  • - -
-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/teacher/index.xml b/public/de/teacher/index.xml deleted file mode 100644 index be0716da..00000000 --- a/public/de/teacher/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Lehrer und AG-Leiter on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/teacher/ - Recent content in Lehrer und AG-Leiter on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Frau Schapitz - https://eesev9ie.github.io/de/teacher/cschapitz/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/teacher/cschapitz/ - Claudia Schapitz Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. - - - - Yves Bauer - https://eesev9ie.github.io/de/teacher/yves-bauer/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/teacher/yves-bauer/ - Biografie Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. - - - - \ No newline at end of file diff --git a/public/de/teacher/yves-bauer/index.html b/public/de/teacher/yves-bauer/index.html deleted file mode 100644 index 6320bdb5..00000000 --- a/public/de/teacher/yves-bauer/index.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - Yves Bauer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Herr Bauer ist der Leiter der Arbeitsgemeinschaften CantorTechnik und Blender Game am Georg-Cantor-Gymnasium.

-
-
-
-
- - - -
-
-
-
- Yves Bauer -
-
-

Yves Bauer

-
Ganztagsangebote/Digitalität und Technik
-

-
-
-

KONTAKTDATEN:

- -
- -
-
-
-

Biografie

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

- -
-
- - -
-
-

Kontakt

-
- - - - - -
-
-
- -
-
-

GANZTAGSANGEBOTE

-
- - -
-
- Blender Game -
-
    -
  • Montag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

Blender Game

- - Der AG beitreten -
-
- -
- -
-
- CantorTechnik -
-
    -
  • Donnerstag, 6.- 7. Stunde

  • -
  • Digitalität und Technik

  • -
  • alle Klassenstufen

  • -
-

CantorTechnik

- - Der AG beitreten -
-
- -
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/wettbewerbe/index.html b/public/de/wettbewerbe/index.html deleted file mode 100644 index 2091a164..00000000 --- a/public/de/wettbewerbe/index.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - Wettbewerbe am GCG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Unsere Schüler nehmen jedes Jahr an vielen Wettbewerben teil. Die meisten davon sind hier aufgelistet. Die Liste ist nach Fächern sortiert.

-
-
-
-
- - - -
-
-
-

Schüler des Georg-Cantor-Gymnasium beteiligen sich vielfältigste Weise an nationalen und internationalen Olympiaden (z. B. in Mathematik, Physik, Biologie, Chemie, Englisch oder Latein). Die Biologie-Chemie Olympiade Sachsen-Anhalts wird von unserem Gymnasium organisiert. Schülerinnen und Schüler unseres Gymnasiums beteiligen sich desweiteren seit Jahren sehr erfolgreich am Wettbewerb “Jugend forscht”.

- -
-
-
- -
    -
  • Alle
  • - - - - - -
  • Mathematik
  • - -
-
-
- -
- - -
-
- Mathematikolympiade -
-
-
- -
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/de/wettbewerbe/index.xml b/public/de/wettbewerbe/index.xml deleted file mode 100644 index d135e3dd..00000000 --- a/public/de/wettbewerbe/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Wettbewerbe am GCG on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/de/wettbewerbe/ - Recent content in Wettbewerbe am GCG on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - de-de - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Mathematikolympiade - https://eesev9ie.github.io/de/wettbewerbe/mo/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/de/wettbewerbe/mo/ - Über die Olympiade Die Mathematik-Olympiade ist ein jährlich bundesweit angebotener Wettbewerb, an dem über 200. - - - - \ No newline at end of file diff --git a/public/de/wettbewerbe/mo/index.html b/public/de/wettbewerbe/mo/index.html deleted file mode 100644 index b06e6a01..00000000 --- a/public/de/wettbewerbe/mo/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - Mathematikolympiade - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

Metabeschreibung

-
-
-
-
- - - -
-
-
-
- - -
-
-
-

Mathematikolympiade

-
- -
-
-
    -
  • -
    - -
    -
    KLASSE(N)
    -

    5 - 12 Klasse

    -
    -
    -
  • -
-
-
- Website -
- -
-
-
-
- -
-
-

Über die Olympiade

-

Die Mathematik-Olympiade ist ein jährlich bundesweit angebotener Wettbewerb, an dem über 200.000 Schülerinnen und Schüler teilnehmen. Sie hat eine bis in das Schuljahr 1961/62 zurückreichende Tradition.

-

Die Mathematik-Olympiade bietet allen interessierten Schülerinnen und Schülern die Möglichkeit, ihre besondere Leistungsfähigkeit auf mathematischem Gebiet unter Beweis zu stellen. Die Teilnahme am Wettbewerb regt häufig zu einer weit über den Unterricht hinausreichenden Beschäftigung mit der Mathematik an.

-

Besonders bei älteren Klassen besteht das Interesse dagegen mehr darin, eigene mathematische Fähigkeiten an der Bearbeitung anspruchsvoller Aufgaben zu erproben, zu festigen und weiterzuentwickeln.

-

Am Georg-Cantor-Gymnasium stehen für die Teilnehmer der Mathematikolympiade zusätzliche Förderungsangebote zur verfügung.

-

Spezialistenlager

-

Im Rahmen der Förderung begabter Schüler wird jährlich am Georg-Cantor-Gymnasium ein Spezialistenlager durchgeführt. -In der Jugendherberge Frauenstein werden die zukünftigen Teilnehmer der Mathematikolympiade von den besten Mathematiklehrern eine Woche darauf vorbereitet und gelehrt.

-

Das Programm beinhaltet auch Wandertage und andere Vergnügungsmöglichkeiten.

-

Die Schüler bearbeiten sowohl alte Mathematikolympiaden-Aufgaben, als auch unbekannte Stoffgebiete, die erst in den späteren Jahrgägen ein Thema sein werden.

-

Erfolge

-

Unsere Schule ist seit der Gründung eine der erfolgreichsten Schulen in Sachsen-Anhalt.

-

Die Erfolge unserer Schüler bei der Mathematikolympiade seit dem Jahr 20?? sind hier aufgelistet.

- - -
-
-
-
- - - -
-
-
-
-

Weitere Wettbewerbe

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/404.html b/public/en/404.html deleted file mode 100644 index f3ef63c6..00000000 --- a/public/en/404.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - 404 Page not found - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • 404 Page not found
  • -
-

-
-
-
-
- - -
-
-
-
-
-

This Page doesn't exist

- Back to Homepage -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/about/index.html b/public/en/about/index.html deleted file mode 100644 index a6fe2e26..00000000 --- a/public/en/about/index.html +++ /dev/null @@ -1,515 +0,0 @@ - - - - About Us - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • About Us
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - - - -
-
-
-
- - about image - -

ABOUT OUR JOURNY

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore -et.dolore magna aliqua. Ut enim ad minim veniam, quis nostrud. Lorem ipsum dolor sit amet consectetur, -adipisicing elit. Saepe ipsa illo quod veritatis, magni debitis fugiat dolore voluptates! Consequatur, -aliquid. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat perferendis sint optio similique. -Et amet magni facilis vero corporis quos.

-

exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit -in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum, dolor sit amet consectetur -adipisicing elit. Ipsum a, facere fugit error accusamus est officiis vero in, nostrum laboriosam corrupti -explicabo, cumque repudiandae deleniti perspiciatis quae consectetur enim. Laboriosam!

- -
-
-
-
- - - - - -
-
-
- - -
-
-

0

-
TEACHERS
-
-
- -
-
-

0

-
COURSES
-
-
- -
-
-

0

-
STUDENTS
-
-
- -
-
-

0

-
SATISFIED CLIENT
-
-
- -
-
-
- - - - - - - - -
-
-
-
- - - -
-
-
-

Success Stories

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat.

-

ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris

-

-
-
-
-
-
- - - - - -
-
-
-
-

Our Teachers

-
-
-
- - -
-
- Alex Rook -
-

Alex Rook

-

Vlogging

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
- Clark Malik -
-

Clark Malik

-

Computer Science

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
- Devid Luis -
-

Devid Luis

-

Humanities

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/about/index.xml b/public/en/about/index.xml deleted file mode 100644 index 9b645549..00000000 --- a/public/en/about/index.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - About Us on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/about/ - Recent content in About Us on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - \ No newline at end of file diff --git a/public/en/author/index.html b/public/en/author/index.html deleted file mode 100644 index 7aebb08f..00000000 --- a/public/en/author/index.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - Authors - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Authors
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/author/index.xml b/public/en/author/index.xml deleted file mode 100644 index e262f371..00000000 --- a/public/en/author/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Authors on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/author/ - Recent content in Authors on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - John doe - https://eesev9ie.github.io/en/author/john-doe/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/author/john-doe/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. - - - - Mark Dinn - https://eesev9ie.github.io/en/author/mark-dinn/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/author/mark-dinn/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. - - - - \ No newline at end of file diff --git a/public/en/author/john-doe/index.html b/public/en/author/john-doe/index.html deleted file mode 100644 index 2d55e073..00000000 --- a/public/en/author/john-doe/index.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - John doe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • John doe
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - -
-
-
-
-
-
- - - -
-

- John doe -

-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida. Nam suscipit vitae purus et laoreet. -Donec nisi dolor, consequat vel pretium id, auctor in dui. Nam iaculis, neque ac ullamcorper.

- -
-
    - -
  • - -
  • - -
  • - -
-
-
-
-
-
- -
-
-
-
-
-

Posted by John doe

-
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/author/mark-dinn/index.html b/public/en/author/mark-dinn/index.html deleted file mode 100644 index 11023cc5..00000000 --- a/public/en/author/mark-dinn/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - Mark Dinn - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Mark Dinn
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - -
-
-
-
-
-
- - - -
-

- Mark Dinn -

-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida. Nam suscipit vitae purus et laoreet. -Donec nisi dolor, consequat vel pretium id, auctor in dui. Nam iaculis, neque ac ullamcorper.

- -
-
    - -
  • - -
  • - -
  • - -
-
-
-
-
-
- -
-
-
-
-
-

Posted by Mark Dinn

-
-
- -
- -
- -
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/author/page/1/index.html b/public/en/author/page/1/index.html deleted file mode 100644 index 7e9432db..00000000 --- a/public/en/author/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/author/ \ No newline at end of file diff --git a/public/en/blog/blog-post-1/index.html b/public/en/blog/blog-post-1/index.html deleted file mode 100644 index 45662290..00000000 --- a/public/en/blog/blog-post-1/index.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - Elegant Light Box Paper Cut Dioramas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Elegant Light Box Paper Cut Dioramas
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
- -
- -
-
-
- -
-

The standard Lorem Ipsum passage, used since the 1500s

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

-

1914 translation by H. Rackham

-

But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?

-
-

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

-
-

Section 1.10.33 of “de Finibus Bonorum et Malorum”, written by Cicero in 45 BC

-

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/blog/blog-post-2/index.html b/public/en/blog/blog-post-2/index.html deleted file mode 100644 index 9c95ce29..00000000 --- a/public/en/blog/blog-post-2/index.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - Elegant Light Box Paper Cut Dioramas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Elegant Light Box Paper Cut Dioramas
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
- -
- -
-
-
- -
-

The standard Lorem Ipsum passage, used since the 1500s

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

-

1914 translation by H. Rackham

-

But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?

-
-

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

-
-

Section 1.10.33 of “de Finibus Bonorum et Malorum”, written by Cicero in 45 BC

-

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/blog/blog-post-3/index.html b/public/en/blog/blog-post-3/index.html deleted file mode 100644 index d82b5e38..00000000 --- a/public/en/blog/blog-post-3/index.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - Elegant Light Box Paper Cut Dioramas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Elegant Light Box Paper Cut Dioramas
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
- -
- -
-
-
- -
-

The standard Lorem Ipsum passage, used since the 1500s

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

-

1914 translation by H. Rackham

-

But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?

-
-

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

-
-

Section 1.10.33 of “de Finibus Bonorum et Malorum”, written by Cicero in 45 BC

-

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/blog/blog-post-4/index.html b/public/en/blog/blog-post-4/index.html deleted file mode 100644 index 9a0b7fad..00000000 --- a/public/en/blog/blog-post-4/index.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - Elegant Light Box Paper Cut Dioramas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Elegant Light Box Paper Cut Dioramas
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
- -
- -
-
-
- -
-

The standard Lorem Ipsum passage, used since the 1500s

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

-

1914 translation by H. Rackham

-

But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?

-
-

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

-
-

Section 1.10.33 of “de Finibus Bonorum et Malorum”, written by Cicero in 45 BC

-

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/blog/blog-post-5/index.html b/public/en/blog/blog-post-5/index.html deleted file mode 100644 index 722f6fdf..00000000 --- a/public/en/blog/blog-post-5/index.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - Elegant Light Box Paper Cut Dioramas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Elegant Light Box Paper Cut Dioramas
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
- -
- -
-
-
- -
-

The standard Lorem Ipsum passage, used since the 1500s

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

-

1914 translation by H. Rackham

-

But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?

-
-

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

-
-

Section 1.10.33 of “de Finibus Bonorum et Malorum”, written by Cicero in 45 BC

-

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/blog/blog-post-6/index.html b/public/en/blog/blog-post-6/index.html deleted file mode 100644 index 1a170b64..00000000 --- a/public/en/blog/blog-post-6/index.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - Elegant Light Box Paper Cut Dioramas - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Elegant Light Box Paper Cut Dioramas
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
- -
- -
-
-
- -
-

The standard Lorem Ipsum passage, used since the 1500s

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

-

1914 translation by H. Rackham

-

But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?

-
-

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue

-
-

Section 1.10.33 of “de Finibus Bonorum et Malorum”, written by Cicero in 45 BC

-

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/blog/index.html b/public/en/blog/index.html deleted file mode 100644 index 1ed0bd34..00000000 --- a/public/en/blog/index.html +++ /dev/null @@ -1,514 +0,0 @@ - - - - Latest News - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Latest News
  • -
-

this is meta description

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/blog/index.xml b/public/en/blog/index.xml deleted file mode 100644 index 297fdb14..00000000 --- a/public/en/blog/index.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - Latest News on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/blog/ - Recent content in Latest News on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-1/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-2/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-3/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-4/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-5/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-6/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/blog/page/1/index.html b/public/en/blog/page/1/index.html deleted file mode 100644 index 577522a7..00000000 --- a/public/en/blog/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/blog/ \ No newline at end of file diff --git a/public/en/categories/automation-system/index.html b/public/en/categories/automation-system/index.html deleted file mode 100644 index 6917c34a..00000000 --- a/public/en/categories/automation-system/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Automation System - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Automation System
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/categories/automation-system/index.xml b/public/en/categories/automation-system/index.xml deleted file mode 100644 index 02b5f8d9..00000000 --- a/public/en/categories/automation-system/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Automation System on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/categories/automation-system/ - Recent content in Automation System on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-1/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/categories/automation-system/page/1/index.html b/public/en/categories/automation-system/page/1/index.html deleted file mode 100644 index be363505..00000000 --- a/public/en/categories/automation-system/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/categories/automation-system/ \ No newline at end of file diff --git a/public/en/categories/deep-learning/index.html b/public/en/categories/deep-learning/index.html deleted file mode 100644 index 300a6e1f..00000000 --- a/public/en/categories/deep-learning/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Deep Learning - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Deep Learning
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/categories/deep-learning/index.xml b/public/en/categories/deep-learning/index.xml deleted file mode 100644 index 2dc57820..00000000 --- a/public/en/categories/deep-learning/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Deep Learning on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/categories/deep-learning/ - Recent content in Deep Learning on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-6/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/categories/deep-learning/page/1/index.html b/public/en/categories/deep-learning/page/1/index.html deleted file mode 100644 index 53ba61c3..00000000 --- a/public/en/categories/deep-learning/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/categories/deep-learning/ \ No newline at end of file diff --git a/public/en/categories/eco-system/index.html b/public/en/categories/eco-system/index.html deleted file mode 100644 index 208e4467..00000000 --- a/public/en/categories/eco-system/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Eco System - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Eco System
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/categories/eco-system/index.xml b/public/en/categories/eco-system/index.xml deleted file mode 100644 index d6d6e2c0..00000000 --- a/public/en/categories/eco-system/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Eco System on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/categories/eco-system/ - Recent content in Eco System on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-3/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/categories/eco-system/page/1/index.html b/public/en/categories/eco-system/page/1/index.html deleted file mode 100644 index 7d895c7e..00000000 --- a/public/en/categories/eco-system/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/categories/eco-system/ \ No newline at end of file diff --git a/public/en/categories/education-system/index.html b/public/en/categories/education-system/index.html deleted file mode 100644 index 988c38c8..00000000 --- a/public/en/categories/education-system/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Education System - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Education System
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/categories/education-system/index.xml b/public/en/categories/education-system/index.xml deleted file mode 100644 index 8aa40f10..00000000 --- a/public/en/categories/education-system/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Education System on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/categories/education-system/ - Recent content in Education System on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-2/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/categories/education-system/page/1/index.html b/public/en/categories/education-system/page/1/index.html deleted file mode 100644 index 0731c592..00000000 --- a/public/en/categories/education-system/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/categories/education-system/ \ No newline at end of file diff --git a/public/en/categories/english-learning/index.html b/public/en/categories/english-learning/index.html deleted file mode 100644 index d0669403..00000000 --- a/public/en/categories/english-learning/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - English Learning - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • English Learning
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/categories/english-learning/index.xml b/public/en/categories/english-learning/index.xml deleted file mode 100644 index c31e83ab..00000000 --- a/public/en/categories/english-learning/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - English Learning on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/categories/english-learning/ - Recent content in English Learning on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-5/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/categories/english-learning/page/1/index.html b/public/en/categories/english-learning/page/1/index.html deleted file mode 100644 index c8231561..00000000 --- a/public/en/categories/english-learning/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/categories/english-learning/ \ No newline at end of file diff --git a/public/en/categories/index.html b/public/en/categories/index.html deleted file mode 100644 index cd73759f..00000000 --- a/public/en/categories/index.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - Categories - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Categories
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/categories/index.xml b/public/en/categories/index.xml deleted file mode 100644 index 8f1934a6..00000000 --- a/public/en/categories/index.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - Categories on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/categories/ - Recent content in Categories on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Automation System - https://eesev9ie.github.io/en/categories/automation-system/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/categories/automation-system/ - - - - - Deep Learning - https://eesev9ie.github.io/en/categories/deep-learning/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/categories/deep-learning/ - - - - - Eco System - https://eesev9ie.github.io/en/categories/eco-system/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/categories/eco-system/ - - - - - Education System - https://eesev9ie.github.io/en/categories/education-system/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/categories/education-system/ - - - - - English Learning - https://eesev9ie.github.io/en/categories/english-learning/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/categories/english-learning/ - - - - - Mathmatics Learning - https://eesev9ie.github.io/en/categories/mathmatics-learning/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/categories/mathmatics-learning/ - - - - - \ No newline at end of file diff --git a/public/en/categories/mathmatics-learning/index.html b/public/en/categories/mathmatics-learning/index.html deleted file mode 100644 index d4c221f2..00000000 --- a/public/en/categories/mathmatics-learning/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Mathmatics Learning - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Mathmatics Learning
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/categories/mathmatics-learning/index.xml b/public/en/categories/mathmatics-learning/index.xml deleted file mode 100644 index 93f39588..00000000 --- a/public/en/categories/mathmatics-learning/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Mathmatics Learning on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/categories/mathmatics-learning/ - Recent content in Mathmatics Learning on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-4/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/categories/mathmatics-learning/page/1/index.html b/public/en/categories/mathmatics-learning/page/1/index.html deleted file mode 100644 index d2c7b606..00000000 --- a/public/en/categories/mathmatics-learning/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/categories/mathmatics-learning/ \ No newline at end of file diff --git a/public/en/categories/page/1/index.html b/public/en/categories/page/1/index.html deleted file mode 100644 index 6f31a567..00000000 --- a/public/en/categories/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/categories/ \ No newline at end of file diff --git a/public/en/contact/index.html b/public/en/contact/index.html deleted file mode 100644 index 1c753c6d..00000000 --- a/public/en/contact/index.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - About Us - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • About Us
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-

Contact Us

-
-
-
-
-
- - - - - -
-
-
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit recusandae voluptates doloremque veniam temporibus porro culpa ipsa, nisi soluta minima saepe laboriosam debitis nesciunt. Dolore, labore. Accusamus nulla sed cum aliquid exercitationem debitis error harum porro maxime quo iusto aliquam dicta modi earum fugiat, vel possimus commodi, deleniti et veniam, fuga ipsum praesentium. Odit unde optio nulla ipsum quae obcaecati! Quod esse natus quibusdam asperiores quam vel, tempore itaque architecto ducimus expedita

- - +49345 6903156 - schulleitung@cantor-gymnasium.de - Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale) -
-
-
-
- - - -
- -
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/contact/index.xml b/public/en/contact/index.xml deleted file mode 100644 index 81ad8207..00000000 --- a/public/en/contact/index.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - About Us on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/contact/ - Recent content in About Us on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - \ No newline at end of file diff --git a/public/en/course/course-1/index.html b/public/en/course/course-1/index.html deleted file mode 100644 index 8c85c817..00000000 --- a/public/en/course/course-1/index.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - Photography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Photography
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Course

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

How to Apply

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/course/course-2/index.html b/public/en/course/course-2/index.html deleted file mode 100644 index 0129de44..00000000 --- a/public/en/course/course-2/index.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - Mathematics - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Mathematics
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Course

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

How to Apply

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/course/course-3/index.html b/public/en/course/course-3/index.html deleted file mode 100644 index 4e021209..00000000 --- a/public/en/course/course-3/index.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - Artificial Intelligence - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Artificial Intelligence
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Course

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

How to Apply

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/course/course-4/index.html b/public/en/course/course-4/index.html deleted file mode 100644 index ad968f47..00000000 --- a/public/en/course/course-4/index.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - JavaScript - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • JavaScript
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Course

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

How to Apply

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/course/course-5/index.html b/public/en/course/course-5/index.html deleted file mode 100644 index aa0fceb3..00000000 --- a/public/en/course/course-5/index.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - Algorithm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Algorithm
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Course

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

How to Apply

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/course/course-6/index.html b/public/en/course/course-6/index.html deleted file mode 100644 index a48c4b71..00000000 --- a/public/en/course/course-6/index.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - Vlogging - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Vlogging
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Course

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

How to Apply

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae obcaecati unde nulla?
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/course/index.html b/public/en/course/index.html deleted file mode 100644 index 4b4ac6ff..00000000 --- a/public/en/course/index.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - Our Courses - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Our Courses
  • -
-

Lorem 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/public/en/course/index.xml b/public/en/course/index.xml deleted file mode 100644 index 8b8ec244..00000000 --- a/public/en/course/index.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - Our Courses on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/course/ - Recent content in Our Courses on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Algorithm - https://eesev9ie.github.io/en/course/course-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-5/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Artificial Intelligence - https://eesev9ie.github.io/en/course/course-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-3/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - JavaScript - https://eesev9ie.github.io/en/course/course-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-4/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Mathematics - https://eesev9ie.github.io/en/course/course-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-2/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Photography - https://eesev9ie.github.io/en/course/course-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-1/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Vlogging - https://eesev9ie.github.io/en/course/course-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-6/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/course/page/1/index.html b/public/en/course/page/1/index.html deleted file mode 100644 index a867ed56..00000000 --- a/public/en/course/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/course/ \ No newline at end of file diff --git a/public/en/event/event-1/index.html b/public/en/event/event-1/index.html deleted file mode 100644 index 47bd8a27..00000000 --- a/public/en/event/event-1/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Social media and behavior economics conference - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Social media and behavior economics conference
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-

Social media and behavior economics conference

-
- -
- Social media and behavior economics conference -
-
- -
-
-
    -
  • -
    - -
    -
    LOCATION
    -

    Dhanmondi, Dhaka

    -
    -
    -
  • -
  • -
    - -
    -
    DATE
    -

    09 Mar, 2030

    -
    -
    -
  • -
  • -
    - -
    -
    TIME
    -

    15:27

    -
    -
    -
  • - -
-
- -
-
-
-
- -
-
-

About Event

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

- -
-
-
-
- - - -
-
-
-
-

More Events

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/event/event-2/index.html b/public/en/event/event-2/index.html deleted file mode 100644 index 8162fdff..00000000 --- a/public/en/event/event-2/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Social media and behavior economics conference - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Social media and behavior economics conference
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-

Social media and behavior economics conference

-
- -
- Social media and behavior economics conference -
-
- -
-
-
    -
  • -
    - -
    -
    LOCATION
    -

    Dhanmondi, Dhaka

    -
    -
    -
  • -
  • -
    - -
    -
    DATE
    -

    09 Mar, 2030

    -
    -
    -
  • -
  • -
    - -
    -
    TIME
    -

    15:27

    -
    -
    -
  • - -
-
- -
-
-
-
- -
-
-

About Event

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

- -
-
-
-
- - - -
-
-
-
-

More Events

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/event/event-3/index.html b/public/en/event/event-3/index.html deleted file mode 100644 index d25f4e94..00000000 --- a/public/en/event/event-3/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Social media and behavior economics conference - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Social media and behavior economics conference
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-

Social media and behavior economics conference

-
- -
- Social media and behavior economics conference -
-
- -
-
-
    -
  • -
    - -
    -
    LOCATION
    -

    Dhanmondi, Dhaka

    -
    -
    -
  • -
  • -
    - -
    -
    DATE
    -

    09 Mar, 2030

    -
    -
    -
  • -
  • -
    - -
    -
    TIME
    -

    15:27

    -
    -
    -
  • - -
-
- -
-
-
-
- -
-
-

About Event

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

- -
-
-
-
- - - -
-
-
-
-

More Events

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/event/event-4/index.html b/public/en/event/event-4/index.html deleted file mode 100644 index d25f4e94..00000000 --- a/public/en/event/event-4/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Social media and behavior economics conference - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Social media and behavior economics conference
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-

Social media and behavior economics conference

-
- -
- Social media and behavior economics conference -
-
- -
-
-
    -
  • -
    - -
    -
    LOCATION
    -

    Dhanmondi, Dhaka

    -
    -
    -
  • -
  • -
    - -
    -
    DATE
    -

    09 Mar, 2030

    -
    -
    -
  • -
  • -
    - -
    -
    TIME
    -

    15:27

    -
    -
    -
  • - -
-
- -
-
-
-
- -
-
-

About Event

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

- -
-
-
-
- - - -
-
-
-
-

More Events

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/event/event-5/index.html b/public/en/event/event-5/index.html deleted file mode 100644 index 47bd8a27..00000000 --- a/public/en/event/event-5/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Social media and behavior economics conference - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Social media and behavior economics conference
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-

Social media and behavior economics conference

-
- -
- Social media and behavior economics conference -
-
- -
-
-
    -
  • -
    - -
    -
    LOCATION
    -

    Dhanmondi, Dhaka

    -
    -
    -
  • -
  • -
    - -
    -
    DATE
    -

    09 Mar, 2030

    -
    -
    -
  • -
  • -
    - -
    -
    TIME
    -

    15:27

    -
    -
    -
  • - -
-
- -
-
-
-
- -
-
-

About Event

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

- -
-
-
-
- - - -
-
-
-
-

More Events

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/event/event-6/index.html b/public/en/event/event-6/index.html deleted file mode 100644 index 8162fdff..00000000 --- a/public/en/event/event-6/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Social media and behavior economics conference - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Social media and behavior economics conference
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-

Social media and behavior economics conference

-
- -
- Social media and behavior economics conference -
-
- -
-
-
    -
  • -
    - -
    -
    LOCATION
    -

    Dhanmondi, Dhaka

    -
    -
    -
  • -
  • -
    - -
    -
    DATE
    -

    09 Mar, 2030

    -
    -
    -
  • -
  • -
    - -
    -
    TIME
    -

    15:27

    -
    -
    -
  • - -
-
- -
-
-
-
- -
-
-

About Event

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

- -
-
-
-
- - - -
-
-
-
-

More Events

-
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/event/index.html b/public/en/event/index.html deleted file mode 100644 index 6ebc9a1a..00000000 --- a/public/en/event/index.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - Our Courses - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Our Courses
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
- - -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/event/index.xml b/public/en/event/index.xml deleted file mode 100644 index 2a4cc28e..00000000 --- a/public/en/event/index.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - Our Courses on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/event/ - Recent content in Our Courses on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 09 Mar 2030 15:27:17 +0600 - - - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-1/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-1/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-2/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-2/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-3/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-3/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-4/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-4/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-5/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-5/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-6/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-6/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/index.html b/public/en/index.html deleted file mode 100644 index 88d12fee..00000000 --- a/public/en/index.html +++ /dev/null @@ -1,573 +0,0 @@ - - - - Georg-Cantor-Gymnasium - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - - - - - - -
-
-
- - -
-
-
-

Your bright future is our mission

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et magna aliqua. Ut enim ad minim veniam, quis nostrud exer

- - Apply now - -
-
-
- -
-
-
-

Your bright future is our mission

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et magna aliqua. Ut enim ad minim veniam, quis nostrud exer

- - Apply now - -
-
-
- -
-
-
-

Your bright future is our mission

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et magna aliqua. Ut enim ad minim veniam, quis nostrud exer

- - Apply now - -
-
-
- -
-
-
- - - - - - - - - - - -
-
-
-
-

About Educenter

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat

-

cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem

-

- - - Learn more - - -
- -
- about image -
- -
-
-
- - - - - - - - - - - -
-
-
-
-

Click to Join the Advance Workshop

-
Training In Advannce Networking
- - - join now - - -
-
-
-
- - - - - - - - - -
-
-
-
- - - -
-
-
-

Success Stories

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat.

-

ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris

-

-
-
-
-
-
- - - - - - -
-
-
-
-
-

Upcoming Events

-
-
- See all -
-
-
-
-
- - -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
-
-
- Social media and behavior economics conference -
9
Mar
-
- -
- -
- -
- -
-
- See all -
-
-
-
- - - - - -
-
-
-
-

Latest News

-
-
-
- - - - - - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/index.xml b/public/en/index.xml deleted file mode 100644 index 7931977c..00000000 --- a/public/en/index.xml +++ /dev/null @@ -1,385 +0,0 @@ - - - - Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/ - Recent content on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 09 Mar 2030 15:27:17 +0600 - - - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-1/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-1/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-2/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-2/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-3/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-3/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-4/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-4/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-5/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-5/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Social media and behavior economics conference - https://eesev9ie.github.io/en/event/event-6/ - Sat, 09 Mar 2030 15:27:17 +0600 - - https://eesev9ie.github.io/en/event/event-6/ - About Event Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Algorithm - https://eesev9ie.github.io/en/course/course-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-5/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Artificial Intelligence - https://eesev9ie.github.io/en/course/course-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-3/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-1/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-2/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-3/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-4/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-5/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-6/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-1/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-2/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-3/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-4/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-5/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-6/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - JavaScript - https://eesev9ie.github.io/en/course/course-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-4/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Mathematics - https://eesev9ie.github.io/en/course/course-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-2/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Photography - https://eesev9ie.github.io/en/course/course-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-1/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-1/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-2/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-3/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-4/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-5/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-6/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Vlogging - https://eesev9ie.github.io/en/course/course-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/course/course-6/ - About Course Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Alex Rook - https://eesev9ie.github.io/en/teacher/alex-rook/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/alex-rook/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - CHEMICAL ENGINEERING - https://eesev9ie.github.io/en/scholarship/scholarship-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/scholarship/scholarship-1/ - institutes Smart-affiliated research Digital Access to Scholarship Smart Catalyst Smart Library Portal Smart research programs - - - - CHEMICAL ENGINEERING - https://eesev9ie.github.io/en/scholarship/scholarship-2/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/scholarship/scholarship-2/ - institutes Smart-affiliated research Digital Access to Scholarship Smart Catalyst Smart Library Portal Smart research programs - - - - CHEMICAL ENGINEERING - https://eesev9ie.github.io/en/scholarship/scholarship-3/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/scholarship/scholarship-3/ - institutes Smart-affiliated research Digital Access to Scholarship Smart Catalyst Smart Library Portal Smart research programs - - - - Clark Malik - https://eesev9ie.github.io/en/teacher/clark-malik/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/clark-malik/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Devid Luis - https://eesev9ie.github.io/en/teacher/devid-luis/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/devid-luis/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Duis Rio - https://eesev9ie.github.io/en/teacher/duis-rio/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/duis-rio/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Jacke Mastio - https://eesev9ie.github.io/en/teacher/jacke-mastio/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/jacke-mastio/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - John doe - https://eesev9ie.github.io/en/author/john-doe/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/author/john-doe/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. - - - - Mark Dinn - https://eesev9ie.github.io/en/author/mark-dinn/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/author/mark-dinn/ - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. - - - - Zim Cook - https://eesev9ie.github.io/en/teacher/zim-cook/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/zim-cook/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/notice/index.html b/public/en/notice/index.html deleted file mode 100644 index e0bdfebf..00000000 --- a/public/en/notice/index.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - Notice - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Notice
  • -
-

Lorem 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/public/en/notice/index.xml b/public/en/notice/index.xml deleted file mode 100644 index c6acafe7..00000000 --- a/public/en/notice/index.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - Notice on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/notice/ - Recent content in Notice on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-1/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-2/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-3/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-4/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-5/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Teaching Materials and Testing Methods - https://eesev9ie.github.io/en/notice/notice-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/notice/notice-6/ - About Notice Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/notice/notice-1/index.html b/public/en/notice/notice-1/index.html deleted file mode 100644 index 754419d1..00000000 --- a/public/en/notice/notice-1/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - Teaching Materials and Testing Methods - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Teaching Materials and Testing Methods
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
-
- 19 JAN, 2019 -
-
- -
-

About Notice

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- - Download - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/notice/notice-2/index.html b/public/en/notice/notice-2/index.html deleted file mode 100644 index 754419d1..00000000 --- a/public/en/notice/notice-2/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - Teaching Materials and Testing Methods - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Teaching Materials and Testing Methods
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
-
- 19 JAN, 2019 -
-
- -
-

About Notice

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- - Download - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/notice/notice-3/index.html b/public/en/notice/notice-3/index.html deleted file mode 100644 index 754419d1..00000000 --- a/public/en/notice/notice-3/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - Teaching Materials and Testing Methods - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Teaching Materials and Testing Methods
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
-
- 19 JAN, 2019 -
-
- -
-

About Notice

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- - Download - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/notice/notice-4/index.html b/public/en/notice/notice-4/index.html deleted file mode 100644 index 754419d1..00000000 --- a/public/en/notice/notice-4/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - Teaching Materials and Testing Methods - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Teaching Materials and Testing Methods
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
-
- 19 JAN, 2019 -
-
- -
-

About Notice

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- - Download - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/notice/notice-5/index.html b/public/en/notice/notice-5/index.html deleted file mode 100644 index 754419d1..00000000 --- a/public/en/notice/notice-5/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - Teaching Materials and Testing Methods - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Teaching Materials and Testing Methods
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
-
- 19 JAN, 2019 -
-
- -
-

About Notice

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- - Download - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/notice/notice-6/index.html b/public/en/notice/notice-6/index.html deleted file mode 100644 index 754419d1..00000000 --- a/public/en/notice/notice-6/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - Teaching Materials and Testing Methods - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Teaching Materials and Testing Methods
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
-
- 19 JAN, 2019 -
-
- -
-

About Notice

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

-

Requirements

-
    -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
  • Lorem ipsum dolor sit amet consectetur adipisicing elit.
  • -
-

Fees and Funding

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et -dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea -commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat -nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae -dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia -consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem -ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut -labore et dolore magnam aliquam quaerat voluptatem.

- - Download - -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/research/index.html b/public/en/research/index.html deleted file mode 100644 index 4b4ac6ff..00000000 --- a/public/en/research/index.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - Our Courses - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Our Courses
  • -
-

Lorem 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/public/en/research/index.xml b/public/en/research/index.xml deleted file mode 100644 index af742531..00000000 --- a/public/en/research/index.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - Our Courses on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/research/ - Recent content in Our Courses on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Geography - https://eesev9ie.github.io/en/research/research-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-1/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-2/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-3/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-4/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-5/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Geography - https://eesev9ie.github.io/en/research/research-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/research/research-6/ - About Research Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/research/page/1/index.html b/public/en/research/page/1/index.html deleted file mode 100644 index a93407aa..00000000 --- a/public/en/research/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/research/ \ No newline at end of file diff --git a/public/en/research/research-1/index.html b/public/en/research/research-1/index.html deleted file mode 100644 index 614049e4..00000000 --- a/public/en/research/research-1/index.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - Geography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Geography
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Research

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/research/research-2/index.html b/public/en/research/research-2/index.html deleted file mode 100644 index 62ed6492..00000000 --- a/public/en/research/research-2/index.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - Geography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Geography
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Research

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/research/research-3/index.html b/public/en/research/research-3/index.html deleted file mode 100644 index a27c491f..00000000 --- a/public/en/research/research-3/index.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - Geography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Geography
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Research

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/research/research-4/index.html b/public/en/research/research-4/index.html deleted file mode 100644 index 8cb5d5cc..00000000 --- a/public/en/research/research-4/index.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - Geography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Geography
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Research

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/research/research-5/index.html b/public/en/research/research-5/index.html deleted file mode 100644 index f5a5a74f..00000000 --- a/public/en/research/research-5/index.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - Geography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Geography
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Research

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/research/research-6/index.html b/public/en/research/research-6/index.html deleted file mode 100644 index a7e18ae8..00000000 --- a/public/en/research/research-6/index.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - Geography - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Geography
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :06 Jul, 2019
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-

About Research

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.

-

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est.

- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/scholarship/index.html b/public/en/scholarship/index.html deleted file mode 100644 index 7c95744a..00000000 --- a/public/en/scholarship/index.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - Scholarship - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Scholarship
  • -
-

Lorem 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/public/en/scholarship/index.xml b/public/en/scholarship/index.xml deleted file mode 100644 index aa07a410..00000000 --- a/public/en/scholarship/index.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - Scholarship on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/scholarship/ - Recent content in Scholarship on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - CHEMICAL ENGINEERING - https://eesev9ie.github.io/en/scholarship/scholarship-1/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/scholarship/scholarship-1/ - institutes Smart-affiliated research Digital Access to Scholarship Smart Catalyst Smart Library Portal Smart research programs - - - - CHEMICAL ENGINEERING - https://eesev9ie.github.io/en/scholarship/scholarship-2/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/scholarship/scholarship-2/ - institutes Smart-affiliated research Digital Access to Scholarship Smart Catalyst Smart Library Portal Smart research programs - - - - CHEMICAL ENGINEERING - https://eesev9ie.github.io/en/scholarship/scholarship-3/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/scholarship/scholarship-3/ - institutes Smart-affiliated research Digital Access to Scholarship Smart Catalyst Smart Library Portal Smart research programs - - - - \ No newline at end of file diff --git a/public/en/scholarship/page/1/index.html b/public/en/scholarship/page/1/index.html deleted file mode 100644 index 462536b3..00000000 --- a/public/en/scholarship/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/scholarship/ \ No newline at end of file diff --git a/public/en/scholarship/scholarship-1/index.html b/public/en/scholarship/scholarship-1/index.html deleted file mode 100644 index 438d843c..00000000 --- a/public/en/scholarship/scholarship-1/index.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - CHEMICAL ENGINEERING - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • CHEMICAL ENGINEERING
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :01 Jan, 0001
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-
    -
  • institutes
  • -
  • Smart-affiliated research
  • -
  • Digital Access to Scholarship
  • -
  • Smart Catalyst
  • -
  • Smart Library Portal
  • -
  • Smart research programs
  • -
- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/scholarship/scholarship-2/index.html b/public/en/scholarship/scholarship-2/index.html deleted file mode 100644 index 75a4d367..00000000 --- a/public/en/scholarship/scholarship-2/index.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - CHEMICAL ENGINEERING - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • CHEMICAL ENGINEERING
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :01 Jan, 0001
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-
    -
  • institutes
  • -
  • Smart-affiliated research
  • -
  • Digital Access to Scholarship
  • -
  • Smart Catalyst
  • -
  • Smart Library Portal
  • -
  • Smart research programs
  • -
- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/scholarship/scholarship-3/index.html b/public/en/scholarship/scholarship-3/index.html deleted file mode 100644 index 69d8ee4a..00000000 --- a/public/en/scholarship/scholarship-3/index.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - CHEMICAL ENGINEERING - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • CHEMICAL ENGINEERING
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
-
-
- blog-thumb -
-
-
    -
  • Posted by - :
  • - -
  • Date - :01 Jan, 0001
  • - -
  • Category - :
  • - -
-
- -
-
-
- -
-
    -
  • institutes
  • -
  • Smart-affiliated research
  • -
  • Digital Access to Scholarship
  • -
  • Smart Catalyst
  • -
  • Smart Library Portal
  • -
  • Smart research programs
  • -
- -
- - -
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/sitemap.xml b/public/en/sitemap.xml deleted file mode 100644 index e835b3bd..00000000 --- a/public/en/sitemap.xml +++ /dev/null @@ -1,434 +0,0 @@ - - - - - https://eesev9ie.github.io/en/ - 2030-03-09T15:27:17+06:00 - - - - - - https://eesev9ie.github.io/en/event/ - 2030-03-09T15:27:17+06:00 - - - - - - https://eesev9ie.github.io/en/event/event-1/ - 2030-03-09T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/event/event-2/ - 2030-03-09T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/event/event-3/ - 2030-03-09T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/event/event-4/ - 2030-03-09T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/event/event-5/ - 2030-03-09T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/event/event-6/ - 2030-03-09T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/advice/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/ai/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/course/course-5/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/course/course-3/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/automation/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/categories/automation-system/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/categories/ - 2019-07-06T15:27:17+06:00 - - - - - - https://eesev9ie.github.io/en/categories/deep-learning/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/eco/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/categories/eco-system/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/education/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/categories/education-system/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/blog/blog-post-1/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/blog/blog-post-2/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/blog/blog-post-3/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/blog/blog-post-4/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/blog/blog-post-5/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/blog/blog-post-6/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/english/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/categories/english-learning/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/research/research-1/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/research/research-2/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/research/research-3/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/research/research-4/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/research/research-5/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/research/research-6/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/course/course-4/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/blog/ - 2019-07-06T15:27:17+06:00 - - - - - - https://eesev9ie.github.io/en/course/course-2/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/categories/mathmatics-learning/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/notice/ - 2019-07-06T15:27:17+06:00 - - - - - - https://eesev9ie.github.io/en/course/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/research/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/course/course-1/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/rules/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/tags/ - 2019-07-06T15:27:17+06:00 - - - - - - https://eesev9ie.github.io/en/notice/notice-1/ - 2019-07-06T15:27:17+06:00 - - - - - - https://eesev9ie.github.io/en/notice/notice-2/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/notice/notice-3/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/notice/notice-4/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/notice/notice-5/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/notice/notice-6/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/course/course-6/ - 2019-07-06T15:27:17+06:00 - - - - https://eesev9ie.github.io/en/about/ - - - - - - https://eesev9ie.github.io/en/contact/ - - - - - - https://eesev9ie.github.io/en/teacher/alex-rook/ - - - - https://eesev9ie.github.io/en/author/ - - - - - - https://eesev9ie.github.io/en/scholarship/scholarship-1/ - - - - https://eesev9ie.github.io/en/scholarship/scholarship-2/ - - - - https://eesev9ie.github.io/en/scholarship/scholarship-3/ - - - - https://eesev9ie.github.io/en/teacher/clark-malik/ - - - - https://eesev9ie.github.io/en/teacher/devid-luis/ - - - - https://eesev9ie.github.io/en/teacher/duis-rio/ - - - - https://eesev9ie.github.io/en/teacher/jacke-mastio/ - - - - https://eesev9ie.github.io/en/author/john-doe/ - - - - https://eesev9ie.github.io/en/author/mark-dinn/ - - - - https://eesev9ie.github.io/en/teacher/ - - - - - - https://eesev9ie.github.io/en/scholarship/ - - - - https://eesev9ie.github.io/en/teacher/zim-cook/ - - - \ No newline at end of file diff --git a/public/en/tags/advice/index.html b/public/en/tags/advice/index.html deleted file mode 100644 index 91f88cb6..00000000 --- a/public/en/tags/advice/index.html +++ /dev/null @@ -1,470 +0,0 @@ - - - - Advice - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Advice
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- -
- -
- -
- -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/advice/index.xml b/public/en/tags/advice/index.xml deleted file mode 100644 index 8cd1ec14..00000000 --- a/public/en/tags/advice/index.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - Advice on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/advice/ - Recent content in Advice on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-1/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-3/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-4/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-5/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/tags/advice/page/1/index.html b/public/en/tags/advice/page/1/index.html deleted file mode 100644 index e81cbbfe..00000000 --- a/public/en/tags/advice/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/advice/ \ No newline at end of file diff --git a/public/en/tags/ai/index.html b/public/en/tags/ai/index.html deleted file mode 100644 index 7bc5ffce..00000000 --- a/public/en/tags/ai/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - AI - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/ai/index.xml b/public/en/tags/ai/index.xml deleted file mode 100644 index 3d2a85ad..00000000 --- a/public/en/tags/ai/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - AI on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/ai/ - Recent content in AI on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-6/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/tags/ai/page/1/index.html b/public/en/tags/ai/page/1/index.html deleted file mode 100644 index 432796cc..00000000 --- a/public/en/tags/ai/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/ai/ \ No newline at end of file diff --git a/public/en/tags/automation/index.html b/public/en/tags/automation/index.html deleted file mode 100644 index e3c9001c..00000000 --- a/public/en/tags/automation/index.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - Automation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Automation
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- -
- -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/automation/index.xml b/public/en/tags/automation/index.xml deleted file mode 100644 index d7841411..00000000 --- a/public/en/tags/automation/index.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - Automation on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/automation/ - Recent content in Automation on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-1/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-1/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-2/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-6/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-6/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/tags/automation/page/1/index.html b/public/en/tags/automation/page/1/index.html deleted file mode 100644 index 4e3addb4..00000000 --- a/public/en/tags/automation/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/automation/ \ No newline at end of file diff --git a/public/en/tags/eco/index.html b/public/en/tags/eco/index.html deleted file mode 100644 index 26f00f45..00000000 --- a/public/en/tags/eco/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Eco - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/eco/index.xml b/public/en/tags/eco/index.xml deleted file mode 100644 index ecef16c6..00000000 --- a/public/en/tags/eco/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Eco on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/eco/ - Recent content in Eco on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-3/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-3/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/tags/eco/page/1/index.html b/public/en/tags/eco/page/1/index.html deleted file mode 100644 index 4bc45438..00000000 --- a/public/en/tags/eco/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/eco/ \ No newline at end of file diff --git a/public/en/tags/education/index.html b/public/en/tags/education/index.html deleted file mode 100644 index 2770581c..00000000 --- a/public/en/tags/education/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Education - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Education
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/education/index.xml b/public/en/tags/education/index.xml deleted file mode 100644 index 52175699..00000000 --- a/public/en/tags/education/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Education on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/education/ - Recent content in Education on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-2/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-2/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/tags/education/page/1/index.html b/public/en/tags/education/page/1/index.html deleted file mode 100644 index b92a17c8..00000000 --- a/public/en/tags/education/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/education/ \ No newline at end of file diff --git a/public/en/tags/english/index.html b/public/en/tags/english/index.html deleted file mode 100644 index 30f2a7b7..00000000 --- a/public/en/tags/english/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - English - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • English
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/english/index.xml b/public/en/tags/english/index.xml deleted file mode 100644 index e09343e0..00000000 --- a/public/en/tags/english/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - English on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/english/ - Recent content in English on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-5/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-5/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/tags/english/page/1/index.html b/public/en/tags/english/page/1/index.html deleted file mode 100644 index 420397a9..00000000 --- a/public/en/tags/english/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/english/ \ No newline at end of file diff --git a/public/en/tags/index.html b/public/en/tags/index.html deleted file mode 100644 index b4f40d7a..00000000 --- a/public/en/tags/index.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - Tags - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
- -

-
-
-
-
- - - -
-
-
-
-
- - - -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/index.xml b/public/en/tags/index.xml deleted file mode 100644 index c605f9f0..00000000 --- a/public/en/tags/index.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - Tags on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/ - Recent content in Tags on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Advice - https://eesev9ie.github.io/en/tags/advice/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/tags/advice/ - - - - - AI - https://eesev9ie.github.io/en/tags/ai/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/tags/ai/ - - - - - Automation - https://eesev9ie.github.io/en/tags/automation/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/tags/automation/ - - - - - Eco - https://eesev9ie.github.io/en/tags/eco/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/tags/eco/ - - - - - Education - https://eesev9ie.github.io/en/tags/education/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/tags/education/ - - - - - English - https://eesev9ie.github.io/en/tags/english/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/tags/english/ - - - - - Rules - https://eesev9ie.github.io/en/tags/rules/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/tags/rules/ - - - - - \ No newline at end of file diff --git a/public/en/tags/page/1/index.html b/public/en/tags/page/1/index.html deleted file mode 100644 index 72e3b173..00000000 --- a/public/en/tags/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/ \ No newline at end of file diff --git a/public/en/tags/rules/index.html b/public/en/tags/rules/index.html deleted file mode 100644 index 373b1c29..00000000 --- a/public/en/tags/rules/index.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - Rules - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Rules
  • -
-

-
-
-
-
- - - -
-
-
-
-
- - - -
- -
- -
- - - -
-
-
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/tags/rules/index.xml b/public/en/tags/rules/index.xml deleted file mode 100644 index 95c3cd12..00000000 --- a/public/en/tags/rules/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Rules on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/tags/rules/ - Recent content in Rules on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - Sat, 06 Jul 2019 15:27:17 +0600 - - - - - - Elegant Light Box Paper Cut Dioramas - https://eesev9ie.github.io/en/blog/blog-post-4/ - Sat, 06 Jul 2019 15:27:17 +0600 - - https://eesev9ie.github.io/en/blog/blog-post-4/ - The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/tags/rules/page/1/index.html b/public/en/tags/rules/page/1/index.html deleted file mode 100644 index 5c571af5..00000000 --- a/public/en/tags/rules/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/en/tags/rules/ \ No newline at end of file diff --git a/public/en/teacher/alex-rook/index.html b/public/en/teacher/alex-rook/index.html deleted file mode 100644 index 2109b76a..00000000 --- a/public/en/teacher/alex-rook/index.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - Alex Rook - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Alex Rook
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
- Alex Rook -
-
-

Alex Rook

-
Vlogging
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Cumque accusamus tenetur ea harum delectus ab consequatur excepturi, odit qui in quo quia voluptate nam optio, culpa aspernatur. Error placeat iusto officia voluptas quae.

-
- - -
-

SUMMARY OF ACTIVITIES/INTERESTS

-
    - -
  • Computer Networking
  • - -
  • Computer Security
  • - -
  • Human Computer Interfacing
  • - -
-
- -
-
-
-

About Me

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut -labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.

-

nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.

- -
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/teacher/clark-malik/index.html b/public/en/teacher/clark-malik/index.html deleted file mode 100644 index 1ed7643c..00000000 --- a/public/en/teacher/clark-malik/index.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - Clark Malik - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Clark Malik
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
- Clark Malik -
-
-

Clark Malik

-
Computer Science
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Cumque accusamus tenetur ea harum delectus ab consequatur excepturi, odit qui in quo quia voluptate nam optio, culpa aspernatur. Error placeat iusto officia voluptas quae.

-
- - -
-

SUMMARY OF ACTIVITIES/INTERESTS

-
    - -
  • Computer Networking
  • - -
  • Computer Security
  • - -
  • Human Computer Interfacing
  • - -
-
- -
-
-
-

About Me

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut -labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.

-

nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.

- -
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/teacher/devid-luis/index.html b/public/en/teacher/devid-luis/index.html deleted file mode 100644 index b2d696bc..00000000 --- a/public/en/teacher/devid-luis/index.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - Devid Luis - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Devid Luis
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
- Devid Luis -
-
-

Devid Luis

-
Humanities
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Cumque accusamus tenetur ea harum delectus ab consequatur excepturi, odit qui in quo quia voluptate nam optio, culpa aspernatur. Error placeat iusto officia voluptas quae.

-
- - -
-

SUMMARY OF ACTIVITIES/INTERESTS

-
    - -
  • Computer Networking
  • - -
  • Computer Security
  • - -
  • Human Computer Interfacing
  • - -
-
- -
-
-
-

About Me

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut -labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.

-

nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.

- -
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/teacher/duis-rio/index.html b/public/en/teacher/duis-rio/index.html deleted file mode 100644 index a6de9dd7..00000000 --- a/public/en/teacher/duis-rio/index.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - Duis Rio - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Duis Rio
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
- Duis Rio -
-
-

Duis Rio

-
Photography
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Cumque accusamus tenetur ea harum delectus ab consequatur excepturi, odit qui in quo quia voluptate nam optio, culpa aspernatur. Error placeat iusto officia voluptas quae.

-
- - -
-

SUMMARY OF ACTIVITIES/INTERESTS

-
    - -
  • Computer Networking
  • - -
  • Computer Security
  • - -
  • Human Computer Interfacing
  • - -
-
- -
-
-
-

About Me

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut -labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.

-

nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.

- -
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/teacher/index.html b/public/en/teacher/index.html deleted file mode 100644 index ad9b511f..00000000 --- a/public/en/teacher/index.html +++ /dev/null @@ -1,549 +0,0 @@ - - - - Our Courses - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Our Courses
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
- -
    -
  • All
  • - - - - - - - - - - - - - - - -
  • Vlogging
  • - -
  • Computer science
  • - -
  • Humanities
  • - -
  • Photography
  • - -
-
-
- -
- - -
-
- Alex Rook -
-

Alex Rook

-

Vlogging

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
- Clark Malik -
-

Clark Malik

-

Computer Science

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
- Devid Luis -
-

Devid Luis

-

Humanities

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
- Duis Rio -
-

Duis Rio

-

Photography

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
- Jacke Mastio -
-

Jacke Mastio

-

Computer Science

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
- Zim Cook -
-

Zim Cook

-

Photography

-
    - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/teacher/index.xml b/public/en/teacher/index.xml deleted file mode 100644 index 846f3e30..00000000 --- a/public/en/teacher/index.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - Our Courses on Georg-Cantor-Gymnasium - https://eesev9ie.github.io/en/teacher/ - Recent content in Our Courses on Georg-Cantor-Gymnasium - Hugo -- gohugo.io - en-us - Copyright © 2020 Georg-Cantor-Gymnasium Halle - - - - - - Alex Rook - https://eesev9ie.github.io/en/teacher/alex-rook/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/alex-rook/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Clark Malik - https://eesev9ie.github.io/en/teacher/clark-malik/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/clark-malik/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Devid Luis - https://eesev9ie.github.io/en/teacher/devid-luis/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/devid-luis/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Duis Rio - https://eesev9ie.github.io/en/teacher/duis-rio/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/duis-rio/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Jacke Mastio - https://eesev9ie.github.io/en/teacher/jacke-mastio/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/jacke-mastio/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - Zim Cook - https://eesev9ie.github.io/en/teacher/zim-cook/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://eesev9ie.github.io/en/teacher/zim-cook/ - About Me Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - - - - \ No newline at end of file diff --git a/public/en/teacher/jacke-mastio/index.html b/public/en/teacher/jacke-mastio/index.html deleted file mode 100644 index 1c7f0df2..00000000 --- a/public/en/teacher/jacke-mastio/index.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - Jacke Mastio - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Jacke Mastio
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
- Jacke Mastio -
-
-

Jacke Mastio

-
Computer Science
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Cumque accusamus tenetur ea harum delectus ab consequatur excepturi, odit qui in quo quia voluptate nam optio, culpa aspernatur. Error placeat iusto officia voluptas quae.

-
- - -
-

SUMMARY OF ACTIVITIES/INTERESTS

-
    - -
  • Computer Networking
  • - -
  • Computer Security
  • - -
  • Human Computer Interfacing
  • - -
-
- -
-
-
-

About Me

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut -labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.

-

nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.

- -
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/en/teacher/zim-cook/index.html b/public/en/teacher/zim-cook/index.html deleted file mode 100644 index 0d223640..00000000 --- a/public/en/teacher/zim-cook/index.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - Zim Cook - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - preloader - -
- - -
- - -
-
-
-
-
    - -
  • - -
  • - -
  • - -
  • - -
-
- -
-
-
- - - -
- - - -
-
-
-
-
    -
  • Home
  • -
  • -
  • Zim Cook
  • -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore. dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

-
-
-
-
- - - -
-
-
-
- Zim Cook -
-
-

Zim Cook

-
Photography
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Cumque accusamus tenetur ea harum delectus ab consequatur excepturi, odit qui in quo quia voluptate nam optio, culpa aspernatur. Error placeat iusto officia voluptas quae.

-
- - -
-

SUMMARY OF ACTIVITIES/INTERESTS

-
    - -
  • Computer Networking
  • - -
  • Computer Security
  • - -
  • Human Computer Interfacing
  • - -
-
- -
-
-
-

About Me

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut -labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.

-

nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit -anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque -laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto.

- -
-
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/fonts/Futura-Bold.woff b/public/fonts/Futura-Bold.woff deleted file mode 100755 index ccb1d9a5..00000000 Binary files a/public/fonts/Futura-Bold.woff and /dev/null differ diff --git a/public/images/Plakette Prime Gymnasium.jpg b/public/images/Plakette Prime Gymnasium.jpg deleted file mode 100644 index c9a70862..00000000 Binary files a/public/images/Plakette Prime Gymnasium.jpg and /dev/null differ diff --git a/public/images/abiturienten/1992/abi-foto 1992.png b/public/images/abiturienten/1992/abi-foto 1992.png deleted file mode 100644 index febb5a83..00000000 Binary files a/public/images/abiturienten/1992/abi-foto 1992.png and /dev/null differ diff --git a/public/images/abiturienten/1992/abi-foto 1992_2.jpg b/public/images/abiturienten/1992/abi-foto 1992_2.jpg deleted file mode 100644 index eeb077ed..00000000 Binary files a/public/images/abiturienten/1992/abi-foto 1992_2.jpg and /dev/null differ diff --git a/public/images/abiturienten/abi-foto 1992.png b/public/images/abiturienten/abi-foto 1992.png deleted file mode 100644 index febb5a83..00000000 Binary files a/public/images/abiturienten/abi-foto 1992.png and /dev/null differ diff --git a/public/images/abiturienten/abi-foto 1992_2.jpg b/public/images/abiturienten/abi-foto 1992_2.jpg deleted file mode 100644 index eeb077ed..00000000 Binary files a/public/images/abiturienten/abi-foto 1992_2.jpg and /dev/null differ diff --git a/public/images/about/about-page.jpg b/public/images/about/about-page.jpg deleted file mode 100755 index 4fb79c7f..00000000 Binary files a/public/images/about/about-page.jpg and /dev/null differ diff --git a/public/images/about/about-us.jpg b/public/images/about/about-us.jpg deleted file mode 100755 index 5864b236..00000000 Binary files a/public/images/about/about-us.jpg and /dev/null differ diff --git a/public/images/about/video-thumb.jpg b/public/images/about/video-thumb.jpg deleted file mode 100755 index c2996a01..00000000 Binary files a/public/images/about/video-thumb.jpg and /dev/null differ diff --git a/public/images/backgrounds/page-title-n.jpg b/public/images/backgrounds/page-title-n.jpg deleted file mode 100644 index 0734b59a..00000000 Binary files a/public/images/backgrounds/page-title-n.jpg and /dev/null differ diff --git a/public/images/backgrounds/page-title.jpg b/public/images/backgrounds/page-title.jpg deleted file mode 100755 index 61383025..00000000 Binary files a/public/images/backgrounds/page-title.jpg and /dev/null differ diff --git a/public/images/backgrounds/page-title.png b/public/images/backgrounds/page-title.png deleted file mode 100644 index 99539c4c..00000000 Binary files a/public/images/backgrounds/page-title.png and /dev/null differ diff --git a/public/images/backgrounds/page-title.xcf b/public/images/backgrounds/page-title.xcf deleted file mode 100644 index 55698a59..00000000 Binary files a/public/images/backgrounds/page-title.xcf and /dev/null differ diff --git a/public/images/backgrounds/success-story.jpg b/public/images/backgrounds/success-story.jpg deleted file mode 100755 index b6f7ec72..00000000 Binary files a/public/images/backgrounds/success-story.jpg and /dev/null differ diff --git a/public/images/banner/banner-1.jpg b/public/images/banner/banner-1.jpg deleted file mode 100644 index 170b3754..00000000 Binary files a/public/images/banner/banner-1.jpg and /dev/null differ diff --git a/public/images/banner/banner-1.png b/public/images/banner/banner-1.png deleted file mode 100644 index c2649db1..00000000 Binary files a/public/images/banner/banner-1.png and /dev/null differ diff --git a/public/images/banner/banner-2.png b/public/images/banner/banner-2.png deleted file mode 100644 index 9609c22e..00000000 Binary files a/public/images/banner/banner-2.png and /dev/null differ diff --git a/public/images/blog/post-1.jpg b/public/images/blog/post-1.jpg deleted file mode 100755 index 42a8c299..00000000 Binary files a/public/images/blog/post-1.jpg and /dev/null differ diff --git a/public/images/blog/post-2.jpg b/public/images/blog/post-2.jpg deleted file mode 100755 index 9a940c1c..00000000 Binary files a/public/images/blog/post-2.jpg and /dev/null differ diff --git a/public/images/blog/post-3.jpg b/public/images/blog/post-3.jpg deleted file mode 100755 index 4a81fd8e..00000000 Binary files a/public/images/blog/post-3.jpg and /dev/null differ diff --git a/public/images/cantorlogo.bmp b/public/images/cantorlogo.bmp deleted file mode 100644 index c6ff3ee2..00000000 Binary files a/public/images/cantorlogo.bmp and /dev/null differ diff --git a/public/images/cantorpreis/1996_robert_strich.png b/public/images/cantorpreis/1996_robert_strich.png deleted file mode 100644 index 63af7831..00000000 Binary files a/public/images/cantorpreis/1996_robert_strich.png and /dev/null differ diff --git a/public/images/cantorpreis/1997_andreas_tannert.png b/public/images/cantorpreis/1997_andreas_tannert.png deleted file mode 100644 index cc164c16..00000000 Binary files a/public/images/cantorpreis/1997_andreas_tannert.png and /dev/null differ diff --git a/public/images/cantorpreis/1998_martin_schultze.png b/public/images/cantorpreis/1998_martin_schultze.png deleted file mode 100644 index d5528974..00000000 Binary files a/public/images/cantorpreis/1998_martin_schultze.png and /dev/null differ diff --git a/public/images/cantorpreis/1999_stephan_diestelhorst.png b/public/images/cantorpreis/1999_stephan_diestelhorst.png deleted file mode 100644 index d69e76ca..00000000 Binary files a/public/images/cantorpreis/1999_stephan_diestelhorst.png and /dev/null differ diff --git a/public/images/cantorpreis/2000_torsten_stueber.png b/public/images/cantorpreis/2000_torsten_stueber.png deleted file mode 100644 index 26b7b971..00000000 Binary files a/public/images/cantorpreis/2000_torsten_stueber.png and /dev/null differ diff --git a/public/images/cantorpreis/2001_lars_kasper.png b/public/images/cantorpreis/2001_lars_kasper.png deleted file mode 100644 index 52d3edcf..00000000 Binary files a/public/images/cantorpreis/2001_lars_kasper.png and /dev/null differ diff --git a/public/images/cantorpreis/2002_maria_hoernke.png b/public/images/cantorpreis/2002_maria_hoernke.png deleted file mode 100644 index 102bd1c0..00000000 Binary files a/public/images/cantorpreis/2002_maria_hoernke.png and /dev/null differ diff --git a/public/images/cantorpreis/2003_susanne_havranek.png b/public/images/cantorpreis/2003_susanne_havranek.png deleted file mode 100644 index 951592d3..00000000 Binary files a/public/images/cantorpreis/2003_susanne_havranek.png and /dev/null differ diff --git a/public/images/cantorpreis/2004_marcus_syring.png b/public/images/cantorpreis/2004_marcus_syring.png deleted file mode 100644 index 41e12171..00000000 Binary files a/public/images/cantorpreis/2004_marcus_syring.png and /dev/null differ diff --git a/public/images/cantorpreis/2005_martin_maas.png b/public/images/cantorpreis/2005_martin_maas.png deleted file mode 100644 index 7f2e14fb..00000000 Binary files a/public/images/cantorpreis/2005_martin_maas.png and /dev/null differ diff --git a/public/images/cantorpreis/2006_udo_dorn.png b/public/images/cantorpreis/2006_udo_dorn.png deleted file mode 100644 index 7a9905ef..00000000 Binary files a/public/images/cantorpreis/2006_udo_dorn.png and /dev/null differ diff --git a/public/images/cantorpreis/2007_s_koch_h_seidler.png b/public/images/cantorpreis/2007_s_koch_h_seidler.png deleted file mode 100644 index 4dca90ab..00000000 Binary files a/public/images/cantorpreis/2007_s_koch_h_seidler.png and /dev/null differ diff --git a/public/images/cantorpreis/2008_franziska_flegel.png b/public/images/cantorpreis/2008_franziska_flegel.png deleted file mode 100644 index e9771b29..00000000 Binary files a/public/images/cantorpreis/2008_franziska_flegel.png and /dev/null differ diff --git a/public/images/cantorpreis/2009_bertram_arnold.png b/public/images/cantorpreis/2009_bertram_arnold.png deleted file mode 100644 index 550a989f..00000000 Binary files a/public/images/cantorpreis/2009_bertram_arnold.png and /dev/null differ diff --git a/public/images/cantorpreis/2010_thomas_tannert.png b/public/images/cantorpreis/2010_thomas_tannert.png deleted file mode 100644 index 203bdc95..00000000 Binary files a/public/images/cantorpreis/2010_thomas_tannert.png and /dev/null differ diff --git a/public/images/cantorpreis/2011_max_koenig.png b/public/images/cantorpreis/2011_max_koenig.png deleted file mode 100644 index 80717533..00000000 Binary files a/public/images/cantorpreis/2011_max_koenig.png and /dev/null differ diff --git a/public/images/cantorpreis/2012_sandra_maciag.png b/public/images/cantorpreis/2012_sandra_maciag.png deleted file mode 100644 index 7511cbb6..00000000 Binary files a/public/images/cantorpreis/2012_sandra_maciag.png and /dev/null differ diff --git a/public/images/cantorpreis/2013_dorothee_henke.jpg b/public/images/cantorpreis/2013_dorothee_henke.jpg deleted file mode 100644 index fdb61524..00000000 Binary files a/public/images/cantorpreis/2013_dorothee_henke.jpg and /dev/null differ diff --git a/public/images/cantorpreis/paula_haehndel_2014_bearbeitet.jpg b/public/images/cantorpreis/paula_haehndel_2014_bearbeitet.jpg deleted file mode 100644 index 0adf1470..00000000 Binary files a/public/images/cantorpreis/paula_haehndel_2014_bearbeitet.jpg and /dev/null differ diff --git a/public/images/cantorpreis/tobias-beschauner-2019.jpg b/public/images/cantorpreis/tobias-beschauner-2019.jpg deleted file mode 100644 index fbdc4add..00000000 Binary files a/public/images/cantorpreis/tobias-beschauner-2019.jpg and /dev/null differ diff --git a/public/images/contests/mo.png b/public/images/contests/mo.png deleted file mode 100644 index 05b81263..00000000 Binary files a/public/images/contests/mo.png and /dev/null differ diff --git a/public/images/contests/mo.xcf b/public/images/contests/mo.xcf deleted file mode 100644 index 90237906..00000000 Binary files a/public/images/contests/mo.xcf and /dev/null differ diff --git a/public/images/courses/course-1.jpg b/public/images/courses/course-1.jpg deleted file mode 100755 index 8a3484d1..00000000 Binary files a/public/images/courses/course-1.jpg and /dev/null differ diff --git a/public/images/courses/course-2.jpg b/public/images/courses/course-2.jpg deleted file mode 100755 index 38c91edd..00000000 Binary files a/public/images/courses/course-2.jpg and /dev/null differ diff --git a/public/images/courses/course-3.jpg b/public/images/courses/course-3.jpg deleted file mode 100755 index 99188f04..00000000 Binary files a/public/images/courses/course-3.jpg and /dev/null differ diff --git a/public/images/courses/course-4.jpg b/public/images/courses/course-4.jpg deleted file mode 100755 index b4714971..00000000 Binary files a/public/images/courses/course-4.jpg and /dev/null differ diff --git a/public/images/courses/course-5.jpg b/public/images/courses/course-5.jpg deleted file mode 100755 index 8ad72e9d..00000000 Binary files a/public/images/courses/course-5.jpg and /dev/null differ diff --git a/public/images/courses/course-6.jpg b/public/images/courses/course-6.jpg deleted file mode 100755 index 990f847a..00000000 Binary files a/public/images/courses/course-6.jpg and /dev/null differ diff --git a/public/images/courses/course-single.jpg b/public/images/courses/course-single.jpg deleted file mode 100755 index e1354320..00000000 Binary files a/public/images/courses/course-single.jpg and /dev/null differ diff --git a/public/images/event-speakers/speaker-1.jpg b/public/images/event-speakers/speaker-1.jpg deleted file mode 100755 index 0f5493e9..00000000 Binary files a/public/images/event-speakers/speaker-1.jpg and /dev/null differ diff --git a/public/images/event-speakers/speaker-2.jpg b/public/images/event-speakers/speaker-2.jpg deleted file mode 100755 index 86ccf4fe..00000000 Binary files a/public/images/event-speakers/speaker-2.jpg and /dev/null differ diff --git a/public/images/event-speakers/speaker-3.jpg b/public/images/event-speakers/speaker-3.jpg deleted file mode 100755 index 9f4ce19b..00000000 Binary files a/public/images/event-speakers/speaker-3.jpg and /dev/null differ diff --git a/public/images/event-speakers/speaker-4.jpg b/public/images/event-speakers/speaker-4.jpg deleted file mode 100755 index df0df138..00000000 Binary files a/public/images/event-speakers/speaker-4.jpg and /dev/null differ diff --git a/public/images/events/event-1.jpg b/public/images/events/event-1.jpg deleted file mode 100755 index 2f69484f..00000000 Binary files a/public/images/events/event-1.jpg and /dev/null differ diff --git a/public/images/events/event-2.jpg b/public/images/events/event-2.jpg deleted file mode 100755 index 36e822d6..00000000 Binary files a/public/images/events/event-2.jpg and /dev/null differ diff --git a/public/images/events/event-3.jpg b/public/images/events/event-3.jpg deleted file mode 100755 index 326050a0..00000000 Binary files a/public/images/events/event-3.jpg and /dev/null differ diff --git a/public/images/favicon.png b/public/images/favicon.png deleted file mode 100644 index df46759b..00000000 Binary files a/public/images/favicon.png and /dev/null differ diff --git a/public/images/favicon.svg b/public/images/favicon.svg deleted file mode 100644 index 89188a75..00000000 --- a/public/images/favicon.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/public/images/forms/Aufnahmeantrag.pdf b/public/images/forms/Aufnahmeantrag.pdf deleted file mode 100644 index c26aacc8..00000000 Binary files a/public/images/forms/Aufnahmeantrag.pdf and /dev/null differ diff --git a/public/images/forms/Gesundheitsbogen_Coronavirus.pdf b/public/images/forms/Gesundheitsbogen_Coronavirus.pdf deleted file mode 100644 index 92678165..00000000 Binary files a/public/images/forms/Gesundheitsbogen_Coronavirus.pdf and /dev/null differ diff --git a/public/images/forms/corona.jpg b/public/images/forms/corona.jpg deleted file mode 100644 index 2f327d80..00000000 Binary files a/public/images/forms/corona.jpg and /dev/null differ diff --git a/public/images/forms/logo_202.png b/public/images/forms/logo_202.png deleted file mode 100644 index af9b02ac..00000000 Binary files a/public/images/forms/logo_202.png and /dev/null differ diff --git a/public/images/forms/research-1.jpg b/public/images/forms/research-1.jpg deleted file mode 100755 index effd8e4b..00000000 Binary files a/public/images/forms/research-1.jpg and /dev/null differ diff --git a/public/images/forms/research-2.jpg b/public/images/forms/research-2.jpg deleted file mode 100755 index ec2473fe..00000000 Binary files a/public/images/forms/research-2.jpg and /dev/null differ diff --git a/public/images/forms/research-3.jpg b/public/images/forms/research-3.jpg deleted file mode 100755 index 47c06c57..00000000 Binary files a/public/images/forms/research-3.jpg and /dev/null differ diff --git a/public/images/forms/research-4.jpg b/public/images/forms/research-4.jpg deleted file mode 100755 index 20983c5b..00000000 Binary files a/public/images/forms/research-4.jpg and /dev/null differ diff --git a/public/images/forms/research-5.jpg b/public/images/forms/research-5.jpg deleted file mode 100755 index 9cac11c4..00000000 Binary files a/public/images/forms/research-5.jpg and /dev/null differ diff --git a/public/images/forms/research-6.jpg b/public/images/forms/research-6.jpg deleted file mode 100755 index f46e362c..00000000 Binary files a/public/images/forms/research-6.jpg and /dev/null differ diff --git a/public/images/ganztagsangebote/ag.jpg b/public/images/ganztagsangebote/ag.jpg deleted file mode 100644 index 2d8e6fbc..00000000 Binary files a/public/images/ganztagsangebote/ag.jpg and /dev/null differ diff --git a/public/images/ganztagsangebote/blender.png b/public/images/ganztagsangebote/blender.png deleted file mode 100644 index 97c48f44..00000000 Binary files a/public/images/ganztagsangebote/blender.png and /dev/null differ diff --git a/public/images/ganztagsangebote/cantortechnik.png b/public/images/ganztagsangebote/cantortechnik.png deleted file mode 100644 index 4502c954..00000000 Binary files a/public/images/ganztagsangebote/cantortechnik.png and /dev/null differ diff --git a/public/images/ganztagsangebote/mathematik.jpg b/public/images/ganztagsangebote/mathematik.jpg deleted file mode 100644 index 0f2b1396..00000000 Binary files a/public/images/ganztagsangebote/mathematik.jpg and /dev/null differ diff --git a/public/images/ganztagsangebote/nawigator.jpg b/public/images/ganztagsangebote/nawigator.jpg deleted file mode 100644 index 5e59f793..00000000 Binary files a/public/images/ganztagsangebote/nawigator.jpg and /dev/null differ diff --git a/public/images/gcg.JPG b/public/images/gcg.JPG deleted file mode 100644 index 6dcbc0df..00000000 Binary files a/public/images/gcg.JPG and /dev/null differ diff --git a/public/images/icon.png b/public/images/icon.png deleted file mode 100644 index 40236a83..00000000 Binary files a/public/images/icon.png and /dev/null differ diff --git a/public/images/image.png b/public/images/image.png deleted file mode 100644 index be364619..00000000 Binary files a/public/images/image.png and /dev/null differ diff --git a/public/images/image.xcf b/public/images/image.xcf deleted file mode 100644 index f8d339bb..00000000 Binary files a/public/images/image.xcf and /dev/null differ diff --git a/public/images/logo.png b/public/images/logo.png deleted file mode 100644 index f1c57f79..00000000 Binary files a/public/images/logo.png and /dev/null differ diff --git a/public/images/logo.svg b/public/images/logo.svg deleted file mode 100644 index 0ad02596..00000000 --- a/public/images/logo.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - GCG - - diff --git a/public/images/logo_small.png b/public/images/logo_small.png deleted file mode 100644 index 5ffc72ed..00000000 Binary files a/public/images/logo_small.png and /dev/null differ diff --git a/public/images/logo_small.svg b/public/images/logo_small.svg deleted file mode 100644 index a55933d5..00000000 --- a/public/images/logo_small.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/public/images/logo_y.png b/public/images/logo_y.png deleted file mode 100644 index aab4eb72..00000000 Binary files a/public/images/logo_y.png and /dev/null differ diff --git a/public/images/logo_y.svg b/public/images/logo_y.svg deleted file mode 100644 index cab86591..00000000 --- a/public/images/logo_y.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - GCG - - diff --git a/public/images/marker.png b/public/images/marker.png deleted file mode 100755 index c410c033..00000000 Binary files a/public/images/marker.png and /dev/null differ diff --git a/public/images/people/dkonovalov.png b/public/images/people/dkonovalov.png deleted file mode 100644 index e04a89d9..00000000 Binary files a/public/images/people/dkonovalov.png and /dev/null differ diff --git a/public/images/preloader.gif b/public/images/preloader.gif deleted file mode 100755 index eec2936c..00000000 Binary files a/public/images/preloader.gif and /dev/null differ diff --git a/public/images/scholarship/scholarship-item-1.jpg b/public/images/scholarship/scholarship-item-1.jpg deleted file mode 100755 index 49d5b561..00000000 Binary files a/public/images/scholarship/scholarship-item-1.jpg and /dev/null differ diff --git a/public/images/scholarship/scholarship-item-2.jpg b/public/images/scholarship/scholarship-item-2.jpg deleted file mode 100755 index c9bf349f..00000000 Binary files a/public/images/scholarship/scholarship-item-2.jpg and /dev/null differ diff --git a/public/images/scholarship/scholarship-item-3.jpg b/public/images/scholarship/scholarship-item-3.jpg deleted file mode 100755 index 506eb3ee..00000000 Binary files a/public/images/scholarship/scholarship-item-3.jpg and /dev/null differ diff --git a/public/images/scholarship/scholarship.jpg b/public/images/scholarship/scholarship.jpg deleted file mode 100755 index 99d46455..00000000 Binary files a/public/images/scholarship/scholarship.jpg and /dev/null differ diff --git a/public/images/school/._sync_5fcbb3163c67.db b/public/images/school/._sync_5fcbb3163c67.db deleted file mode 100644 index 17f3197e..00000000 Binary files a/public/images/school/._sync_5fcbb3163c67.db and /dev/null differ diff --git a/public/images/school/._sync_5fcbb3163c67.db-shm b/public/images/school/._sync_5fcbb3163c67.db-shm deleted file mode 100644 index fe9ac284..00000000 Binary files a/public/images/school/._sync_5fcbb3163c67.db-shm and /dev/null differ diff --git a/public/images/school/._sync_5fcbb3163c67.db-wal b/public/images/school/._sync_5fcbb3163c67.db-wal deleted file mode 100644 index e69de29b..00000000 diff --git a/public/images/school/Bild_1.jpg b/public/images/school/Bild_1.jpg deleted file mode 100644 index 5a4f5f6d..00000000 Binary files a/public/images/school/Bild_1.jpg and /dev/null differ diff --git a/public/images/school/Bild_10.jpg b/public/images/school/Bild_10.jpg deleted file mode 100644 index b736dd60..00000000 Binary files a/public/images/school/Bild_10.jpg and /dev/null differ diff --git a/public/images/school/Bild_11.jpg b/public/images/school/Bild_11.jpg deleted file mode 100644 index 62d15de4..00000000 Binary files a/public/images/school/Bild_11.jpg and /dev/null differ diff --git a/public/images/school/Bild_2.jpg b/public/images/school/Bild_2.jpg deleted file mode 100644 index 56624880..00000000 Binary files a/public/images/school/Bild_2.jpg and /dev/null differ diff --git a/public/images/school/Bild_3.jpg b/public/images/school/Bild_3.jpg deleted file mode 100644 index b8787b6d..00000000 Binary files a/public/images/school/Bild_3.jpg and /dev/null differ diff --git a/public/images/school/Bild_4.jpg b/public/images/school/Bild_4.jpg deleted file mode 100644 index 7b2c59f4..00000000 Binary files a/public/images/school/Bild_4.jpg and /dev/null differ diff --git a/public/images/school/Bild_5.jpg b/public/images/school/Bild_5.jpg deleted file mode 100644 index dcbdd238..00000000 Binary files a/public/images/school/Bild_5.jpg and /dev/null differ diff --git a/public/images/school/Bild_6.jpg b/public/images/school/Bild_6.jpg deleted file mode 100644 index c139e0ae..00000000 Binary files a/public/images/school/Bild_6.jpg and /dev/null differ diff --git a/public/images/school/Bild_7.jpg b/public/images/school/Bild_7.jpg deleted file mode 100644 index 640c8239..00000000 Binary files a/public/images/school/Bild_7.jpg and /dev/null differ diff --git a/public/images/school/Bild_8.jpeg b/public/images/school/Bild_8.jpeg deleted file mode 100644 index 6ed4985f..00000000 Binary files a/public/images/school/Bild_8.jpeg and /dev/null differ diff --git a/public/images/school/Bild_9.jpg b/public/images/school/Bild_9.jpg deleted file mode 100644 index 2e7e11a1..00000000 Binary files a/public/images/school/Bild_9.jpg and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/01.png b/public/images/schulchronik/1989/biopraktikum/01.png deleted file mode 100644 index 71adb592..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/01.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/02.png b/public/images/schulchronik/1989/biopraktikum/02.png deleted file mode 100644 index 6c258ed0..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/02.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel1_800x523.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel1_800x523.png deleted file mode 100644 index ef1bd16d..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel1_800x523.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel2_409x600.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel2_409x600.png deleted file mode 100644 index a329e6f4..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel2_409x600.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel3_432x600.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel3_432x600.png deleted file mode 100644 index c5885bb8..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel3_432x600.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel4_800x515.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel4_800x515.png deleted file mode 100644 index 38c5bcaa..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel4_800x515.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel5_800x528.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel5_800x528.png deleted file mode 100644 index 82299e31..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel5_800x528.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel6_800x525.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel6_800x525.png deleted file mode 100644 index e8e06b49..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel6_800x525.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel7_800x527.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel7_800x527.png deleted file mode 100644 index d91a55e5..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel7_800x527.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel8_800x533.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel8_800x533.png deleted file mode 100644 index 9e7b6137..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel8_800x533.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel9_800x570.png b/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel9_800x570.png deleted file mode 100644 index eb5effc7..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/bio_triebel9_800x570.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00000.png b/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00000.png deleted file mode 100644 index de7daa08..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00000.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00001.png b/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00001.png deleted file mode 100644 index 61a0ad60..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00001.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00002.png b/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00002.png deleted file mode 100644 index 71adb592..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00002.png and /dev/null differ diff --git a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00005.png b/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00005.png deleted file mode 100644 index 08de4c50..00000000 Binary files a/public/images/schulchronik/1989/biopraktikum/galerie/cci13072012_00005.png and /dev/null differ diff --git a/public/images/schulchronik/1989/chemieol/zeitung.png b/public/images/schulchronik/1989/chemieol/zeitung.png deleted file mode 100644 index 3c773285..00000000 Binary files a/public/images/schulchronik/1989/chemieol/zeitung.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/aufenthaltsraum.png b/public/images/schulchronik/1989/internat/aufenthaltsraum.png deleted file mode 100644 index 6087c8a7..00000000 Binary files a/public/images/schulchronik/1989/internat/aufenthaltsraum.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/buecherregal.png b/public/images/schulchronik/1989/internat/buecherregal.png deleted file mode 100644 index afb06e82..00000000 Binary files a/public/images/schulchronik/1989/internat/buecherregal.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/eingang.png b/public/images/schulchronik/1989/internat/eingang.png deleted file mode 100644 index 4bf2b129..00000000 Binary files a/public/images/schulchronik/1989/internat/eingang.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/gebaeude.png b/public/images/schulchronik/1989/internat/gebaeude.png deleted file mode 100644 index 8b80a33a..00000000 Binary files a/public/images/schulchronik/1989/internat/gebaeude.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/kueche.png b/public/images/schulchronik/1989/internat/kueche.png deleted file mode 100644 index e76ff9ef..00000000 Binary files a/public/images/schulchronik/1989/internat/kueche.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/zimmer.png b/public/images/schulchronik/1989/internat/zimmer.png deleted file mode 100644 index 34509e53..00000000 Binary files a/public/images/schulchronik/1989/internat/zimmer.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/zimmer2.png b/public/images/schulchronik/1989/internat/zimmer2.png deleted file mode 100644 index ec1028fa..00000000 Binary files a/public/images/schulchronik/1989/internat/zimmer2.png and /dev/null differ diff --git a/public/images/schulchronik/1989/internat/zimmer3.png b/public/images/schulchronik/1989/internat/zimmer3.png deleted file mode 100644 index 13d5194d..00000000 Binary files a/public/images/schulchronik/1989/internat/zimmer3.png and /dev/null differ diff --git a/public/images/schulchronik/1990/erkennungsurkunde.png b/public/images/schulchronik/1990/erkennungsurkunde.png deleted file mode 100644 index d1af5c01..00000000 Binary files a/public/images/schulchronik/1990/erkennungsurkunde.png and /dev/null differ diff --git a/public/images/schulchronik/1990/wegbild.png b/public/images/schulchronik/1990/wegbild.png deleted file mode 100644 index 7f657c01..00000000 Binary files a/public/images/schulchronik/1990/wegbild.png and /dev/null differ diff --git a/public/images/schulchronik/1991/cantor/1.png b/public/images/schulchronik/1991/cantor/1.png deleted file mode 100644 index e59c1361..00000000 Binary files a/public/images/schulchronik/1991/cantor/1.png and /dev/null differ diff --git a/public/images/schulchronik/1991/cantor/2.png b/public/images/schulchronik/1991/cantor/2.png deleted file mode 100644 index e5dfce52..00000000 Binary files a/public/images/schulchronik/1991/cantor/2.png and /dev/null differ diff --git a/public/images/schulchronik/1991/cantor/galerie/cci16072012_00001.png b/public/images/schulchronik/1991/cantor/galerie/cci16072012_00001.png deleted file mode 100644 index 2ba66316..00000000 Binary files a/public/images/schulchronik/1991/cantor/galerie/cci16072012_00001.png and /dev/null differ diff --git a/public/images/schulchronik/1991/cantor/galerie/cci16072012_00002.png b/public/images/schulchronik/1991/cantor/galerie/cci16072012_00002.png deleted file mode 100644 index bffa97e8..00000000 Binary files a/public/images/schulchronik/1991/cantor/galerie/cci16072012_00002.png and /dev/null differ diff --git a/public/images/schulchronik/1991/cantor/galerie/cci16072012_00003.png b/public/images/schulchronik/1991/cantor/galerie/cci16072012_00003.png deleted file mode 100644 index 5c2f6686..00000000 Binary files a/public/images/schulchronik/1991/cantor/galerie/cci16072012_00003.png and /dev/null differ diff --git a/public/images/schulchronik/1991/cantor/galerie/fr.reinhardt_rettet_schild.png b/public/images/schulchronik/1991/cantor/galerie/fr.reinhardt_rettet_schild.png deleted file mode 100644 index 7c090a7e..00000000 Binary files a/public/images/schulchronik/1991/cantor/galerie/fr.reinhardt_rettet_schild.png and /dev/null differ diff --git a/public/images/schulchronik/1991/cantor/galerie/spezialschulen_nun_cantor_schule.jpg b/public/images/schulchronik/1991/cantor/galerie/spezialschulen_nun_cantor_schule.jpg deleted file mode 100644 index e03aefd0..00000000 Binary files a/public/images/schulchronik/1991/cantor/galerie/spezialschulen_nun_cantor_schule.jpg and /dev/null differ diff --git a/public/images/schulchronik/1991/förderverein/1.png b/public/images/schulchronik/1991/förderverein/1.png deleted file mode 100644 index 2d8d48b2..00000000 Binary files a/public/images/schulchronik/1991/förderverein/1.png and /dev/null differ diff --git a/public/images/schulchronik/1991/förderverein/2.png b/public/images/schulchronik/1991/förderverein/2.png deleted file mode 100644 index b38a08b7..00000000 Binary files a/public/images/schulchronik/1991/förderverein/2.png and /dev/null differ diff --git a/public/images/schulchronik/1991/förderverein/3.png b/public/images/schulchronik/1991/förderverein/3.png deleted file mode 100644 index 932049cb..00000000 Binary files a/public/images/schulchronik/1991/förderverein/3.png and /dev/null differ diff --git a/public/images/schulchronik/1991/förderverein/4.png b/public/images/schulchronik/1991/förderverein/4.png deleted file mode 100644 index d80d8f07..00000000 Binary files a/public/images/schulchronik/1991/förderverein/4.png and /dev/null differ diff --git a/public/images/schulchronik/1991/förderverein/5.png b/public/images/schulchronik/1991/förderverein/5.png deleted file mode 100644 index 69b317cb..00000000 Binary files a/public/images/schulchronik/1991/förderverein/5.png and /dev/null differ diff --git a/public/images/schulchronik/1991/lessing/lessing 1.png b/public/images/schulchronik/1991/lessing/lessing 1.png deleted file mode 100644 index 3ac22abc..00000000 Binary files a/public/images/schulchronik/1991/lessing/lessing 1.png and /dev/null differ diff --git a/public/images/schulchronik/1991/lessing/lessing 2.png b/public/images/schulchronik/1991/lessing/lessing 2.png deleted file mode 100644 index 8ccbc81c..00000000 Binary files a/public/images/schulchronik/1991/lessing/lessing 2.png and /dev/null differ diff --git a/public/images/schulchronik/1991/lessing/lessing 3.png b/public/images/schulchronik/1991/lessing/lessing 3.png deleted file mode 100644 index 49311419..00000000 Binary files a/public/images/schulchronik/1991/lessing/lessing 3.png and /dev/null differ diff --git a/public/images/schulchronik/1991/spezialklassen/1.png b/public/images/schulchronik/1991/spezialklassen/1.png deleted file mode 100644 index 30abbca2..00000000 Binary files a/public/images/schulchronik/1991/spezialklassen/1.png and /dev/null differ diff --git a/public/images/schulchronik/1991/spezialklassen/2.png b/public/images/schulchronik/1991/spezialklassen/2.png deleted file mode 100644 index 6d7236fd..00000000 Binary files a/public/images/schulchronik/1991/spezialklassen/2.png and /dev/null differ diff --git a/public/images/schulchronik/1992/verlierenmatheasseihrefrderer.bmp b/public/images/schulchronik/1992/verlierenmatheasseihrefrderer.bmp deleted file mode 100644 index 359313ef..00000000 Binary files a/public/images/schulchronik/1992/verlierenmatheasseihrefrderer.bmp and /dev/null differ diff --git a/public/images/schulchronik/1993/pfiffigehallenser.bmp b/public/images/schulchronik/1993/pfiffigehallenser.bmp deleted file mode 100644 index 8b7a50df..00000000 Binary files a/public/images/schulchronik/1993/pfiffigehallenser.bmp and /dev/null differ diff --git a/public/images/schulchronik/1993/profilbleibterhalten.bmp b/public/images/schulchronik/1993/profilbleibterhalten.bmp deleted file mode 100644 index 6a21601c..00000000 Binary files a/public/images/schulchronik/1993/profilbleibterhalten.bmp and /dev/null differ diff --git a/public/images/schulchronik/1993/vierzehnmaleinsnull.bmp b/public/images/schulchronik/1993/vierzehnmaleinsnull.bmp deleted file mode 100644 index 8b7f78a7..00000000 Binary files a/public/images/schulchronik/1993/vierzehnmaleinsnull.bmp and /dev/null differ diff --git a/public/images/schulchronik/1995/cantorgymnasiumfeierte.bmp b/public/images/schulchronik/1995/cantorgymnasiumfeierte.bmp deleted file mode 100644 index 1af649e4..00000000 Binary files a/public/images/schulchronik/1995/cantorgymnasiumfeierte.bmp and /dev/null differ diff --git a/public/images/schulchronik/1995/cantorpreis.png b/public/images/schulchronik/1995/cantorpreis.png deleted file mode 100644 index c80f68f2..00000000 Binary files a/public/images/schulchronik/1995/cantorpreis.png and /dev/null differ diff --git a/public/images/schulchronik/1996/mlu_1.png b/public/images/schulchronik/1996/mlu_1.png deleted file mode 100644 index 1d68b764..00000000 Binary files a/public/images/schulchronik/1996/mlu_1.png and /dev/null differ diff --git a/public/images/schulchronik/1996/robertstrich.png b/public/images/schulchronik/1996/robertstrich.png deleted file mode 100644 index da4afc1a..00000000 Binary files a/public/images/schulchronik/1996/robertstrich.png and /dev/null differ diff --git a/public/images/schulchronik/1997/1997_intranet.png b/public/images/schulchronik/1997/1997_intranet.png deleted file mode 100644 index 4c2e47ee..00000000 Binary files a/public/images/schulchronik/1997/1997_intranet.png and /dev/null differ diff --git a/public/images/schulchronik/1998/Programm.png b/public/images/schulchronik/1998/Programm.png deleted file mode 100644 index d718fb7c..00000000 Binary files a/public/images/schulchronik/1998/Programm.png and /dev/null differ diff --git a/public/images/schulchronik/1998/Zeitungsartikel.png b/public/images/schulchronik/1998/Zeitungsartikel.png deleted file mode 100644 index b7959f45..00000000 Binary files a/public/images/schulchronik/1998/Zeitungsartikel.png and /dev/null differ diff --git a/public/images/schulchronik/1998/nobelpreisträger.png b/public/images/schulchronik/1998/nobelpreisträger.png deleted file mode 100644 index d93c2d51..00000000 Binary files a/public/images/schulchronik/1998/nobelpreisträger.png and /dev/null differ diff --git a/public/images/schulchronik/1999/1999_info.png b/public/images/schulchronik/1999/1999_info.png deleted file mode 100644 index 5447c80e..00000000 Binary files a/public/images/schulchronik/1999/1999_info.png and /dev/null differ diff --git a/public/images/schulchronik/2000/2000mikroskop.png b/public/images/schulchronik/2000/2000mikroskop.png deleted file mode 100644 index 29e26622..00000000 Binary files a/public/images/schulchronik/2000/2000mikroskop.png and /dev/null differ diff --git a/public/images/schulchronik/2000/politiker am gcg.png b/public/images/schulchronik/2000/politiker am gcg.png deleted file mode 100644 index 6e549e59..00000000 Binary files a/public/images/schulchronik/2000/politiker am gcg.png and /dev/null differ diff --git a/public/images/schulchronik/2000/politiker_am_gcg.png b/public/images/schulchronik/2000/politiker_am_gcg.png deleted file mode 100644 index 6e549e59..00000000 Binary files a/public/images/schulchronik/2000/politiker_am_gcg.png and /dev/null differ diff --git a/public/images/schulchronik/2001/johannesrau.png b/public/images/schulchronik/2001/johannesrau.png deleted file mode 100644 index b6cd02eb..00000000 Binary files a/public/images/schulchronik/2001/johannesrau.png and /dev/null differ diff --git a/public/images/schulchronik/2001/siemens award 2001_1 4.png b/public/images/schulchronik/2001/siemens award 2001_1 4.png deleted file mode 100644 index 3e44cb48..00000000 Binary files a/public/images/schulchronik/2001/siemens award 2001_1 4.png and /dev/null differ diff --git a/public/images/schulchronik/2001/siemens award 2001_1 5.png b/public/images/schulchronik/2001/siemens award 2001_1 5.png deleted file mode 100644 index 7583ada1..00000000 Binary files a/public/images/schulchronik/2001/siemens award 2001_1 5.png and /dev/null differ diff --git a/public/images/schulchronik/2001/siemens award 2001_1 6.png b/public/images/schulchronik/2001/siemens award 2001_1 6.png deleted file mode 100644 index 88bfd5ed..00000000 Binary files a/public/images/schulchronik/2001/siemens award 2001_1 6.png and /dev/null differ diff --git a/public/images/schulchronik/2001/siemens award 2001_1 7.png b/public/images/schulchronik/2001/siemens award 2001_1 7.png deleted file mode 100644 index 1e19f7fd..00000000 Binary files a/public/images/schulchronik/2001/siemens award 2001_1 7.png and /dev/null differ diff --git a/public/images/schulchronik/2001/siemensaward.png b/public/images/schulchronik/2001/siemensaward.png deleted file mode 100644 index 1caf87dc..00000000 Binary files a/public/images/schulchronik/2001/siemensaward.png and /dev/null differ diff --git a/public/images/schulchronik/2001/uni.png b/public/images/schulchronik/2001/uni.png deleted file mode 100644 index 311cc76a..00000000 Binary files a/public/images/schulchronik/2001/uni.png and /dev/null differ diff --git a/public/images/schulchronik/2001/uni2.png b/public/images/schulchronik/2001/uni2.png deleted file mode 100644 index 244a37b7..00000000 Binary files a/public/images/schulchronik/2001/uni2.png and /dev/null differ diff --git a/public/images/schulchronik/2001/urkundekomplettnichtnurobererrand.png b/public/images/schulchronik/2001/urkundekomplettnichtnurobererrand.png deleted file mode 100644 index 2095dc7c..00000000 Binary files a/public/images/schulchronik/2001/urkundekomplettnichtnurobererrand.png and /dev/null differ diff --git a/public/images/schulchronik/2002/cantor-oper2002.png b/public/images/schulchronik/2002/cantor-oper2002.png deleted file mode 100644 index 618e70a4..00000000 Binary files a/public/images/schulchronik/2002/cantor-oper2002.png and /dev/null differ diff --git a/public/images/schulchronik/2002/dow_artikel.png b/public/images/schulchronik/2002/dow_artikel.png deleted file mode 100644 index 6f99d877..00000000 Binary files a/public/images/schulchronik/2002/dow_artikel.png and /dev/null differ diff --git a/public/images/schulchronik/2003/2004_marcus_syring.png b/public/images/schulchronik/2003/2004_marcus_syring.png deleted file mode 100644 index 41e12171..00000000 Binary files a/public/images/schulchronik/2003/2004_marcus_syring.png and /dev/null differ diff --git a/public/images/schulchronik/2003/cantor-ganztagsschule.png b/public/images/schulchronik/2003/cantor-ganztagsschule.png deleted file mode 100644 index 97a8edd1..00000000 Binary files a/public/images/schulchronik/2003/cantor-ganztagsschule.png and /dev/null differ diff --git a/public/images/schulchronik/2003/cantor-torschule.png b/public/images/schulchronik/2003/cantor-torschule.png deleted file mode 100644 index abc7b2d8..00000000 Binary files a/public/images/schulchronik/2003/cantor-torschule.png and /dev/null differ diff --git a/public/images/schulchronik/2003/proteste/bau-misere_emprt_schueler.png b/public/images/schulchronik/2003/proteste/bau-misere_emprt_schueler.png deleted file mode 100644 index 9b1972e1..00000000 Binary files a/public/images/schulchronik/2003/proteste/bau-misere_emprt_schueler.png and /dev/null differ diff --git a/public/images/schulchronik/2003/proteste/lernen_inner_bruchbude.png b/public/images/schulchronik/2003/proteste/lernen_inner_bruchbude.png deleted file mode 100644 index 8a875467..00000000 Binary files a/public/images/schulchronik/2003/proteste/lernen_inner_bruchbude.png and /dev/null differ diff --git a/public/images/schulchronik/2003/proteste/schuelerstreik-bild.png b/public/images/schulchronik/2003/proteste/schuelerstreik-bild.png deleted file mode 100644 index 27c7eae7..00000000 Binary files a/public/images/schulchronik/2003/proteste/schuelerstreik-bild.png and /dev/null differ diff --git a/public/images/schulchronik/2003/schuelerproteste.png b/public/images/schulchronik/2003/schuelerproteste.png deleted file mode 100644 index ff87459b..00000000 Binary files a/public/images/schulchronik/2003/schuelerproteste.png and /dev/null differ diff --git a/public/images/schulchronik/2004/multitalent_hofft_auf_glck.png b/public/images/schulchronik/2004/multitalent_hofft_auf_glck.png deleted file mode 100644 index cf5563f5..00000000 Binary files a/public/images/schulchronik/2004/multitalent_hofft_auf_glck.png and /dev/null differ diff --git a/public/images/schulchronik/2005/03.jpg b/public/images/schulchronik/2005/03.jpg deleted file mode 100644 index 6c4c5e36..00000000 Binary files a/public/images/schulchronik/2005/03.jpg and /dev/null differ diff --git a/public/images/schulchronik/2005/2005_ijso.png b/public/images/schulchronik/2005/2005_ijso.png deleted file mode 100644 index cc1d5cb2..00000000 Binary files a/public/images/schulchronik/2005/2005_ijso.png and /dev/null differ diff --git a/public/images/schulchronik/2005/tanz_der_zahlen_und_figuren.png b/public/images/schulchronik/2005/tanz_der_zahlen_und_figuren.png deleted file mode 100644 index efcb671f..00000000 Binary files a/public/images/schulchronik/2005/tanz_der_zahlen_und_figuren.png and /dev/null differ diff --git a/public/images/schulchronik/2006/Scheck.png b/public/images/schulchronik/2006/Scheck.png deleted file mode 100644 index 41bcb16b..00000000 Binary files a/public/images/schulchronik/2006/Scheck.png and /dev/null differ diff --git a/public/images/schulchronik/2006/Zeitung.png b/public/images/schulchronik/2006/Zeitung.png deleted file mode 100644 index 4d2040d9..00000000 Binary files a/public/images/schulchronik/2006/Zeitung.png and /dev/null differ diff --git a/public/images/schulchronik/2007/2007.31.8. cantorschueler beziehen neues gebaeude.png b/public/images/schulchronik/2007/2007.31.8. cantorschueler beziehen neues gebaeude.png deleted file mode 100644 index d9b16e6c..00000000 Binary files a/public/images/schulchronik/2007/2007.31.8. cantorschueler beziehen neues gebaeude.png and /dev/null differ diff --git a/public/images/schulchronik/2007/2007.31.8. cantorschueler beziehen neues gebaeude_2.png b/public/images/schulchronik/2007/2007.31.8. cantorschueler beziehen neues gebaeude_2.png deleted file mode 100644 index f651d92d..00000000 Binary files a/public/images/schulchronik/2007/2007.31.8. cantorschueler beziehen neues gebaeude_2.png and /dev/null differ diff --git a/public/images/schulchronik/2008/Schulhof_erhält_großes_Schachbrett.png b/public/images/schulchronik/2008/Schulhof_erhält_großes_Schachbrett.png deleted file mode 100644 index 5cba9bb3..00000000 Binary files a/public/images/schulchronik/2008/Schulhof_erhält_großes_Schachbrett.png and /dev/null differ diff --git a/public/images/schulchronik/2008/jubil20.png b/public/images/schulchronik/2008/jubil20.png deleted file mode 100644 index 7e8c84d9..00000000 Binary files a/public/images/schulchronik/2008/jubil20.png and /dev/null differ diff --git a/public/images/schulchronik/2009/Cantorforum1_4.png b/public/images/schulchronik/2009/Cantorforum1_4.png deleted file mode 100644 index b83d6c38..00000000 Binary files a/public/images/schulchronik/2009/Cantorforum1_4.png and /dev/null differ diff --git a/public/images/schulchronik/2009/cantorforum_e01.bmp b/public/images/schulchronik/2009/cantorforum_e01.bmp deleted file mode 100644 index 39a23ef5..00000000 Binary files a/public/images/schulchronik/2009/cantorforum_e01.bmp and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_01.png b/public/images/schulchronik/2010/struensee_01.png deleted file mode 100644 index bb27d985..00000000 Binary files a/public/images/schulchronik/2010/struensee_01.png and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_02.png b/public/images/schulchronik/2010/struensee_02.png deleted file mode 100644 index 7f14cec5..00000000 Binary files a/public/images/schulchronik/2010/struensee_02.png and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_03.png b/public/images/schulchronik/2010/struensee_03.png deleted file mode 100644 index 7812c7cb..00000000 Binary files a/public/images/schulchronik/2010/struensee_03.png and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_04.png b/public/images/schulchronik/2010/struensee_04.png deleted file mode 100644 index 612172ca..00000000 Binary files a/public/images/schulchronik/2010/struensee_04.png and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_05.png b/public/images/schulchronik/2010/struensee_05.png deleted file mode 100644 index 8f06e217..00000000 Binary files a/public/images/schulchronik/2010/struensee_05.png and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_06.png b/public/images/schulchronik/2010/struensee_06.png deleted file mode 100644 index 4a41f26f..00000000 Binary files a/public/images/schulchronik/2010/struensee_06.png and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_07.png b/public/images/schulchronik/2010/struensee_07.png deleted file mode 100644 index a4cf5461..00000000 Binary files a/public/images/schulchronik/2010/struensee_07.png and /dev/null differ diff --git a/public/images/schulchronik/2010/struensee_08.png b/public/images/schulchronik/2010/struensee_08.png deleted file mode 100644 index 2dd6ab84..00000000 Binary files a/public/images/schulchronik/2010/struensee_08.png and /dev/null differ diff --git a/public/images/schulchronik/2011/spendenlauf1.png b/public/images/schulchronik/2011/spendenlauf1.png deleted file mode 100644 index de73a190..00000000 Binary files a/public/images/schulchronik/2011/spendenlauf1.png and /dev/null differ diff --git a/public/images/schulchronik/2011/spendenlauf2.png b/public/images/schulchronik/2011/spendenlauf2.png deleted file mode 100644 index 785bccf6..00000000 Binary files a/public/images/schulchronik/2011/spendenlauf2.png and /dev/null differ diff --git a/public/images/schulchronik/2011/spendenlauf3.png b/public/images/schulchronik/2011/spendenlauf3.png deleted file mode 100644 index c47f11e5..00000000 Binary files a/public/images/schulchronik/2011/spendenlauf3.png and /dev/null differ diff --git a/public/images/schulchronik/2012/01/cimg2619.jpg b/public/images/schulchronik/2012/01/cimg2619.jpg deleted file mode 100644 index 2d38e363..00000000 Binary files a/public/images/schulchronik/2012/01/cimg2619.jpg and /dev/null differ diff --git a/public/images/schulchronik/2012/01/cimg2620.jpg b/public/images/schulchronik/2012/01/cimg2620.jpg deleted file mode 100644 index 00f55656..00000000 Binary files a/public/images/schulchronik/2012/01/cimg2620.jpg and /dev/null differ diff --git a/public/images/schulchronik/2012/02/cimg2623.jpg b/public/images/schulchronik/2012/02/cimg2623.jpg deleted file mode 100644 index 0a142d7a..00000000 Binary files a/public/images/schulchronik/2012/02/cimg2623.jpg and /dev/null differ diff --git a/public/images/schulchronik/2012/02/cimg2624.jpg b/public/images/schulchronik/2012/02/cimg2624.jpg deleted file mode 100644 index 98c95359..00000000 Binary files a/public/images/schulchronik/2012/02/cimg2624.jpg and /dev/null differ diff --git a/public/images/schulchronik/2012/03/cimg2629.jpg b/public/images/schulchronik/2012/03/cimg2629.jpg deleted file mode 100644 index 8419580d..00000000 Binary files a/public/images/schulchronik/2012/03/cimg2629.jpg and /dev/null differ diff --git a/public/images/schulchronik/2012/03/cimg2632.jpg b/public/images/schulchronik/2012/03/cimg2632.jpg deleted file mode 100644 index ef85a867..00000000 Binary files a/public/images/schulchronik/2012/03/cimg2632.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss001.jpg b/public/images/schulchronik/2013/02/imagesss001.jpg deleted file mode 100644 index 884008c8..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss001.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss009.jpg b/public/images/schulchronik/2013/02/imagesss009.jpg deleted file mode 100644 index 4fd68853..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss009.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss011.jpg b/public/images/schulchronik/2013/02/imagesss011.jpg deleted file mode 100644 index 055ccf78..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss011.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss013.jpg b/public/images/schulchronik/2013/02/imagesss013.jpg deleted file mode 100644 index 10e7edfd..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss013.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss016.jpg b/public/images/schulchronik/2013/02/imagesss016.jpg deleted file mode 100644 index c29d51e4..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss016.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss029.jpg b/public/images/schulchronik/2013/02/imagesss029.jpg deleted file mode 100644 index 4cdc2f00..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss029.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss033.jpg b/public/images/schulchronik/2013/02/imagesss033.jpg deleted file mode 100644 index b730b5ff..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss033.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss034.jpg b/public/images/schulchronik/2013/02/imagesss034.jpg deleted file mode 100644 index c7dd9f10..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss034.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss045.jpg b/public/images/schulchronik/2013/02/imagesss045.jpg deleted file mode 100644 index 1558a0b6..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss045.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss049.jpg b/public/images/schulchronik/2013/02/imagesss049.jpg deleted file mode 100644 index b31715d5..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss049.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/imagesss055.jpg b/public/images/schulchronik/2013/02/imagesss055.jpg deleted file mode 100644 index 4b48ff6c..00000000 Binary files a/public/images/schulchronik/2013/02/imagesss055.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280255.jpg b/public/images/schulchronik/2013/02/p9280255.jpg deleted file mode 100644 index f0a0df01..00000000 Binary files a/public/images/schulchronik/2013/02/p9280255.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280256.jpg b/public/images/schulchronik/2013/02/p9280256.jpg deleted file mode 100644 index ce34ee91..00000000 Binary files a/public/images/schulchronik/2013/02/p9280256.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280260.jpg b/public/images/schulchronik/2013/02/p9280260.jpg deleted file mode 100644 index 99463663..00000000 Binary files a/public/images/schulchronik/2013/02/p9280260.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280261.jpg b/public/images/schulchronik/2013/02/p9280261.jpg deleted file mode 100644 index c5c7608c..00000000 Binary files a/public/images/schulchronik/2013/02/p9280261.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280263.jpg b/public/images/schulchronik/2013/02/p9280263.jpg deleted file mode 100644 index beb667dd..00000000 Binary files a/public/images/schulchronik/2013/02/p9280263.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280265.jpg b/public/images/schulchronik/2013/02/p9280265.jpg deleted file mode 100644 index a19bc846..00000000 Binary files a/public/images/schulchronik/2013/02/p9280265.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280270.jpg b/public/images/schulchronik/2013/02/p9280270.jpg deleted file mode 100644 index c5d5ae2c..00000000 Binary files a/public/images/schulchronik/2013/02/p9280270.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280277.jpg b/public/images/schulchronik/2013/02/p9280277.jpg deleted file mode 100644 index 24be4bf3..00000000 Binary files a/public/images/schulchronik/2013/02/p9280277.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280323.jpg b/public/images/schulchronik/2013/02/p9280323.jpg deleted file mode 100644 index ecec961c..00000000 Binary files a/public/images/schulchronik/2013/02/p9280323.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/p9280327.jpg b/public/images/schulchronik/2013/02/p9280327.jpg deleted file mode 100644 index be068ba7..00000000 Binary files a/public/images/schulchronik/2013/02/p9280327.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/02/poster_25_jhriges_wichtig.png b/public/images/schulchronik/2013/02/poster_25_jhriges_wichtig.png deleted file mode 100644 index 02d95c66..00000000 Binary files a/public/images/schulchronik/2013/02/poster_25_jhriges_wichtig.png and /dev/null differ diff --git a/public/images/schulchronik/2013/03/poster_25_jhriges_wichtig.png b/public/images/schulchronik/2013/03/poster_25_jhriges_wichtig.png deleted file mode 100644 index 02d95c66..00000000 Binary files a/public/images/schulchronik/2013/03/poster_25_jhriges_wichtig.png and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess001.jpg b/public/images/schulchronik/2013/imagess001.jpg deleted file mode 100644 index dd3010a7..00000000 Binary files a/public/images/schulchronik/2013/imagess001.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess005.jpg b/public/images/schulchronik/2013/imagess005.jpg deleted file mode 100644 index c1c191ce..00000000 Binary files a/public/images/schulchronik/2013/imagess005.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess009.jpg b/public/images/schulchronik/2013/imagess009.jpg deleted file mode 100644 index 9f967ab4..00000000 Binary files a/public/images/schulchronik/2013/imagess009.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess013.jpg b/public/images/schulchronik/2013/imagess013.jpg deleted file mode 100644 index 7da5039e..00000000 Binary files a/public/images/schulchronik/2013/imagess013.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess016.jpg b/public/images/schulchronik/2013/imagess016.jpg deleted file mode 100644 index a55ab5b4..00000000 Binary files a/public/images/schulchronik/2013/imagess016.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess029.jpg b/public/images/schulchronik/2013/imagess029.jpg deleted file mode 100644 index 0fe8236e..00000000 Binary files a/public/images/schulchronik/2013/imagess029.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess055.jpg b/public/images/schulchronik/2013/imagess055.jpg deleted file mode 100644 index 372653f1..00000000 Binary files a/public/images/schulchronik/2013/imagess055.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess065.jpg b/public/images/schulchronik/2013/imagess065.jpg deleted file mode 100644 index bbe75120..00000000 Binary files a/public/images/schulchronik/2013/imagess065.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess097.jpg b/public/images/schulchronik/2013/imagess097.jpg deleted file mode 100644 index 6fbfbe1d..00000000 Binary files a/public/images/schulchronik/2013/imagess097.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/imagess111.jpg b/public/images/schulchronik/2013/imagess111.jpg deleted file mode 100644 index 060f414b..00000000 Binary files a/public/images/schulchronik/2013/imagess111.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270216.jpg b/public/images/schulchronik/2013/p9270216.jpg deleted file mode 100644 index 78db0f5a..00000000 Binary files a/public/images/schulchronik/2013/p9270216.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270221.jpg b/public/images/schulchronik/2013/p9270221.jpg deleted file mode 100644 index fbdb5ba6..00000000 Binary files a/public/images/schulchronik/2013/p9270221.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270222.jpg b/public/images/schulchronik/2013/p9270222.jpg deleted file mode 100644 index 8dba351d..00000000 Binary files a/public/images/schulchronik/2013/p9270222.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270228.jpg b/public/images/schulchronik/2013/p9270228.jpg deleted file mode 100644 index 598d5f94..00000000 Binary files a/public/images/schulchronik/2013/p9270228.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270229.jpg b/public/images/schulchronik/2013/p9270229.jpg deleted file mode 100644 index be5fdb41..00000000 Binary files a/public/images/schulchronik/2013/p9270229.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270232.jpg b/public/images/schulchronik/2013/p9270232.jpg deleted file mode 100644 index f4f5fd98..00000000 Binary files a/public/images/schulchronik/2013/p9270232.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270233.jpg b/public/images/schulchronik/2013/p9270233.jpg deleted file mode 100644 index a6564ea5..00000000 Binary files a/public/images/schulchronik/2013/p9270233.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270238.jpg b/public/images/schulchronik/2013/p9270238.jpg deleted file mode 100644 index e1ce205e..00000000 Binary files a/public/images/schulchronik/2013/p9270238.jpg and /dev/null differ diff --git a/public/images/schulchronik/2013/p9270243.jpg b/public/images/schulchronik/2013/p9270243.jpg deleted file mode 100644 index 9d148692..00000000 Binary files a/public/images/schulchronik/2013/p9270243.jpg and /dev/null differ diff --git a/public/images/schulchronik/2014/danksagung.jpg b/public/images/schulchronik/2014/danksagung.jpg deleted file mode 100644 index 18daeca4..00000000 Binary files a/public/images/schulchronik/2014/danksagung.jpg and /dev/null differ diff --git a/public/images/schulchronik/gründung/gruendung0002.png b/public/images/schulchronik/gründung/gruendung0002.png deleted file mode 100644 index 56f46c59..00000000 Binary files a/public/images/schulchronik/gründung/gruendung0002.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/gruendung0003.png b/public/images/schulchronik/gründung/gruendung0003.png deleted file mode 100644 index 8fa3b2d9..00000000 Binary files a/public/images/schulchronik/gründung/gruendung0003.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/gruendung0004.png b/public/images/schulchronik/gründung/gruendung0004.png deleted file mode 100644 index 9521f22e..00000000 Binary files a/public/images/schulchronik/gründung/gruendung0004.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/gruendung0005.png b/public/images/schulchronik/gründung/gruendung0005.png deleted file mode 100644 index ff9549a9..00000000 Binary files a/public/images/schulchronik/gründung/gruendung0005.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/gründung_1.png b/public/images/schulchronik/gründung/gründung_1.png deleted file mode 100644 index 040d2ba1..00000000 Binary files a/public/images/schulchronik/gründung/gründung_1.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/gründungsurkunde.png b/public/images/schulchronik/gründung/gründungsurkunde.png deleted file mode 100644 index a295a2ec..00000000 Binary files a/public/images/schulchronik/gründung/gründungsurkunde.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/lehrer_ad_fontes.jpg b/public/images/schulchronik/gründung/lehrer_ad_fontes.jpg deleted file mode 100644 index 220a4faf..00000000 Binary files a/public/images/schulchronik/gründung/lehrer_ad_fontes.jpg and /dev/null differ diff --git a/public/images/schulchronik/gründung/schulalltag/schulgrndung1.png b/public/images/schulchronik/gründung/schulalltag/schulgrndung1.png deleted file mode 100644 index 9a6d42d0..00000000 Binary files a/public/images/schulchronik/gründung/schulalltag/schulgrndung1.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/schulalltag/schulgrndung2.png b/public/images/schulchronik/gründung/schulalltag/schulgrndung2.png deleted file mode 100644 index 8058001c..00000000 Binary files a/public/images/schulchronik/gründung/schulalltag/schulgrndung2.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/schulalltag/schulgrndung3.png b/public/images/schulchronik/gründung/schulalltag/schulgrndung3.png deleted file mode 100644 index 5e2d6778..00000000 Binary files a/public/images/schulchronik/gründung/schulalltag/schulgrndung3.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/schulalltag/schulgrndung4.png b/public/images/schulchronik/gründung/schulalltag/schulgrndung4.png deleted file mode 100644 index d5d10c31..00000000 Binary files a/public/images/schulchronik/gründung/schulalltag/schulgrndung4.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/schulalltag/schulgrndung5.png b/public/images/schulchronik/gründung/schulalltag/schulgrndung5.png deleted file mode 100644 index 1f741188..00000000 Binary files a/public/images/schulchronik/gründung/schulalltag/schulgrndung5.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/schulalltag/schulgrndung6.png b/public/images/schulchronik/gründung/schulalltag/schulgrndung6.png deleted file mode 100644 index 9b834411..00000000 Binary files a/public/images/schulchronik/gründung/schulalltag/schulgrndung6.png and /dev/null differ diff --git a/public/images/schulchronik/gründung/schulalltag/schulgrndung7.png b/public/images/schulchronik/gründung/schulalltag/schulgrndung7.png deleted file mode 100644 index 6013e25e..00000000 Binary files a/public/images/schulchronik/gründung/schulalltag/schulgrndung7.png and /dev/null differ diff --git a/public/images/schule.png b/public/images/schule.png deleted file mode 100644 index a7aed809..00000000 Binary files a/public/images/schule.png and /dev/null differ diff --git a/public/images/slide1.jpg b/public/images/slide1.jpg deleted file mode 100644 index 170b3754..00000000 Binary files a/public/images/slide1.jpg and /dev/null differ diff --git a/public/images/success/cds.png b/public/images/success/cds.png deleted file mode 100644 index 40c959f3..00000000 Binary files a/public/images/success/cds.png and /dev/null differ diff --git a/public/images/success/mo.png b/public/images/success/mo.png deleted file mode 100644 index 7654bae4..00000000 Binary files a/public/images/success/mo.png and /dev/null differ diff --git a/public/images/success/po.png b/public/images/success/po.png deleted file mode 100644 index c7a4ff67..00000000 Binary files a/public/images/success/po.png and /dev/null differ diff --git a/public/images/success/success_banner.png b/public/images/success/success_banner.png deleted file mode 100755 index e4dbe1c9..00000000 Binary files a/public/images/success/success_banner.png and /dev/null differ diff --git a/public/images/success/website_logo.png b/public/images/success/website_logo.png deleted file mode 100644 index aca456b3..00000000 Binary files a/public/images/success/website_logo.png and /dev/null differ diff --git a/public/images/teachers/cschapitz.png b/public/images/teachers/cschapitz.png deleted file mode 100644 index 1791f1d9..00000000 Binary files a/public/images/teachers/cschapitz.png and /dev/null differ diff --git a/public/images/teachers/image.png b/public/images/teachers/image.png deleted file mode 100644 index 78b870ba..00000000 Binary files a/public/images/teachers/image.png and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 3976aa7f..00000000 --- a/public/index.html +++ /dev/null @@ -1 +0,0 @@ -https://eesev9ie.github.io/de \ No newline at end of file diff --git a/public/js/load-photoswipe.js b/public/js/load-photoswipe.js deleted file mode 100644 index 978c66df..00000000 --- a/public/js/load-photoswipe.js +++ /dev/null @@ -1,80 +0,0 @@ -/* -Put this file in /static/js/load-photoswipe.js -Documentation and licence at https://github.com/liwenyip/hugo-easy-gallery/ -*/ - -/* Show an alert if this js file has been loaded twice */ -if (window.loadphotoswipejs) { - window.alert("You've loaded load-photoswipe.js twice. See https://github.com/liwenyip/hugo-easy-gallery/issues/6") -} -var loadphotoswipejs = 1 - -/* TODO: Make the share function work */ -$( document ).ready(function() { - /* - Initialise Photoswipe - */ - var items = []; // array of slide objects that will be passed to PhotoSwipe() - // for every figure element on the page: - $('figure').each( function() { - if ($(this).attr('class') == 'no-photoswipe') return true; // ignore any figures where class="no-photoswipe" - // get properties from child a/img/figcaption elements, - var $figure = $(this), - $a = $figure.find('a'), - $img = $figure.find('img'), - $src = $a.attr('href'), - $title = $img.attr('alt'), - $msrc = $img.attr('src'); - // if data-size on tag is set, read it and create an item - if ($a.data('size')) { - var $size = $a.data('size').split('x'); - var item = { - src : $src, - w : $size[0], - h : $size[1], - title : $title, - msrc : $msrc - }; - console.log("Using pre-defined dimensions for " + $src); - // if not, set temp default size then load the image to check actual size - } else { - var item = { - src : $src, - w : 800, // temp default size - h : 600, // temp default size - title : $title, - msrc : $msrc - }; - console.log("Using default dimensions for " + $src); - // load the image to check its dimensions - // update the item as soon as w and h are known (check every 30ms) - var img = new Image(); - img.src = $src; - var wait = setInterval(function() { - var w = img.naturalWidth, - h = img.naturalHeight; - if (w && h) { - clearInterval(wait); - item.w = w; - item.h = h; - console.log("Got actual dimensions for " + img.src); - } - }, 30); - } - // Save the index of this image then add it to the array - var index = items.length; - items.push(item); - // Event handler for click on a figure - $figure.on('click', function(event) { - event.preventDefault(); // prevent the normal behaviour i.e. load the hyperlink - // Get the PSWP element and initialise it with the desired options - var $pswp = $('.pswp')[0]; - var options = { - index: index, - bgOpacity: 0.8, - showHideOpacity: true - } - new PhotoSwipe($pswp, PhotoSwipeUI_Default, items, options).init(); - }); - }); -}); \ No newline at end of file diff --git a/public/js/script.min.js b/public/js/script.min.js deleted file mode 100644 index ba947eff..00000000 --- a/public/js/script.min.js +++ /dev/null @@ -1,4 +0,0 @@ -(function($){'use strict';$(window).on('load',function(){$('.preloader').fadeOut(100);});$(window).scroll(function(){var height=$('.top-header').innerHeight();if($('header').offset().top>10){$('.top-header').addClass('hide');$('.navigation').addClass('nav-bg');$('.navigation').css('margin-top','-'+height+'px');}else{$('.top-header').removeClass('hide');$('.navigation').removeClass('nav-bg');$('.navigation').css('margin-top','-'+0+'px');}});$('[data-background]').each(function(){$(this).css({'background-image':'url('+$(this).data('background')+')'});});$('.hero-slider').slick({autoplay:true,autoplaySpeed:7500,pauseOnFocus:false,pauseOnHover:false,infinite:true,arrows:true,fade:true,prevArrow:'',nextArrow:'',dots:true});$('.hero-slider').slickAnimation();$(document).ready(function(){$('.venobox').venobox();});$(document).ready(function(){var containerEl=document.querySelector('.filtr-container');var filterizd;if(containerEl){filterizd=$('.filtr-container').filterizr({});} -$('.filter-controls li').on('click',function(){$('.filter-controls li').removeClass('active');$(this).addClass('active');});});function counter(){var oTop;if($('.count').length!==0){oTop=$('.count').offset().top-window.innerHeight;} -if($(window).scrollTop()>oTop){$('.count').each(function(){var $this=$(this),countTo=$this.attr('data-count');$({countNum:$this.text()}).animate({countNum:countTo},{duration:1000,easing:'swing',step:function(){$this.text(Math.floor(this.countNum));},complete:function(){$this.text(this.countNum);}});});}} -$(window).on('scroll',function(){counter();});$(document).ready(function(){$('.has-animation').each(function(index){$(this).delay($(this).data('delay')).queue(function(){$(this).addClass('animate-in');});});});})(jQuery); \ No newline at end of file diff --git a/public/plugins/animate/animate.css b/public/plugins/animate/animate.css deleted file mode 100755 index 943f8454..00000000 --- a/public/plugins/animate/animate.css +++ /dev/null @@ -1,3623 +0,0 @@ -@charset "UTF-8"; - -/*! - * animate.css -http://daneden.me/animate - * Version - 3.7.0 - * Licensed under the MIT license - http://opensource.org/licenses/MIT - * - * Copyright (c) 2018 Daniel Eden - */ - -@-webkit-keyframes bounce { - from, - 20%, - 53%, - 80%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 40%, - 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -4px, 0); - transform: translate3d(0, -4px, 0); - } -} - -@keyframes bounce { - from, - 20%, - 53%, - 80%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 40%, - 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -4px, 0); - transform: translate3d(0, -4px, 0); - } -} - -.bounce { - -webkit-animation-name: bounce; - animation-name: bounce; - -webkit-transform-origin: center bottom; - transform-origin: center bottom; -} - -@-webkit-keyframes flash { - from, - 50%, - to { - opacity: 1; - } - - 25%, - 75% { - opacity: 0; - } -} - -@keyframes flash { - from, - 50%, - to { - opacity: 1; - } - - 25%, - 75% { - opacity: 0; - } -} - -.flash { - -webkit-animation-name: flash; - animation-name: flash; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes pulse { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes pulse { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.pulse { - -webkit-animation-name: pulse; - animation-name: pulse; -} - -@-webkit-keyframes rubberBand { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(0.95, 1.05, 1); - transform: scale3d(0.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, 0.95, 1); - transform: scale3d(1.05, 0.95, 1); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes rubberBand { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(0.95, 1.05, 1); - transform: scale3d(0.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, 0.95, 1); - transform: scale3d(1.05, 0.95, 1); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.rubberBand { - -webkit-animation-name: rubberBand; - animation-name: rubberBand; -} - -@-webkit-keyframes shake { - from, - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, - 30%, - 50%, - 70%, - 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, - 40%, - 60%, - 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -@keyframes shake { - from, - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, - 30%, - 50%, - 70%, - 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, - 40%, - 60%, - 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -.shake { - -webkit-animation-name: shake; - animation-name: shake; -} - -@-webkit-keyframes headShake { - 0% { - -webkit-transform: translateX(0); - transform: translateX(0); - } - - 6.5% { - -webkit-transform: translateX(-6px) rotateY(-9deg); - transform: translateX(-6px) rotateY(-9deg); - } - - 18.5% { - -webkit-transform: translateX(5px) rotateY(7deg); - transform: translateX(5px) rotateY(7deg); - } - - 31.5% { - -webkit-transform: translateX(-3px) rotateY(-5deg); - transform: translateX(-3px) rotateY(-5deg); - } - - 43.5% { - -webkit-transform: translateX(2px) rotateY(3deg); - transform: translateX(2px) rotateY(3deg); - } - - 50% { - -webkit-transform: translateX(0); - transform: translateX(0); - } -} - -@keyframes headShake { - 0% { - -webkit-transform: translateX(0); - transform: translateX(0); - } - - 6.5% { - -webkit-transform: translateX(-6px) rotateY(-9deg); - transform: translateX(-6px) rotateY(-9deg); - } - - 18.5% { - -webkit-transform: translateX(5px) rotateY(7deg); - transform: translateX(5px) rotateY(7deg); - } - - 31.5% { - -webkit-transform: translateX(-3px) rotateY(-5deg); - transform: translateX(-3px) rotateY(-5deg); - } - - 43.5% { - -webkit-transform: translateX(2px) rotateY(3deg); - transform: translateX(2px) rotateY(3deg); - } - - 50% { - -webkit-transform: translateX(0); - transform: translateX(0); - } -} - -.headShake { - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - -webkit-animation-name: headShake; - animation-name: headShake; -} - -@-webkit-keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - to { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -@keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - to { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -.swing { - -webkit-transform-origin: top center; - transform-origin: top center; - -webkit-animation-name: swing; - animation-name: swing; -} - -@-webkit-keyframes tada { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, - 20% { - -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); - } - - 30%, - 50%, - 70%, - 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, - 60%, - 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes tada { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, - 20% { - -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); - } - - 30%, - 50%, - 70%, - 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, - 60%, - 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.tada { - -webkit-animation-name: tada; - animation-name: tada; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes wobble { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes wobble { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.wobble { - -webkit-animation-name: wobble; - animation-name: wobble; -} - -@-webkit-keyframes jello { - from, - 11.1%, - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg); - } - - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - } -} - -@keyframes jello { - from, - 11.1%, - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg); - } - - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - } -} - -.jello { - -webkit-animation-name: jello; - animation-name: jello; - -webkit-transform-origin: center; - transform-origin: center; -} - -@-webkit-keyframes heartBeat { - 0% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 14% { - -webkit-transform: scale(1.3); - transform: scale(1.3); - } - - 28% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 42% { - -webkit-transform: scale(1.3); - transform: scale(1.3); - } - - 70% { - -webkit-transform: scale(1); - transform: scale(1); - } -} - -@keyframes heartBeat { - 0% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 14% { - -webkit-transform: scale(1.3); - transform: scale(1.3); - } - - 28% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 42% { - -webkit-transform: scale(1.3); - transform: scale(1.3); - } - - 70% { - -webkit-transform: scale(1); - transform: scale(1); - } -} - -.heartBeat { - -webkit-animation-name: heartBeat; - animation-name: heartBeat; - -webkit-animation-duration: 1.3s; - animation-duration: 1.3s; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; -} - -@-webkit-keyframes bounceIn { - from, - 20%, - 40%, - 60%, - 80%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(0.9, 0.9, 0.9); - transform: scale3d(0.9, 0.9, 0.9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(0.97, 0.97, 0.97); - transform: scale3d(0.97, 0.97, 0.97); - } - - to { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes bounceIn { - from, - 20%, - 40%, - 60%, - 80%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(0.9, 0.9, 0.9); - transform: scale3d(0.9, 0.9, 0.9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(0.97, 0.97, 0.97); - transform: scale3d(0.97, 0.97, 0.97); - } - - to { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.bounceIn { - -webkit-animation-duration: 0.75s; - animation-duration: 0.75s; - -webkit-animation-name: bounceIn; - animation-name: bounceIn; -} - -@-webkit-keyframes bounceInDown { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInDown { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInDown { - -webkit-animation-name: bounceInDown; - animation-name: bounceInDown; -} - -@-webkit-keyframes bounceInLeft { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInLeft { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInLeft { - -webkit-animation-name: bounceInLeft; - animation-name: bounceInLeft; -} - -@-webkit-keyframes bounceInRight { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - from { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInRight { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - from { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInRight { - -webkit-animation-name: bounceInRight; - animation-name: bounceInRight; -} - -@-webkit-keyframes bounceInUp { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - from { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInUp { - from, - 60%, - 75%, - 90%, - to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - } - - from { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInUp { - -webkit-animation-name: bounceInUp; - animation-name: bounceInUp; -} - -@-webkit-keyframes bounceOut { - 20% { - -webkit-transform: scale3d(0.9, 0.9, 0.9); - transform: scale3d(0.9, 0.9, 0.9); - } - - 50%, - 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - to { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } -} - -@keyframes bounceOut { - 20% { - -webkit-transform: scale3d(0.9, 0.9, 0.9); - transform: scale3d(0.9, 0.9, 0.9); - } - - 50%, - 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - to { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } -} - -.bounceOut { - -webkit-animation-duration: 0.75s; - animation-duration: 0.75s; - -webkit-animation-name: bounceOut; - animation-name: bounceOut; -} - -@-webkit-keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, - 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, - 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.bounceOutDown { - -webkit-animation-name: bounceOutDown; - animation-name: bounceOutDown; -} - -@-webkit-keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.bounceOutLeft { - -webkit-animation-name: bounceOutLeft; - animation-name: bounceOutLeft; -} - -@-webkit-keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.bounceOutRight { - -webkit-animation-name: bounceOutRight; - animation-name: bounceOutRight; -} - -@-webkit-keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, - 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, - 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.bounceOutUp { - -webkit-animation-name: bounceOutUp; - animation-name: bounceOutUp; -} - -@-webkit-keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - -@keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - -.fadeIn { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; -} - -@-webkit-keyframes fadeInDown { - from { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInDown { - from { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInDown { - -webkit-animation-name: fadeInDown; - animation-name: fadeInDown; -} - -@-webkit-keyframes fadeInDownBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInDownBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInDownBig { - -webkit-animation-name: fadeInDownBig; - animation-name: fadeInDownBig; -} - -@-webkit-keyframes fadeInLeft { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInLeft { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInLeft { - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} - -@-webkit-keyframes fadeInLeftBig { - from { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInLeftBig { - from { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInLeftBig { - -webkit-animation-name: fadeInLeftBig; - animation-name: fadeInLeftBig; -} - -@-webkit-keyframes fadeInRight { - from { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInRight { - from { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInRight { - -webkit-animation-name: fadeInRight; - animation-name: fadeInRight; -} - -@-webkit-keyframes fadeInRightBig { - from { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInRightBig { - from { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInRightBig { - -webkit-animation-name: fadeInRightBig; - animation-name: fadeInRightBig; -} - -@-webkit-keyframes fadeInUp { - from { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInUp { - from { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInUp { - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} - -@-webkit-keyframes fadeInUpBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes fadeInUpBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.fadeInUpBig { - -webkit-animation-name: fadeInUpBig; - animation-name: fadeInUpBig; -} - -@-webkit-keyframes fadeOut { - from { - opacity: 1; - } - - to { - opacity: 0; - } -} - -@keyframes fadeOut { - from { - opacity: 1; - } - - to { - opacity: 0; - } -} - -.fadeOut { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; -} - -@-webkit-keyframes fadeOutDown { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes fadeOutDown { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.fadeOutDown { - -webkit-animation-name: fadeOutDown; - animation-name: fadeOutDown; -} - -@-webkit-keyframes fadeOutDownBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes fadeOutDownBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.fadeOutDownBig { - -webkit-animation-name: fadeOutDownBig; - animation-name: fadeOutDownBig; -} - -@-webkit-keyframes fadeOutLeft { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes fadeOutLeft { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.fadeOutLeft { - -webkit-animation-name: fadeOutLeft; - animation-name: fadeOutLeft; -} - -@-webkit-keyframes fadeOutLeftBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes fadeOutLeftBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.fadeOutLeftBig { - -webkit-animation-name: fadeOutLeftBig; - animation-name: fadeOutLeftBig; -} - -@-webkit-keyframes fadeOutRight { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes fadeOutRight { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.fadeOutRight { - -webkit-animation-name: fadeOutRight; - animation-name: fadeOutRight; -} - -@-webkit-keyframes fadeOutRightBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes fadeOutRightBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.fadeOutRightBig { - -webkit-animation-name: fadeOutRightBig; - animation-name: fadeOutRightBig; -} - -@-webkit-keyframes fadeOutUp { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes fadeOutUp { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.fadeOutUp { - -webkit-animation-name: fadeOutUp; - animation-name: fadeOutUp; -} - -@-webkit-keyframes fadeOutUpBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes fadeOutUpBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.fadeOutUpBig { - -webkit-animation-name: fadeOutUpBig; - animation-name: fadeOutUpBig; -} - -@-webkit-keyframes flip { - from { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) - rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) - rotate3d(0, 1, 0, 0deg); - transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) - rotate3d(0, 1, 0, 0deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - to { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) - rotate3d(0, 1, 0, 0deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -@keyframes flip { - from { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) - rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) - rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) - rotate3d(0, 1, 0, 0deg); - transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) - rotate3d(0, 1, 0, 0deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - to { - -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) - rotate3d(0, 1, 0, 0deg); - transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -.animated.flip { - -webkit-backface-visibility: visible; - backface-visibility: visible; - -webkit-animation-name: flip; - animation-name: flip; -} - -@-webkit-keyframes flipInX { - from { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInX { - from { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInX { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInX; - animation-name: flipInX; -} - -@-webkit-keyframes flipInY { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInY { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInY { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInY; - animation-name: flipInY; -} - -@-webkit-keyframes flipOutX { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutX { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -.flipOutX { - -webkit-animation-duration: 0.75s; - animation-duration: 0.75s; - -webkit-animation-name: flipOutX; - animation-name: flipOutX; - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; -} - -@-webkit-keyframes flipOutY { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutY { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -.flipOutY { - -webkit-animation-duration: 0.75s; - animation-duration: 0.75s; - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipOutY; - animation-name: flipOutY; -} - -@-webkit-keyframes lightSpeedIn { - from { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes lightSpeedIn { - from { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.lightSpeedIn { - -webkit-animation-name: lightSpeedIn; - animation-name: lightSpeedIn; - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; -} - -@-webkit-keyframes lightSpeedOut { - from { - opacity: 1; - } - - to { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -@keyframes lightSpeedOut { - from { - opacity: 1; - } - - to { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -.lightSpeedOut { - -webkit-animation-name: lightSpeedOut; - animation-name: lightSpeedOut; - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; -} - -@-webkit-keyframes rotateIn { - from { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -@keyframes rotateIn { - from { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -.rotateIn { - -webkit-animation-name: rotateIn; - animation-name: rotateIn; -} - -@-webkit-keyframes rotateInDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -@keyframes rotateInDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -.rotateInDownLeft { - -webkit-animation-name: rotateInDownLeft; - animation-name: rotateInDownLeft; -} - -@-webkit-keyframes rotateInDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -@keyframes rotateInDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -.rotateInDownRight { - -webkit-animation-name: rotateInDownRight; - animation-name: rotateInDownRight; -} - -@-webkit-keyframes rotateInUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -@keyframes rotateInUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -.rotateInUpLeft { - -webkit-animation-name: rotateInUpLeft; - animation-name: rotateInUpLeft; -} - -@-webkit-keyframes rotateInUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -@keyframes rotateInUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } -} - -.rotateInUpRight { - -webkit-animation-name: rotateInUpRight; - animation-name: rotateInUpRight; -} - -@-webkit-keyframes rotateOut { - from { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -@keyframes rotateOut { - from { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -.rotateOut { - -webkit-animation-name: rotateOut; - animation-name: rotateOut; -} - -@-webkit-keyframes rotateOutDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -.rotateOutDownLeft { - -webkit-animation-name: rotateOutDownLeft; - animation-name: rotateOutDownLeft; -} - -@-webkit-keyframes rotateOutDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutDownRight { - -webkit-animation-name: rotateOutDownRight; - animation-name: rotateOutDownRight; -} - -@-webkit-keyframes rotateOutUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutUpLeft { - -webkit-animation-name: rotateOutUpLeft; - animation-name: rotateOutUpLeft; -} - -@-webkit-keyframes rotateOutUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -@keyframes rotateOutUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -.rotateOutUpRight { - -webkit-animation-name: rotateOutUpRight; - animation-name: rotateOutUpRight; -} - -@-webkit-keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, - 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, - 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - to { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -@keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, - 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, - 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - to { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -.hinge { - -webkit-animation-duration: 2s; - animation-duration: 2s; - -webkit-animation-name: hinge; - animation-name: hinge; -} - -@-webkit-keyframes jackInTheBox { - from { - opacity: 0; - -webkit-transform: scale(0.1) rotate(30deg); - transform: scale(0.1) rotate(30deg); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - } - - 50% { - -webkit-transform: rotate(-10deg); - transform: rotate(-10deg); - } - - 70% { - -webkit-transform: rotate(3deg); - transform: rotate(3deg); - } - - to { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } -} - -@keyframes jackInTheBox { - from { - opacity: 0; - -webkit-transform: scale(0.1) rotate(30deg); - transform: scale(0.1) rotate(30deg); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - } - - 50% { - -webkit-transform: rotate(-10deg); - transform: rotate(-10deg); - } - - 70% { - -webkit-transform: rotate(3deg); - transform: rotate(3deg); - } - - to { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } -} - -.jackInTheBox { - -webkit-animation-name: jackInTheBox; - animation-name: jackInTheBox; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollIn { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes rollIn { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - to { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.rollIn { - -webkit-animation-name: rollIn; - animation-name: rollIn; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollOut { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -@keyframes rollOut { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -.rollOut { - -webkit-animation-name: rollOut; - animation-name: rollOut; -} - -@-webkit-keyframes zoomIn { - from { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } - - 50% { - opacity: 1; - } -} - -@keyframes zoomIn { - from { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } - - 50% { - opacity: 1; - } -} - -.zoomIn { - -webkit-animation-name: zoomIn; - animation-name: zoomIn; -} - -@-webkit-keyframes zoomInDown { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -@keyframes zoomInDown { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -.zoomInDown { - -webkit-animation-name: zoomInDown; - animation-name: zoomInDown; -} - -@-webkit-keyframes zoomInLeft { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -@keyframes zoomInLeft { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -.zoomInLeft { - -webkit-animation-name: zoomInLeft; - animation-name: zoomInLeft; -} - -@-webkit-keyframes zoomInRight { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -@keyframes zoomInRight { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -.zoomInRight { - -webkit-animation-name: zoomInRight; - animation-name: zoomInRight; -} - -@-webkit-keyframes zoomInUp { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -@keyframes zoomInUp { - from { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -.zoomInUp { - -webkit-animation-name: zoomInUp; - animation-name: zoomInUp; -} - -@-webkit-keyframes zoomOut { - from { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } - - to { - opacity: 0; - } -} - -@keyframes zoomOut { - from { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(0.3, 0.3, 0.3); - transform: scale3d(0.3, 0.3, 0.3); - } - - to { - opacity: 0; - } -} - -.zoomOut { - -webkit-animation-name: zoomOut; - animation-name: zoomOut; -} - -@-webkit-keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - to { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -@keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - to { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -.zoomOutDown { - -webkit-animation-name: zoomOutDown; - animation-name: zoomOutDown; -} - -@-webkit-keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); - transform: scale(0.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -@keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); - transform: scale(0.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -.zoomOutLeft { - -webkit-animation-name: zoomOutLeft; - animation-name: zoomOutLeft; -} - -@-webkit-keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); - transform: scale(0.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -@keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); - transform: scale(0.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -.zoomOutRight { - -webkit-animation-name: zoomOutRight; - animation-name: zoomOutRight; -} - -@-webkit-keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - to { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -@keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - } - - to { - opacity: 0; - -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); - transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); - } -} - -.zoomOutUp { - -webkit-animation-name: zoomOutUp; - animation-name: zoomOutUp; -} - -@-webkit-keyframes slideInDown { - from { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInDown { - from { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInDown { - -webkit-animation-name: slideInDown; - animation-name: slideInDown; -} - -@-webkit-keyframes slideInLeft { - from { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInLeft { - from { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInLeft { - -webkit-animation-name: slideInLeft; - animation-name: slideInLeft; -} - -@-webkit-keyframes slideInRight { - from { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInRight { - from { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInRight { - -webkit-animation-name: slideInRight; - animation-name: slideInRight; -} - -@-webkit-keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInUp { - -webkit-animation-name: slideInUp; - animation-name: slideInUp; -} - -@-webkit-keyframes slideOutDown { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes slideOutDown { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.slideOutDown { - -webkit-animation-name: slideOutDown; - animation-name: slideOutDown; -} - -@-webkit-keyframes slideOutLeft { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes slideOutLeft { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.slideOutLeft { - -webkit-animation-name: slideOutLeft; - animation-name: slideOutLeft; -} - -@-webkit-keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.slideOutRight { - -webkit-animation-name: slideOutRight; - animation-name: slideOutRight; -} - -@-webkit-keyframes slideOutUp { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes slideOutUp { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.slideOutUp { - -webkit-animation-name: slideOutUp; - animation-name: slideOutUp; -} - -.animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.animated.infinite { - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -.animated.delay-1s { - -webkit-animation-delay: 1s; - animation-delay: 1s; -} - -.animated.delay-2s { - -webkit-animation-delay: 2s; - animation-delay: 2s; -} - -.animated.delay-3s { - -webkit-animation-delay: 3s; - animation-delay: 3s; -} - -.animated.delay-4s { - -webkit-animation-delay: 4s; - animation-delay: 4s; -} - -.animated.delay-5s { - -webkit-animation-delay: 5s; - animation-delay: 5s; -} - -.animated.fast { - -webkit-animation-duration: 800ms; - animation-duration: 800ms; -} - -.animated.faster { - -webkit-animation-duration: 500ms; - animation-duration: 500ms; -} - -.animated.slow { - -webkit-animation-duration: 2s; - animation-duration: 2s; -} - -.animated.slower { - -webkit-animation-duration: 3s; - animation-duration: 3s; -} - -@media (prefers-reduced-motion) { - .animated { - -webkit-animation: unset !important; - animation: unset !important; - -webkit-transition: none !important; - transition: none !important; - } -} diff --git a/public/plugins/bootstrap/bootstrap.min.css b/public/plugins/bootstrap/bootstrap.min.css deleted file mode 100755 index 86b6845b..00000000 --- a/public/plugins/bootstrap/bootstrap.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.4.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal .list-group-item.active{margin-top:0}.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm .list-group-item.active{margin-top:0}.list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md .list-group-item.active{margin-top:0}.list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg .list-group-item.active{margin-top:0}.list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl .list-group-item.active{margin-top:0}.list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} -/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/public/plugins/bootstrap/bootstrap.min.js b/public/plugins/bootstrap/bootstrap.min.js deleted file mode 100755 index 352f54bb..00000000 --- a/public/plugins/bootstrap/bootstrap.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.4.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,function(t,g,u){"use strict";function i(t,e){for(var n=0;nthis._items.length-1||t<0))if(this._isSliding)g(this._element).one(Y.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Se,popperConfig:null},Fe="show",Ue="out",We={HIDE:"hide"+Oe,HIDDEN:"hidden"+Oe,SHOW:"show"+Oe,SHOWN:"shown"+Oe,INSERTED:"inserted"+Oe,CLICK:"click"+Oe,FOCUSIN:"focusin"+Oe,FOCUSOUT:"focusout"+Oe,MOUSEENTER:"mouseenter"+Oe,MOUSELEAVE:"mouseleave"+Oe},qe="fade",Me="show",Ke=".tooltip-inner",Qe=".arrow",Be="hover",Ve="focus",Ye="click",ze="manual",Xe=function(){function i(t,e){if("undefined"==typeof u)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=g(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.getTipElement()).hasClass(Me))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),g.removeData(this.element,this.constructor.DATA_KEY),g(this.element).off(this.constructor.EVENT_KEY),g(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&g(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new Error("Please use show on visible elements");var t=g.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){g(this.element).trigger(t);var n=_.findShadowRoot(this.element),i=g.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=_.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&g(o).addClass(qe);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();g(o).data(this.constructor.DATA_KEY,this),g.contains(this.element.ownerDocument.documentElement,this.tip)||g(o).appendTo(l),g(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new u(this.element,o,this._getPopperConfig(a)),g(o).addClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,g(e.element).trigger(e.constructor.Event.SHOWN),t===Ue&&e._leave(null,e)};if(g(this.tip).hasClass(qe)){var h=_.getTransitionDurationFromElement(this.tip);g(this.tip).one(_.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},t.hide=function(t){function e(){n._hoverState!==Fe&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),g(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),t&&t()}var n=this,i=this.getTipElement(),o=g.Event(this.constructor.Event.HIDE);if(g(this.element).trigger(o),!o.isDefaultPrevented()){if(g(i).removeClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),this._activeTrigger[Ye]=!1,this._activeTrigger[Ve]=!1,this._activeTrigger[Be]=!1,g(this.tip).hasClass(qe)){var r=_.getTransitionDurationFromElement(i);g(i).one(_.TRANSITION_END,e).emulateTransitionEnd(r)}else e();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Pe+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(g(t.querySelectorAll(Ke)),this.getTitle()),g(t).removeClass(qe+" "+Me)},t.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=we(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text())},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t=t||("function"==typeof this.config.title?this.config.title.call(this.element):this.config.title)},t._getPopperConfig=function(t){var e=this;return l({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:Qe},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},{},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,{},e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return Re[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)g(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==ze){var e=t===Be?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===Be?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),this._hideModalHandler=function(){i.element&&i.hide()},g(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");!this.element.getAttribute("title")&&"string"==t||(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Ve:Be]=!0),g(e.getTipElement()).hasClass(Me)||e._hoverState===Fe?e._hoverState=Fe:(clearTimeout(e._timeout),e._hoverState=Fe,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===Fe&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Ve:Be]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=Ue,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===Ue&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){var e=g(this.element).data();return Object.keys(e).forEach(function(t){-1!==je.indexOf(t)&&delete e[t]}),"number"==typeof(t=l({},this.constructor.Default,{},e,{},"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),_.typeCheckConfig(Ae,t,this.constructor.DefaultType),t.sanitize&&(t.template=we(t.template,t.whiteList,t.sanitizeFn)),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Le);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(g(t).removeClass(qe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ne),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ne,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return xe}},{key:"NAME",get:function(){return Ae}},{key:"DATA_KEY",get:function(){return Ne}},{key:"Event",get:function(){return We}},{key:"EVENT_KEY",get:function(){return Oe}},{key:"DefaultType",get:function(){return He}}]),i}();g.fn[Ae]=Xe._jQueryInterface,g.fn[Ae].Constructor=Xe,g.fn[Ae].noConflict=function(){return g.fn[Ae]=ke,Xe._jQueryInterface};var $e="popover",Ge="bs.popover",Je="."+Ge,Ze=g.fn[$e],tn="bs-popover",en=new RegExp("(^|\\s)"+tn+"\\S+","g"),nn=l({},Xe.Default,{placement:"right",trigger:"click",content:"",template:''}),on=l({},Xe.DefaultType,{content:"(string|element|function)"}),rn="fade",sn="show",an=".popover-header",ln=".popover-body",cn={HIDE:"hide"+Je,HIDDEN:"hidden"+Je,SHOW:"show"+Je,SHOWN:"shown"+Je,INSERTED:"inserted"+Je,CLICK:"click"+Je,FOCUSIN:"focusin"+Je,FOCUSOUT:"focusout"+Je,MOUSEENTER:"mouseenter"+Je,MOUSELEAVE:"mouseleave"+Je},hn=function(t){function i(){return t.apply(this,arguments)||this}!function(t,e){t.prototype=Object.create(e.prototype),(t.prototype.constructor=t).__proto__=e}(i,t);var e=i.prototype;return e.isWithContent=function(){return this.getTitle()||this._getContent()},e.addAttachmentClass=function(t){g(this.getTipElement()).addClass(tn+"-"+t)},e.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},e.setContent=function(){var t=g(this.getTipElement());this.setElementContent(t.find(an),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(ln),e),t.removeClass(rn+" "+sn)},e._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},e._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(en);null!==e&&0=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||tn?1:0}}(e))},p=function(t,e,r,n,o){if(void 0!==e){var s=new Error('Filterizr: expected type of option "'+t+'" to be "'+r+'", but its type is: "'+(void 0===e?"undefined":i(e))+'"'),a=!1,l=!1,u=r.includes("array");if((void 0===e?"undefined":i(e)).match(r)?a=!0:!a&&u&&(l=Array.isArray(e)),!a&&!u)throw s;if(!a&&u&&!l)throw s;var c=function(t){return t?" For further help read here: "+t:""};if(Array.isArray(n)){var f=!1;if(n.forEach(function(t){t===e&&(f=!0)}),!f)throw new Error('Filterizr: allowed values for option "'+t+'" are: '+n.map(function(t){return'"'+t+'"'}).join(", ")+'. Value received: "'+e+'".'+c(o))}else if(n instanceof RegExp){var p=e.match(n);if(!p)throw new Error('Filterizr: invalid value "'+e+'" for option "'+t+'" received.'+c(o))}}},h=/(^linear$)|(^ease-in-out$)|(^ease-in$)|(^ease-out$)|(^ease$)|(^step-start$)|(^step-end$)|(^steps\(\d\s*,\s*(end|start)\))$|(^cubic-bezier\((\d*\.*\d+)\s*,\s*(\d*\.*\d+)\s*,\s*(\d*\.*\d+)\s*,\s*(\d*\.*\d+)\))$/,d="\n webkitTransitionEnd.Filterizr \n otransitionend.Filterizr \n oTransitionEnd.Filterizr \n msTransitionEnd.Filterizr \n transitionend.Filterizr\n",v={IDLE:"IDLE",FILTERING:"FILTERING",SORTING:"SORTING",SHUFFLING:"SHUFFLING"}},function(t,e,r){"use strict";function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var n=r(2),o=r(0),s=function(){function t(t,e){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:".filtr-container",r=arguments[1];i(this,t),this.$node=a(e),this.$node.css({padding:0,position:"relative",width:"100%",display:"flex","flex-wrap":"wrap"}),this.props={FilterItems:this.getFilterItems(r),w:this.getWidth(),h:0},this.updateFilterItemsDimensions()}return s(t,[{key:"destroy",value:function(){this.$node.attr("style","").find(".filtr-item").attr("style",""),this.unbindEvents()}},{key:"getFilterItems",value:function(t){return a.map(this.$node.find(".filtr-item"),function(e,r){return new n.a(a(e),r,t)})}},{key:"push",value:function(t,e){var r=this.props.FilterItems;this.$node.append(t);var i=r.length,o=new n.a(t,i,e);this.props.FilterItems.push(o)}},{key:"calcColumns",value:function(){return Math.round(this.props.w/this.props.FilterItems[0].props.w)}},{key:"updateFilterItemsTransitionStyle",value:function(t,e,r,i){this.props.FilterItems.forEach(function(n){return n.$node.css({transition:"all "+t+"s "+e+" "+n.calcDelay(r,i)+"ms"})})}},{key:"updateHeight",value:function(t){this.props.h=t,this.$node.css("height",t)}},{key:"updateWidth",value:function(){this.props.w=this.getWidth()}},{key:"updateFilterItemsDimensions",value:function(){this.props.FilterItems.forEach(function(t){return t.updateDimensions()})}},{key:"getWidth",value:function(){return this.$node.innerWidth()}},{key:"bindTransitionEnd",value:function(t,e){this.$node.on(o.l,Object(o.e)(function(){t()},e))}},{key:"bindEvents",value:function(t){this.$node.on("filteringStart.Filterizr",t.onFilteringStart),this.$node.on("filteringEnd.Filterizr",t.onFilteringEnd),this.$node.on("shufflingStart.Filterizr",t.onShufflingStart),this.$node.on("shufflingEnd.Filterizr",t.onShufflingEnd),this.$node.on("sortingStart.Filterizr",t.onSortingStart),this.$node.on("sortingEnd.Filterizr",t.onSortingEnd)}},{key:"unbindEvents",value:function(){this.$node.off(o.l+"\n filteringStart.Filterizr \n filteringEnd.Filterizr \n shufflingStart.Filterizr \n shufflingEnd.Filterizr \n sortingStart.Filterizr \n sortingEnd.Filterizr")}},{key:"trigger",value:function(t){this.$node.trigger(t)}}]),t}();e.a=l},function(t,e,r){"use strict";function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var n=r(0),o=function(){function t(t,e){for(var r=0;r0?r[0]:a.a;this._fltr=new n.a(e,o)}else if(r.length>=1&&"string"==typeof r[0]){var s=r[0],l=Array.prototype.slice.call(r,1),c=this._fltr;switch(s){case"filter":return c.filter.apply(c,i(l)),this;case"insertItem":return c.insertItem.apply(c,i(l)),this;case"toggleFilter":return c.toggleFilter.apply(c,i(l)),this;case"sort":return c.sort.apply(c,i(l)),this;case"shuffle":return c.shuffle.apply(c,i(l)),this;case"search":return c.search.apply(c,i(l)),this;case"setOptions":return c.setOptions.apply(c,i(l)),this;case"destroy":return c.destroy.apply(c,i(l)),delete this._fltr,this;default:throw new Error("Filterizr: "+s+" is not part of the Filterizr API. Please refer to the docs for more information.")}}return this}}(f),e.default=c,r(16)},function(t,e,r){"use strict";function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var n=r(7),o=r(1),s=r(8),a=r(3),l=r(0),u=function(){function t(t,e){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:".filtr-container",r=arguments[1];i(this,t),this.options=Object(l.i)(a.a,r);var s=new o.a(e,this.options);if(!s.$node.length)throw new Error("Filterizr: could not find a container with the selector "+e+", to initialize Filterizr.");new n.a(this,this.options.controlsSelector),this.props={filterizrState:l.a.IDLE,searchTerm:"",sort:"index",sortOrder:"asc",FilterContainer:s,FilterItems:s.props.FilterItems,FilteredItems:[]},this.bindEvents(),this.filter(this.options.filter)}return u(t,[{key:"filter",value:function(t){var e=this.props,r=e.searchTerm,i=e.FilterContainer,n=e.FilterItems;i.trigger("filteringStart"),this.props.filterizrState=l.a.FILTERING,t=Array.isArray(t)?t.map(function(t){return t.toString()}):t.toString();var o=this.searchFilterItems(this.filterFilterItems(n,t),r);this.props.FilteredItems=o,this.render(o)}},{key:"destroy",value:function(){var t=this.props.FilterContainer,e=this.options.controlsSelector;t.destroy(),c(window).off("resize.Filterizr"),c(e+"[data-filter]").off("click.Filterizr"),c(e+"[data-multifilter]").off("click.Filterizr"),c(e+"[data-shuffle]").off("click.Filterizr"),c(e+"[data-search]").off("keyup.Filterizr"),c(e+"[data-sortAsc]").off("click.Filterizr"),c(e+"[data-sortDesc]").off("click.Filterizr")}},{key:"insertItem",value:function(t){var e=this.props.FilterContainer,r=t.clone().attr("style","");e.push(r,this.options);var i=this.filterFilterItems(this.props.FilterItems,this.options.filter);this.render(i)}},{key:"sort",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"index",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"asc",r=this.props,i=r.FilterContainer,n=r.FilterItems;i.trigger("sortingStart"),this.props.filterizrState=l.a.SORTING,this.props.FilterItems=this.sortFilterItems(n,t,e);var o=this.filterFilterItems(this.props.FilterItems,this.options.filter);this.props.FilteredItems=o,this.render(o)}},{key:"search",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.searchTerm,e=this.props.FilterItems,r=this.searchFilterItems(this.filterFilterItems(e,this.options.filter),t);this.props.FilteredItems=r,this.render(r)}},{key:"shuffle",value:function(){var t=this.props,e=t.FilterContainer,r=t.FilteredItems;e.trigger("shufflingStart"),this.props.filterizrState=l.a.SHUFFLING;var i=this.shuffleFilterItems(r);this.props.FilteredItems=i,this.render(i)}},{key:"setOptions",value:function(t){Object(l.c)("animationDuration",t.animationDuration,"number"),Object(l.c)("callbacks",t.callbacks,"object"),Object(l.c)("controlsSelector",t.controlsSelector,"string"),Object(l.c)("delay",t.delay,"number"),Object(l.c)("easing",t.easing,"string",l.d,"https://www.w3schools.com/cssref/css3_pr_transition-timing-function.asp"),Object(l.c)("delayMode",t.delayMode,"string",["progressive","alternate"]),Object(l.c)("filter",t.filter,"string|number|array"),Object(l.c)("filterOutCss",t.filterOutCss,"object"),Object(l.c)("filterInCss",t.filterOutCss,"object"),Object(l.c)("layout",t.layout,"string",["sameSize","vertical","horizontal","sameHeight","sameWidth","packed"]),Object(l.c)("multifilterLogicalOperator",t.multifilterLogicalOperator,"string",["and","or"]),Object(l.c)("setupControls",t.setupControls,"boolean"),this.options=Object(l.i)(this.options,t),(t.animationDuration||t.delay||t.delayMode||t.easing)&&this.props.FilterContainer.updateFilterItemsTransitionStyle(t.animationDuration,t.easing,t.delay,t.delayMode),(t.callbacks||t.animationDuration)&&this.rebindFilterContainerEvents(),t.filter&&this.filter(t.filter),t.multifilterLogicalOperator&&this.filter(this.options.filter)}},{key:"toggleFilter",value:function(t){var e=this.options.filter;"all"===e?e=t:Array.isArray(e)?e.includes(t)?(e=e.filter(function(e){return e!==t}),1===e.length&&(e=e[0])):e.push(t):e=e===t?"all":[e,t],this.options.filter=e,this.filter(this.options.filter)}},{key:"filterFilterItems",value:function(t,e){var r=this.options.multifilterLogicalOperator;return"all"===e?t:t.filter(function(t){var i=t.getCategories();return Array.isArray(e)?"or"===r?Object(l.g)(i,e).length:Object(l.b)(e,i):i.includes(e)})}},{key:"sortFilterItems",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"index",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"asc",i=Object(l.k)(t,function(t){return"index"!==e&&"sortData"!==e?t.props.data[e]:t.props[e]});return"asc"===r?i:i.reverse()}},{key:"searchFilterItems",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.props.searchTerm;return e?t.filter(function(t){return t.contentsMatchSearch(e)}):t}},{key:"shuffleFilterItems",value:function(t){for(var e=Object(l.j)(t);t.length>1&&Object(l.f)(t,e);)e=Object(l.j)(t);return e}},{key:"render",value:function(t){var e=this,r=this.options,i=r.filter,n=r.filterInCss,o=r.filterOutCss,a=r.layout,u=r.multifilterLogicalOperator;this.props.FilterItems.filter(function(t){var r=t.getCategories(),n=Array.isArray(i),o=t.contentsMatchSearch(e.props.searchTerm);return!(n?"or"===u?Object(l.g)(r,i).length:Object(l.b)(i,r):r.includes(i))||!o}).forEach(function(t){t.filterOut(o)});var c=Object(s.a)(a,this);t.forEach(function(t,e){t.filterIn(c[e],n)})}},{key:"onTransitionEndCallback",value:function(){var t=this.props,e=t.filterizrState,r=t.FilterContainer;switch(e){case l.a.FILTERING:r.trigger("filteringEnd");break;case l.a.SORTING:r.trigger("sortingEnd");break;case l.a.SHUFFLING:r.trigger("shufflingEnd")}this.props.filterizrState=l.a.IDLE}},{key:"rebindFilterContainerEvents",value:function(){var t=this,e=this.props.FilterContainer,r=this.options,i=r.animationDuration,n=r.callbacks;e.unbindEvents(),e.bindEvents(n),e.bindTransitionEnd(function(){t.onTransitionEndCallback()},i)}},{key:"bindEvents",value:function(){var t=this,e=this.props.FilterContainer;this.rebindFilterContainerEvents(),c(window).on("resize.Filterizr",Object(l.e)(function(){e.updateWidth(),e.updateFilterItemsDimensions(),t.filter(t.options.filter)},250))}}]),t}();e.a=f},function(t,e,r){"use strict";function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var n=r(0),o=function(){function t(t,e){for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:"";i(this,t),this.props={Filterizr:e,selector:r},this.setupFilterControls(),this.setupShuffleControls(),this.setupSearchControls(),this.setupSortControls()}return o(t,[{key:"setupFilterControls",value:function(){var t=this.props,e=t.Filterizr,r=t.selector;s(r+"[data-filter]").on("click.Filterizr",function(t){var r=s(t.currentTarget),i=r.attr("data-filter");e.options.filter=i,e.filter(e.options.filter)}),s(r+"[data-multifilter]").on("click.Filterizr",function(t){var r=s(t.target),i=r.attr("data-multifilter");e.toggleFilter(i)})}},{key:"setupShuffleControls",value:function(){var t=this.props,e=t.Filterizr,r=t.selector;s(r+"[data-shuffle]").on("click.Filterizr",function(){e.shuffle()})}},{key:"setupSearchControls",value:function(){var t=this.props,e=t.Filterizr,r=t.selector;s(r+"[data-search]").on("keyup.Filterizr",Object(n.e)(function(t){var r=s(t.target),i=r.val();e.props.searchTerm=i.toLowerCase(),e.search(e.props.searchTerm)},250))}},{key:"setupSortControls",value:function(){var t=this.props,e=t.Filterizr,r=t.selector;s(r+"[data-sortAsc]").on("click.Filterizr",function(){var t=s(r+"[data-sortOrder]").val();e.props.sortOrder="asc",e.sort(t,"asc")}),s(r+"[data-sortDesc]").on("click.Filterizr",function(){var t=s(r+"[data-sortOrder]").val();e.props.sortOrder="desc",e.sort(t,"desc")})}}]),t}();e.a=a},function(t,e,r){"use strict";var i=r(9),n=r(10),o=r(11),s=r(12),a=r(13),l=r(14),u=function(t,e){switch(t){case"horizontal":return Object(i.a)(e);case"vertical":return Object(n.a)(e);case"sameHeight":return Object(o.a)(e);case"sameWidth":return Object(s.a)(e);case"sameSize":return Object(a.a)(e);case"packed":return Object(l.a)(e);default:return Object(a.a)(e)}};e.a=u},function(t,e,r){"use strict";var i=function(t){var e=t.props,r=e.FilterContainer,i=e.FilteredItems,n=0,o=0,s=i.map(function(t){var e=t.props,r=e.w,i=e.h,s={left:n,top:0};return n+=r,i>o&&(o=i),s});return r.updateHeight(o),s};e.a=i},function(t,e,r){"use strict";var i=function(t){var e=t.props,r=e.FilterContainer,i=e.FilteredItems,n=0,o=i.map(function(t){var e=t.props.h,r={left:0,top:n};return n+=e,r});return r.updateHeight(n),o};e.a=i},function(t,e,r){"use strict";var i=function(t){var e=t.props,r=e.FilterContainer,i=e.FilteredItems,n=r.props.w,o=i[0].props.h,s=0,a=0,l=i.map(function(t){var e=t.props.w;a+e>n&&(s++,a=0);var r={left:a,top:o*s};return a+=e,r});return r.updateHeight((s+1)*i[0].props.h),l};e.a=i},function(t,e,r){"use strict";function i(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e=s&&a++;var c=e-s*a;return l[c]+=u,{left:c*i,top:o(n,s,e)}});return r.updateHeight(Math.max.apply(Math,i(l))),u},o=function(t,e,r){if(e<=0)return 0;var i=0;if(r=0;)i+=t[r].props.h,r-=e;return i};e.a=n},function(t,e,r){"use strict";var i=function(t){var e=t.props,r=e.FilterContainer,i=e.FilteredItems,n=r.calcColumns(),o=0,s=i.map(function(t,e){return e%n==0&&e>=n&&o++,{left:(e-n*o)*t.props.w,top:o*t.props.h}}),a=i[0]&&i[0].props.h||0;return r.updateHeight((o+1)*a),s};e.a=i},function(t,e,r){"use strict";var i=function(t){var e=t.props,r=e.FilterContainer,i=e.FilteredItems,o=new n(r.props.w),s=i.map(function(t){var e=t.props;return{w:e.w,h:e.h}});o.fit(s);var a=s.map(function(t){var e=t.fit;return{left:e.x,top:e.y}});return r.updateHeight(o.root.h),a},n=function(t){this.init(t)};n.prototype={init:function(t){this.root={x:0,y:0,w:t}},fit:function(t){var e,r,i,n=t.length,o=n>0?t[0].h:0;for(this.root.h=o,e=0;ethis.length)&&-1!==this.indexOf(t,e)}),Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(t,e){if(null==this)throw new TypeError('"this" is null or not defined');var r=Object(this),i=r.length>>>0;if(0===i)return!1;for(var n=0|e,o=Math.max(n>=0?n:i-Math.abs(n),0);o+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="
",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0 - - -Generated by Fontastic.me - - - - - - - - - - diff --git a/public/plugins/slick/fonts/slick.ttf b/public/plugins/slick/fonts/slick.ttf deleted file mode 100755 index 9d03461b..00000000 Binary files a/public/plugins/slick/fonts/slick.ttf and /dev/null differ diff --git a/public/plugins/slick/fonts/slick.woff b/public/plugins/slick/fonts/slick.woff deleted file mode 100755 index 8ee99721..00000000 Binary files a/public/plugins/slick/fonts/slick.woff and /dev/null differ diff --git a/public/plugins/slick/slick.css b/public/plugins/slick/slick.css deleted file mode 100755 index 0d537c93..00000000 --- a/public/plugins/slick/slick.css +++ /dev/null @@ -1 +0,0 @@ -.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none} \ No newline at end of file diff --git a/public/plugins/slick/slick.min.js b/public/plugins/slick/slick.min.js deleted file mode 100755 index bd349196..00000000 --- a/public/plugins/slick/slick.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):"undefined"!=typeof exports?module.exports=i(require("jquery")):i(jQuery)}(function(i){"use strict";var e,t=window.Slick||{};(e=0,t=function(t,o){var s,n=this;n.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:i(t),appendDots:i(t),arrows:!0,asNavFor:null,prevArrow:'',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(e,t){return i('