From 05b0ac955170fd8708bf4d72bc6dedd024156f5f Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sat, 23 Jan 2016 18:12:18 +0100 Subject: [PATCH] Change grid --- client/index.php | 37 +++++++++++++++-------- client/partials/header.html | 1 - client/partials/menu.html | 7 +++++ client/partials/nav.html | 59 ++++++++++++++++++++++++++++++++----- 4 files changed, 84 insertions(+), 20 deletions(-) delete mode 100644 client/partials/header.html create mode 100644 client/partials/menu.html diff --git a/client/index.php b/client/index.php index f52eaa2..a32c5d2 100644 --- a/client/index.php +++ b/client/index.php @@ -26,25 +26,38 @@
-
- - - +
- +
+
+
+ +
+ + +
+ +
+ + +
+ +
+ +
-
-
-
-
-
-
-

MAIN CONTENT !

+
+
+
Content test
+
+ Main content test +
+
diff --git a/client/partials/header.html b/client/partials/header.html deleted file mode 100644 index 900a6f1..0000000 --- a/client/partials/header.html +++ /dev/null @@ -1 +0,0 @@ -

Header Content

\ No newline at end of file diff --git a/client/partials/menu.html b/client/partials/menu.html new file mode 100644 index 0000000..04f4f68 --- /dev/null +++ b/client/partials/menu.html @@ -0,0 +1,7 @@ +
+ + + + + +
\ No newline at end of file diff --git a/client/partials/nav.html b/client/partials/nav.html index 8211f2d..866302d 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -1,8 +1,53 @@ -
- - - - - +
+ \ No newline at end of file