windhamdavid 10 years ago
parent
commit
787fcb3616
2 changed files with 13 additions and 26 deletions
  1. 1 1
      js/fm.js
  2. 12 25
      page-sitemap.php

+ 1 - 1
js/fm.js

@@ -607,7 +607,7 @@ function radioTitle() {
           contentType: "application/json",
           dataType: 'jsonp',
           success: function (json) {
-            $('#track').text(json[mountpoint].title);
+			$('#track').text(json[mountpoint].title);
             $('#listeners').text(json[mountpoint].listeners);
 			$('#peak-listeners').text(json[mountpoint].peak_listeners); 
 			$('#bitrate').text(json[mountpoint].bitrate);  

+ 12 - 25
page-sitemap.php

@@ -16,11 +16,6 @@ get_header(); ?>
 							<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">
@@ -35,40 +30,40 @@ get_header(); ?>
 										<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>
+										<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/print" title="Print" class="list-group-item"><span class="fa fa-print fa-fw"></span> Print</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><ul class="list-group-horizontal">
+									<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></ul>
+									</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">
+									<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/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></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>
+										<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>
@@ -85,11 +80,10 @@ get_header(); ?>
 								</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://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="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>
@@ -97,13 +91,6 @@ get_header(); ?>
 										<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>