From 05b0ac955170fd8708bf4d72bc6dedd024156f5f Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sat, 23 Jan 2016 18:12:18 +0100 Subject: Change grid --- client/partials/header.html | 1 - client/partials/menu.html | 7 ++++++ client/partials/nav.html | 59 +++++++++++++++++++++++++++++++++++++++------ 3 files changed, 59 insertions(+), 8 deletions(-) delete mode 100644 client/partials/header.html create mode 100644 client/partials/menu.html (limited to 'client/partials') 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 -- cgit v1.2.3