page-sitemap.php 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?php
  2. /*
  3. Template Name: Sitemap
  4. */
  5. get_header(); ?>
  6. <div class="container">
  7. <article id="content" class="single" role="main">
  8. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  9. <div class="entry-content">
  10. <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>
  11. <?php the_content(); ?>
  12. <div class="row">
  13. <div class="col-sm-8">
  14. <ul class="sitemap">
  15. <li class="list-group-item"><a href="../" title="Welcome" class="list-group-item"><span class="fa fa-bank fa-fw"></span> Welcome</a>
  16. <a href="../home" title="Home" class="list-group-item"><span class="fa fa-home fa-fw"></span> Home</a>
  17. <ul class="list-group-horizontal">
  18. <a href="../code/" title="Code" class="list-group-item"><span class="fa fa-code fa-fw"></span> Code</a>
  19. <a href="../design/" title="Design" class="list-group-item"><span class="fa fa-pencil fa-fw"></span> Design</a>
  20. <a href="../ideas/" title="Ideas" class="list-group-item"><span class="fa fa-lightbulb-o fa-fw"></span> Ideas</a>
  21. </ul>
  22. </li>
  23. <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>
  24. <ul class="list-group-horizontal">
  25. <a href="../about/bio/" title="Bio" class="list-group-item"><span class="fa fa-male fa-fw"></span> Bio</a>
  26. <a href="../about/cv/" title="CV" class="list-group-item"><span class="fa fa-file-text-o fa-fw"></span> CV</a>
  27. <a href="../about/dashboard/" title="CV" class="list-group-item"><span class="fa fa-tachometer fa-fw"></span> Dashboard</a>
  28. </ul>
  29. <ul><ul class="list-group-horizontal">
  30. <a href="../about/art/" title="Art" class="list-group-item"><span class="fa fa-paint-brush fa-fw"></span> Art</a>
  31. <a href="../about/photo/" title="Photo" class="list-group-item"><span class="fa fa-camera-retro fa-fw"></span> Photo</a>
  32. <a href="../about/music/" title="Music" class="list-group-item"><span class="fa fa-music fa-fw"></span> Music</a>
  33. </ul></ul>
  34. </li>
  35. <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>
  36. <ul class="list-group-horizontal">
  37. <a href="../desk/archive" title="Archive" class="list-group-item"><span class="fa fa-archive fa-fw"></span> Archive</a>
  38. <a href="../desk/categories" title="Categories" class="list-group-item"><span class="fa fa-folder-open-o fa-fw"></span>Categories</a>
  39. <a href="../desk/tags" title="Tags" class="list-group-item"><span class="fa fa-tags fa-fw"></span>Tags</a>
  40. <a href="../desk/newsletter" title="Newsletter" class="list-group-item"><span class="fa fa-newspaper-o fa-fw"></span> Newsletter</a>
  41. </ul>
  42. </li>
  43. <li class="list-group-item"><a href="../studio/" title="Studio" class="list-group-item"><span class="fa fa-flask fa-fw"></span> Studio</a>
  44. <ul class="list-group-horizontal">
  45. <a href="../studio/web" title="Web" class="list-group-item"><span class="fa fa-desktop fa-fw"></span> Web</a>
  46. <a href="../studio/apps" title="Apps" class="list-group-item"><span class="fa fa-mobile fa-fw"></span> Apps</a>
  47. <a href="../studio/print" title="Print" class="list-group-item"><span class="fa fa-print fa-fw"></span> Print</a>
  48. <a href="../studio/design" title="Design" class="list-group-item"><span class="fa fa-pencil fa-fw"></span> Design</a>
  49. </ul>
  50. </li>
  51. <li class="list-group-item"><a href="../client/" title="Client" class="list-group-item"><span class="fa fa-users fa-fw"></span> Client</a>
  52. <ul class="list-group-horizontal">
  53. <a href="../client/projects" title="Projects" class="list-group-item"><span class="fa fa-cogs fa-fw"></span> Projects</a>
  54. <a href="../client/billing" title="Billing" class="list-group-item"><span class="fa fa-calculator fa-fw"></span> Billing</a>
  55. <a href="../client/support" title="Support" class="list-group-item"><span class="fa fa-support fa-fw"></span> Support</a>
  56. </ul>
  57. <ul><ul class="list-group-horizontal">
  58. <a href="../client/account" title="Account" class="list-group-item"><span class="fa fa-user fa-fw"></span> Account</a>
  59. <a href="../client/cart" title="Billing" class="list-group-item"><span class="fa fa-shopping-cart fa-fw"></span> Cart</a>
  60. <a href="../client/payments" title="Payments" class="list-group-item"><span class="fa fa-credit-card fa-fw"></span> Payments</a>
  61. </ul></ul>
  62. </li>
  63. <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>
  64. <ul class="list-group-horizontal">
  65. <a href="../contact/card" title="Card" class="list-group-item"><span class="fa fa-phone fa-fw"></span> Card</a>
  66. <a href="../contact/inquiry" title="Inquiry" class="list-group-item"><span class="fa fa-question-circle fa-fw"></span> Inquiry</a>
  67. <a href="../contact/subscribe" title="Subscribe" class="list-group-item"><span class="fa fa-inbox fa-fw"></span> Subscribe</a>
  68. <a href="../contact/guestbook" title="Guestbook" class="list-group-item"><span class="fa fa-pencil-square-o fa-fw"></span> Guestbook</a>
  69. </ul>
  70. </li>
  71. <li class="list-group-item"><a href="../sitemap" class="list-group-item"><span class="fa fa-sitemap fa-fw"></span>Sitemap</a></li>
  72. </ul>
  73. </div>
  74. <div class="col-sm-4">
  75. <ul class="sitemap">
  76. <li class="list-group-item"><span class="fa fa-globe fa-fw"></span> External Links
  77. <ul class="list-group">
  78. <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>
  79. <a href="http://gzet.net" title="GZET" class="list-group-item"><span class="fa fa-link fa-fw"></span> <small>GZET</small></a>
  80. <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>
  81. </ul>
  82. </li>
  83. <li class="list-group-item"><span class="fa fa-external-link fa-fw"></span> Social
  84. <ul class="social">
  85. <a href="https://davidawindham.com/feed" title="David Windham Feed" rel="me"><span class="fa fa-2x fa-rss-square"></span></a>
  86. <a href="https://twitter.com/windhamdavid" title="David Windham Twitter" rel="me"><span class="fa fa-2x fa-twitter-square"></span></a>
  87. <a href="https://www.facebook.com/windhamdavid" title="David Windham Facebook" rel="me"><span class="fa fa-2x fa-facebook-square"></span></a>
  88. <a href="https://plus.google.com/+DavidWindham1" title="David Windham Google+" rel="me"><span class="fa fa-2x fa-google-plus-square"></span></a>
  89. <a href="https://github.com/windhamdavid" title="David Windham Github" rel="me"><span class="fa fa-2x fa-github-square"></span></a>
  90. <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>
  91. <a href="http://vimeo.com/windhamdavid" title="David Windham Vimeo" rel="me"><span class="fa fa-2x fa-vimeo-square"></span></a>
  92. <a href="http://windhamdavid.tumblr.com/" title="David Windham Tumblr" rel="me"><span class="fa fa-2x fa-tumblr-square"></span></a>
  93. <a href="https://keybase.io/windhamdavid" title="David Windham Keybase" rel="me"><span class="fa fa-15x fa-key"></span></a>
  94. <a href="https://www.coinbase.com/windhamdavid" title="David Windham Coinbase" rel="me"><span class="fa fa-15x fa-bitcoin"></span></a>
  95. <a href="http://en.wikipedia.org/wiki/User:Windhamdavid" title="David Windham Wikipedia" rel="me"><span class="fa fa-15x fa-globe"></span></a>
  96. <a href="https://angel.co/windhamdavid" title="David Windham Angel.co" rel="me"><span class="fa fa-15x fa-angellist"></span></a>
  97. <a href="#" rel="me"><span class="fa fa-15x fa-wordpress"></span></a>
  98. <a href="#" rel="me"><span class="fa fa-15x fa-drupal"></span></a>
  99. <a href="#" rel="me"><span class="fa fa-15x fa-linkedin-square"></span></a>
  100. <a href="#" rel="me"><span class="fa fa-15x fa-spotify"></span></a>
  101. <a href="#" rel="me"><span class="fa fa-15x fa-stack-exchange"></span></a>
  102. <a href="#" rel="me"><span class="fa fa-15x fa-dropbox"></span></a>
  103. </ul>
  104. </li>
  105. </ul>
  106. </div>
  107. </div>
  108. </div>
  109. <?php endwhile; ?>
  110. </article>
  111. </div>
  112. <?php get_footer(); ?>