resetting address to original value
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 28 Feb 2018 14:19:39 +0000 (09:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 28 Feb 2018 14:19:39 +0000 (09:19 -0500)
changed address for wrong emmett county site, correcting

header.php
parts/emmet-footer.php
parts/off-canvas-menu.php
style.css

index 56db8e2..216cf6d 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.24">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.25">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 882afee..f3e2676 100644 (file)
@@ -4,7 +4,7 @@
     </div>
     <div class="address medium-centered medium-4 show-for-medium-up columns">
         <img class="left" src="<?php echo get_template_directory_uri(); ?>/assets/seal.png">
-        <p>Emmet County, Michigan<br>1201 Eppler Road, Petoskey MI 49770<br>(231) 776-1000 | <a href="<?php bloginfo('url');?>/contact-us">Contact Us</a></p>
+        <p>Emmet County, Michigan<br>200 Division Street, Petoskey MI 49770<br>(231) 348-0603 | <a href="<?php bloginfo('url');?>/contact-us">Contact Us</a></p>
     </div>
 </footer>
 
index 24bea02..20edc87 100644 (file)
@@ -13,9 +13,9 @@
     </ul>-->
     <ul class="address show-for-small-down">
         <li>Emmet County, Michigan</li>
-        <li>1201 Eppler Road</li>
+        <li>200 Division Street</li>
         <li>Petoskey, MI 49770</li>
-        <li>(231) 776-1000</li>
+        <li>(231) 348-0603</li>
         <li><a id="email" href="<?php bloginfo('url');?>/contact-us">Contact Us</a></li>
     </ul>
     <ul class="offcavas-social-list">
index 0fea061..8e5b55a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: EmmetCountyGovernment
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for EmmetCountyGovernment
-Version: 1.2.24
+Version: 1.2.25
 */