Schulchronik Vollständig
This commit is contained in:
385
public/de/anmeldung/anmeldung-formular/index.html
Normal file
385
public/de/anmeldung/anmeldung-formular/index.html
Normal file
@@ -0,0 +1,385 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de-de"><head>
|
||||
<meta charset="utf-8">
|
||||
<title>Anmeldung</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
<meta name="author" content="Themefisher">
|
||||
<meta name="generator" content="Hugo 0.69.0" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/animate/animate.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/venobox/venobox.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/scss/style.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- preloader start -->
|
||||
<div class="preloader">
|
||||
|
||||
<img src="https://eesev9ie.github.io/images/preloader.gif" alt="preloader">
|
||||
|
||||
</div>
|
||||
<!-- preloader end -->
|
||||
|
||||
<header class="fixed-top header">
|
||||
|
||||
|
||||
<div class="top-header py-2 bg-white">
|
||||
<div class="container">
|
||||
<div class="row no-gutters align-items-center">
|
||||
<div class="col-lg-4 text-center text-lg-left">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-twitter-alt"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-instagram"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://github.com/eesev9ie"><i class="ti-github"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-8 text-center text-lg-right">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color mr-3" href="tel:+49345%206903156"><strong>TELEFON : </strong> +49345 6903156</a></li>
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color" href="mailto:schulleitung@cantor-gymnasium.de"><strong>E-MAIL : </strong> schulleitung@cantor-gymnasium.de</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="navigation w-100 top-hider ">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark p-0">
|
||||
<a class="navbar-brand" href="/de"><img class="img-fluid"
|
||||
src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation"
|
||||
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse text-center" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/">Startseite</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Schule
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/about">Über die Schule</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/ganztagsangebote">Ganztagsangebote</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/event">Termine</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/wettbewerbe">Wettbewerbe</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/cantorpreis">CantorPreis</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/anmeldung">Anmeldung</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/schulchronik">Schulchronik</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Digitale Angebote
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://stundenplan24.de/20072021/mobil">Vertretugsplan</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://moodle.bildung-lsa.de/gcg">Lernplattform Moodle</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Für Schüler und Eltern
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/blog">Aktuelles</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/contact">Kontakt</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<section class="page-title-section overlay" style="background-image: url('/'),url('/images/backgrounds/page-title.png');" >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<ul class="list-inline custom-breadcrumb">
|
||||
<li class="list-inline-item h2"><a class="text-primary font-secondary" href="https://eesev9ie.github.io/">Startseite</a></li>
|
||||
<li class="list-inline-item h5"><i class="ti-angle-right text-white"></i></li>
|
||||
<li class="list-inline-item text-white h3 font-secondary">Anmeldung</li>
|
||||
</ul>
|
||||
<p class="text-lighten"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="section-sm">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 order-2 order-lg-1">
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4">
|
||||
<img src="/" alt="blog-thumb" class="img-fluid w-100">
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Geschrieben von
|
||||
:</span><a
|
||||
href="/de/author/"></a></li>
|
||||
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Datum
|
||||
:</span>01 Jan, 0001</li>
|
||||
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Kategorie
|
||||
:</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-12 my-4">
|
||||
<div class="border-bottom"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 mb-5">
|
||||
<p>Bis zum <strong>11.02.2020</strong> müssen:</p>
|
||||
<ul>
|
||||
<li>eine <a href="/de/forms/anmeldeformular/">schriftliche Anmeldung</a></li>
|
||||
<li>eine Kopie des Halbjahreszeugnisses</li>
|
||||
<li>die Schullaufbahnerklärung</li>
|
||||
</ul>
|
||||
<p>am <a href="/de/contact">Georg-Cantor-Gymnasium eingereicht</a> werden.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- sidebar -->
|
||||
<aside class="col-lg-4 order-1 order-lg-2">
|
||||
<!-- categories -->
|
||||
<div class="bg-white mb-5">
|
||||
<h4 class="mb-4">Kategorien</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li class="border-bottom"><a href="/de/categories/digitalisierung" class="d-block pb-3 mt-3">Digitalisierung</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- tags -->
|
||||
<div class="bg-white mb-5">
|
||||
<h4 class="mb-4">Tags</h4>
|
||||
<ul class="list-inline tag-list">
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/cantortechnik">Cantortechnik</a></li>
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/internet">Internet</a></li>
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/schulwebsite">Schulwebsite</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- latest post -->
|
||||
<div class="bg-white">
|
||||
<h4 class="mb-4">Neuste Beiträge</h4>
|
||||
<!-- post-item -->
|
||||
|
||||
<div class="media border-bottom border-color pb-3 mb-3">
|
||||
<a href="https://eesev9ie.github.io/de/blog/new-site/"><img class="mr-3 post-thumb-sm" src="https://eesev9ie.github.io/images/image.png"></a>
|
||||
<div class="media-body">
|
||||
<a href="https://eesev9ie.github.io/de/blog/new-site/">
|
||||
<h5 class="mt-0">Entwicklung neuer Website</h5>
|
||||
</a>
|
||||
18 Jul 2020
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
<!-- /sidebar -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
|
||||
|
||||
|
||||
<div class="footer bg-footer section border-bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0">
|
||||
|
||||
<a class="logo-footer" href="/de"><img class="img-fluid mb-4" src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<ul class="list-unstyled">
|
||||
<li class="mb-4">
|
||||
<a href="https://maps.openrouteservice.org/directions?n1=51.473292&n2=11.965606&n3=18&a=null,null,51.473292,11.965606&b=0&c=0&k1=de&k2=km">Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale)</a>
|
||||
</li>
|
||||
<li class="mb-4"><a href="mailto:schulleitung@cantor-gymnasium.de">schulleitung@cantor-gymnasium.de</a></li>
|
||||
<li class="mb-4"><a href="tel:+49345%206903156">+49345 6903156</a></li>
|
||||
<li class="mb-4">
|
||||
<a href="https://eesev9ie.github.io/de/impressum">Impressum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Links</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/anmledung">Anmeldung</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice">Informationen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/event">Termine</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Ganztags- angebote</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/blendergame/">Blender Game</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/">CantorTechnik</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/">Mathematik(Klasse 5)</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/vorlage/">Name der AG</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/nawigator/">Nawigator</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Wichtige Informationen</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice/notice-1/">Website im Entwicklungsstadium</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="copyright py-4 bg-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7 text-sm-left text-center">
|
||||
<p class="mb-0">Copyright © 2020 Georg-Cantor-Gymnasium Halle</p>
|
||||
</div>
|
||||
<div class="col-sm-5 text-sm-right text-center">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-twitter-alt text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-instagram text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://github.com/eesev9ie"><i class="ti-github text-primary"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/jQuery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/venobox/venobox.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/filterizr/jquery.filterizr.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/js/script.min.js"></script>
|
||||
|
||||
<!-- google analitycs -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
385
public/de/anmeldung/aufnahmeprüfung/index.html
Normal file
385
public/de/anmeldung/aufnahmeprüfung/index.html
Normal file
@@ -0,0 +1,385 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de-de"><head>
|
||||
<meta charset="utf-8">
|
||||
<title>Aufnahmeprüfung</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
<meta name="author" content="Themefisher">
|
||||
<meta name="generator" content="Hugo 0.69.0" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/animate/animate.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/venobox/venobox.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/scss/style.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- preloader start -->
|
||||
<div class="preloader">
|
||||
|
||||
<img src="https://eesev9ie.github.io/images/preloader.gif" alt="preloader">
|
||||
|
||||
</div>
|
||||
<!-- preloader end -->
|
||||
|
||||
<header class="fixed-top header">
|
||||
|
||||
|
||||
<div class="top-header py-2 bg-white">
|
||||
<div class="container">
|
||||
<div class="row no-gutters align-items-center">
|
||||
<div class="col-lg-4 text-center text-lg-left">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-twitter-alt"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-instagram"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://github.com/eesev9ie"><i class="ti-github"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-8 text-center text-lg-right">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color mr-3" href="tel:+49345%206903156"><strong>TELEFON : </strong> +49345 6903156</a></li>
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color" href="mailto:schulleitung@cantor-gymnasium.de"><strong>E-MAIL : </strong> schulleitung@cantor-gymnasium.de</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="navigation w-100 top-hider ">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark p-0">
|
||||
<a class="navbar-brand" href="/de"><img class="img-fluid"
|
||||
src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation"
|
||||
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse text-center" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/">Startseite</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Schule
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/about">Über die Schule</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/ganztagsangebote">Ganztagsangebote</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/event">Termine</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/wettbewerbe">Wettbewerbe</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/cantorpreis">CantorPreis</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/anmeldung">Anmeldung</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/schulchronik">Schulchronik</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Digitale Angebote
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://stundenplan24.de/20072021/mobil">Vertretugsplan</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://moodle.bildung-lsa.de/gcg">Lernplattform Moodle</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Für Schüler und Eltern
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/blog">Aktuelles</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/contact">Kontakt</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<section class="page-title-section overlay" style="background-image: url('/'),url('/images/backgrounds/page-title.png');" >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<ul class="list-inline custom-breadcrumb">
|
||||
<li class="list-inline-item h2"><a class="text-primary font-secondary" href="https://eesev9ie.github.io/">Startseite</a></li>
|
||||
<li class="list-inline-item h5"><i class="ti-angle-right text-white"></i></li>
|
||||
<li class="list-inline-item text-white h3 font-secondary">Aufnahmeprüfung</li>
|
||||
</ul>
|
||||
<p class="text-lighten"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="section-sm">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 order-2 order-lg-1">
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4">
|
||||
<img src="/" alt="blog-thumb" class="img-fluid w-100">
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Geschrieben von
|
||||
:</span><a
|
||||
href="/de/author/"></a></li>
|
||||
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Datum
|
||||
:</span>01 Jan, 0001</li>
|
||||
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Kategorie
|
||||
:</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-12 my-4">
|
||||
<div class="border-bottom"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 mb-5">
|
||||
<p>Zur Aufnahme am Georg-Cantor-Gymnasium muss eine Aufnahmeprüfung absolviert werden, die aus:</p>
|
||||
<ul>
|
||||
<li>kognitivem Fähigkeitstest(90 Minuten)</li>
|
||||
<li>Mathematikklausur(60 Minuten)</li>
|
||||
</ul>
|
||||
<p>besteht.</p>
|
||||
<p>Übungsmöglichkeiten für den kognitiven Fähigkeitstest finden Sie <a href="uebung-test">hier</a>.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- sidebar -->
|
||||
<aside class="col-lg-4 order-1 order-lg-2">
|
||||
<!-- categories -->
|
||||
<div class="bg-white mb-5">
|
||||
<h4 class="mb-4">Kategorien</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li class="border-bottom"><a href="/de/categories/digitalisierung" class="d-block pb-3 mt-3">Digitalisierung</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- tags -->
|
||||
<div class="bg-white mb-5">
|
||||
<h4 class="mb-4">Tags</h4>
|
||||
<ul class="list-inline tag-list">
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/cantortechnik">Cantortechnik</a></li>
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/internet">Internet</a></li>
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/schulwebsite">Schulwebsite</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- latest post -->
|
||||
<div class="bg-white">
|
||||
<h4 class="mb-4">Neuste Beiträge</h4>
|
||||
<!-- post-item -->
|
||||
|
||||
<div class="media border-bottom border-color pb-3 mb-3">
|
||||
<a href="https://eesev9ie.github.io/de/blog/new-site/"><img class="mr-3 post-thumb-sm" src="https://eesev9ie.github.io/images/image.png"></a>
|
||||
<div class="media-body">
|
||||
<a href="https://eesev9ie.github.io/de/blog/new-site/">
|
||||
<h5 class="mt-0">Entwicklung neuer Website</h5>
|
||||
</a>
|
||||
18 Jul 2020
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
<!-- /sidebar -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
|
||||
|
||||
|
||||
<div class="footer bg-footer section border-bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0">
|
||||
|
||||
<a class="logo-footer" href="/de"><img class="img-fluid mb-4" src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<ul class="list-unstyled">
|
||||
<li class="mb-4">
|
||||
<a href="https://maps.openrouteservice.org/directions?n1=51.473292&n2=11.965606&n3=18&a=null,null,51.473292,11.965606&b=0&c=0&k1=de&k2=km">Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale)</a>
|
||||
</li>
|
||||
<li class="mb-4"><a href="mailto:schulleitung@cantor-gymnasium.de">schulleitung@cantor-gymnasium.de</a></li>
|
||||
<li class="mb-4"><a href="tel:+49345%206903156">+49345 6903156</a></li>
|
||||
<li class="mb-4">
|
||||
<a href="https://eesev9ie.github.io/de/impressum">Impressum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Links</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/anmledung">Anmeldung</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice">Informationen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/event">Termine</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Ganztags- angebote</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/blendergame/">Blender Game</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/">CantorTechnik</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/">Mathematik(Klasse 5)</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/vorlage/">Name der AG</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/nawigator/">Nawigator</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Wichtige Informationen</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice/notice-1/">Website im Entwicklungsstadium</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="copyright py-4 bg-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7 text-sm-left text-center">
|
||||
<p class="mb-0">Copyright © 2020 Georg-Cantor-Gymnasium Halle</p>
|
||||
</div>
|
||||
<div class="col-sm-5 text-sm-right text-center">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-twitter-alt text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-instagram text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://github.com/eesev9ie"><i class="ti-github text-primary"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/jQuery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/venobox/venobox.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/filterizr/jquery.filterizr.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/js/script.min.js"></script>
|
||||
|
||||
<!-- google analitycs -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
379
public/de/anmeldung/ergebnisse/index.html
Normal file
379
public/de/anmeldung/ergebnisse/index.html
Normal file
@@ -0,0 +1,379 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de-de"><head>
|
||||
<meta charset="utf-8">
|
||||
<title>Ergebnisse</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="This is meta description">
|
||||
<meta name="author" content="Themefisher">
|
||||
<meta name="generator" content="Hugo 0.69.0" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/animate/animate.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/venobox/venobox.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/scss/style.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- preloader start -->
|
||||
<div class="preloader">
|
||||
|
||||
<img src="https://eesev9ie.github.io/images/preloader.gif" alt="preloader">
|
||||
|
||||
</div>
|
||||
<!-- preloader end -->
|
||||
|
||||
<header class="fixed-top header">
|
||||
|
||||
|
||||
<div class="top-header py-2 bg-white">
|
||||
<div class="container">
|
||||
<div class="row no-gutters align-items-center">
|
||||
<div class="col-lg-4 text-center text-lg-left">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-twitter-alt"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-instagram"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://github.com/eesev9ie"><i class="ti-github"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-8 text-center text-lg-right">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color mr-3" href="tel:+49345%206903156"><strong>TELEFON : </strong> +49345 6903156</a></li>
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color" href="mailto:schulleitung@cantor-gymnasium.de"><strong>E-MAIL : </strong> schulleitung@cantor-gymnasium.de</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="navigation w-100 top-hider ">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark p-0">
|
||||
<a class="navbar-brand" href="/de"><img class="img-fluid"
|
||||
src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation"
|
||||
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse text-center" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/">Startseite</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Schule
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/about">Über die Schule</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/ganztagsangebote">Ganztagsangebote</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/event">Termine</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/wettbewerbe">Wettbewerbe</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/cantorpreis">CantorPreis</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/anmeldung">Anmeldung</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/schulchronik">Schulchronik</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Digitale Angebote
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://stundenplan24.de/20072021/mobil">Vertretugsplan</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://moodle.bildung-lsa.de/gcg">Lernplattform Moodle</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Für Schüler und Eltern
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/blog">Aktuelles</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/contact">Kontakt</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<section class="page-title-section overlay" style="background-image: url('/'),url('/images/backgrounds/page-title.png');" >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<ul class="list-inline custom-breadcrumb">
|
||||
<li class="list-inline-item h2"><a class="text-primary font-secondary" href="https://eesev9ie.github.io/">Startseite</a></li>
|
||||
<li class="list-inline-item h5"><i class="ti-angle-right text-white"></i></li>
|
||||
<li class="list-inline-item text-white h3 font-secondary">Ergebnisse</li>
|
||||
</ul>
|
||||
<p class="text-lighten"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="section-sm">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 order-2 order-lg-1">
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4">
|
||||
<img src="/" alt="blog-thumb" class="img-fluid w-100">
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Geschrieben von
|
||||
:</span><a
|
||||
href="/de/author/"></a></li>
|
||||
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Datum
|
||||
:</span>01 Jan, 0001</li>
|
||||
|
||||
<li class="list-inline-item mr-4 mb-3 mb-md-0 text-light"><span class="font-weight-bold mr-2">Kategorie
|
||||
:</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-12 my-4">
|
||||
<div class="border-bottom"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 mb-5">
|
||||
<p>Bis zum 20.04.2020 werden ihnen die Ergebnisse der Aufnahmeprüfung schriftlich mitgeteilt.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- sidebar -->
|
||||
<aside class="col-lg-4 order-1 order-lg-2">
|
||||
<!-- categories -->
|
||||
<div class="bg-white mb-5">
|
||||
<h4 class="mb-4">Kategorien</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li class="border-bottom"><a href="/de/categories/digitalisierung" class="d-block pb-3 mt-3">Digitalisierung</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- tags -->
|
||||
<div class="bg-white mb-5">
|
||||
<h4 class="mb-4">Tags</h4>
|
||||
<ul class="list-inline tag-list">
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/cantortechnik">Cantortechnik</a></li>
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/internet">Internet</a></li>
|
||||
<li class="list-inline-item mb-2"><a href="/de/tags/schulwebsite">Schulwebsite</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- latest post -->
|
||||
<div class="bg-white">
|
||||
<h4 class="mb-4">Neuste Beiträge</h4>
|
||||
<!-- post-item -->
|
||||
|
||||
<div class="media border-bottom border-color pb-3 mb-3">
|
||||
<a href="https://eesev9ie.github.io/de/blog/new-site/"><img class="mr-3 post-thumb-sm" src="https://eesev9ie.github.io/images/image.png"></a>
|
||||
<div class="media-body">
|
||||
<a href="https://eesev9ie.github.io/de/blog/new-site/">
|
||||
<h5 class="mt-0">Entwicklung neuer Website</h5>
|
||||
</a>
|
||||
18 Jul 2020
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
<!-- /sidebar -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
|
||||
|
||||
|
||||
<div class="footer bg-footer section border-bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0">
|
||||
|
||||
<a class="logo-footer" href="/de"><img class="img-fluid mb-4" src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<ul class="list-unstyled">
|
||||
<li class="mb-4">
|
||||
<a href="https://maps.openrouteservice.org/directions?n1=51.473292&n2=11.965606&n3=18&a=null,null,51.473292,11.965606&b=0&c=0&k1=de&k2=km">Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale)</a>
|
||||
</li>
|
||||
<li class="mb-4"><a href="mailto:schulleitung@cantor-gymnasium.de">schulleitung@cantor-gymnasium.de</a></li>
|
||||
<li class="mb-4"><a href="tel:+49345%206903156">+49345 6903156</a></li>
|
||||
<li class="mb-4">
|
||||
<a href="https://eesev9ie.github.io/de/impressum">Impressum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Links</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/anmledung">Anmeldung</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice">Informationen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/event">Termine</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Ganztags- angebote</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/blendergame/">Blender Game</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/">CantorTechnik</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/">Mathematik(Klasse 5)</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/vorlage/">Name der AG</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/nawigator/">Nawigator</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Wichtige Informationen</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice/notice-1/">Website im Entwicklungsstadium</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="copyright py-4 bg-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7 text-sm-left text-center">
|
||||
<p class="mb-0">Copyright © 2020 Georg-Cantor-Gymnasium Halle</p>
|
||||
</div>
|
||||
<div class="col-sm-5 text-sm-right text-center">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-twitter-alt text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-instagram text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://github.com/eesev9ie"><i class="ti-github text-primary"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/jQuery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/venobox/venobox.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/filterizr/jquery.filterizr.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/js/script.min.js"></script>
|
||||
|
||||
<!-- google analitycs -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
374
public/de/anmeldung/index.html
Normal file
374
public/de/anmeldung/index.html
Normal file
@@ -0,0 +1,374 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de-de"><head>
|
||||
<meta charset="utf-8">
|
||||
<title>Anmeldung</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="Hier finden Sie die Informationen zur Anmeldung am Georg-Cantor-Gymnasium">
|
||||
<meta name="author" content="Themefisher">
|
||||
<meta name="generator" content="Hugo 0.69.0" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/slick/slick.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/animate/animate.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/venobox/venobox.css">
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/plugins/themify-icons/themify-icons.css">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="https://eesev9ie.github.io/scss/style.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://eesev9ie.github.io/images/favicon.png" type="image/x-icon">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- preloader start -->
|
||||
<div class="preloader">
|
||||
|
||||
<img src="https://eesev9ie.github.io/images/preloader.gif" alt="preloader">
|
||||
|
||||
</div>
|
||||
<!-- preloader end -->
|
||||
|
||||
<header class="fixed-top header">
|
||||
|
||||
|
||||
<div class="top-header py-2 bg-white">
|
||||
<div class="container">
|
||||
<div class="row no-gutters align-items-center">
|
||||
<div class="col-lg-4 text-center text-lg-left">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-twitter-alt"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="#"><i class="ti-instagram"></i></a></li>
|
||||
|
||||
<li class="list-inline-item mx-0"><a class="d-inline-block p-2 text-color" href="https://github.com/eesev9ie"><i class="ti-github"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-8 text-center text-lg-right">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color mr-3" href="tel:+49345%206903156"><strong>TELEFON : </strong> +49345 6903156</a></li>
|
||||
<li class="list-inline-item">
|
||||
<a class="text-color" href="mailto:schulleitung@cantor-gymnasium.de"><strong>E-MAIL : </strong> schulleitung@cantor-gymnasium.de</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="navigation w-100 top-hider ">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark p-0">
|
||||
<a class="navbar-brand" href="/de"><img class="img-fluid"
|
||||
src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation"
|
||||
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse text-center" id="navigation">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/">Startseite</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Schule
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/about">Über die Schule</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/ganztagsangebote">Ganztagsangebote</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/event">Termine</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/wettbewerbe">Wettbewerbe</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/cantorpreis">CantorPreis</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/anmeldung">Anmeldung</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/schulchronik">Schulchronik</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Digitale Angebote
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://stundenplan24.de/20072021/mobil">Vertretugsplan</a>
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://moodle.bildung-lsa.de/gcg">Lernplattform Moodle</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
|
||||
Für Schüler und Eltern
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item text-uppercase" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/blog">Aktuelles</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://eesev9ie.github.io/de/contact">Kontakt</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<section class="page-title-section overlay" style="background-image: url('/images/backgrounds/page-title.png'),url('/images/backgrounds/page-title.png');" >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<ul class="list-inline custom-breadcrumb">
|
||||
<li class="list-inline-item h2"><a class="text-primary font-secondary" href="https://eesev9ie.github.io/">Startseite</a></li>
|
||||
<li class="list-inline-item h5"><i class="ti-angle-right text-white"></i></li>
|
||||
<li class="list-inline-item text-white h3 font-secondary">Anmeldung</li>
|
||||
</ul>
|
||||
<p class="text-lighten">Hier finden Sie die Informationen zur Anmeldung am Georg-Cantor-Gymnasium</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row mb-5">
|
||||
|
||||
<div class="col-md-6 content">
|
||||
<h2 id="voraussetzungen">Voraussetzungen</h2>
|
||||
<p><strong>Für die Aufnahme am Georg-Cantor-Gymnasium müssen folgende Voraussetzungen erfüllt werden:</strong></p>
|
||||
<ul>
|
||||
<li>termingerechte Anmeldung</li>
|
||||
<li>mindestens Note 2 in den Fächern des inhaltlichen Schwerpunkts</li>
|
||||
<li>eine erfolgreich bestandene Aufnahmeprüfung</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
|
||||
<div class="col-lg-4 col-sm-6 mb-4">
|
||||
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
|
||||
|
||||
<div class="card-body">
|
||||
<h4 class="card-title mb-3">Anmeldung</h4>
|
||||
<div class="content"><p>Bis zum <strong>11.02.2020</strong> müssen:</p>
|
||||
<ul>
|
||||
<li>eine <a href="/de/forms/anmeldeformular/">schriftliche Anmeldung</a></li>
|
||||
<li>eine Kopie des Halbjahreszeugnisses</li>
|
||||
<li>die Schullaufbahnerklärung</li>
|
||||
</ul>
|
||||
<p>am <a href="/de/contact">Georg-Cantor-Gymnasium eingereicht</a> werden.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-sm-6 mb-4">
|
||||
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
|
||||
|
||||
<div class="card-body">
|
||||
<h4 class="card-title mb-3">Aufnahmeprüfung</h4>
|
||||
<div class="content"><p>Zur Aufnahme am Georg-Cantor-Gymnasium muss eine Aufnahmeprüfung absolviert werden, die aus:</p>
|
||||
<ul>
|
||||
<li>kognitivem Fähigkeitstest(90 Minuten)</li>
|
||||
<li>Mathematikklausur(60 Minuten)</li>
|
||||
</ul>
|
||||
<p>besteht.</p>
|
||||
<p>Übungsmöglichkeiten für den kognitiven Fähigkeitstest finden Sie <a href="uebung-test">hier</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-sm-6 mb-4">
|
||||
<div class="card rounded-0 hover-shadow border-top-0 border-left-0 border-right-0">
|
||||
|
||||
<div class="card-body">
|
||||
<h4 class="card-title mb-3">Ergebnisse</h4>
|
||||
<div class="content"><p>Bis zum 20.04.2020 werden ihnen die Ergebnisse der Aufnahmeprüfung schriftlich mitgeteilt.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
|
||||
|
||||
|
||||
<div class="footer bg-footer section border-bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0">
|
||||
|
||||
<a class="logo-footer" href="/de"><img class="img-fluid mb-4" src="https://eesev9ie.github.io/images/logo.png" alt="Georg-Cantor-Gymnasium"></a>
|
||||
<ul class="list-unstyled">
|
||||
<li class="mb-4">
|
||||
<a href="https://maps.openrouteservice.org/directions?n1=51.473292&n2=11.965606&n3=18&a=null,null,51.473292,11.965606&b=0&c=0&k1=de&k2=km">Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale)</a>
|
||||
</li>
|
||||
<li class="mb-4"><a href="mailto:schulleitung@cantor-gymnasium.de">schulleitung@cantor-gymnasium.de</a></li>
|
||||
<li class="mb-4"><a href="tel:+49345%206903156">+49345 6903156</a></li>
|
||||
<li class="mb-4">
|
||||
<a href="https://eesev9ie.github.io/de/impressum">Impressum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Links</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/anmledung">Anmeldung</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/forms">Formulare und Vorlagen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice">Informationen</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/teacher">Lehrer und AG-Leiter</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/event">Termine</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Ganztags- angebote</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/blendergame/">Blender Game</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/cantortechnik/">CantorTechnik</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/mathematik-5/">Mathematik(Klasse 5)</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/vorlage/">Name der AG</a></li>
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/ganztagsangebote/nawigator/">Nawigator</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">Wichtige Informationen</h4>
|
||||
<ul class="list-unstyled">
|
||||
|
||||
<li class="mb-3"><a class="text-color" href="https://eesev9ie.github.io/de/notice/notice-1/">Website im Entwicklungsstadium</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="copyright py-4 bg-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7 text-sm-left text-center">
|
||||
<p class="mb-0">Copyright © 2020 Georg-Cantor-Gymnasium Halle</p>
|
||||
</div>
|
||||
<div class="col-sm-5 text-sm-right text-center">
|
||||
<ul class="list-inline">
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"><i class="ti-youtube text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-twitter-alt text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="#"><i class="ti-instagram text-primary"></i></a></li>
|
||||
|
||||
<li class="list-inline-item"><a class="d-inline-block p-2" href="https://github.com/eesev9ie"><i class="ti-github text-primary"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- JS Plugins -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/jQuery/jquery.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/bootstrap/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/slick/slick.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/venobox/venobox.min.js"></script>
|
||||
|
||||
<script src="https://eesev9ie.github.io/plugins/filterizr/jquery.filterizr.min.js"></script>
|
||||
|
||||
|
||||
<!-- Main Script -->
|
||||
|
||||
<script src="https://eesev9ie.github.io/js/script.min.js"></script>
|
||||
|
||||
<!-- google analitycs -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
43
public/de/anmeldung/index.xml
Normal file
43
public/de/anmeldung/index.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Anmeldung on Georg-Cantor-Gymnasium</title>
|
||||
<link>https://eesev9ie.github.io/de/anmeldung/</link>
|
||||
<description>Recent content in Anmeldung on Georg-Cantor-Gymnasium</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>de-de</language>
|
||||
<copyright>Copyright &copy; 2020 Georg-Cantor-Gymnasium Halle</copyright>
|
||||
|
||||
<atom:link href="https://eesev9ie.github.io/de/anmeldung/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<item>
|
||||
<title>Anmeldung</title>
|
||||
<link>https://eesev9ie.github.io/de/anmeldung/anmeldung-formular/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://eesev9ie.github.io/de/anmeldung/anmeldung-formular/</guid>
|
||||
<description>Bis zum 11.02.2020 müssen:
|
||||
eine schriftliche Anmeldung eine Kopie des Halbjahreszeugnisses die Schullaufbahnerklärung am Georg-Cantor-Gymnasium eingereicht werden.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Aufnahmeprüfung</title>
|
||||
<link>https://eesev9ie.github.io/de/anmeldung/aufnahmepr%C3%BCfung/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://eesev9ie.github.io/de/anmeldung/aufnahmepr%C3%BCfung/</guid>
|
||||
<description>Zur Aufnahme am Georg-Cantor-Gymnasium muss eine Aufnahmeprüfung absolviert werden, die aus:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Ergebnisse</title>
|
||||
<link>https://eesev9ie.github.io/de/anmeldung/ergebnisse/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://eesev9ie.github.io/de/anmeldung/ergebnisse/</guid>
|
||||
<description>Bis zum 20.04.2020 werden ihnen die Ergebnisse der Aufnahmeprüfung schriftlich mitgeteilt.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user