123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- <?php get_header('home'); ?>
- <div class="container-full leader">
- <div class="container">
- <div class="row">
- <div class="col-xs-5">
- <h1 class="didot">David A. Windham</h1>
-
- <svg class="logo" width="250px" height="0px">
- </svg>
- </div>
- <div class="col-xs-4">
- <img src="<?php echo get_bloginfo('template_directory');?>/img/daw.png" width="100" class="logo" alt="David Windham"/>
- </div>
- <div class="col-xs-3 front-nav">
- <div class="col-sm-6">
- <ul>
- <li><a href="notebook">Notebook</a></li>
- <li><a href="studio">Studio</a></li>
- <li><a href="bio">Bio</a></li>
- </ul>
- </div>
- <div class="col-sm-6">
- <ul>
- <li><a href="contact">Contact</a></li>
- <li><a href="archives">Archives</a></li>
- <li><a href="essays">Essays</a></li>
- <li></li>
- <li></li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- <video id="tv" class="sat" preload="auto" autostart="false" loop="loop" poster="wp-content/themes/dw/img/tv.jpg">
- <source src="<?php echo get_bloginfo('template_directory');?>/img/tv.mp4" type="video/mp4">
- <source src="<?php echo get_bloginfo('template_directory');?>/img/tv.webm" type="video/webm">
- </video>
- <div class="container-full">
- <div id="caro-lead" class="carousel slide carousel-fade" data-ride="carousel" data-interval="false">
- <div class="carousel-inner">
- <div class="item active">
- <div class="container">
- <h1 class="light super cm-sans">Computer Modern Sans 1</h1>
- <h3 class="light cm-concrete">The First tagline about that article</h3>
- </div>
- <div class="carousel-caption">
- <p>Some sort of captions</p>
- </div>
- </div>
- <div class="item">
- <div class="container">
- <h1 class="light super cm-sans wow fadeIn" data-wow-duration="4s">This Is Another Title - 2</h1>
- <h3 class="light cm-concrete">Another line about that Essay</h3>
- </div>
- <div class="carousel-caption">
- <p>Some sort of captions</p>
- </div>
- </div>
- <div class="item bg1">
- <div class="container">
-
- <h1 class="light super cm-sans">And A Third Title - 3</h1>
- <h3 class="light cm-concrete">A Third byline about an Artwork</h3>
- </div>
- <div class="carousel-caption">
- <p>Some sort of captions</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="container-fluid posts">
- <div class="container">
- <div class="row">
- <div class="col-sm-4 wow fadeInLeft">
- <article id="main" class="home">
- <?php query_posts('showposts=1'); ?>
- <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
- <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- <div class="entry-content">
- <div class="date">
- <?php the_time('n/j/Y'); ?>
- </div>
- <h3 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
- <?php the_excerpt(); ?>
- </div>
- </div>
- <?php endwhile; ?>
- </article>
- </div>
- <div class="col-sm-4 wow fadeInUp" data-wow-duration="1s">
- <article id="main" class="home">
- <?php query_posts('showposts=1&offset=1'); ?>
- <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
- <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- <div class="entry-content">
- <div class="date">
- <?php the_time('n/j/Y'); ?>
- </div>
- <h3 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
- <?php the_excerpt(); ?>
- </div>
- </div>
- <?php endwhile; ?>
- </article>
- </div>
- <div class="col-sm-4 wow fadeInRight">
- <article id="main" class="home">
- <?php query_posts('showposts=1&offset=2'); ?>
- <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
- <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- <div class="entry-content">
- <div class="date">
- <?php the_time('n/j/Y'); ?>
- </div>
- <h3 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
- <?php the_excerpt(); ?>
- </div>
- </div>
- <?php endwhile; ?>
- </article>
- </div>
- </div>
- </div>
- </div>
- <div class="container-full dark">
- <div class="container">
- <div class="row">
- <div class="col-xs-5">
- <p> </p>
- <p> </p>
- <p> </p>
- </div>
- <div class="col-xs-4">
-
- </div>
- <div class="col-xs-2">
-
- </div>
- </div>
- </div>
- </div>
- <div class="container-full top-lead">
- <div id="caro" class="carousel slide">
- <ol class="carousel-indicators">
- <li data-target="#caro" data-slide-to="0" class="active"></li>
- <li data-target="#caro" data-slide-to="1"></li>
- <li data-target="#caro" data-slide-to="2"></li>
- </ol>
- <div class="carousel-inner">
- <div class="item active">
- <div class="container animac">
- <svg xmlns="http://www.w3.org/2000/svg" id="svg-mac" class="svg" viewBox="0 0 960 480" preserveAspectRatio="xMinYMin meet">
- <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M570.14 440.2l-29.165-28.99c-7.103-8.5-6.152-36.718-6.02-40.665H425.048c.133 3.947 1.082 32.164-6.018 40.666l-29.166 28.99c-1.237 1.404-1.712 2.505-1.623 3.37h-.054c.76 7.727 6.664 6.332 13.607 6.332H558.01c6.696 0 12.412 1.27 13.493-5.56.58-.953.274-2.282-1.364-4.14z"/>
- <path fill="#C8D2DC" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M727.488 355.125c0 8.514-6.597 15.42-14.738 15.42h-465.5c-8.14 0-14.74-6.906-14.74-15.42V45.42c0-8.517 6.6-15.42 14.74-15.42h465.5c8.142 0 14.738 6.903 14.738 15.42v309.705z"/>
- <path fill="#fff" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M489.01 343.713c-.042-4.223 3.447-6.254 3.605-6.352-1.963-2.866-5.018-3.263-6.102-3.31-2.602-.26-5.074 1.53-6.39 1.53s-3.356-1.49-5.506-1.448c-2.836.04-5.445 1.645-6.907 4.182-2.942 5.11-.75 12.672 2.116 16.814 1.4 2.02 3.072 4.305 5.268 4.22 2.114-.08 2.913-1.362 5.467-1.362 2.556 0 3.274 1.363 5.51 1.322 2.273-.04 3.716-2.064 5.105-4.098 1.61-2.35 2.273-4.63 2.313-4.748-.05-.02-4.434-1.7-4.48-6.75M484.807 331.31c1.168-1.41 1.953-3.37 1.738-5.327-1.68.068-3.713 1.12-4.916 2.53-1.08 1.247-2.027 3.245-1.77 5.16 1.87.143 3.784-.95 4.947-2.362"/>
- <path fill="#3C4650" stroke="#3C4650" stroke-width="2px" stroke-miterlimit="10" d="M727.488 315.527V45.982c0-8.828-6.597-15.982-14.738-15.982h-465.5c-8.14 0-14.74 7.155-14.74 15.982v269.545H727.49z"/>
- <path fill="#141E28" stroke="#141E28" stroke-width="2px" stroke-miterlimit="10" d="M251.2 48.887h457.205v245.52H251.2z"/>
- </svg>
- </div>
- </div>
- <div class="item">
- <div class="container animac hide-svg">
- <svg xmlns="http://www.w3.org/2000/svg" id="svg-imac" class="svg" viewBox="0 0 960 480" preserveAspectRatio="xMinYMin meet">
- <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M570.14 440.2l-29.165-28.99c-7.103-8.5-6.152-36.718-6.02-40.665H425.048c.133 3.947 1.082 32.164-6.018 40.666l-29.166 28.99c-1.237 1.404-1.712 2.505-1.623 3.37h-.054c.76 7.727 6.664 6.332 13.607 6.332H558.01c6.696 0 12.412 1.27 13.493-5.56.58-.953.274-2.282-1.364-4.14z"/>
- <path fill="#C8D2DC" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M727.488 355.125c0 8.514-6.597 15.42-14.738 15.42h-465.5c-8.14 0-14.74-6.906-14.74-15.42V45.42c0-8.517 6.6-15.42 14.74-15.42h465.5c8.142 0 14.738 6.903 14.738 15.42v309.705z"/>
- <path fill="#fff" stroke="#C8D2DC" stroke-width="2px" stroke-miterlimit="10" d="M489.01 343.713c-.042-4.223 3.447-6.254 3.605-6.352-1.963-2.866-5.018-3.263-6.102-3.31-2.602-.26-5.074 1.53-6.39 1.53s-3.356-1.49-5.506-1.448c-2.836.04-5.445 1.645-6.907 4.182-2.942 5.11-.75 12.672 2.116 16.814 1.4 2.02 3.072 4.305 5.268 4.22 2.114-.08 2.913-1.362 5.467-1.362 2.556 0 3.274 1.363 5.51 1.322 2.273-.04 3.716-2.064 5.105-4.098 1.61-2.35 2.273-4.63 2.313-4.748-.05-.02-4.434-1.7-4.48-6.75M484.807 331.31c1.168-1.41 1.953-3.37 1.738-5.327-1.68.068-3.713 1.12-4.916 2.53-1.08 1.247-2.027 3.245-1.77 5.16 1.87.143 3.784-.95 4.947-2.362"/>
- <path fill="#3C4650" stroke="#3C4650" stroke-width="2px" stroke-miterlimit="10" d="M727.488 315.527V45.982c0-8.828-6.597-15.982-14.738-15.982h-465.5c-8.14 0-14.74 7.155-14.74 15.982v269.545H727.49z"/>
- <path fill="#141E28" stroke="#141E28" stroke-width="2px" stroke-miterlimit="10" d="M251.2 48.887h457.205v245.52H251.2z"/>
- </svg>
- </div>
- </div>
- <div class="item">
- <div class="container animac hide-svg">
- <svg xmlns="http://www.w3.org/2000/svg" id="svg" class="svg" width="250px" height="250px" preserveAspectRatio="xMinYMin meet">
- <path fill="#3C4650" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M0.5,125a124.5,124.5 0 1,0 249,0a124.5,124.5 0 1,0 -249,0"/>
- <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M242.8,131.8c-0.4-29.9-22.1-50.1-48.1-50c-16.9,0-28.6,8.4-28.6,8.4s12.7-16.2,12.6-36.9c-0.2-24.7-23-47.9-52.4-47.9C97.6,5.4,71.8,26,72.3,55.5C72.6,76.3,85,90.2,85,90.2c0,0-13.9-8.7-29-8.2C16.5,83,6.6,115.8,7.3,132.9c1.2,33.4,15.4,53.8,52.7,54.2c34.2,0.4,54.9-32.3,61-43.5c1.5-9.5,0-13.9,0-13.9c-3.1,1.6-14.5,27.9-35.6,16.1c-6.8-3.8-8.8-16.7-5.2-26.3c6.3-16.9,18.3-18.7,36-40.3c6.8-8.3,8.2-13.6,8.2-13.6s1.2,5.2,7.8,13.2c17.4,21.2,30.1,23.6,36.7,40.4c4.1,10.4,1.8,23-6,26.9c-20.3,10.1-31.4-15.1-34.9-16.5c0,0-1.2,4,0.1,12.8c2.6,5.7,21.7,44.2,64,44.2C226.3,186.6,243.1,156.2,242.8,131.8z"/>
- <path fill="#B4BEC8" stroke="#B4BEC8" stroke-width="2px" stroke-miterlimit="10" d="M124.5,154.1c0,0-10.8,37.5-12.7,41.9c-4.9,11.3-26.6,38.8-26.6,38.8s25.2-2.8,40.4-2.8c15.6,0,39.2,3.2,39.2,3.2s-22.8-28.1-27.6-39.6C135.4,191.2,124.5,154.1,124.5,154.1z"/>
- </svg>
- </div>
- </div>
- </div>
- <a class="left carousel-control" href="#caro" role="button" data-slide="prev">
- <span class="glyphicon glyphicon-chevron-left"></span>
- <span class="sr-only">Previous</span>
- </a>
- <a class="right carousel-control" href="#caro" role="button" data-slide="next">
- <span class="glyphicon glyphicon-chevron-right"></span>
- <span class="sr-only">Next</span>
- </a>
- </div>
- </div>
- <div class="container-full dark bottom">
- <div class="container">
- <div class="row">
- <div class="col-sm-8">
- <h3 class="light">Subscribe / Contact</h3>
- <p class="dim">Subscribe to be notified of new post or contact me and I'll get back with you.</p>
- <form action="//davidawindham.us1.list-manage.com/subscribe/post?u=f581cb29340364ff0a4421d5c&id=d7b8f624d3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
- <div class="form-row texts">
- <label class='text-field'>
- <input type="text" value="" name="FNAME" class="required" id="mce-FNAME" placeholder='David' required>
- <strong>First name <span class='req'>*</span></strong>
- </label>
- <label class='text-field'>
- <input type="text" value="" name="LNAME" class="required" id="mce-LNAME" placeholder='Windham' required>
- <strong>Last name <span class='req'>*</span></strong>
- </label>
- </div>
- <div class="form-row texts">
- <label class='text-field'>
- <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder='you@gmail.com' required>
- <strong>Email address <span class='req'>*</span></strong>
- </label>
-
- <label class='text-field'>
- <input type="text" value="" name="COMPANY" class="" placeholder='Your Place'>
- <strong>Company <i>or</i> School</strong>
- </label>
- </div>
- <div class="contact-form-message">
- <label class='text-field'>
- <input type="text" size="100" value="" name="MMERGE3" class="" placeholder='Your Message'>
- <strong>Message</strong>
- </label>
- </div>
- <input type="hidden" value="8" name="group[9585][8]">
- <div style="position: absolute; left: -5000px;">
- <input type="text" name="b_f581cb29340364ff0a4421d5c_d7b8f624d3" tabindex="-1" value="">
- </div>
- <div class="clear"></div>
- <div class="actions">
- <button type="submit" class="submit btn default" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">Subscribe</button>
- <span> ~ or ~ </span>
- <button type="submit" class="submit btn default" value="Conctact" name="contact" id="contact">Contact Me</button>
- </div>
- </form>
- </div>
- <div class="col-sm-4">
- <div class="calendar"></div>
- </div>
- </div>
- </div>
- </div>
- <?php get_footer('home'); ?>
|