Correcting path to the theme
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Mar 2018 18:12:50 +0000 (13:12 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Mar 2018 18:12:50 +0000 (13:12 -0500)
bigfore folder.

index.html

index 3e5ce70..4486053 100644 (file)
@@ -4,12 +4,10 @@
         <meta charset="utf-8" />
         <meta name="viewport" content="width=device-width, initial-scale=1.0" />
         <title></title>
-        <link rel="stylesheet" href="http://www.bigfore.com/wp-content/themes/css/app.css">
+        <link rel="stylesheet" href="http://www.bigfore.com/wp-content/themes/bigfore/css/app.css">
         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
         <meta name='robots' content='noindex,follow' />
-        <script type='text/javascript' src='http://www.bigfore.com/wp-content/themes/js/modernizr/modernizr.min.js?ver=4.8'></script>
-        <script type='text/javascript' src='http://www.bigfore.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
-        <script type='text/javascript' src='http://www.bigfore.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
+        <script type='text/javascript' src='http://www.bigfore.com/wp-content/themes/bigfore/js/modernizr/modernizr.min.js?ver=4.8'></script>
         <link rel="canonical" href="http://www.bigfore.com/" />
         <link rel='shortlink' href='http://www.bigfore.com/' />
     </head>
@@ -20,7 +18,7 @@
                     <header class="main">
                         <div class="row">
                             <div id="logo-tag" class="small-12 medium-11 small-centered columns">
-                                <img src="http://www.bigfore.com/wp-content/themes/assets/slidOverlay.png">
+                                <img src="http://www.bigfore.com/wp-content/themes/bigfore/assets/slidOverlay.png">
                             </div>
                             <div id="color-bar"></div>
                         </div>
@@ -37,7 +35,7 @@
                     </main>                        <footer class="main opensearchserver.ignore">
                         <div class="row">
                             <div id="trout-creek" class="small-12 medium-4 columns">
-                                <img  src="http://www.bigfore.com/wp-content/themes/assets/trout-creek-resized.jpg">
+                                <img  src="http://www.bigfore.com/wp-content/themes/bigfore/assets/trout-creek-resized.jpg">
                                 <span>Trout Creek Condominiums Resort<br>
                                     4749 S. Pleasantview Road<br>
                                     Harbor Springs, MI 49740<br>
                                 <a target="_blank" href=" www.troutcreek.com"> www.troutcreek.com</a>
                             </div>
                             <div class="small-12 medium-4 columns">
-                                <img  src="http://www.bigfore.com/wp-content/themes/assets/map location.gif">
+                                <img  src="http://www.bigfore.com/wp-content/themes/bigfore/assets/map location.gif">
                             </div>
                             <div id="hamlet-village" class="small-12 medium-4 columns">
-                                <img  src="http://www.bigfore.com/wp-content/themes/assets/landmasters.png">
+                                <img  src="http://www.bigfore.com/wp-content/themes/bigfore/assets/landmasters.png">
                                 <span>Hamlet Village Condominiums<br>
                                     5484 Pleasantview Road<br>
                                     Harbor Springs, MI 49740<br>
@@ -67,6 +65,5 @@
                     <a class="exit-off-canvas"></a>
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->
-        <script type='text/javascript' src='http://www.bigfore.com/wp-content/themes/js/app.js?ver=1.0'></script>
     </body>
 </html>