index.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="description" content="David Windham">
  6. <meta name="author" content="David Windham">
  7. <meta name="google-site-verification" content="kp06-RPhHu97jLQv5c7nl_jyj3wDwTBIpC_OogW-TFc" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
  9. <link rel="stylesheet" href="css/style.css">
  10. <title>David Windham</title>
  11. </head>
  12. <body>
  13. <div id="top" class="container">
  14. <header class="header" role="banner">
  15. <h1>David Windham</h1>
  16. </header>
  17. <nav role="navigation">
  18. </nav>
  19. <div class="main">
  20. <p class="right"><time datetime="2020-03-15">3/15/20</time></p>
  21. <h2>About</h2>
  22. <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>
  23. <p>I don't have any content for this site, so for now, I'll just leave you with a quote I like:</p>
  24. <hr>
  25. <blockquote>
  26. <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>
  27. <p class="right">~ John Cleese</p>
  28. </blockquote>
  29. <hr>
  30. <h3 id="daw">daw:</h3>
  31. <p>What to do with this new domain?... I&#39;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>
  32. <h3 id="notes-">notes:</h3>
  33. <h4 id="content-">content/</h4>
  34. <p>ideas - bot, AMA, TIL, knowitall,<br>about - bio / cv / clients<br>service - ability / experitise / range<br>login - calendar / billing</p>
  35. <h4 id="features-">features/</h4>
  36. <ul>
  37. <li>bot
  38. <ul>
  39. <li>chat / contact</li>
  40. <li>twilio / fb messenger / slack / twitter</li>
  41. </ul>
  42. </li>
  43. <li>now page
  44. <ul>
  45. <li>simplified archive page</li>
  46. <li>desk/bookmarks/code/til/social</li>
  47. </ul>
  48. </li>
  49. <li>calendar
  50. <ul>
  51. <li>scheduler / rate</li>
  52. </ul>
  53. </li>
  54. <li>client login
  55. <ul>
  56. <li>invoicing / payments / tickets</li>
  57. </ul>
  58. </li>
  59. </ul>
  60. <h4 id="design">design/</h4>
  61. <h4 id="stack-">stack/</h4>
  62. <ul>
  63. <li>GO - lang</li>
  64. <li>MySQL - data</li>
  65. <li>React - UI</li>
  66. <li><a href="https://code.davidawindham.com/david/daw">git repo</a></li>
  67. </ul>
  68. </div>
  69. <footer><p><a href="#top">[Top]</a></p></footer>
  70. </div>
  71. <!---------------- Analytics -------------------------------------
  72. <script type="text/javascript">
  73. var _paq = window._paq || [];
  74. _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
  75. _paq.push(["setCookieDomain", "*.davidwindham.com"]);
  76. _paq.push(['trackPageView']);
  77. _paq.push(['enableLinkTracking']);
  78. (function() {
  79. var u="https://davidawindham.com/wik/";
  80. _paq.push(['setTrackerUrl', u+'matomo.php']);
  81. _paq.push(['setSiteId', '5']);
  82. var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  83. g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  84. })();
  85. </script>
  86. <noscript><p><img src="https://davidawindham.com/wik/matomo.php?idsite=5&amp;rec=1" style="border:0;" alt="" /></p></noscript>
  87. --------------------- Analytics ----------------------------------->
  88. </body>
  89. </html>