"|" zwischen Elementen entfernt
This commit is contained in:
@@ -13,13 +13,9 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||
<button class="nav__dropdown-toggle">Sprachen</button>
|
||||
<div class="nav__dropdown-menu">
|
||||
<a href="content/deutsch.php">Deutsch</a>
|
||||
|
|
||||
<a href="content/englisch.php">Englisch</a>
|
||||
|
|
||||
<a href="content/franzoesisch.php">Französisch</a>
|
||||
|
|
||||
<a href="content/latein.php">Latein</a>
|
||||
|
|
||||
<a href="content/literatur.php">Literatur</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -27,15 +23,10 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||
<button class="nav__dropdown-toggle">MINT</button>
|
||||
<div class="nav__dropdown-menu">
|
||||
<a href="content/mathematik.php">Mathematik</a>
|
||||
|
|
||||
<a href="content/biologie.php">Biologie</a>
|
||||
|
|
||||
<a href="content/chemie.php">Chemie</a>
|
||||
|
|
||||
<a href="content/physik.php">Physik</a>
|
||||
|
|
||||
<a href="content/informatik.php">Informatik</a>
|
||||
|
|
||||
<a href="content/astronomie.php">Astronomie</a></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,25 +34,15 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||
<button class="nav__dropdown-toggle">Gesellschaft & Werte</button>
|
||||
<div class="nav__dropdown-menu">
|
||||
<a href="content/geschichte.php">Geschichte</a>
|
||||
|
|
||||
<a href="content/erdkunde.php">Erdkunde</a>
|
||||
|
|
||||
<a href="content/sozialkunde.php">Sozialkunde</a>
|
||||
|
|
||||
<a href="content/wirtschaftskunde.php">Wirtschaftskunde</a>
|
||||
|
|
||||
<a href="content/religion.php">Religion</a>
|
||||
|
|
||||
<a href="content/ethik.php">Ethikunterricht</a>
|
||||
|
|
||||
<a href="content/philosophie.php">Philosophie</a>
|
||||
|
|
||||
<a href="content/psychologie.php">Psychologie</a>
|
||||
|
|
||||
<a href="content/kunst.php">Kunst</a>
|
||||
|
|
||||
<a href="content/musik.php">Musik</a>
|
||||
|
|
||||
<a href="content/theater.php">Theater</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -69,11 +50,8 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||
<button class="nav__dropdown-toggle">Technik & Praxis</button>
|
||||
<div class="nav__dropdown-menu">
|
||||
<a href="content/technik.php">Technik</a>
|
||||
|
|
||||
<a href="content/werken.php">Werken</a>
|
||||
|
|
||||
<a href="content/hauswirtschaft.php">Hauswirtschaft</a>
|
||||
|
|
||||
<a href="content/sport.php">Sport</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user