|
@@ -16,12 +16,12 @@
|
|
<title>David A. Windham</title>
|
|
<title>David A. Windham</title>
|
|
<meta name="description" content="David A. Windham - Zeken Woozer Enterprises, Un-Ltd. South Carolina USA" />
|
|
<meta name="description" content="David A. Windham - Zeken Woozer Enterprises, Un-Ltd. South Carolina USA" />
|
|
<meta name="author" content="David Windham">
|
|
<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='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]>
|
|
<!--[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>
|
|
<script src="<?php bloginfo( 'template_directory' ); ?>/js/html5shiv.js" type="text/javascript"></script>
|
|
<![endif]-->
|
|
<![endif]-->
|
|
</head>
|
|
</head>
|
|
@@ -33,7 +33,7 @@
|
|
<div class="header">
|
|
<div class="header">
|
|
|
|
|
|
</div>
|
|
</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"> Zeken Woözer Enterprises, Un-Ltd.</a></h2>
|
|
<h2 class="entry-title"><a href="http://zekenwoozer.com/" title="David A. Windham" rel="home"> Zeken Woözer Enterprises, Un-Ltd.</a></h2>
|
|
<h4>South Carolina USA</h4>
|
|
<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>
|
|
<h3 class="vcard author"><a href="https://davidawindham.com/" title="David A. Windham" rel="home">David A. Windham</a></h3>
|