From 98c9cbc6258f699fc944f025230c35faf8575bc2 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Mon, 30 Jan 2017 00:02:09 -0500 Subject: feat. added auto fill for search bar. --- views/layouts/layout.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'views/layouts') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 42eaff6..062518f 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -13,7 +13,7 @@ - + {{# if userProfile}} @@ -28,8 +28,9 @@ crossorigin="anonymous"> - - + + + @@ -40,10 +41,9 @@ {{/if}} {{# if homePage }} - + {{/if}} - {{# if noHeader}} @@ -58,4 +58,4 @@ {{/if}} - \ No newline at end of file + -- cgit v1.2.3 From bd692ffbc8327c2ae6bec1376554ae569eb44e88 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 14 Apr 2017 21:16:07 -0400 Subject: now using minified css on production. --- views/layouts/layout.hbs | 2 +- views/layouts/layout_mini.hbs | 61 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 views/layouts/layout_mini.hbs (limited to 'views/layouts') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 062518f..db1ab85 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -11,7 +11,7 @@ - + diff --git a/views/layouts/layout_mini.hbs b/views/layouts/layout_mini.hbs new file mode 100644 index 0000000..b5dbbed --- /dev/null +++ b/views/layouts/layout_mini.hbs @@ -0,0 +1,61 @@ + + + + + + Solutions Repo + + + + + + + + + + + + {{# if userProfile}} + + {{/if}} + + + + + + + + + + + + + + {{# if userProfile}} + + {{/if}} + {{# if adminPanel}} + + {{/if}} + {{# if homePage }} + + {{/if}} + + + + {{# if noHeader}} + {{else}} + {{> header }} + {{/if}} + + {{{ body }}} + {{# if noFooter}} + {{else}} + {{> footer }} + {{/if}} + + + -- cgit v1.2.3 From 27f1cff089254b678bfcc695ab40b23a6a65a998 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Sun, 16 Apr 2017 19:18:19 -0400 Subject: added css for specific screen widths --- views/layouts/layout.hbs | 2 ++ views/layouts/layout_mini.hbs | 2 ++ 2 files changed, 4 insertions(+) (limited to 'views/layouts') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index db1ab85..52a3506 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -9,6 +9,8 @@ + + diff --git a/views/layouts/layout_mini.hbs b/views/layouts/layout_mini.hbs index b5dbbed..04bb48d 100644 --- a/views/layouts/layout_mini.hbs +++ b/views/layouts/layout_mini.hbs @@ -9,6 +9,8 @@ + + -- cgit v1.2.3