windhamdavid 10 years ago
parent
commit
f2285820c9
7 changed files with 149 additions and 190 deletions
  1. 47 73
      css/front-page.css
  2. 1 1
      footer.php
  3. 84 105
      front-page.php
  4. 1 0
      header-home.php
  5. 1 0
      header.php
  6. 14 11
      js/front-page.js
  7. 1 0
      style.css

+ 47 - 73
css/front-page.css

@@ -21,40 +21,39 @@ time, mark, audio, video {
   background:transparent;
 }
 body {
-    padding: 0;
-    margin: 0;
+  padding: 0;
+  margin: 0;
 	background: rgba(242, 242, 242, 0.7);
 	color: #666;
 	font-size: 12px;
 	line-height: 18px;
 }
+.col-centered {
+	float: none;
+	margin: 0 auto;
+}
 h1, h2, h3, h4, h5, h6 {
 	clear: both;
 	font-weight: normal;
 }
-ol, ul {
-	list-style: none;
-}
 a img {
 	border: none;
 }
 p {
-	font-size: 13px;
+	font-size: 14px;
 	margin-bottom: 8px;
 }
-h4 {
-	font-size: 13px;
-	margin-bottom: 10px;
+h2 {
+	font-size: 16px;
 }
 h3 {
 	font-size: 14px;
-	margin-bottom: 0px;
 }
-h2 {
-	font-size: 16px;
-	margin-left: 25px;
+h4 {
+	font-size: 13px;
+	margin-bottom: 15px;
 }
-	p.noindent {
+p.noindent {
 	margin-bottom: 10px;
 	text-indent : 0px;
 }
@@ -71,6 +70,11 @@ a:hover {
 	color: #757576;
 	text-decoration: none;
 }
+a:active, a:focus, input {
+    outline: 0;
+    outline-style:none;
+    outline-width:0;
+}
 .screen-reader-text {
 	position: absolute;
 	left: -9000px;
@@ -85,25 +89,15 @@ a:hover {
 .card .logo .svg {
 	margin: 0 auto;
 }
-.card .content img {
-	float: left;
-	margin: -5px 0 -40px 95px;
-}
-.card .content .icons img {
-	margin: 3px;
-	float: none;
-}
 .card .content {
 	margin: 100px auto;	
 	width:500px;
 	background: #fff;
-	padding: 50px 20px 30px;
+	padding: 70px 20px 40px;
 	-webkit-animation-name: none;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-timing-function: linear;
 	-webkit-animation-duration: 400s;
-	z-index:-1;
-	width:450px;
 	border-top: 1px solid #fff;
   -webkit-box-shadow: 0px 3px 5px #cbcbcb;
   -moz-box-shadow: 0px 3px 5px #cbcbcb;
@@ -112,14 +106,29 @@ a:hover {
   -moz-border-radius: 4px;
   border-radius: 4px;
 }
+.vcenter {
+    display: inline-block;
+    vertical-align: middle;
+    float: none;
+}
+#icon {
+  display: block;
+  box-sizing: border-box;
+  margin:0 0 -34px 50px;
+  padding: 0;
+  width:50px;
+  height:50px;
+  background: #FFF;
+}
 .card .search {
 	margin: 10px;
 }
-.bottom {
+.card-bottom {
 	margin-top: 20px;
 }
 .bottom p {
 	margin: 0;
+	font-size: 14px;
 }
 .bottom a {
 	color: #666;
@@ -141,7 +150,7 @@ a:hover {
 .right-bottom p {
 	font-size: 9px;
 }
-.contact {
+.contact-info {
 	font-size: 12px;
 }
 
@@ -151,56 +160,21 @@ to {-webkit-transform: rotate(360deg);}
 }
 
 @media (max-width: 480px) {
-	.card #content {
+	.card .content {
+		margin: 50px auto;	
 		-webkit-animation-name: none;
-		width:550px;
-	}
-	h2 {
-		font-size: 21px;
+		width:100%;
 	}
-	h3 {
-		font-size: 19px;
-	}
-	h4 {
-		font-size: 17px;
- 	}
 	.header {
 		margin: 0 0 55px 0;
 	}
-	#content img {
-		margin: -5px 0 -40px 80px;
-	}
-	.bottom {
-		margin-top: 50px;
-	}
-	.bottom p {
-		font-size: 9px;
+	#icon {
+	  display: inline;
+	  box-sizing: border-box;
+	  margin:0 0 0px 0px;
+	  padding: 0;
+	  width:50px;
+	  height:50px;
+	  background: #FFF;
 	}
-}
-
-#icon {
-  display: block;
-  box-sizing: border-box;
-  width:50px;
-  height:50px;
-  background: #FFF;
-  margin:10px 0 -30px 50px;
-  padding: 0px;
-}
-
-#options {
-  margin:0;
-  text-align:center;
-}
-
-.option {
-  display: block;
-  margin: auto;
-  overflow: hidden;
-  text-align: left;
-}
-label {
-  text-align: right;
-  display: inline-block;
-  width:100px;
 }

+ 1 - 1
footer.php

@@ -7,7 +7,7 @@
 				<p class="dim"><p>
 			</div>
 			<div class="col-md-4">
-				<p class="small dim right">&copy; 2005-2015<br /><a href="https://github.com/windhamdavid/dw"><span class="fa fa-1x fa-code-fork"></span></a> <span class="fa fa-1x fa-css3"></span> <span class="fa fa-1x fa-html5"></span></p>			
+				<p class="small dim right">&copy; 2005-2015</p>			
 			</div>
 		</div>
 	</div>

+ 84 - 105
front-page.php

@@ -7,121 +7,100 @@
 <html lang="en-US">
 <head>
 <meta charset="UTF-8" />
-<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <title>David A. Windham</title>
 <meta name="description" content="David A. Windham - Zeken Woozer Enterprises, Un-Ltd. South Carolina USA" />
 <meta name="author" content="David Windham">
 <link rel='canonical' href='https://davidawindham.com/' />
+<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri();?>/style.css"/>
 <link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri();?>/css/front-page.css"/>
+
 </head>
 <body>
-<div class="container card">	 
-	<div class="header" role="banner">
-		&nbsp;		
-	</div>
-	<div class="content" role="main">
-		<div class="h-card" itemscope itemtype="http://schema.org/Person">
-			<div class="logo u-logo" role="logo">				
-			    <svg id="icon" viewBox="0 0 48 48" style="background-color:#fff" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
-				<g id="zw" style="display:none">
-					<path fill="#3C4650" d="M0,24a24,24 0 1,0 48,0a24,24 0 1,0 -48,0"/>
-					<path fill="#FFFFFF" d="M25.4,30.8L25.4,30.8L24.1,27l-1.3,3.8c-0.3,1.7-0.7,3.3-1,4.1c-0.9,2.1-5,7.3-5,7.3
-						s4.7-0.5,7.6-0.5c2.9,0,7.3,0.6,7.3,0.6s-4.3-5.3-5.2-7.4C26.1,34,25.8,32.4,25.4,30.8z"/>
-					<path fill="#FFFFFF" d="M44.4,23.6c-0.1-5.2-3.8-8.7-8.3-8.7c-2.9,0-4.9,1.5-4.9,1.5s2.2-2.8,2.2-6.4
-						c0-4.3-4-8.3-9.1-8.3c-4.9,0-9.4,3.6-9.3,8.7c0.1,3.6,2.2,6,2.2,6c0,0-2.4-1.5-5-1.4c-6.8,0.2-8.5,5.9-8.4,8.8
-						c0.2,5.8,2.7,9.3,9.1,9.4c5.9,0.1,9.5-5.6,10.5-7.5c0.3-1.6,0-2.4,0-2.4c-0.5,0.3-2.5,4.8-6.2,2.8c-1.2-0.7-1.5-2.9-0.9-4.5
-						c1.1-2.9,3.2-3.2,6.2-7c1.2-1.4,1.4-2.4,1.4-2.4s0.2,0.9,1.3,2.3c3,3.7,5.2,4.1,6.4,7c0.7,1.8,0.3,4-1,4.7c-3.5,1.8-5.4-2.6-6-2.9
-						c0,0-0.2,0.7,0,2.2c0.4,1,3.8,7.6,11.1,7.6C41.6,33.1,44.5,27.8,44.4,23.6z"/>
-				</g>	
-			     <g id="about" style="display:none">
-			        <path d="M24,4C13,4,4,13,4,24c0,11,9,20,20,20c11,0,20-9,20-20C44,13,35,4,24,4z" fill="#336699"/>
-			        <path d="M28.4,28.4L12,36l7.6-16.4L36,12L28.4,28.4z" fill="#FFF"/>
-			        <path d="M24,21.8c-1.2,0-2.2,1-2.2,2.2s1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2S25.2,21.8,24,21.8z" fill="#336699"/>
-			      </g>
-			      <g id="desk" style="display:none">
-			        <path d="M38,16H10c-3.3,0-6,2.7-6,6v12h8v8h24v-8h8V22C44,18.7,41.3,16,38,16z" fill="#336699"/>
-			        <path d="M32,38H16V28h16V38z" fill="#FFF"/>
-			        <path d="M38,24c-1.1,0-2-0.9-2-2s0.9-2,2-2c1.1,0,2,0.9,2,2S39.1,24,38,24z" fill="#FFF"/>
-			        <path d="M36,6H12v8h24V6z" fill="#336699"/>
-			      </g>
-			      <g id="studio" style="display:none">
-			        <path d="M35.3,15.9L24,4.5l0,0v0L12.7,15.9c-6.2,6.2-6.2,16.4,0,22.6c3.1,3.1,7.2,4.7,11.3,4.7s8.2-1.6,11.3-4.7
-			          C41.6,32.2,41.6,22.1,35.3,15.9z" fill="#336699"/>
-			        <path d="M24,39.2L24,39.2c-3.2,0-6.2-1.2-8.5-3.5c-2.3-2.3-3.5-5.3-3.5-8.5s1.2-6.2,3.5-8.5l8.5-8.5
-			          L24,39.2z" fill="#FFF"/>
-			      </g>
-			      <g id="contact" style="display:none">
-			        <path d="M6,44l3-3l3,3l3-3l3,3l3-3l3,3l3-3l3,3l3-3l3,3l3-3l3,3V4l-3,3l-3-3l-3,3l-3-3l-3,3l-3-3l-3,3l-3-3l-3,3l-3-3L9,7L6,4V44z" fill="#336699"/>
-			        <path d="M36,34H12v-4h24V34z" fill="#FFF"/>
-			        <path d="M36,26H12v-4h24V26z" fill="#FFF"/>
-			        <path d="M36,18H12v-4h24V18z" fill="#FFF"/>
-			      </g>
-			      <g id="sitemap" style="display:none">
-			        <path d="M24,4C12.9,4,4,13,4,24s8.9,20,20,20c11.1,0,20-9,20-20S35,4,24,4z" fill="#336699"/>
-			        <path d="M37.8,16h-5.9c-0.6-2.5-1.6-4.9-2.8-7.1C32.9,10.1,35.9,12.7,37.8,16z" fill="#FFF"/>
-			        <path d="M24,8.1c1.7,2.4,3,5.1,3.8,7.9h-7.6C21,13.1,22.3,10.5,24,8.1z" fill="#FFF"/>
-			        <path d="M8.5,28C8.2,26.7,8,25.4,8,24s0.2-2.7,0.5-4h6.8c-0.2,1.3-0.3,2.6-0.3,4s0.1,2.7,0.3,4H8.5z" fill="#FFF"/>
-			        <path d="M10.2,32h5.9c0.6,2.5,1.6,4.9,2.8,7.1C15.1,37.9,12.1,35.3,10.2,32z" fill="#FFF"/>
-			        <path d="M16.1,16h-5.9c1.9-3.3,5-5.9,8.7-7.1C17.6,11.1,16.7,13.5,16.1,16z" fill="#FFF"/>
-			        <path d="M24,39.9c-1.7-2.4-3-5.1-3.8-7.9h7.6C27,34.9,25.7,37.5,24,39.9z" fill="#FFF"/>
-			        <path d="M28.7,28h-9.4c-0.2-1.3-0.3-2.6-0.3-4s0.1-2.7,0.3-4h9.4c0.2,1.3,0.3,2.6,0.3,4S28.9,26.7,28.7,28z" fill="#FFF"/>
-			        <path d="M29.2,39.1c1.2-2.2,2.1-4.6,2.8-7.1h5.9C35.9,35.3,32.9,37.9,29.2,39.1z" fill="#FFF"/>
-			        <path d="M32.7,28c0.2-1.3,0.3-2.6,0.3-4s-0.1-2.7-0.3-4h6.8c0.3,1.3,0.5,2.6,0.5,4s-0.2,2.7-0.5,4H32.7z" fill="#FFF"/>
-			      </g>
-			    </svg>
-			</div>
-			<div itemscope itemtype="http://schema.org/Organization">
-				<h2><span class="p-org"><a href="http://zekenwoozer.com/" title="David A. Windham" rel="home">&nbsp;&nbsp;Zeken Wo&#246;zer Enterprises, Un-Ltd.</a></span></h2>
-			</div>
-			<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
-				<h4><span itemprop="addressLocality">Greenwood</span>, <span class="p-region" itemprop="addressRegion">South Carolina</span> <span class="p-country-name" itemprop="addressCountry">USA</span></h4>
-			</div>
-			<h3><span itemprop="name" class="author p-name"><a class="u-url" itemprop="url" href="https://davidawindham.com/" title="David A. Windham" rel="home">David A. Windham</a></span></h3>
-			<p class="p-job-title" itemprop="description">au&middot;to&middot;di&middot;dact &nbsp; rac&middot;on&middot;teur</p>
-			<div class="contact"><span class="p-tel" itemprop="telephone">803-712-3283</span> - <span class="u-email" itemprop="email">
-				<script type="text/javascript"> 
-					//<![CDATA[
-					function hiveware_enkoder(){var i,j,x,y,x=
-					"x=\"3.r87dx:7=\\\"57|A;7&;:7<7:7h6=767:7:7878767::<7:7:7:75777;7;7879767::" +
-					"=787:7:78797:7::5797;7;7:787:76:=797:7;787;7:7;75767;7:7;7=7:7;7=787:::797" +
-					"97:76787<7:767<767:77:5777:::787576:679747:7:777<7::;7:767:::787977::777:7" +
-					"6:7::787:79:57777:67976767::678767:7=7577::767=777::47777:;7668767::f;:7=7" +
-					"7:h657;6:7;787f::7::57j;;766:7<::7=7=7h7:74787f:87=747g;:7<687i::7g:579:;7" +
-					"i::7;;:78:=7<7:7f:87=6:7f757h7;766;7=;:7f;=7=6::f797h;:79:87i::79;<77::77:" +
-					"575;::4:87966:<697;6:79677;6::f;:7<6::i;877;7:9::76;;77;778;;76697<::7=667" +
-					"g7::6657=6:7=797f;:7h;77=&;7?}87A+7:+?87js;7v,67mA:74?97m@7:|257pi:7rk87xl" +
-					":7?m57/A;76-:7!}:7/A=7yr:7iw87ge:7ti57,+;7)+;7/|:72w=7yf::wx97v,:7m0876-:7" +
-					"-?<7#}:7\\\";57y=::''87;x6:=u97ne:7sc77ap::e(:7x)::;f87or9:(i77=067;i67<x;" +
-					"7.l87en:7gt=7h;;7i+87+)::{j77=x:7.c97ha7:rC87od9:eA77t(67i)67-4:7;i77f(::j" +
-					"<:732::)j97+=;79487;y:7+=57St:7ri77ng;7.f87ro9:mC77ha67rC67od7:e(97j):7}y\""+
-					";j=eval(x.charAt(0));x=x.substr(1);y='';for(i=0;i<x.length;i+=4){y+=x.subs" +
-					"tr(i,2);}for(i=2;i<x.length;i+=4){y+=x.substr(i,2);}y=y.substr(j);";
-					while(x=eval(x));}hiveware_enkoder();
-					//]]>
-			</script>
-			</span>
-			</div>
-			<div class="search" role="search">
-				<?php get_search_form();?>
+<div class="container card">
+
+			<div class="header" role="banner">	
 			</div>
-			<div class="bottom" role="navigation">
-				<p>
-					<a class="home" href="<?php echo home_url( '/' ); ?>home" class="list-group-item"><span class="fa fa-home fa-fw"></span> Home</a> - 
-					<a class="about" href="<?php echo home_url( '/' ); ?>about" class="list-group-item"><span class="fa fa-file-text-o fa-fw"></span> About</a> - 
-					<a class="desk" href="<?php echo home_url( '/' ); ?>desk" class="list-group-item"><span class="fa fa-pencil-square-o fa-fw"></span> Desk</a> - 
-					<a class="studio" href="<?php echo home_url( '/' ); ?>studio" class="list-group-item"><span class="fa fa-flask fa-fw"></span> Studio</a> - 
-					<a class="contact" href="<?php echo home_url( '/' ); ?>contact" class="list-group-item"><span class="fa fa-envelope-o fa-fw"></span> Contact</a> - 
-					<a class="sitemap" href="<?php echo home_url( '/' ); ?>sitemap" class="list-group-item"><span class="fa fa-sitemap fa-fw"></span> Sitemap</a>
-				</p>
-				<div class="" role="complementary">
-					<p class="screen-reader-text"><a href="https://plus.google.com/+DavidWindham1?rel=author" rel="me">Used Cars</a> - <a href="http://en.wikipedia.org/wiki/User:Windhamdavid rel="me"">Land</a> - <a href="http://twitter.com/windhamdavid" rel="me">Whiskey</a> - <a href="http://facebook.com/windhamdavid" rel="me">Manure</a> - <a href="http://windhamdavid.tumblr.com/" rel="me">Nails</a> - <a href="http://vimeo.com/windhamdavid" rel="me">Fly Swatters</a> - <a href="http://davidawindham.com/lemon-tomato-onion-garlic-leek-zinnias/">Art</a> - <a href="http://davidawindham.com/radio">Bongos</a></p>
-					<p class="screen-reader-text"><a href="http://github.com/windhamdavid" rel="me">Lions Tamed</a> - <a href="http://sandbox.davidawindham.com">Bars Emptied</a> - <a href="https://cantbuymelove.org/">Love</a> - <a href="http://64.207.154.37/">Computers Verified</a> - <a href="http://gzet.net">Uprisings Quelled</a> - <a class="u-key" href="https://keybase.io/windhamdavid" title="David Windham Keybase">keys</a></p>
+			<div class="content" role="main">
+				<div class="h-card" itemscope itemtype="http://schema.org/Person">
+					<div class="logo u-logo" role="logo">
+						<svg id="icon" viewBox="0 0 48 48" style="background-color:#fff" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
+							<g id="phone" style="display:none">
+								<path fill="#000" d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49C35.1 30.6 37.51 31 40 31c1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2C21.22 42 6 26.78 6 8c0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/>
+							</g>
+							<g id="mail" style="display:none">
+								<path fill="#000" d="M40 8H8c-2.21 0-3.98 1.79-3.98 4L4 36c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zm0 8L24 26 8 16v-4l16 10 16-10v4z"/>
+							</g>
+							<g id="about" style="display:none">
+								<path fill="#000" d="M24 14V6H4v36h40V14H24zM12 38H8v-4h4v4zm0-8H8v-4h4v4zm0-8H8v-4h4v4zm0-8H8v-4h4v4zm8 24h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4v-4h4v4zm20 24H24v-4h4v-4h-4v-4h4v-4h-4v-4h16v20zm-4-16h-4v4h4v-4zm0 8h-4v4h4v-4z"/>
+							</g>
+							<g id="desk" style="display:none">
+								<path fill="#000" d="M40 10H8c-2.21 0-3.98 1.79-3.98 4L4 34c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V14c0-2.21-1.79-4-4-4zm-18 6h4v4h-4v-4zm0 6h4v4h-4v-4zm-6-6h4v4h-4v-4zm0 6h4v4h-4v-4zm-2 4h-4v-4h4v4zm0-6h-4v-4h4v4zm18 14H16v-4h16v4zm0-8h-4v-4h4v4zm0-6h-4v-4h4v4zm6 6h-4v-4h4v4zm0-6h-4v-4h4v4z"/>
+							</g>
+							<g id="studio" style="display:none">
+								<path fill="#000" d="M24 6C14.06 6 6 14.06 6 24s8.06 18 18 18c1.66 0 3-1.34 3-3 0-.78-.29-1.48-.78-2.01-.47-.53-.75-1.22-.75-1.99 0-1.66 1.34-3 3-3H32c5.52 0 10-4.48 10-10 0-8.84-8.06-16-18-16zM13 24c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm6-8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm10 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm6 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/>
+							</g>
+							<g id="contact" style="display:none">
+								<path fill="#000" d="M40 4H8C5.79 4 4.02 5.79 4.02 8L4 44l8-8h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM12 18h24v4H12v-4zm16 10H12v-4h16v4zm8-12H12v-4h24v4z"/>
+							</g>
+							<g id="zw" style="display:none">
+								<path fill="#3C4650" d="M0,24a24,24 0 1,0 48,0a24,24 0 1,0 -48,0"/>
+								<path fill="#FFFFFF" d="M25.4,30.8L25.4,30.8L24.1,27l-1.3,3.8c-0.3,1.7-0.7,3.3-1,4.1c-0.9,2.1-5,7.3-5,7.3s4.7-0.5,7.6-0.5c2.9,0,7.3,0.6,7.3,0.6s-4.3-5.3-5.2-7.4C26.1,34,25.8,32.4,25.4,30.8z"/>
+								<path fill="#FFFFFF" d="M44.4,23.6c-0.1-5.2-3.8-8.7-8.3-8.7c-2.9,0-4.9,1.5-4.9,1.5s2.2-2.8,2.2-6.4c0-4.3-4-8.3-9.1-8.3c-4.9,0-9.4,3.6-9.3,8.7c0.1,3.6,2.2,6,2.2,6c0,0-2.4-1.5-5-1.4c-6.8,0.2-8.5,5.9-8.4,8.8c0.2,5.8,2.7,9.3,9.1,9.4c5.9,0.1,9.5-5.6,10.5-7.5c0.3-1.6,0-2.4,0-2.4c-0.5,0.3-2.5,4.8-6.2,2.8c-1.2-0.7-1.5-2.9-0.9-4.5c1.1-2.9,3.2-3.2,6.2-7c1.2-1.4,1.4-2.4,1.4-2.4s0.2,0.9,1.3,2.3c3,3.7,5.2,4.1,6.4,7c0.7,1.8,0.3,4-1,4.7c-3.5,1.8-5.4-2.6-6-2.9c0,0-0.2,0.7,0,2.2c0.4,1,3.8,7.6,11.1,7.6C41.6,33.1,44.5,27.8,44.4,23.6z"/>
+							</g>
+						</svg>
+					</div>
+					<div itemscope itemtype="http://schema.org/Organization">
+						<h2><span class="p-org"><a class="home-card" href="http://zekenwoozer.com/" title="David A. Windham" rel="home">&nbsp;&nbsp;Zeken Wo&#246;zer Enterprises, Un-Ltd.</a></span></h2>
+					</div>
+					<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+						<h4><span itemprop="addressLocality">Greenwood</span>, <span class="p-region" itemprop="addressRegion">South Carolina</span> <span class="p-country-name" itemprop="addressCountry">USA</span></h4>
+					</div>
+					<h3><span itemprop="name" class="author p-name"><a class="u-url home-card" itemprop="url" href="https://davidawindham.com/" title="David A. Windham" rel="home">David A. Windham</a></span></h3>
+					<p class="p-job-title screen-reader-text" itemprop="description">au&middot;to&middot;di&middot;dact &nbsp; rac&middot;on&middot;teur</p>
+					<div class="contact-info"><span class="p-tel" itemprop="telephone"><a class="phone-card" href="tel:8037123283">803-712-3283</a></span></p>
+						<h4><span class="u-email mail-card" itemprop="email">
+						<script type="text/javascript"> 
+							//<![CDATA[
+							function hiveware_enkoder(){var i,j,x,y,x=
+							"x=\"3.r87dx:7=\\\"57|A;7&;:7<7:7h6=767:7:7878767::<7:7:7:75777;7;7879767::" +
+							"=787:7:78797:7::5797;7;7:787:76:=797:7;787;7:7;75767;7:7;7=7:7;7=787:::797" +
+							"97:76787<7:767<767:77:5777:::787576:679747:7:777<7::;7:767:::787977::777:7" +
+							"6:7::787:79:57777:67976767::678767:7=7577::767=777::47777:;7668767::f;:7=7" +
+							"7:h657;6:7;787f::7::57j;;766:7<::7=7=7h7:74787f:87=747g;:7<687i::7g:579:;7" +
+							"i::7;;:78:=7<7:7f:87=6:7f757h7;766;7=;:7f;=7=6::f797h;:79:87i::79;<77::77:" +
+							"575;::4:87966:<697;6:79677;6::f;:7<6::i;877;7:9::76;;77;778;;76697<::7=667" +
+							"g7::6657=6:7=797f;:7h;77=&;7?}87A+7:+?87js;7v,67mA:74?97m@7:|257pi:7rk87xl" +
+							":7?m57/A;76-:7!}:7/A=7yr:7iw87ge:7ti57,+;7)+;7/|:72w=7yf::wx97v,:7m0876-:7" +
+							"-?<7#}:7\\\";57y=::''87;x6:=u97ne:7sc77ap::e(:7x)::;f87or9:(i77=067;i67<x;" +
+							"7.l87en:7gt=7h;;7i+87+)::{j77=x:7.c97ha7:rC87od9:eA77t(67i)67-4:7;i77f(::j" +
+							"<:732::)j97+=;79487;y:7+=57St:7ri77ng;7.f87ro9:mC77ha67rC67od7:e(97j):7}y\""+
+							";j=eval(x.charAt(0));x=x.substr(1);y='';for(i=0;i<x.length;i+=4){y+=x.subs" +
+							"tr(i,2);}for(i=2;i<x.length;i+=4){y+=x.substr(i,2);}y=y.substr(j);";
+							while(x=eval(x));}hiveware_enkoder();
+							//]]>
+						</script></span></h4>
+					</div>
+					<!--<div class="search" role="search">
+						<?php get_search_form();?>
+					</div>-->
+					<nav class="card-bottom" role="navigation">
+						<p>
+							<a class="about-card" href="<?php echo home_url( '/' ); ?>about" class="list-group-item">About</a> - 
+							<a class="desk-card" href="<?php echo home_url( '/' ); ?>desk" class="list-group-item">Desk</a> - 
+							<a class="studio-card" href="<?php echo home_url( '/' ); ?>studio" class="list-group-item">Studio</a> - 
+							<a class="contact-card" href="<?php echo home_url( '/' ); ?>contact" class="list-group-item">Contact</a>
+						</p>
+						<div class="" role="complementary">
+							<p class="screen-reader-text"><a href="https://plus.google.com/+DavidWindham1?rel=author" rel="me">Used Cars</a> - <a href="http://en.wikipedia.org/wiki/User:Windhamdavid rel="me"">Land</a> - <a href="http://twitter.com/windhamdavid" rel="me">Whiskey</a> - <a href="http://facebook.com/windhamdavid" rel="me">Manure</a> - <a href="http://windhamdavid.tumblr.com/" rel="me">Nails</a> - <a href="http://vimeo.com/windhamdavid" rel="me">Fly Swatters</a> - <a href="http://davidawindham.com/lemon-tomato-onion-garlic-leek-zinnias/">Art</a> - <a href="http://davidawindham.com/radio">Bongos</a></p>
+							<p class="screen-reader-text"><a href="http://github.com/windhamdavid" rel="me">Lions Tamed</a> - <a href="http://sandbox.davidawindham.com">Bars Emptied</a> - <a href="https://cantbuymelove.org/">Love</a> - <a href="http://64.207.154.37/">Computers Verified</a> - <a href="http://gzet.net">Uprisings Quelled</a> - <a class="u-key" href="https://keybase.io/windhamdavid" title="David Windham Keybase">keys</a></p>
+						</div>
+					</nav>
 				</div>
+			</div> 
+			<div id="footer" role="contentinfo">
 			</div>
-		</div>
-	</div> 
-</div> 
-<div id="footer" role="contentinfo">
 
 </div> 
 <script type='text/javascript' src='<?php echo get_template_directory_uri();?>/js/jquery-2.1.1.min.js'></script>

+ 1 - 0
header-home.php

@@ -8,6 +8,7 @@
 -->
 <meta charset="UTF-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <meta name="description" content="David A. Windham - Zeken Woozer Enterprises, Un-Ltd. South Carolina USA" />
 <link rel="shortcut icon" href="../favicon.ico?v=2" />
 <title><?php dw_page_title();?></title>

+ 1 - 0
header.php

@@ -8,6 +8,7 @@
 -->
 <meta charset="UTF-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <title><?php dw_page_title();?></title>
 <meta name="description" content="<?php dw_meta_desc();?>"/>
 <?php wp_head(); ?>

+ 14 - 11
js/front-page.js

@@ -33,22 +33,25 @@ $(document).ready(function(){
     $('#link2').swapAttr('rel');
 	
 	var iconmorph = new SVGMorpheus('#icon')
-	$( "a.home" ).hover(function() {
+	$( "a.home-card" ).hover(function() {
 		iconmorph.to('zw', {duration:1000, easing:'quad-in-out', rotation:'random'});
 	});
-	$( "a.about" ).hover(function() {
-		iconmorph.to('about', {duration:1000, easing:'quad-in-out', rotation:'random'});
+	$( "a.phone-card" ).hover(function() {
+		iconmorph.to('phone', {duration:1000, easing:'quad-in-out', rotation:'random'});
 	});
-	$( "a.desk" ).hover(function() {
-		iconmorph.to('desk', {duration:1000, easing:'quad-in-out', rotation:'random'});
+	$( "span.mail-card" ).hover(function() {
+		iconmorph.to('mail', {duration:1000, easing:'quad-in-out', rotation:'random'});
 	});
-	$( "a.studio" ).hover(function() {
-		iconmorph.to('studio', {duration:1000, easing:'quad-in-out', rotation:'random'});
+	$( "a.about-card" ).hover(function() {
+		iconmorph.to('about', {duration:1000, easing:'quad-in-out', rotation:'clock'});
 	});
-	$( "a.contact" ).hover(function() {
-		iconmorph.to('contact', {duration:1000, easing:'quad-in-out', rotation:'random'});
+	$( "a.desk-card" ).hover(function() {
+		iconmorph.to('desk', {duration:1000, easing:'quad-in-out', rotation:'counterclock'});
+	});
+	$( "a.studio-card" ).hover(function() {
+		iconmorph.to('studio', {duration:1000, easing:'quad-in-out', rotation:'clock'});
 	});
-	$( "a.sitemap" ).hover(function() {
-		iconmorph.to('sitemap', {duration:1000, easing:'quad-in-out', rotation:'random'});
+	$( "a.contact-card" ).hover(function() {
+		iconmorph.to('contact', {duration:1000, easing:'quad-in-out', rotation:'random'});
 	});
 });

+ 1 - 0
style.css

@@ -1082,6 +1082,7 @@ article.home {
 }
 article.single {
 	background: #fff;
+	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 }
 .post {
 	margin-bottom: 40px;