adding logo to off canvas menu, updating client info in oc menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Mar 2018 20:01:47 +0000 (16:01 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Mar 2018 20:01:47 +0000 (16:01 -0400)
updating client info, adding new logo to off canvas

assets/cottage-oc.png [new file with mode: 0755]
header.php
parts/off-canvas-menu.php

diff --git a/assets/cottage-oc.png b/assets/cottage-oc.png
new file mode 100755 (executable)
index 0000000..48d24a1
Binary files /dev/null and b/assets/cottage-oc.png differ
index 3558615..4362709 100644 (file)
@@ -42,7 +42,7 @@
                                 <img src="<?php echo get_template_directory_uri(); ?>/assets/waterfront-event-center-icon.png">
                                 </a>
                             
-                                <a class="right rent-cottage-anchor rent-logo" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/waterfront-event-center' ) ) ); ?>">
+                                <a target="_blank" class="right rent-cottage-anchor rent-logo" href="https://www.mcgulpinpoint.org/explore-mcgulpin/overnight-accommodations/">
                                 <img src="<?php echo get_template_directory_uri(); ?>/assets/cottage.png">
                                 </a>
                             </div>
index 8b084fb..28056d3 100644 (file)
@@ -5,9 +5,12 @@
         <a class="rent-guest-house" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/headlands-guest-house' ) ) ); ?>">
             <img class="rent-guest" src="<?php echo get_template_directory_uri(); ?>/assets/guest-house-icon-left.png">
         </a>
-            <a class="right rent-waterfront-anchor" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/waterfront-event-center' ) ) ); ?>">
+        <a class="right rent-waterfront-anchor" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/waterfront-event-center' ) ) ); ?>">
             <img class="rent-event" src="<?php echo get_template_directory_uri(); ?>/assets/waterfront-event-center-icon-left.png">
-            </a>
+        </a>
+        <a target="_blank" class="rent-cottage-anchor" href="https://www.mcgulpinpoint.org/explore-mcgulpin/overnight-accommodations/">
+            <img class="rent-cottage" src="<?php echo get_template_directory_uri(); ?>/assets/cottage-oc.png">
+        </a>
     </div>
     <ul class="show-for-small-down search">
         <form action="<?php bloginfo('url'); ?>">
@@ -33,6 +36,6 @@
         <li>15675 Headlands Rd,</li>
         <li>Mackinaw City, MI</li>
         <li>49701</li>
-        <li><a id="email" href="mailto:darksky@emmetcounty.org">darksky@emmetcounty.org</a></li>
+        <li><a id="email" href="mailto:headlands@emmetcounty.org">headlands@emmetcounty.org</a></li>
     </ul>
 </aside>