Browse Source

fix form on about

windhamdavid 4 years ago
parent
commit
b19ab8e418
3 changed files with 11 additions and 11 deletions
  1. 10 10
      page-about.php
  2. 1 1
      style.css
  3. 0 0
      v3-style.min.css

+ 10 - 10
page-about.php

@@ -73,19 +73,19 @@ get_header('home'); ?>
 	<div class="container-fluid dark about">
 	<div class="container-fluid dark about">
 		<div class="container">
 		<div class="container">
 			<div class="row dim">
 			<div class="row dim">
-				<div class="col-sm-6">
+				<div class="col-md-6 mt-3">
 					<h4 class="light">Who</h4>
 					<h4 class="light">Who</h4>
 					<p><img class="me" src="<?php echo get_template_directory_uri();?>/img/ddog.png" alt="my icon">
 					<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>.
 						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>
 					</p>
 				</div>
 				</div>
-				<div class="col-sm-6">
+				<div class="col-md-6 mt-3">
 					<div class="row">
 					<div class="row">
-						<div class="col-sm-7">
+						<div class="col-md-7">
 							<h4 class="light">What</h4>
 							<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>
 							<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>
-						<div class="col-sm-5">
+						<div class="col-md-5">
 							<div class="table-responsive icon-grid">
 							<div class="table-responsive icon-grid">
 							  <table class="table table-condensed icons" style><tbody>
 							  <table class="table table-condensed icons" style><tbody>
 									<tr>
 									<tr>
@@ -117,7 +117,7 @@ get_header('home'); ?>
 				</div>
 				</div>
 			</div>
 			</div>
 			<div class="row">
 			<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>
 					<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">
 					<form  action="../contact" method="post" id="about-form" name="about-form" class="about-form">
 						<div class="form-row texts">
 						<div class="form-row texts">
@@ -142,8 +142,8 @@ get_header('home'); ?>
 							</label>
 							</label>
 						</div>
 						</div>
 						<div class="contact-form-message">
 						<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>
 							<strong>Message</strong>
 							</label>
 							</label>
 						</div>
 						</div>
@@ -152,17 +152,17 @@ get_header('home'); ?>
 						</div>
 						</div>
 					</form>
 					</form>
 					<div class="row where">
 					<div class="row where">
-						<div class="col-sm-6">
+						<div class="col-md-6 mt-3">
 							<h4 class="light">Where</h4>
 							<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>
 							<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>
-						<div class="col-sm-6">
+						<div class="col-md-6">
 							<h4 class="light">How</h4>
 							<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>
 							<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>
 				</div>
 				</div>
-				<div class="col-sm-4">
+				<div class="col-md-4 mt-3">
 					<h4 class="light">When</h4>
 					<h4 class="light">When</h4>
 					<div id="calendar" class="calendar"></div>
 					<div id="calendar" class="calendar"></div>
 				</div>
 				</div>

+ 1 - 1
style.css

@@ -1187,7 +1187,7 @@ ul.social a.facebook span:hover {
 }
 }
 #tv {
 #tv {
 	position: fixed;
 	position: fixed;
-	right: 0;
+	left: 0;
 	top: 0;
 	top: 0;
 	min-width: 101%;
 	min-width: 101%;
 	width: auto;
 	width: auto;

File diff suppressed because it is too large
+ 0 - 0
v3-style.min.css


Some files were not shown because too many files changed in this diff