|
@@ -73,19 +73,19 @@ get_header('home'); ?>
|
|
|
<div class="container-fluid dark about">
|
|
|
<div class="container">
|
|
|
<div class="row dim">
|
|
|
- <div class="col-sm-6">
|
|
|
+ <div class="col-md-6 mt-3">
|
|
|
<h4 class="light">Who</h4>
|
|
|
<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>
|
|
|
- <div class="col-sm-6">
|
|
|
+ <div class="col-md-6 mt-3">
|
|
|
<div class="row">
|
|
|
- <div class="col-sm-7">
|
|
|
+ <div class="col-md-7">
|
|
|
<h4 class="light">What</h4>
|
|
|
<p>Developer, Designer, Programmer, Artist, Illustrator, Problem Solver, Team Player, Creative, Innovative, Critical, Persistant, Motivated, Productive, Detail Oriented, Responsive, and Occasionally On Task.<p>
|
|
|
</div>
|
|
|
- <div class="col-sm-5">
|
|
|
+ <div class="col-md-5">
|
|
|
<div class="table-responsive icon-grid">
|
|
|
<table class="table table-condensed icons" style><tbody>
|
|
|
<tr>
|
|
@@ -117,7 +117,7 @@ get_header('home'); ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
- <div class="col-sm-8">
|
|
|
+ <div class="col-md-8 mt-3">
|
|
|
<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">
|
|
@@ -142,8 +142,8 @@ get_header('home'); ?>
|
|
|
</label>
|
|
|
</div>
|
|
|
<div class="contact-form-message">
|
|
|
- <label class='text-field' style="width:83%;">
|
|
|
- <input type="text" size="100" value="<?php echo esc_attr(isset($_POST['message'])); ?>" name="message" class="" placeholder='Message'>
|
|
|
+ <label class='text-field'>
|
|
|
+ <input type="text" value="<?php echo esc_attr(isset($_POST['message'])); ?>" name="message" class="" placeholder='Message'>
|
|
|
<strong>Message</strong>
|
|
|
</label>
|
|
|
</div>
|
|
@@ -152,17 +152,17 @@ get_header('home'); ?>
|
|
|
</div>
|
|
|
</form>
|
|
|
<div class="row where">
|
|
|
- <div class="col-sm-6">
|
|
|
+ <div class="col-md-6 mt-3">
|
|
|
<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">
|
|
|
+ <div class="col-md-6">
|
|
|
<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>
|
|
|
</div>
|
|
|
- <div class="col-sm-4">
|
|
|
+ <div class="col-md-4 mt-3">
|
|
|
<h4 class="light">When</h4>
|
|
|
<div id="calendar" class="calendar"></div>
|
|
|
</div>
|