123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="description" content="David Windham">
- <meta name="author" content="David Windham">
- <meta name="google-site-verification" content="kp06-RPhHu97jLQv5c7nl_jyj3wDwTBIpC_OogW-TFc" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
- <link rel="stylesheet" href="css/style.css">
- <title>David Windham</title>
- </head>
- <body>
- <div id="top" class="container">
- <header class="header" role="banner">
- <h1>David Windham</h1>
- </header>
- <nav role="navigation">
- </nav>
- <div class="main">
- <p class="right"><time datetime="2020-03-15">3/15/20</time></p>
- <h2>About</h2>
- <p>I got this domain in 2020. I really didn't want it, but I've had many missed emails because folks miss the 'a' in <a href="https://davidawindham.com">http://david<b>a</b>windham.com</a> where I've been online since 2003. I happened to think of it the other day because I found my email address had been misprinted in a newsletter. I whois'd it, noticed it was pending delete, and put in a backorder. If you'd like to get in touch, head over to my <a href="https://davidawindham.com/contact/">contact page</a> or <a href="https://davidawindham.com/sitemap/">sitemap</a>.<p>
- <p>I don't have any content for this site, so for now, I'll just leave you with a quote I like:</p>
- <hr>
- <blockquote>
- <h1>If I can get you to laugh with me, you like me better, which makes you more open to my ideas. And if I can persuade you to laugh at the particular point I make, by laughing at it you acknowledge its truth.</h1>
- <p class="right">~ John Cleese</p>
- </blockquote>
- <hr>
- <h3 id="daw">daw:</h3>
- <p>What to do with this new domain?... I'd like a clean one page app that is focused on function so I can keep all my random stuff on the old domain. Just going to make some notes here to work it out.</p>
- <h3 id="notes-">notes:</h3>
- <h4 id="content-">content/</h4>
- <p>ideas - bot, AMA, TIL, knowitall,<br>about - bio / cv / clients<br>service - ability / experitise / range<br>login - calendar / billing</p>
- <h4 id="features-">features/</h4>
- <ul>
- <li>bot
- <ul>
- <li>chat / contact</li>
- <li>twilio / fb messenger / slack / twitter</li>
- </ul>
- </li>
- <li>now page
- <ul>
- <li>simplified archive page</li>
- <li>desk/bookmarks/code/til/social</li>
- </ul>
- </li>
- <li>calendar
- <ul>
- <li>scheduler / rate</li>
- </ul>
- </li>
- <li>client login
- <ul>
- <li>invoicing / payments / tickets</li>
- </ul>
- </li>
- </ul>
- <h4 id="design">design/</h4>
- <h4 id="stack-">stack/</h4>
- <ul>
- <li>GO - lang</li>
- <li>MySQL - data</li>
- <li>React - UI</li>
- <li><a href="https://code.davidawindham.com/david/daw">git repo</a></li>
- </ul>
- </div>
- <footer><p><a href="#top">[Top]</a></p></footer>
- </div>
- <!---------------- Analytics -------------------------------------
- <script type="text/javascript">
- var _paq = window._paq || [];
- _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
- _paq.push(["setCookieDomain", "*.davidwindham.com"]);
- _paq.push(['trackPageView']);
- _paq.push(['enableLinkTracking']);
- (function() {
- var u="https://davidawindham.com/wik/";
- _paq.push(['setTrackerUrl', u+'matomo.php']);
- _paq.push(['setSiteId', '5']);
- var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
- g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
- })();
- </script>
- <noscript><p><img src="https://davidawindham.com/wik/matomo.php?idsite=5&rec=1" style="border:0;" alt="" /></p></noscript>
- --------------------- Analytics ----------------------------------->
- </body>
- </html>
|