From 9d01f13c02bd24400eaf36fcb66dc5b9db2d98ac Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Thu, 21 Jan 2016 14:52:58 +0100 Subject: Make partials --- client/partials/empty | 0 client/partials/favicon.html | 0 client/partials/header.html | 0 client/partials/nav.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 client/partials/empty create mode 100644 client/partials/favicon.html create mode 100644 client/partials/header.html create mode 100644 client/partials/nav.html (limited to 'client/partials') diff --git a/client/partials/empty b/client/partials/empty deleted file mode 100644 index e69de29..0000000 diff --git a/client/partials/favicon.html b/client/partials/favicon.html new file mode 100644 index 0000000..e69de29 diff --git a/client/partials/header.html b/client/partials/header.html new file mode 100644 index 0000000..e69de29 diff --git a/client/partials/nav.html b/client/partials/nav.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From 2984adf171c49940e683fa997e8cdc60fcf1d60b Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 23 Jan 2016 14:35:53 +0100 Subject: Init basic AngularJS App --- client/index.php | 20 +++++++++++--------- client/js/app.js | 1 + client/partials/header.html | 1 + client/partials/nav.html | 9 +++++++++ 4 files changed, 22 insertions(+), 9 deletions(-) (limited to 'client/partials') diff --git a/client/index.php b/client/index.php index 45829ce..51dcb63 100644 --- a/client/index.php +++ b/client/index.php @@ -15,7 +15,7 @@ -
+
@@ -23,9 +23,11 @@

LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO

-
- -

Header

+ + +
+
+
@@ -35,11 +37,7 @@
- +
@@ -63,5 +61,9 @@ + + + + \ No newline at end of file diff --git a/client/js/app.js b/client/js/app.js index e69de29..e726d8a 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -0,0 +1 @@ +angular.module("MainApp",[]) \ No newline at end of file diff --git a/client/partials/header.html b/client/partials/header.html index e69de29..900a6f1 100644 --- a/client/partials/header.html +++ b/client/partials/header.html @@ -0,0 +1 @@ +

Header Content

\ No newline at end of file diff --git a/client/partials/nav.html b/client/partials/nav.html index e69de29..286fbab 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -0,0 +1,9 @@ + \ No newline at end of file -- cgit v1.2.3 From 4fb9cfe17b87a37b9ca4eba7731d6e095fd36b7c Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 23 Jan 2016 14:49:40 +0100 Subject: Change logo --- client/images/logo.gif | Bin 0 -> 9683 bytes client/index.php | 5 ++++- client/partials/nav.html | 15 +++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 client/images/logo.gif (limited to 'client/partials') diff --git a/client/images/logo.gif b/client/images/logo.gif new file mode 100644 index 0000000..4b2fbad Binary files /dev/null and b/client/images/logo.gif differ diff --git a/client/index.php b/client/index.php index a789b56..668711e 100644 --- a/client/index.php +++ b/client/index.php @@ -23,7 +23,10 @@
-

LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO

+ + + +
diff --git a/client/partials/nav.html b/client/partials/nav.html index 286fbab..8211f2d 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -1,9 +1,8 @@ \ No newline at end of file + + + + + + +
\ No newline at end of file -- cgit v1.2.3 From bf9eb3323deb64873566e330db488a3ae8fe3e43 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sat, 23 Jan 2016 16:13:04 +0100 Subject: Use favicon.html --- client/index.php | 5 ++--- client/partials/favicon.html | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'client/partials') diff --git a/client/index.php b/client/index.php index e65e526..f52eaa2 100644 --- a/client/index.php +++ b/client/index.php @@ -28,9 +28,8 @@
- - - + +
diff --git a/client/partials/favicon.html b/client/partials/favicon.html index e69de29..66df6d0 100644 --- a/client/partials/favicon.html +++ b/client/partials/favicon.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3 From 05b0ac955170fd8708bf4d72bc6dedd024156f5f Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sat, 23 Jan 2016 18:12:18 +0100 Subject: Change grid --- client/index.php | 35 ++++++++++++++++++--------- client/partials/header.html | 1 - client/partials/menu.html | 7 ++++++ client/partials/nav.html | 59 +++++++++++++++++++++++++++++++++++++++------ 4 files changed, 83 insertions(+), 19 deletions(-) delete mode 100644 client/partials/header.html create mode 100644 client/partials/menu.html (limited to 'client/partials') 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 -- cgit v1.2.3 From 20f7f555f9061d3395d0be36d201382f7a61f5c4 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 24 Jan 2016 10:41:29 +0100 Subject: Change grid --- client/index.php | 68 +++++++++++++++++++------------------------- client/partials/favicon.html | 2 +- 2 files changed, 30 insertions(+), 40 deletions(-) (limited to 'client/partials') diff --git a/client/index.php b/client/index.php index a32c5d2..6ce050c 100644 --- a/client/index.php +++ b/client/index.php @@ -18,61 +18,51 @@ - - - - - +
- +
- +
- - -
- -
- - -
-
- - - - -
-
- - +
+
-
-
-
Content test
-
- Main content test -
+
+ +
+ + +
+
+
+
+
+
+
+
+ Content test +
+
+ Main content test +
+
+
+
-
-
+
+
-
+
- - - - - - diff --git a/client/partials/favicon.html b/client/partials/favicon.html index 66df6d0..d49c651 100644 --- a/client/partials/favicon.html +++ b/client/partials/favicon.html @@ -1,3 +1,3 @@ - \ No newline at end of file + -- cgit v1.2.3 From 96a85567552f1555f9c46990610f8e387a4e9d7a Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 24 Jan 2016 11:29:36 +0100 Subject: Edit interface --- client/partials/menu.html | 7 ++----- client/partials/nav.html | 41 ++++++++++++++--------------------------- 2 files changed, 16 insertions(+), 32 deletions(-) (limited to 'client/partials') diff --git a/client/partials/menu.html b/client/partials/menu.html index 04f4f68..cb3cb6a 100644 --- a/client/partials/menu.html +++ b/client/partials/menu.html @@ -1,7 +1,4 @@
- - - - - + +
\ No newline at end of file diff --git a/client/partials/nav.html b/client/partials/nav.html index 866302d..5664b38 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -8,43 +8,30 @@ - Brand + Status
+ +