123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?php
- /**
- * Template Name: Card
- */
- ?>
- <!--
- . . . . . .
- . . ...-..-| |-. .-. .-.-..-| .-.. ...-|
- ` ` '' '`-'-' '-`-`-' ' '`-'-`-`-` '`-'-
- -->
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <meta charset="UTF-8" />
- <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="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri();?>/css/card.css"/>
- </head>
- <body>
- <div id="container" class="card">
- <div id="content" class="hentry" role="main">
- <div class="header">
-
- </div>
- <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>
- <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>
- <p>au·to·di·dact rac·on·teur</p>
- <div class="contact">803-712-3283 - <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>
- - <a href="https://keybase.io/windhamdavid" title="David Windham Keybase">keys</a>
- </div>
- <div class="bottom">
- <p><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><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></p>
- </div>
- </div>
- </div>
- <div id="footer" role="contentinfo">
- </div>
- <script type='text/javascript' src='<?php echo get_template_directory_uri();?>/js/script-o.js'></script>
- <script type='text/javascript' src='<?php echo get_template_directory_uri();?>/js/card.js'></script>
- <?php wp_footer(); ?>
- </body>
- </html>
|