|
@@ -4,7 +4,7 @@ Template Name: Home
|
|
|
*/
|
|
|
|
|
|
get_header('home'); ?>
|
|
|
- <video id="tv" autostart="false" preload="none" loop="loop" muted poster="<?php echo get_template_directory_uri();?>/img/tv.jpg">
|
|
|
+ <video id="tv" preload="none" loop="loop" muted poster="<?php echo get_template_directory_uri();?>/img/tv.jpg">
|
|
|
<source src="<?php echo get_template_directory_uri();?>/img/tv.mp4" type="video/mp4">
|
|
|
<source src="<?php echo get_template_directory_uri();?>/img/tv.webm" type="video/webm">
|
|
|
</video>
|
|
@@ -75,7 +75,7 @@ get_header('home'); ?>
|
|
|
<div class="row dim">
|
|
|
<div class="col-sm-6">
|
|
|
<h4 class="light">Who</h4>
|
|
|
- <p><img class="me" src="<?php echo get_template_directory_uri();?>/img/ddog.png">
|
|
|
+ <p><img class="me" src="<?php echo get_template_directory_uri();?>/img/ddog.png" alt="my icon">
|
|
|
Hello People of the Internet. As you may have discerned, my name is David Windham. Usually when I fill in a bio on a page, I just write 'something else' because I'm not fond of describing myself. I'm a just a simple man living in South Carolina. Here is a <a href="bio">Bio</a> and <a href="CV">CV</a>.
|
|
|
</p>
|
|
|
</div>
|
|
@@ -118,7 +118,7 @@ get_header('home'); ?>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="col-sm-8">
|
|
|
- <h4 class="light">Why <small>(<i>You'll have to tell me</i>)</small></h3>
|
|
|
+ <h4 class="light">Why <small>(<i>You'll have to tell me</i>)</small></h4>
|
|
|
<form action="../contact" method="post" id="about-form" name="about-form" class="about-form">
|
|
|
<div class="form-row texts">
|
|
|
<label class='text-field'>
|
|
@@ -153,11 +153,11 @@ get_header('home'); ?>
|
|
|
</form>
|
|
|
<div class="row where">
|
|
|
<div class="col-sm-6">
|
|
|
- <h4 class="light">Where</h3>
|
|
|
+ <h4 class="light">Where</h4>
|
|
|
<p class="dim">I prefer to meet in person whenever possible and am available to travel. I travel out of the Greenville or Charlotte International Airports.</p>
|
|
|
</div>
|
|
|
<div class="col-sm-6">
|
|
|
- <h4 class="light">How</h3>
|
|
|
+ <h4 class="light">How</h4>
|
|
|
<p class="dim">Please see the '<a href="<?php echo home_url( '/' ); ?>work">How I Work</a>' page, which provides details on rates, contracts, and other procedures. I'm now using <a href="https://davidwindham.com">davidwindham.com</a> as my main business website where I have additional information on booking, rates, and whatnot.</p>
|
|
|
</div>
|
|
|
</div>
|