created backend for project section and updated the css for the images

This commit is contained in:
2021-09-28 11:29:26 +01:00
parent 33dd85d162
commit 9a282cb305
6 changed files with 57 additions and 8 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ use Slim\Factory\AppFactory;
//require “routes.php”;
require "../vendor/autoload.php";
include "timelineData.php";
include "timelineData.php";
include "projectData.php";
// Start slim
$app = AppFactory::create();