Initial Project work on the UI started

This commit is contained in:
johnnyq
2024-03-27 00:26:53 -04:00
parent 6ff740e619
commit 26dc3172e7
6 changed files with 333 additions and 0 deletions

View File

@@ -43,6 +43,13 @@
</a>
</li>
<li class="nav-item">
<a href="projects.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "projects.php" || basename($_SERVER["PHP_SELF"]) == "project_details.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-project-diagram"></i>
<p>Projects</p>
</a>
</li>
<?php } ?>
<li class="nav-item">