|
@@ -0,0 +1,117 @@
|
|
|
|
+<?php
|
|
|
|
+/*
|
|
|
|
+Template Name: Sitemap
|
|
|
|
+*/
|
|
|
|
+
|
|
|
|
+get_header(); ?>
|
|
|
|
+
|
|
|
|
+ <div class="container">
|
|
|
|
+ <article id="content" class="single" role="main">
|
|
|
|
+ <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
|
|
|
+ <div class="entry-content">
|
|
|
|
+ <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
|
|
|
|
+ <?php the_content(); ?>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-8">
|
|
|
|
+ <ul class="sitemap">
|
|
|
|
+ <li class="list-group-item"><a href="../" title="Welcome" class="list-group-item"><span class="fa fa-bank fa-fw"></span> Welcome</a>
|
|
|
|
+ <a href="../home" title="Home" class="list-group-item"><span class="fa fa-home fa-fw"></span> Home</a>
|
|
|
|
+ <ul class="list-group-horizontal">
|
|
|
|
+ <a href="../code/" title="Code" class="list-group-item"><span class="fa fa-code fa-fw"></span> Code</a>
|
|
|
|
+ <a href="../design/" title="Design" class="list-group-item"><span class="fa fa-pencil fa-fw"></span> Design</a>
|
|
|
|
+ <a href="../ideas/" title="Ideas" class="list-group-item"><span class="fa fa-lightbulb-o fa-fw"></span> Ideas</a>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="list-group-item"><a href="../about/" title="About" class="list-group-item"><span class="fa fa-file-text-o fa-fw"></span> About</a>
|
|
|
|
+ <ul class="list-group-horizontal">
|
|
|
|
+ <a href="../about/bio/" title="Bio" class="list-group-item"><span class="fa fa-male fa-fw"></span> Bio</a>
|
|
|
|
+ <a href="../about/cv/" title="CV" class="list-group-item"><span class="fa fa-file-text-o fa-fw"></span> CV</a>
|
|
|
|
+ <a href="../about/dashboard/" title="CV" class="list-group-item"><span class="fa fa-tachometer fa-fw"></span> Dashboard</a>
|
|
|
|
+ </ul>
|
|
|
|
+ <ul><ul class="list-group-horizontal">
|
|
|
|
+ <a href="../about/art/" title="Art" class="list-group-item"><span class="fa fa-paint-brush fa-fw"></span> Art</a>
|
|
|
|
+ <a href="../about/photo/" title="Photo" class="list-group-item"><span class="fa fa-camera-retro fa-fw"></span> Photo</a>
|
|
|
|
+ <a href="../about/music/" title="Music" class="list-group-item"><span class="fa fa-music fa-fw"></span> Music</a>
|
|
|
|
+ </ul></ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="list-group-item"><a href="../about/" title="Desk" class="list-group-item"><span class="fa fa-pencil-square-o fa-fw"></span> Desk</a>
|
|
|
|
+ <ul class="list-group-horizontal">
|
|
|
|
+ <a href="../desk/archive" title="Archive" class="list-group-item"><span class="fa fa-archive fa-fw"></span> Archive</a>
|
|
|
|
+ <a href="../desk/categories" title="Categories" class="list-group-item"><span class="fa fa-folder-open-o fa-fw"></span>Categories</a>
|
|
|
|
+ <a href="../desk/tags" title="Tags" class="list-group-item"><span class="fa fa-tags fa-fw"></span>Tags</a>
|
|
|
|
+ <a href="../desk/newsletter" title="Newsletter" class="list-group-item"><span class="fa fa-newspaper-o fa-fw"></span> Newsletter</a>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="list-group-item"><a href="../studio/" title="Studio" class="list-group-item"><span class="fa fa-flask fa-fw"></span> Studio</a>
|
|
|
|
+ <ul class="list-group-horizontal">
|
|
|
|
+ <a href="../studio/web" title="Web" class="list-group-item"><span class="fa fa-desktop fa-fw"></span> Web</a>
|
|
|
|
+ <a href="../studio/apps" title="Apps" class="list-group-item"><span class="fa fa-mobile fa-fw"></span> Apps</a>
|
|
|
|
+ <a href="../studio/print" title="Print" class="list-group-item"><span class="fa fa-print fa-fw"></span> Print</a>
|
|
|
|
+ <a href="../studio/design" title="Design" class="list-group-item"><span class="fa fa-pencil fa-fw"></span> Design</a>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="list-group-item"><a href="../client/" title="Client" class="list-group-item"><span class="fa fa-users fa-fw"></span> Client</a>
|
|
|
|
+ <ul class="list-group-horizontal">
|
|
|
|
+ <a href="../client/projects" title="Projects" class="list-group-item"><span class="fa fa-cogs fa-fw"></span> Projects</a>
|
|
|
|
+ <a href="../client/billing" title="Billing" class="list-group-item"><span class="fa fa-calculator fa-fw"></span> Billing</a>
|
|
|
|
+ <a href="../client/support" title="Support" class="list-group-item"><span class="fa fa-support fa-fw"></span> Support</a>
|
|
|
|
+ </ul>
|
|
|
|
+ <ul><ul class="list-group-horizontal">
|
|
|
|
+ <a href="../client/account" title="Account" class="list-group-item"><span class="fa fa-user fa-fw"></span> Account</a>
|
|
|
|
+ <a href="../client/cart" title="Billing" class="list-group-item"><span class="fa fa-shopping-cart fa-fw"></span> Cart</a>
|
|
|
|
+ <a href="../client/payments" title="Payments" class="list-group-item"><span class="fa fa-credit-card fa-fw"></span> Payments</a>
|
|
|
|
+ </ul></ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="list-group-item"><a href="../contact" title="Contact" class="list-group-item"><span class="fa fa-envelope-o fa-fw"></span> Contact</a>
|
|
|
|
+ <ul class="list-group-horizontal">
|
|
|
|
+ <a href="../contact/card" title="Card" class="list-group-item"><span class="fa fa-phone fa-fw"></span> Card</a>
|
|
|
|
+ <a href="../contact/inquiry" title="Inquiry" class="list-group-item"><span class="fa fa-question-circle fa-fw"></span> Inquiry</a>
|
|
|
|
+ <a href="../contact/subscribe" title="Subscribe" class="list-group-item"><span class="fa fa-inbox fa-fw"></span> Subscribe</a>
|
|
|
|
+ <a href="../contact/guestbook" title="Guestbook" class="list-group-item"><span class="fa fa-pencil-square-o fa-fw"></span> Guestbook</a>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="list-group-item"><a href="../sitemap" class="list-group-item"><span class="fa fa-sitemap fa-fw"></span>Sitemap</a></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-sm-4">
|
|
|
|
+ <ul class="sitemap">
|
|
|
|
+ <li class="list-group-item"><span class="fa fa-globe fa-fw"></span> External Links
|
|
|
|
+ <ul class="list-group">
|
|
|
|
+ <a href="http://zekenwoozer.com" title="Zeken Woozer" class="list-group-item"><span class="fa fa-link fa-fw"></span> <small>Zeke N Woozer</small></a>
|
|
|
|
+ <a href="http://gzet.net" title="GZET" class="list-group-item"><span class="fa fa-link fa-fw"></span> <small>GZET</small></a>
|
|
|
|
+ <a href="http://helloginny.com" title="Hello Ginny" class="list-group-item"><span class="fa fa-link fa-fw"></span> <small>Hello Ginny</small></a>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="list-group-item"><span class="fa fa-external-link fa-fw"></span> Social
|
|
|
|
+ <ul class="social">
|
|
|
|
+ <a href="https://davidawindham.com/feed" title="David Windham Feed" rel="me"><span class="fa fa-2x fa-rss-square"></span></a>
|
|
|
|
+ <a href="https://twitter.com/windhamdavid" title="David Windham Twitter" rel="me"><span class="fa fa-2x fa-twitter-square"></span></a>
|
|
|
|
+ <a href="https://www.facebook.com/windhamdavid" title="David Windham Facebook" rel="me"><span class="fa fa-2x fa-facebook-square"></span></a>
|
|
|
|
+ <a href="https://plus.google.com/+DavidWindham1" title="David Windham Google+" rel="me"><span class="fa fa-2x fa-google-plus-square"></span></a>
|
|
|
|
+ <a href="https://github.com/windhamdavid" title="David Windham Github" rel="me"><span class="fa fa-2x fa-github-square"></span></a>
|
|
|
|
+ <a href="http://www.last.fm/user/windhamdavid" title="David Windham Last.fm" rel="me"><span class="fa fa-2x fa-lastfm-square"></span></a>
|
|
|
|
+ <a href="http://vimeo.com/windhamdavid" title="David Windham Vimeo" rel="me"><span class="fa fa-2x fa-vimeo-square"></span></a>
|
|
|
|
+ <a href="http://windhamdavid.tumblr.com/" title="David Windham Tumblr" rel="me"><span class="fa fa-2x fa-tumblr-square"></span></a>
|
|
|
|
+ <a href="https://keybase.io/windhamdavid" title="David Windham Keybase" rel="me"><span class="fa fa-15x fa-key"></span></a>
|
|
|
|
+ <a href="https://www.coinbase.com/windhamdavid" title="David Windham Coinbase" rel="me"><span class="fa fa-15x fa-bitcoin"></span></a>
|
|
|
|
+ <a href="http://en.wikipedia.org/wiki/User:Windhamdavid" title="David Windham Wikipedia" rel="me"><span class="fa fa-15x fa-globe"></span></a>
|
|
|
|
+ <a href="https://angel.co/windhamdavid" title="David Windham Angel.co" rel="me"><span class="fa fa-15x fa-angellist"></span></a>
|
|
|
|
+
|
|
|
|
+ <a href="#" rel="me"><span class="fa fa-15x fa-wordpress"></span></a>
|
|
|
|
+ <a href="#" rel="me"><span class="fa fa-15x fa-drupal"></span></a>
|
|
|
|
+ <a href="#" rel="me"><span class="fa fa-15x fa-linkedin-square"></span></a>
|
|
|
|
+ <a href="#" rel="me"><span class="fa fa-15x fa-spotify"></span></a>
|
|
|
|
+ <a href="#" rel="me"><span class="fa fa-15x fa-stack-exchange"></span></a>
|
|
|
|
+ <a href="#" rel="me"><span class="fa fa-15x fa-dropbox"></span></a>
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
|
|
+
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <?php endwhile; ?>
|
|
|
|
+ </article>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+<?php get_footer(); ?>
|