windhamdavid 9 years ago
parent
commit
19335cdda0
5 changed files with 13 additions and 10 deletions
  1. 5 5
      card.php
  2. 0 1
      footer-home.php
  3. 3 3
      index.php
  4. BIN
      screenshot.png
  5. 5 1
      style.css

+ 5 - 5
card.php

@@ -16,12 +16,12 @@
 <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="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/card.css"/>
-<link media="only screen and (max-device-width: 480px)" href="<?php bloginfo('template_directory'); ?>/css/card-mob.css" type="text/css" rel="stylesheet" />
+<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri();?>/card.css"/>
+<link media="only screen and (max-device-width: 480px)" href="<?php echo get_template_directory_uri();?>/css/card-mob.css" type="text/css" rel="stylesheet" />
 <script type='text/javascript' src='https://code.jquery.com/jquery-1.11.0.min.js'></script><!--https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js-->
-<script type="text/javascript" src="<?php bloginfo( 'template_directory' ); ?>/js/card.js"></script>
+<script type="text/javascript" src="<?php echo get_template_directory_uri();?>/js/card.js"></script>
 <!--[if lt IE 9]>
-<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/card-ie.css"/>
+<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri();?>/css/card-ie.css"/>
 <script src="<?php bloginfo( 'template_directory' ); ?>/js/html5shiv.js" type="text/javascript"></script>
 <![endif]-->
 </head>
@@ -33,7 +33,7 @@
 					<div class="header">
 						&nbsp;		
 					</div>
-					<img src="<?php bloginfo('template_directory'); ?>/img/dw.png" width="25" alt="daw"/>
+					<img src="<?php echo get_template_directory_uri();?>/img/dw.png" width="25" alt="daw"/>
 					<h2 class="entry-title"><a href="http://zekenwoozer.com/" title="David A. Windham" rel="home">&nbsp;&nbsp;Zeken Wo&#246;zer Enterprises, Un-Ltd.</a></h2>
 					<h4>South Carolina USA</h4>
 					<h3 class="vcard author"><a href="https://davidawindham.com/" title="David A. Windham" rel="home">David A. Windham</a></h3>

+ 0 - 1
footer-home.php

@@ -65,7 +65,6 @@
 				</ul>
 			</div>
 			<div class="col-md-2">
-				<!--<span class="right"><img src="<?php echo get_bloginfo('template_directory');?>/img/dog.png" class="avatar" alt="David Windham"/></span>-->
 				<p class="dim right"><a href="https://github.com/windhamdavid/dw"><span class="fa fa-15x fa-code-fork"></span> </a></p>
 				<p class="small dim right">&copy; 2005-2015<br />David A. Windham</p>
 				<p class="small dull right">This website uses cookies.</p>

+ 3 - 3
index.php

@@ -1,7 +1,7 @@
 <?php get_header('home'); ?>
 	<video id="tv" preload="none" loop="loop" poster="wp-content/themes/dw/img/tv.jpg">
-	     <source src="<?php echo get_bloginfo('template_directory');?>/img/tv.mp4" type="video/mp4">
-	     <source src="<?php echo get_bloginfo('template_directory');?>/img/tv.webm" type="video/webm">
+	     <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>
 	<div class="container-full leader">
 		<div id="caro-lead" class="carousel slide carousel-fade">
@@ -131,7 +131,7 @@
 				<div class="col-sm-6">
 					<h4>Who</h4>
 						<p><img class="me" src="wp-content/themes/dw/img/me.png">
-							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis molestie quis urna sit amet vulputate. Pellentesque non venenatis dolor, ut commodo eros. Suspendisse a ultricies nisi, vitae blandit mauris. Sed leo magna, hendrerit ut eleifend eu, rhoncus id lorem. Pellentesque est nunc, venenatis a elementum at, euismod placerat dui. Cras et enim ultrices, accumsan quam in, eleifend sapien. Take a look at my <a href="resume">Bio</a> and <a href="resume">Résumé</a></p>
+							Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis molestie quis urna sit amet vulputate. Pellentesque non venenatis dolor, ut commodo eros. Suspendisse a ultricies nisi, vitae blandit mauris. Sed leo magna, hendrerit ut eleifend eu, rhoncus id lorem. Pellentesque est nunc, venenatis a elementum at, euismod placerat dui. Cras et enim ultrices, accumsan quam in, eleifend sapien. Take a look at my <a href="resume">Bio</a> and <a href="resume">Resume</a></p>
 					<p>&nbsp;</p>
 					<p>&nbsp;</p>
 				</div>

BIN
screenshot.png


+ 5 - 1
style.css

@@ -4,7 +4,9 @@
 Theme Name: dw
 Theme URI: http://davidawindham.com/
 Author: windhamdavid
+Description: Something Else
 Version: 2.0
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
 Thanks: 
 normalize.css v3.0.1 * MIT License
@@ -1181,9 +1183,11 @@ h2.entry-title {
 	font: 14px "Courier New", Courier, mono;
 }
 .signature {
-
 	float: right;
 	margin: 10px 150px 40px 0px;
+}
+.bypostauthor {
+	
 }
 #inside h3 {
 	font: 16px "Courier New", Courier, mono;