adding missing graphics and beginning on sidebar
authorIan Weller <ian@gaslightmedia.com>
Tue, 13 Sep 2016 18:57:34 +0000 (14:57 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 13 Sep 2016 18:57:34 +0000 (14:57 -0400)
I added the current year visitor guide graphic and the sliver image
example.  I also am starting on the sidebar.

assets/2016-visitors-guide.png [new file with mode: 0644]
assets/sample-silver-image.jpg [new file with mode: 0644]
sidebar.php

diff --git a/assets/2016-visitors-guide.png b/assets/2016-visitors-guide.png
new file mode 100644 (file)
index 0000000..cceec9e
Binary files /dev/null and b/assets/2016-visitors-guide.png differ
diff --git a/assets/sample-silver-image.jpg b/assets/sample-silver-image.jpg
new file mode 100644 (file)
index 0000000..8de9667
Binary files /dev/null and b/assets/sample-silver-image.jpg differ
index 8597306..dd4b74b 100644 (file)
@@ -3,6 +3,7 @@
                                 <?php if ( is_active_sidebar( 'r-sidebar' ) ) : ?>
                                     <?php dynamic_sidebar( 'r-sidebar' ); ?>
                                 <?php endif; ?>
+                                
                             </div>
                             
                             <?php //glm_side_menu(); ?>