index.html 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
  6. <meta name="google-site-verification" content="kp06-RPhHu97jLQv5c7nl_jyj3wDwTBIpC_OogW-TFc" />
  7. <meta name="description" content="David Windham">
  8. <meta name="author" content="David Windham">
  9. <title>David Windham</title>
  10. <meta property="og:title" content="David Windham"/>
  11. <meta property="og:description" content="Something Else"/>
  12. <meta property="og:type" content="website"/><meta property="og:url" content="https://davidwindham.com"/><meta property="og:site_name" content="David Windham"/><meta property="og:image" content="img/og_image.jpg"/><meta property="fb:app_id" content="203136806559589" /><meta name="twitter:site" content="@windhamdavid"><meta name="twitter:creator" content="@windhamdavid"><meta name="twitter:title" content="David Windham"><meta name="twitter:description" content="Something Else"><meta name="twitter:image" content="img/ogt_image.jpg"><meta name="twitter:card" content="summary_large_image"><link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png"><link rel="manifest" href="img/site.webmanifest"><link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#3f3f3f"><meta name="msapplication-TileColor" content="#000000"><meta name="theme-color" content="#ffffff">
  13. <link rel="stylesheet" href="css/dw.css">
  14. </head>
  15. <body>
  16. <!-- ============================= ** HEADER ** ============================= -->
  17. <header id="header" class="header" role="banner">
  18. <div class="header-ui">
  19. <div class="brand--nav">
  20. <h1>David Windham</h1>
  21. </div>
  22. </div>
  23. </header>
  24. <header class="header-small showing">
  25. <a href="./index.php" class="brand">
  26. <img class="light" src="./img/dw-sm-white.svg" srcset="./img/dw-sm-white.svg 2x" alt="David Windham logo"/>
  27. <img class="dark" src="./img/dw-sm.svg" srcset="./img/dw-sm.svg 2x" alt="David Windham logo"/>
  28. </a>
  29. <button class="hamburger" type="button">
  30. <span class="hamburger-box">
  31. <span class="hamburger-inner"></span>
  32. </span>
  33. </button>
  34. <div class="header-small-menu">
  35. <a href="#who">Who</a>
  36. <a href="#what">What</a>
  37. <a href="#when">When</a>
  38. <a href="#about">Why</a>
  39. <a href="#when">How</a>
  40. <h6><a class="email" href="mailto:&#100;&#097;&#118;&#105;&#100;&#064;&#100;&#097;&#118;&#105;&#100;&#119;&#105;&#110;&#100;&#104;&#097;&#109;&#046;&#099;&#111;&#109;" target="_blank">&#100;&#097;&#118;&#105;&#100;&#064;&#100;&#097;&#118;&#105;&#100;&#119;&#105;&#110;&#100;&#104;&#097;&#109;&#046;&#099;&#111;&#109;</a></h6>
  41. </div>
  42. </header>
  43. <!-- ============================= ** MAIN ** ============================= -->
  44. <main id="main" class="main">
  45. <!-- ============================= ** HELLO ** ============================= -->
  46. <div id="hello" class="background-color black" data-dark-bg></div>
  47. <section class="page-view hero d-flex align-items-center">
  48. <div class="container main">
  49. <div class="row">
  50. <div class="col-lg-6">
  51. <h1>Hello!</h1>
  52. <p class="lead"></p>
  53. <h2 class="">I like to help folks make good use of the internet by crafting custom applications and websites.</h2>
  54. </div>
  55. <div class="col col-lg-6 align-self-end">
  56. <blockquote>
  57. <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>
  58. <p class="right">~ John Cleese</p>
  59. </blockquote>
  60. <!--<img width="400" src="./img/dw.svg" srcset="./img/dw.svg 2x" alt="David Windham"/>-->
  61. </div>
  62. </div>
  63. </div>
  64. </section>
  65. <!-- ============================= ** WHO ** ============================= -->
  66. <div id="who" class="background-color white"></div>
  67. <section class="page-view hello">
  68. <div class="container">
  69. <div class="row">
  70. <div class="col-lg-10">
  71. <h1>Who?</h1>
  72. <p class="lead">
  73. I've been a web developer for almost 20 years.
  74. I have a BA in Studio Art and a minor in Art History from The College of Charleston.
  75. I've worked in advertising, publishing, education, and an assortment of businesses for clients.
  76. I focus on building custom web applications and
  77. I treat my development work like mechanical art.
  78. </p>
  79. <img width="300" src="./img/dw-sig.png" alt="David Windham signature">
  80. <p class="lead">Have a project in mind?</p>
  81. <button type="button" class="btn btn-outline-dark">
  82. <a href="mailto:&#100;&#097;&#118;&#105;&#100;&#064;&#100;&#097;&#118;&#105;&#100;&#119;&#105;&#110;&#100;&#104;&#097;&#109;&#046;&#099;&#111;&#109;">Email Me</a>
  83. </button>
  84. </div>
  85. </div>
  86. </div>
  87. </section>
  88. <!-- ============================= ** MAIN ** ============================= -->
  89. </main>
  90. <!-- ============================= ** FOOTER ** ============================= -->
  91. <footer id="dw-footer" class="dw-footer">
  92. <div class="container">
  93. <div class="row">
  94. <div class="col-lg-6 col-md-4">
  95. <div class="br-widget">
  96. <h5>David Windham</h5>
  97. <address class="mt-5">
  98. <a href="https://www.google.com/maps/place/102+Glenridge+Cir,+Greenwood,+SC+29646">102 Glenridge Circle</a><br/>
  99. <a href="https://www.google.com/maps/place/102+Glenridge+Cir,+Greenwood,+SC+29646">Greenwood, South Carolina USA</a>
  100. <br/>
  101. <a target="_blank" href="mailto:&#100;&#097;&#118;&#105;&#100;&#064;&#100;&#097;&#118;&#105;&#100;&#119;&#105;&#110;&#100;&#104;&#097;&#109;&#046;&#099;&#111;&#109">&#100;&#097;&#118;&#105;&#100;&#064;&#100;&#097;&#118;&#105;&#100;&#119;&#105;&#110;&#100;&#104;&#097;&#109;&#046;&#099;&#111;&#109</a><br />
  102. <a href="tel:8037123283">+1-803-712-3283</a>
  103. </address>
  104. </div>
  105. </div>
  106. <div class="col-lg-3 col-md-4 mt-5 mt-md-0">
  107. <div class="br-widget">
  108. <ul class="footer-links">
  109. </ul>
  110. </div>
  111. </div>
  112. <div class="col-lg-3 col-md-4 mt-5 mt-md-0">
  113. <div class="br-widget">
  114. <ul class="footer-links">
  115. <li><a href="https://github.com/windhamdavid" class="github" rel="me"></span><i class="demo-icon icon-github-squared">&#xf300;</i>&nbsp; Github</a></li>
  116. <li><a href="https://en.wikipedia.org/wiki/User:Windhamdavid" class="wikipedia" rel="me"><i class="demo-icon icon-wikipedia-w">&#xf266;</i>&nbsp; Wikipedia</a></li>
  117. <li><a href="https://www.facebook.com/davidawindham" class="facebook"><i class="demo-icon icon-facebook-squared">&#xf308;</i>&nbsp; Facebook</a></li>
  118. <li><a href="https://twitter.com/windhamdavid" class="twitter" rel="me"><i class="demo-icon icon-twitter-squared">&#xf304;</i>&nbsp; Twitter</a></li>
  119. </ul>
  120. </div>
  121. </div>
  122. </div>
  123. <div class="footer-end">
  124. <div class="row">
  125. <div class="col-md-6 text-center text-md-left">
  126. &copy; 2020
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. </footer>
  132. <script src="js/dw.js"></script>
  133. </body>
  134. </html>