From 42d9e605fc3f7e0e139a68e9916b3ccdaa721322 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 22 Apr 2022 11:48:10 +0200 Subject: Update --- projects/index.php | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) (limited to 'projects/index.php') diff --git a/projects/index.php b/projects/index.php index e693deb..0b56fe8 100644 --- a/projects/index.php +++ b/projects/index.php @@ -1,26 +1,7 @@ - - + -
-

Projects

-
- -
- -
-
-
- style="background: hsla(, 100%, 50%, 0.1) !important;" src="" alt=""> -

-

line(trim($project["description"])))) ?>

- " target="_blank" class="btn btn-outline-light">View Project -
Updated
-
-
-
- -
-
- - \ No newline at end of file +if (isset(array_keys($_GET)[0])) { + require_once "view.php"; +} else { + require_once "home.php"; +} \ No newline at end of file -- cgit