moving the front page layout around to match the desired positions
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Apr 2018 11:43:57 +0000 (07:43 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Apr 2018 11:43:57 +0000 (07:43 -0400)
changing the front page back to the original layout

front-page.php
header.php
style.css

index 80dd78e..a87ff41 100644 (file)
                 <?php endif;?>
             </div>
         </div>
-        <div id="video">
-            <video id="front-page-video" playsinline loop controls muted>
-                <source src="<?php bloginfo('template_url'); ?>/assets/gaylord.m4v" type="video/mp4">
-            </video>
-            <!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/etv3-mo9Q-Y?rel=0" frameborder="0" allowfullscreen></iframe> -->
+        <div class="row">
+            <?php get_template_part('parts/glm-blocks'); ?>
         </div>
-        
         <div class="feature-events">
             <div id="event-feed-row" class="row">
                 <?php get_template_part('parts/event-feed'); ?>
             </div>
         </div>
         <?php get_template_part('parts/blog-feed-front');?>
-        <div class="row">
-            <?php get_template_part('parts/glm-blocks'); ?>
+        <div id="video">
+            <video id="front-page-video" playsinline loop controls muted>
+                <source src="<?php bloginfo('template_url'); ?>/assets/gaylord.m4v" type="video/mp4">
+            </video>
+            <!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/etv3-mo9Q-Y?rel=0" frameborder="0" allowfullscreen></iframe> -->
         </div>
-        
     </div>
 <?php get_footer(); ?>
index 271a30c..d10723e 100644 (file)
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.19">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.20">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <!--    <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>-->
         <?php wp_head(); ?>
index 5ee2b72..4129847 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GaylordCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GaylordCVB
-Version: 1.0.19
+Version: 1.0.20
 */