created backend for project section and updated the css for the images
This commit is contained in:
Vendored
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user