From 36ae7c141123b95b99dfd01ecc6c26f3a2bd5c1a Mon Sep 17 00:00:00 2001 From: John Eckman Date: Sat, 19 May 2012 19:47:02 -0400 Subject: [PATCH] initial hack --- README.md | 8 +++++++- footer.php | 17 +++++------------ header.php | 32 ++++++++++++++------------------ index.php | 36 +++++++++++------------------------- page.php | 21 ++++++--------------- sidebar.php | 6 +++++- single.php | 30 +++++++++++------------------- 7 files changed, 59 insertions(+), 91 deletions(-) diff --git a/README.md b/README.md index c9158ea..1e1b520 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ nameless-boilerplate ==================== -Nameless Boilerplate \ No newline at end of file +Nameless Boilerplate + +This project is to take the "nameless" theme and integrate it with HTML 5 +boilerplate, to make a responsive theme. + +Not much to see here yet. + diff --git a/footer.php b/footer.php index 6e48a92..97e3414 100644 --- a/footer.php +++ b/footer.php @@ -1,15 +1,8 @@ - - + + + \ No newline at end of file diff --git a/header.php b/header.php index fdd9064..9245adc 100644 --- a/header.php +++ b/header.php @@ -1,32 +1,28 @@ - - - + + + + + + + + <?php bloginfo('name'); ?> <?php bloginfo('description'); ?> - + - - + - - - + - - -
- - - + \ No newline at end of file diff --git a/index.php b/index.php index 9cba97c..c27eb04 100644 --- a/index.php +++ b/index.php @@ -1,10 +1,10 @@ -
-
- +
+ - + +

Archive for Category ‘

@@ -27,44 +27,30 @@ -
-
- +

Read more...
')); ?> - -
-
-
+ -
+

Nothing to see here

- -
-

You seemed to have found a mislinked file, page, or search query with zero results. If you feel that you've reached this page in error, double check the URL and or search string and try again.

-
-
-
+
-
-
- -
-
+
+ + \ No newline at end of file diff --git a/page.php b/page.php index bc5292d..510486e 100644 --- a/page.php +++ b/page.php @@ -1,25 +1,16 @@ -
-
+
-
- - -
- +

-
-
-
+ -
- -
+ + + \ No newline at end of file diff --git a/sidebar.php b/sidebar.php index 4bed783..f544a08 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,3 +1,6 @@ + \ No newline at end of file diff --git a/single.php b/single.php index aaadc1d..996b0a2 100644 --- a/single.php +++ b/single.php @@ -1,20 +1,16 @@ -
-
+
-
-
-

+
+
+

+
-
-
-
-
 
-
 
- +
+

Nothing to see here

+

You seemed to have found a mislinked file, page, or search query with zero results. If you feel that you've reached this page in error, double check the URL and or search string and try again.

-
- - -
-
- + + + \ No newline at end of file