adding summer video to the header
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Apr 2019 17:02:10 +0000 (13:02 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Apr 2019 17:02:10 +0000 (13:02 -0400)
assets/videos/gaylord_fall2018.m4v [deleted file]
assets/videos/gaylord_winter2018.m4v [deleted file]
assets/videos/summer.mp4 [new file with mode: 0644]
front-page.php
header.php
style.css

diff --git a/assets/videos/gaylord_fall2018.m4v b/assets/videos/gaylord_fall2018.m4v
deleted file mode 100644 (file)
index dd51f38..0000000
Binary files a/assets/videos/gaylord_fall2018.m4v and /dev/null differ
diff --git a/assets/videos/gaylord_winter2018.m4v b/assets/videos/gaylord_winter2018.m4v
deleted file mode 100644 (file)
index 832c61a..0000000
Binary files a/assets/videos/gaylord_winter2018.m4v and /dev/null differ
diff --git a/assets/videos/summer.mp4 b/assets/videos/summer.mp4
new file mode 100644 (file)
index 0000000..d9068c1
Binary files /dev/null and b/assets/videos/summer.mp4 differ
index 5ef3369..00d4694 100644 (file)
@@ -2,7 +2,7 @@
 <?php //get_template_part('parts/slide-show');?>
 <div id="video">
     <video id="front-page-video" playsinline autoplay loop muted>
-        <source src="<?php bloginfo('template_url'); ?>/assets/videos/gaylord_winter2018.m4v" type="video/mp4">
+        <source src="<?php bloginfo('template_url'); ?>/assets/videos/summer.mp4" type="video/mp4">
     </video>
     <div id="video-controls">
         <span id="pause-video">PAUSE</span>
index f1d8276..17565d5 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.42">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.46">
     <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 838ce1a..df0bdb7 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.45
+Version: 1.0.46
 */