123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
- <meta name="google-site-verification" content="kp06-RPhHu97jLQv5c7nl_jyj3wDwTBIpC_OogW-TFc" />
- <meta name="description" content="David Windham">
- <meta name="author" content="David Windham">
- <title>David Windham</title>
- <meta property="og:title" content="David Windham"/>
- <meta property="og:description" content="Something Else"/>
- <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">
- <!-- build:css css/dw.css -->
- <link rel="stylesheet" href="css/mixin.css">
- <link rel="stylesheet" href="css/style.css">
- <!-- endbuild -->
- </head>
- <body>
- <!-- ============================= ** HEADER ** ============================= -->
- <header id="header" class="header" role="banner">
- <div class="header-ui">
- <div class="brand--nav">
- <h1>David Windham</h1>
- </div>
- </div>
- </header>
- <header class="header-small showing">
- <a href="./index.php" class="brand">
- <img class="light" src="./img/dw-sm-white.svg" srcset="./img/dw-sm-white.svg 2x" alt="David Windham logo"/>
- <img class="dark" src="./img/dw-sm.svg" srcset="./img/dw-sm.svg 2x" alt="David Windham logo"/>
- </a>
- <button class="hamburger" type="button">
- <span class="hamburger-box">
- <span class="hamburger-inner"></span>
- </span>
- </button>
- <div class="header-small-menu">
- <a href="#who">Who</a>
- <a href="#what">What</a>
- <a href="#when">When</a>
- <a href="#about">Why</a>
- <a href="#when">How</a>
- <h6><a class="email" href="mailto:david@davidwindham.com" target="_blank">david@davidwindham.com</a></h6>
- </div>
- </header>
- <!-- ============================= ** MAIN ** ============================= -->
- <main id="main" class="main">
- <!-- ============================= ** HELLO ** ============================= -->
- <div id="hello" class="background-color black" data-dark-bg></div>
- <section class="page-view hero dw-header d-flex align-items-center">
- <div class="container main">
- <div class="row">
- <div class="col-lg-6">
- <h1></h1>
- <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>
- <p class="lead"></p>
- <h2 class="">I like to help folks make good use of the internet by crafting custom applications and websites.</h2>
- </div>
- <div class="col col-lg-6 align-self-end">
- <!--<img width="400" src="./img/dw.svg" srcset="./img/dw.svg 2x" alt="David Windham"/>-->
- </div>
- </div>
- </div>
- </section>
- <!-- ============================= ** WHO ** ============================= -->
- <div id="who" class="background-color white"></div>
- <section class="page-view hello">
- <div class="container">
- <div class="row">
- <div class="col-lg-10">
- <h1>Who?</h1>
- <p class="lead">
- I've been a web developer for almost 20 years.
- I have a BA in Studio Art and a minor in Art History from The College of Charleston.
- I've worked in advertising, publishing, education, and an assortment of businesses for clients.
- I focus on building custom web applications and
- I treat my development work like mechanical art.
- </p>
- <img width="300" src="./img/dw-sig.png" alt="David Windham signature">
- <p class="lead">Have a project in mind?</p>
- <button type="button" class="btn btn-outline-dark">
- <a href="mailto:david@davidwindham.com">Email Me</a>
- </button>
- </div>
- </div>
- </div>
- </section>
- <!-- ============================= ** MAIN ** ============================= -->
- </main>
- <!-- ============================= ** FOOTER ** ============================= -->
- <footer>
- <p><a href="#top">[Top]</a> <a href="https://code.davidawindham.com/david/dw">[git]</a></p>
- </footer>
- <!-- build:js js/dw.js -->
- <script src="./js/jquery.min.js"></script>
- <script src="./js/bootstrap.js"></script>
- <script src="./js/waypoints.js"></script>
- <script src="./js/_init.js"></script>
- <!-- endbuild -->
- </body>
- </html>
|