homepage.php zu index.php umbenannt
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<nav class="fixed top-0 w-full bg-white/80 backdrop-blur-lg shadow-sm z-50">
|
<nav class="fixed top-0 w-full bg-white/80 backdrop-blur-lg shadow-sm z-50">
|
||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div class="flex justify-between h-16">
|
<div class="flex justify-between h-16">
|
||||||
<a href="homepage.php" class="flex items-center">
|
<a href="index.php" class="flex items-center">
|
||||||
<img src="assets/images/hsgg-logo.png" alt="HSGG Logo" class="h-10 mr-3">
|
<img src="assets/images/hsgg-logo.png" alt="HSGG Logo" class="h-10 mr-3">
|
||||||
<span class="text-2xl font-bold text-[var(--primary-color)]">HSGG</span>
|
<span class="text-2xl font-bold text-[var(--primary-color)]">HSGG</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<nav class="fixed top-0 w-full bg-white/80 backdrop-blur-lg shadow-sm z-50">
|
<nav class="fixed top-0 w-full bg-white/80 backdrop-blur-lg shadow-sm z-50">
|
||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div class="flex justify-between h-16">
|
<div class="flex justify-between h-16">
|
||||||
<a href="homepage.php" class="flex items-center">
|
<a href="index.php" class="flex items-center">
|
||||||
<img src="assets/images/hsgg-logo.png" alt="HSGG Logo" class="h-10 mr-3">
|
<img src="assets/images/hsgg-logo.png" alt="HSGG Logo" class="h-10 mr-3">
|
||||||
<span class="text-2xl font-bold text-[var(--primary-color)]">HSGG</span>
|
<span class="text-2xl font-bold text-[var(--primary-color)]">HSGG</span>
|
||||||
</a>
|
</a>
|
||||||
@@ -39,7 +39,7 @@ $topics = $subjectData->topics;
|
|||||||
<h2><?php echo($subjectData->displayName); ?></h2>
|
<h2><?php echo($subjectData->displayName); ?></h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="homepage.php" class="nav-link">
|
<a href="index.php" class="nav-link">
|
||||||
<i class="fas fa-home"></i> Startseite
|
<i class="fas fa-home"></i> Startseite
|
||||||
</a>
|
</a>
|
||||||
<a href="#" class="nav-link active">
|
<a href="#" class="nav-link active">
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ if (!isset($topicData)) {
|
|||||||
<i class="fas fa-graduation-cap"></i>
|
<i class="fas fa-graduation-cap"></i>
|
||||||
<h2><?php echo($subjectData->displayName); ?></h2>
|
<h2><?php echo($subjectData->displayName); ?></h2>
|
||||||
</div>
|
</div>
|
||||||
<a href="homepage.php" class="nav-link">
|
<a href="index.php" class="nav-link">
|
||||||
<i class="fas fa-home"></i> Startseite
|
<i class="fas fa-home"></i> Startseite
|
||||||
</a>
|
</a>
|
||||||
<a href="subject.php?subject=<?php echo($subjectData->id); ?>" class="nav-link">
|
<a href="subject.php?subject=<?php echo($subjectData->id); ?>" class="nav-link">
|
||||||
|
|||||||
Reference in New Issue
Block a user