urls lowercase sldieshow image height copyright
authorOve Klykken <ove@gaslightmedia.com>
Mon, 21 Jul 2014 21:11:08 +0000 (17:11 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Mon, 21 Jul 2014 21:11:08 +0000 (17:11 -0400)
Toolkit/Page.php
Toolkit/RotatingImages/templates/rotatingImages.html
styles.css
templates/template.html

index 27dbf6a..fbce20e 100755 (executable)
@@ -150,6 +150,7 @@ class Toolkit_Page
         $GLOBALS['topScripts'][] = MEDIA_BASE_URL . 'js/vendor/modernizr.js';
         $GLOBALS['bottomScripts'][] = MEDIA_BASE_URL . 'js/foundation.min.js';
         $GLOBALS['bottomScripts'][] = MEDIA_BASE_URL . 'js/foundation/foundation.offcanvas.js';
+        
     }
 
     private function _video()
index 6005c7a..7c938bc 100755 (executable)
@@ -16,7 +16,6 @@
 }
 #slider-wrapper {
     width: 100%;
-    height: auto;
     position: relative;
     }
 </style>
index b7d6f4b..ae4f73e 100755 (executable)
@@ -185,6 +185,13 @@ a {
 #footer i {\r
     font-style: normal;\r
     }\r
+#footer div#copyright p {\r
+    font-size: 12px;\r
+    text-align: center;\r
+    }\r
+#footer div#copyright a {\r
+    display: inline;\r
+    }\r
 /* Events on Home Page */\r
 #homepage_events_wrapper {\r
     background: #216083;\r
index 0715ca2..8557f82 100755 (executable)
                     </div>
 
 
-                    <div class="row" id="homeSlide" flexy:if="isHomePage">
-                        <div class="large-9 columns">
+                    <div class="row clearfix" id="homeSlide" flexy:if="isHomePage"  data-equalizer>
+                        <div class="large-9 columns" data-equalizer-watch>
                             <div id="slideshow" flexy:if="rotatingImages">
                                 {rotatingImages:h}
                             </div>
 
                         </div>
                         <div class="large-3 columns">
-                            <div id="homepage_events_wrapper" flexy:if="hasEvents">
+                            <div id="homepage_events_wrapper" flexy:if="hasEvents" data-equalizer-watch>
                                 <div id="cEventMeetings">Meetings</div>
                                 <div id="cEventMore"><a href="{baseURLDefined:h}calendars-10/">More Events</a></div>
                                 <div id="eventCalendarWrapper">{smallCal:h}</div>
                                     <section id="hHlines" class="opensearchserver.ignore"  flexy:if="hasHeadlines">
                                         <ul class="small-block-grid-2 medium-block-grid-3">
                                             <li flexy:foreach="headlines,v" class="hHlinesItem">
-                                        {if:v[external]}
-                                        <a href="{v[href]:h}" class="hHlinesHeaderLink" target="_blank">
-                                        {else:}
-                                        <a href="{v[href]:h}" class="hHlinesHeaderLink">
-                                        {end:}
-                                        {v[header]:h}</a>
-                                        {if:v[img]}
-                                            {if:v[external]}
-                                            <a href="{v[href]:h}" class="hHlinesImageLink" target="_blank">
-                                            {else:}
-                                            <a href="{v[href]:h}" class="hHlinesImageLink" target="_blank">
-                                            {end:}
-                                            <img src="{v[img]:h}" alt="Home page headline image">
-                                        </a>
-                                        {end:}
-                                        <p>{v[descr]:h}<span class="hHlinesMore"> <a href="{v[href]:h}" class="hHlinesMoreLink">More ></a></span></p>
-                                    </li><!-- /.hHlinesItem -->
+                                                {if:v[img]}
+                                                {if:v[external]}
+                                                <a href="{v[href]:h}" target="_blank">
+                                                    {else:}
+                                                <a href="{v[href]:h}" target="_blank">
+                                                    {end:}
+                                                    <img src="{v[img]:h}" alt="Home page headline image">
+                                                    <i>{v[header]:h}</i>
+                                                </a>
+                                                {end:}
+                                            </li><!-- /.hHlinesItem -->
                                         </ul>
                                     </section>
                                 </div>
                                 <i>(906) 847-3582</i>
                             </div>
                         </div>
+                        <div id="copyright" class="small-12" style="clear: both;">
+                            <p>Copyright&copy;2014 City of Mackinac Island. Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a>. All Rights Reserved.    </p>
+                        </div>
                     </div>
                 </section>