From 945c6fee7c59559fbb1e6f00cebb7e83b8bfa422 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 22 Nov 2018 01:47:25 -0500 Subject: app/views/partials: Dry up header views by splitting it up into snippets Minor CSS changes --- app/views/partials/header.php | 12 +++--------- app/views/partials/header.posts.php | 12 +++--------- app/views/resume.view.php | 14 ++++---------- app/views/snippets/favicons.php | 7 +++++++ app/views/snippets/rss.php | 1 + app/views/snippets/stylesheets.php | 1 + 6 files changed, 19 insertions(+), 28 deletions(-) create mode 100644 app/views/snippets/favicons.php create mode 100644 app/views/snippets/rss.php create mode 100644 app/views/snippets/stylesheets.php (limited to 'app/views') diff --git a/app/views/partials/header.php b/app/views/partials/header.php index e69aee4..558ea2a 100644 --- a/app/views/partials/header.php +++ b/app/views/partials/header.php @@ -12,16 +12,10 @@ - + - - - - - - - + - + diff --git a/app/views/partials/header.posts.php b/app/views/partials/header.posts.php index 5825116..6cd9b45 100644 --- a/app/views/partials/header.posts.php +++ b/app/views/partials/header.posts.php @@ -7,14 +7,8 @@ - + < - - - - - - - + - + diff --git a/app/views/resume.view.php b/app/views/resume.view.php index 1e71523..9be1b31 100644 --- a/app/views/resume.view.php +++ b/app/views/resume.view.php @@ -12,15 +12,9 @@ - + - - - - - - - + - + @@ -65,7 +59,7 @@
- Contact for Full Resume + Contact for Full Resume
diff --git a/app/views/snippets/favicons.php b/app/views/snippets/favicons.php new file mode 100644 index 0000000..4659f68 --- /dev/null +++ b/app/views/snippets/favicons.php @@ -0,0 +1,7 @@ + + + + + + + diff --git a/app/views/snippets/rss.php b/app/views/snippets/rss.php new file mode 100644 index 0000000..c803b00 --- /dev/null +++ b/app/views/snippets/rss.php @@ -0,0 +1 @@ + diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php new file mode 100644 index 0000000..9449c8a --- /dev/null +++ b/app/views/snippets/stylesheets.php @@ -0,0 +1 @@ + -- cgit v1.2.3