123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?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-home fa-fw"></span> Home</a></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>
- </li>
- <li class="list-group-item"><a href="../desk/" 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> News</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/code/" title="Code" class="list-group-item"><span class="fa fa-code fa-fw"></span> Code</a>
- <a href="../studio/design" title="Design" class="list-group-item"><span class="fa fa-pencil fa-fw"></span> Design</a>
- </ul>
- <ul class="list-group-horizontal">
- <a href="../studio/ideas/" title="Ideas" class="list-group-item"><span class="fa fa-lightbulb-o fa-fw"></span> Ideas</a>
- <a href="../studio/art/" title="Art" class="list-group-item"><span class="fa fa-paint-brush fa-fw"></span> Art</a>
- <a href="../studio/photo/" title="Photo" class="list-group-item"><span class="fa fa-camera-retro fa-fw"></span> Photo</a>
- <a href="../studio/music/" title="Music" class="list-group-item"><span class="fa fa-music fa-fw"></span> Music</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/support" title="Support" class="list-group-item"><span class="fa fa-support fa-fw"></span> Support</a>
- </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/billing" title="Billing" class="list-group-item"><span class="fa fa-calculator fa-fw"></span> Billing</a>
- <a href="../client/payments" title="Payments" class="list-group-item"><span class="fa fa-credit-card fa-fw"></span> Payments</a>
- </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/inquiry" title="Inquiry" class="list-group-item"><span class="fa fa-question-circle fa-fw"></span> Inquiry</a>
- <a href="../contact/card" title="Card" class="list-group-item"><span class="fa fa-phone fa-fw"></span> Card</a>
- <a href="../contact/subscribe" title="Subscribe" class="list-group-item"><span class="fa fa-inbox fa-fw"></span> List</a>
- <a href="../contact/guestbook" title="Guestbook" class="list-group-item"><span class="fa fa-pencil-square-o fa-fw"></span> Guests</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://github.com/windhamdavid" title="David Windham Github" rel="me"><span class="fa fa-2x fa-github-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="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>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- </div>
- <?php endwhile; ?>
- </article>
- </div>
-
- <?php get_footer(); ?>
|