windhamdavid 8 years ago
parent
commit
5b7f00aef0
2 changed files with 4 additions and 32 deletions
  1. 2 30
      page-bio.php
  2. 2 2
      style.css

+ 2 - 30
page-bio.php

@@ -6,37 +6,9 @@
 			<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 				<div id="about" class="entry-content">
 					<div class="date">
-						<p>&nbsp</p>
+						<time datetime="<?php the_time('c');?>" itemprop="datePublished"><?php the_time('n/j/Y'); ?></time>
 					</div>
-					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="About" rel="bookmark"><em>Bio</em></a></h2>
-					<div class="row">
-						<div class="col-md-6">
-							<img src="<?php echo get_template_directory_uri();?>/img/david.jpg"/>
-							<p class="dim right"><small>December, 2014</small></p>		
-						</div>
-						<div class="col-md-6">
-							I am 41 years old<br>
-							I am 67 years old in spirit<br>
-							I am 12 years old at heart<br>
-							I am happily married to Ginny<br>
-							I am a web developer<br>
-							I live in Greenwood South Carolina.<br>
-							I lived here the last 5 years.<br>
-							I lived in Charleston, SC for 18 years<br>
-							I lived in Columbia, SC for 18 years<br>
-							I’ve been to every state except Texas and Alaska<br>
-							I’ve been to Canada, U.K., Germany, and India<br>
-							I have two dogs – Boozie &amp; Zeke<br>
-							I have two cats – Cotton &amp; Peanut<br>
-							I enjoy playing tennis and golf<br>
-							I enjoy cooking and gardening<br>
-							I enjoy listening to <a href="../../studio/music">music</a><br>
-							I enjoy learning, solving puzzles, and games<br>
-							I enjoy traveling and meeting people<br>
-							I enjoy art and music<br>
-							I enjoy life<br>
-						</div>
-					</div>	
+					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="Bio" rel="bookmark"><em>Bio</em></a></h2>
 					<div class="row">
 						<div class="col-md-12">
 							<?php the_content(); ?>

+ 2 - 2
style.css

@@ -2278,7 +2278,7 @@ img.me {
 	margin-bottom: 12px;
 }
 #content .wp-caption {
-	background: #f1f1f1;
+	color: #737373;
 	line-height: 18px;
 	margin-bottom: 20px;
 	padding: 4px;
@@ -2289,7 +2289,7 @@ img.me {
 }
 #content .wp-caption p.wp-caption-text {
 	color: #888;
-	font-size: 12px;
+	font-size: 10px;
 	margin: 5px;
 }