Adjusting image scaling
This commit is contained in:
parent
594041086f
commit
316f7b5ae3
30 changed files with 413 additions and 659 deletions
20
404.html
20
404.html
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -45,6 +46,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,23 +38,14 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>About</h1>
|
||||
<h3>The Dillons work and play in Anchorage, Alaska</h3>
|
||||
|
||||
<div class="row">
|
||||
<div class="column-16">
|
||||
<img src="http://localhost:1313/img/dillons.jpg" title="M and D">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="the-dillons-work-and-play-in-anchorage-alaska:6083a88ee3411b0d17ce02d738f69d47">The Dillons work and play in Anchorage, Alaska.</h3>
|
||||
|
||||
<p>
|
||||
<figure class="dillons">
|
||||
|
||||
<img src="http://www.akdillon.net/img/dillons.jpg" />
|
||||
|
||||
|
||||
<figcaption>
|
||||
<h4>M and D</h4>
|
||||
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
</p>
|
||||
|
||||
</main>
|
||||
|
||||
|
@ -62,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/12d4fd/" title="12d4fd">12d4fd</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/12d4fd/" title="12d4fd">12d4fd</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" controls>
|
||||
|
@ -53,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/ahem/" title="ahem">ahem</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/ahem/" title="ahem">ahem</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" controls>
|
||||
|
@ -53,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/atrophy/" title="atrophy">atrophy</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/atrophy/" title="atrophy">atrophy</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" controls>
|
||||
|
@ -53,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/d_unit/" title="d_unit">d_unit</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/d_unit/" title="d_unit">d_unit</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@ kick it old school.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/done/" title="done">done</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/done/" title="done">done</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@ rainy sunday.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/goodbye/" title="this is how we say goodbye">this is how we say goodbye</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/goodbye/" title="this is how we say goodbye">this is how we say goodbye</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@ part two…</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/hadal_waltz/" title="Hadal Waltz (A Lifetime in Two Movements)">Hadal Waltz (A Lifetime in Two Movements)</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/hadal_waltz/" title="Hadal Waltz (A Lifetime in Two Movements)">Hadal Waltz (A Lifetime in Two Movements)</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@ My worst [snowshoeing] nightmare. 2010.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/hello/" title="this is how we say hello">this is how we say hello</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/hello/" title="this is how we say hello">this is how we say hello</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/hurricanes/" title="hurricanes">hurricanes</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/hurricanes/" title="hurricanes">hurricanes</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@ generally, we do these kinds of things bc of love. 2004.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -43,7 +44,7 @@
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/goodbye/" title="this is how we say goodbye">this is how we say goodbye</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/goodbye/" title="this is how we say goodbye">this is how we say goodbye</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesaygoodbye.mp3" controls>
|
||||
|
@ -62,7 +63,7 @@ part two…</p>
|
|||
<div class="column-7 push-2">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/hello/" title="this is how we say hello">this is how we say hello</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/hello/" title="this is how we say hello">this is how we say hello</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/thisishowwesayhello.mp3" controls>
|
||||
|
@ -83,7 +84,7 @@ part two…</p>
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/ahem/" title="ahem">ahem</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/ahem/" title="ahem">ahem</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/ahem.mp3" controls>
|
||||
|
@ -101,7 +102,7 @@ part two…</p>
|
|||
<div class="column-7 push-2">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/done/" title="done">done</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/done/" title="done">done</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/done.mp3" controls>
|
||||
|
@ -122,7 +123,7 @@ rainy sunday.</p>
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/life/" title="Li(f)e">Li(f)e</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/life/" title="Li(f)e">Li(f)e</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" controls>
|
||||
|
@ -141,7 +142,7 @@ rough cut.</p>
|
|||
<div class="column-7 push-2">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/hadal_waltz/" title="Hadal Waltz (A Lifetime in Two Movements)">Hadal Waltz (A Lifetime in Two Movements)</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/hadal_waltz/" title="Hadal Waltz (A Lifetime in Two Movements)">Hadal Waltz (A Lifetime in Two Movements)</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hadal_waltz.mp3" controls>
|
||||
|
@ -162,7 +163,7 @@ My worst [snowshoeing] nightmare. 2010.</p>
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/wydtfm/" title="would.you.do.this.for.me?">would.you.do.this.for.me?</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/wydtfm/" title="would.you.do.this.for.me?">would.you.do.this.for.me?</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" controls>
|
||||
|
@ -181,7 +182,7 @@ i keep planting this seedling, but it wont grow. maybe this season…</p>
|
|||
<div class="column-7 push-2">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/hurricanes/" title="hurricanes">hurricanes</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/hurricanes/" title="hurricanes">hurricanes</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/hurricanes.mp3" controls>
|
||||
|
@ -202,7 +203,7 @@ generally, we do these kinds of things bc of love. 2004.</p>
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/atrophy/" title="atrophy">atrophy</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/atrophy/" title="atrophy">atrophy</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/atrophy.mp3" controls>
|
||||
|
@ -220,7 +221,7 @@ generally, we do these kinds of things bc of love. 2004.</p>
|
|||
<div class="column-7 push-2">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/stance/" title="stance">stance</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/stance/" title="stance">stance</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" controls>
|
||||
|
@ -240,7 +241,7 @@ generally, we do these kinds of things bc of love. 2004.</p>
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/12d4fd/" title="12d4fd">12d4fd</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/12d4fd/" title="12d4fd">12d4fd</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/12d4fd.mp3" controls>
|
||||
|
@ -258,7 +259,7 @@ generally, we do these kinds of things bc of love. 2004.</p>
|
|||
<div class="column-7 push-2">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/involuntary_organ_donation/" title="involuntary organ donation">involuntary organ donation</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/involuntary_organ_donation/" title="involuntary organ donation">involuntary organ donation</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" controls>
|
||||
|
@ -281,7 +282,7 @@ gangsta beats.</p>
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/d_unit/" title="d_unit">d_unit</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/d_unit/" title="d_unit">d_unit</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/d_unit.mp3" controls>
|
||||
|
@ -300,7 +301,7 @@ kick it old school.</p>
|
|||
<div class="column-7 push-2">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/x3_x3/" title="x3_x3">x3_x3</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/x3_x3/" title="x3_x3">x3_x3</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" controls>
|
||||
|
@ -320,7 +321,7 @@ kick it old school.</p>
|
|||
<div class="column-7">
|
||||
|
||||
|
||||
<h4><a href="http://www.akdillon.net/audio/untitled/" title="untitled">untitled</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/untitled/" title="untitled">untitled</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" controls>
|
||||
|
@ -344,6 +345,9 @@ kick it old school.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Audios on AKDillon</title>
|
||||
<link>http://www.akdillon.net/audio/</link>
|
||||
<link>http://localhost:1313/audio/</link>
|
||||
<description>Recent content in Audios on AKDillon</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sun, 21 Jun 2015 10:37:00 -0800</lastBuildDate>
|
||||
<atom:link href="http://www.akdillon.net/audio/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="http://localhost:1313/audio/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>this is how we say goodbye</title>
|
||||
<link>http://www.akdillon.net/audio/goodbye/</link>
|
||||
<link>http://localhost:1313/audio/goodbye/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:37:00 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/goodbye/</guid>
|
||||
<guid>http://localhost:1313/audio/goodbye/</guid>
|
||||
<description><p>2011.
|
||||
part two&hellip;</p>
|
||||
</description>
|
||||
|
@ -22,10 +22,10 @@ part two&hellip;</p>
|
|||
|
||||
<item>
|
||||
<title>this is how we say hello</title>
|
||||
<link>http://www.akdillon.net/audio/hello/</link>
|
||||
<link>http://localhost:1313/audio/hello/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:34:51 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/hello/</guid>
|
||||
<guid>http://localhost:1313/audio/hello/</guid>
|
||||
<description><p>2011.
|
||||
&ldquo;artsy noise&rdquo; is still just noise.</p>
|
||||
</description>
|
||||
|
@ -33,20 +33,20 @@ part two&hellip;</p>
|
|||
|
||||
<item>
|
||||
<title>ahem</title>
|
||||
<link>http://www.akdillon.net/audio/ahem/</link>
|
||||
<link>http://localhost:1313/audio/ahem/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:32:47 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/ahem/</guid>
|
||||
<guid>http://localhost:1313/audio/ahem/</guid>
|
||||
<description><p>2011, boise to anc, in-flight entertainment.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>done</title>
|
||||
<link>http://www.akdillon.net/audio/done/</link>
|
||||
<link>http://localhost:1313/audio/done/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:31:46 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/done/</guid>
|
||||
<guid>http://localhost:1313/audio/done/</guid>
|
||||
<description><p>2011.
|
||||
rainy sunday.</p>
|
||||
</description>
|
||||
|
@ -54,10 +54,10 @@ rainy sunday.</p>
|
|||
|
||||
<item>
|
||||
<title>Li(f)e</title>
|
||||
<link>http://www.akdillon.net/audio/life/</link>
|
||||
<link>http://localhost:1313/audio/life/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:30:52 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/life/</guid>
|
||||
<guid>http://localhost:1313/audio/life/</guid>
|
||||
<description><p>2006.
|
||||
rough cut.</p>
|
||||
</description>
|
||||
|
@ -65,10 +65,10 @@ rough cut.</p>
|
|||
|
||||
<item>
|
||||
<title>Hadal Waltz (A Lifetime in Two Movements)</title>
|
||||
<link>http://www.akdillon.net/audio/hadal_waltz/</link>
|
||||
<link>http://localhost:1313/audio/hadal_waltz/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:29:34 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/hadal_waltz/</guid>
|
||||
<guid>http://localhost:1313/audio/hadal_waltz/</guid>
|
||||
<description><p>The sound of hadals waltzing&hellip; ask Jeff Long.
|
||||
My worst [snowshoeing] nightmare. 2010.</p>
|
||||
</description>
|
||||
|
@ -76,10 +76,10 @@ My worst [snowshoeing] nightmare. 2010.</p>
|
|||
|
||||
<item>
|
||||
<title>would.you.do.this.for.me?</title>
|
||||
<link>http://www.akdillon.net/audio/wydtfm/</link>
|
||||
<link>http://localhost:1313/audio/wydtfm/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:28:06 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/wydtfm/</guid>
|
||||
<guid>http://localhost:1313/audio/wydtfm/</guid>
|
||||
<description><p>2007.
|
||||
i keep planting this seedling, but it wont grow. maybe this season&hellip;</p>
|
||||
</description>
|
||||
|
@ -87,10 +87,10 @@ i keep planting this seedling, but it wont grow. maybe this season&hellip;&l
|
|||
|
||||
<item>
|
||||
<title>hurricanes</title>
|
||||
<link>http://www.akdillon.net/audio/hurricanes/</link>
|
||||
<link>http://localhost:1313/audio/hurricanes/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:25:01 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/hurricanes/</guid>
|
||||
<guid>http://localhost:1313/audio/hurricanes/</guid>
|
||||
<description><p>4am in The Hat&rsquo;s spare bedroom.
|
||||
generally, we do these kinds of things bc of love. 2004.</p>
|
||||
</description>
|
||||
|
@ -98,40 +98,40 @@ generally, we do these kinds of things bc of love. 2004.</p>
|
|||
|
||||
<item>
|
||||
<title>atrophy</title>
|
||||
<link>http://www.akdillon.net/audio/atrophy/</link>
|
||||
<link>http://localhost:1313/audio/atrophy/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:23:31 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/atrophy/</guid>
|
||||
<guid>http://localhost:1313/audio/atrophy/</guid>
|
||||
<description><p>pardon the faux <a href="http://www.gnu.org">GNU</a>/metal. 2007.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>stance</title>
|
||||
<link>http://www.akdillon.net/audio/stance/</link>
|
||||
<link>http://localhost:1313/audio/stance/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:22:28 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/stance/</guid>
|
||||
<guid>http://localhost:1313/audio/stance/</guid>
|
||||
<description><p>i wish i could say this was a gwar cover. 2006.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>12d4fd</title>
|
||||
<link>http://www.akdillon.net/audio/12d4fd/</link>
|
||||
<link>http://localhost:1313/audio/12d4fd/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:21:33 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/12d4fd/</guid>
|
||||
<guid>http://localhost:1313/audio/12d4fd/</guid>
|
||||
<description><p>smokey summer of 2004.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>involuntary organ donation</title>
|
||||
<link>http://www.akdillon.net/audio/involuntary_organ_donation/</link>
|
||||
<link>http://localhost:1313/audio/involuntary_organ_donation/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:19:32 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/involuntary_organ_donation/</guid>
|
||||
<guid>http://localhost:1313/audio/involuntary_organ_donation/</guid>
|
||||
<description><p>2001.
|
||||
jeskola buzz and cep.
|
||||
making music in a closet with two computers.
|
||||
|
@ -141,10 +141,10 @@ gangsta beats.</p>
|
|||
|
||||
<item>
|
||||
<title>d_unit</title>
|
||||
<link>http://www.akdillon.net/audio/d_unit/</link>
|
||||
<link>http://localhost:1313/audio/d_unit/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:18:07 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/d_unit/</guid>
|
||||
<guid>http://localhost:1313/audio/d_unit/</guid>
|
||||
<description><p>circa fall 2008. this track reeks of garageband (im talking to you, dance kit).
|
||||
kick it old school.</p>
|
||||
</description>
|
||||
|
@ -152,20 +152,20 @@ kick it old school.</p>
|
|||
|
||||
<item>
|
||||
<title>x3_x3</title>
|
||||
<link>http://www.akdillon.net/audio/x3_x3/</link>
|
||||
<link>http://localhost:1313/audio/x3_x3/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:16:24 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/x3_x3/</guid>
|
||||
<guid>http://localhost:1313/audio/x3_x3/</guid>
|
||||
<description><p>circa 2008. not sure where this was heading.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>untitled</title>
|
||||
<link>http://www.akdillon.net/audio/untitled/</link>
|
||||
<link>http://localhost:1313/audio/untitled/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:14:53 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/untitled/</guid>
|
||||
<guid>http://localhost:1313/audio/untitled/</guid>
|
||||
<description><p>circa 2008. autumn. leaves falling. rotting wild cranberries.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/involuntary_organ_donation/" title="involuntary organ donation">involuntary organ donation</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/involuntary_organ_donation/" title="involuntary organ donation">involuntary organ donation</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/involuntary_organ_donation.mp3" controls>
|
||||
|
@ -56,6 +57,9 @@ gangsta beats.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/life/" title="Li(f)e">Li(f)e</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/life/" title="Li(f)e">Li(f)e</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/Li%28f%29e.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@ rough cut.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/stance/" title="stance">stance</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/stance/" title="stance">stance</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/stance.mp3" controls>
|
||||
|
@ -53,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/untitled/" title="untitled">untitled</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/untitled/" title="untitled">untitled</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/untitled.mp3" controls>
|
||||
|
@ -53,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/wydtfm/" title="would.you.do.this.for.me?">would.you.do.this.for.me?</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/wydtfm/" title="would.you.do.this.for.me?">would.you.do.this.for.me?</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/wouldyoudothisforme.mp3" controls>
|
||||
|
@ -54,6 +55,9 @@ i keep planting this seedling, but it wont grow. maybe this season…</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
<h4><a href="http://www.akdillon.net/audio/x3_x3/" title="x3_x3">x3_x3</a></h4>
|
||||
<h4><a href="http://localhost:1313/audio/x3_x3/" title="x3_x3">x3_x3</a></h4>
|
||||
<a href="http://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="http://storage.googleapis.com/thermokarst-misc/mrd_audio/x3_x3.mp3" controls>
|
||||
|
@ -53,6 +54,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -48,6 +49,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -13,11 +13,6 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.dillons img {
|
||||
width: 350px;
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
|
@ -34,22 +29,23 @@ a:hover {
|
|||
font-size: 22px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.logo {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.nav {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.nav li {
|
||||
display: inline;
|
||||
line-height: 3.5;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.nav li:first-of-type {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
26
index.html
26
index.html
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -36,7 +37,11 @@
|
|||
|
||||
|
||||
<main class="siteContent container">
|
||||
<img src="http://www.akdillon.net/img/main.jpg" alt="alaska">
|
||||
<div class="row">
|
||||
<div class="column-16">
|
||||
<img src="http://localhost:1313//img/main.jpg" alt="alaska">
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="siteFooter container">
|
||||
|
@ -44,6 +49,9 @@
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
401
index.xml
401
index.xml
|
@ -2,19 +2,19 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>AKDillon</title>
|
||||
<link>http://www.akdillon.net/</link>
|
||||
<link>http://localhost:1313/</link>
|
||||
<description>Recent content on AKDillon</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sun, 21 Jun 2015 10:37:00 -0800</lastBuildDate>
|
||||
<atom:link href="http://www.akdillon.net/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>this is how we say goodbye</title>
|
||||
<link>http://www.akdillon.net/audio/goodbye/</link>
|
||||
<link>http://localhost:1313/audio/goodbye/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:37:00 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/goodbye/</guid>
|
||||
<guid>http://localhost:1313/audio/goodbye/</guid>
|
||||
<description><p>2011.
|
||||
part two&hellip;</p>
|
||||
</description>
|
||||
|
@ -22,10 +22,10 @@ part two&hellip;</p>
|
|||
|
||||
<item>
|
||||
<title>this is how we say hello</title>
|
||||
<link>http://www.akdillon.net/audio/hello/</link>
|
||||
<link>http://localhost:1313/audio/hello/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:34:51 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/hello/</guid>
|
||||
<guid>http://localhost:1313/audio/hello/</guid>
|
||||
<description><p>2011.
|
||||
&ldquo;artsy noise&rdquo; is still just noise.</p>
|
||||
</description>
|
||||
|
@ -33,20 +33,20 @@ part two&hellip;</p>
|
|||
|
||||
<item>
|
||||
<title>ahem</title>
|
||||
<link>http://www.akdillon.net/audio/ahem/</link>
|
||||
<link>http://localhost:1313/audio/ahem/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:32:47 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/ahem/</guid>
|
||||
<guid>http://localhost:1313/audio/ahem/</guid>
|
||||
<description><p>2011, boise to anc, in-flight entertainment.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>done</title>
|
||||
<link>http://www.akdillon.net/audio/done/</link>
|
||||
<link>http://localhost:1313/audio/done/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:31:46 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/done/</guid>
|
||||
<guid>http://localhost:1313/audio/done/</guid>
|
||||
<description><p>2011.
|
||||
rainy sunday.</p>
|
||||
</description>
|
||||
|
@ -54,10 +54,10 @@ rainy sunday.</p>
|
|||
|
||||
<item>
|
||||
<title>Li(f)e</title>
|
||||
<link>http://www.akdillon.net/audio/life/</link>
|
||||
<link>http://localhost:1313/audio/life/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:30:52 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/life/</guid>
|
||||
<guid>http://localhost:1313/audio/life/</guid>
|
||||
<description><p>2006.
|
||||
rough cut.</p>
|
||||
</description>
|
||||
|
@ -65,10 +65,10 @@ rough cut.</p>
|
|||
|
||||
<item>
|
||||
<title>Hadal Waltz (A Lifetime in Two Movements)</title>
|
||||
<link>http://www.akdillon.net/audio/hadal_waltz/</link>
|
||||
<link>http://localhost:1313/audio/hadal_waltz/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:29:34 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/hadal_waltz/</guid>
|
||||
<guid>http://localhost:1313/audio/hadal_waltz/</guid>
|
||||
<description><p>The sound of hadals waltzing&hellip; ask Jeff Long.
|
||||
My worst [snowshoeing] nightmare. 2010.</p>
|
||||
</description>
|
||||
|
@ -76,10 +76,10 @@ My worst [snowshoeing] nightmare. 2010.</p>
|
|||
|
||||
<item>
|
||||
<title>would.you.do.this.for.me?</title>
|
||||
<link>http://www.akdillon.net/audio/wydtfm/</link>
|
||||
<link>http://localhost:1313/audio/wydtfm/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:28:06 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/wydtfm/</guid>
|
||||
<guid>http://localhost:1313/audio/wydtfm/</guid>
|
||||
<description><p>2007.
|
||||
i keep planting this seedling, but it wont grow. maybe this season&hellip;</p>
|
||||
</description>
|
||||
|
@ -87,10 +87,10 @@ i keep planting this seedling, but it wont grow. maybe this season&hellip;&l
|
|||
|
||||
<item>
|
||||
<title>hurricanes</title>
|
||||
<link>http://www.akdillon.net/audio/hurricanes/</link>
|
||||
<link>http://localhost:1313/audio/hurricanes/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:25:01 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/hurricanes/</guid>
|
||||
<guid>http://localhost:1313/audio/hurricanes/</guid>
|
||||
<description><p>4am in The Hat&rsquo;s spare bedroom.
|
||||
generally, we do these kinds of things bc of love. 2004.</p>
|
||||
</description>
|
||||
|
@ -98,40 +98,40 @@ generally, we do these kinds of things bc of love. 2004.</p>
|
|||
|
||||
<item>
|
||||
<title>atrophy</title>
|
||||
<link>http://www.akdillon.net/audio/atrophy/</link>
|
||||
<link>http://localhost:1313/audio/atrophy/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:23:31 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/atrophy/</guid>
|
||||
<guid>http://localhost:1313/audio/atrophy/</guid>
|
||||
<description><p>pardon the faux <a href="http://www.gnu.org">GNU</a>/metal. 2007.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>stance</title>
|
||||
<link>http://www.akdillon.net/audio/stance/</link>
|
||||
<link>http://localhost:1313/audio/stance/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:22:28 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/stance/</guid>
|
||||
<guid>http://localhost:1313/audio/stance/</guid>
|
||||
<description><p>i wish i could say this was a gwar cover. 2006.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>12d4fd</title>
|
||||
<link>http://www.akdillon.net/audio/12d4fd/</link>
|
||||
<link>http://localhost:1313/audio/12d4fd/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:21:33 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/12d4fd/</guid>
|
||||
<guid>http://localhost:1313/audio/12d4fd/</guid>
|
||||
<description><p>smokey summer of 2004.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>involuntary organ donation</title>
|
||||
<link>http://www.akdillon.net/audio/involuntary_organ_donation/</link>
|
||||
<link>http://localhost:1313/audio/involuntary_organ_donation/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:19:32 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/involuntary_organ_donation/</guid>
|
||||
<guid>http://localhost:1313/audio/involuntary_organ_donation/</guid>
|
||||
<description><p>2001.
|
||||
jeskola buzz and cep.
|
||||
making music in a closet with two computers.
|
||||
|
@ -141,10 +141,10 @@ gangsta beats.</p>
|
|||
|
||||
<item>
|
||||
<title>d_unit</title>
|
||||
<link>http://www.akdillon.net/audio/d_unit/</link>
|
||||
<link>http://localhost:1313/audio/d_unit/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:18:07 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/d_unit/</guid>
|
||||
<guid>http://localhost:1313/audio/d_unit/</guid>
|
||||
<description><p>circa fall 2008. this track reeks of garageband (im talking to you, dance kit).
|
||||
kick it old school.</p>
|
||||
</description>
|
||||
|
@ -152,353 +152,28 @@ kick it old school.</p>
|
|||
|
||||
<item>
|
||||
<title>x3_x3</title>
|
||||
<link>http://www.akdillon.net/audio/x3_x3/</link>
|
||||
<link>http://localhost:1313/audio/x3_x3/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 10:16:24 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/audio/x3_x3/</guid>
|
||||
<guid>http://localhost:1313/audio/x3_x3/</guid>
|
||||
<description><p>circa 2008. not sure where this was heading.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>MRD CE Thesis Movies (From Manuscript Appendices)</title>
|
||||
<link>http://www.akdillon.net/mrd_ce_thesis/movies/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 15:04:57 -0800</pubDate>
|
||||
<title>About</title>
|
||||
<link>http://localhost:1313/about/</link>
|
||||
<pubDate>Thu, 25 Jun 2015 14:46:35 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/mrd_ce_thesis/movies/</guid>
|
||||
<description>
|
||||
<guid>http://localhost:1313/about/</guid>
|
||||
<description><h3>The Dillons work and play in Anchorage, Alaska</h3>
|
||||
|
||||
<p>Timelapse movies and uCT renderings (manuscript supplementary info). There are
|
||||
quite a few videos stashed here, so please be patient while loading.</p>
|
||||
|
||||
<h2 id="μct-videos:44ed4b8cb7f1829e8ed27b7388c1c2d7">μCT Videos</h2>
|
||||
|
||||
<p><div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI08</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/HV63_92urWk"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
<div class="row">
|
||||
<div class="column-16">
|
||||
<img src="http://localhost:1313/img/dillons.jpg" title="M and D">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/BmypybeP7hM"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JCL01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/SNI_J0zYCX0"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI02</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/CAPUQ4hL6Ok"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSA01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/v6pYcHV6o-0"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>CSA01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/ZBHLHz24SXI"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JGR01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/mHBEZrdPlxY"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<h2 id="timelapse-videos:44ed4b8cb7f1829e8ed27b7388c1c2d7">Timelapse Videos</h2>
|
||||
|
||||
<p><div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI08</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/1mamENNeSzI"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/r2Pc2pekUmk"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JCL02</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/0p9XRHMrFQU"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JCL01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/_w2XbFSB1aw"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI02</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/CYu3xkSnQ-w"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI03</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/8tDehh3F5YI"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI04</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/E4I0T64XKTM"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSI05</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/A4ucIUZChKk"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSA02</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/5xziRP6Ejo0"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSA01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/u7IE6PIQGOI"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JSA04</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/eqpKGd0XVJk"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>JGR01</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/nl-Yy4cbhe4"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -66,7 +67,7 @@ including soils that were found to be traditionally non-frost susceptible.</p>
|
|||
|
||||
<p>PDF format manuscript, 166 pages. Science Commons, 2012.</p>
|
||||
|
||||
<h3 id="appendix-material-hugoshortcode-1:d680e8a854a7cbad6d490c445cba2eba"><a href="http://www.akdillon.net/mrd_ce_thesis/movies">Appendix Material</a></h3>
|
||||
<h3 id="appendix-material-hugoshortcode-1:d680e8a854a7cbad6d490c445cba2eba"><a href="http://localhost:1313/mrd_ce_thesis/movies">Appendix Material</a></h3>
|
||||
|
||||
</main>
|
||||
|
||||
|
@ -75,6 +76,9 @@ including soils that were found to be traditionally non-frost susceptible.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Mrd_ce_theses on AKDillon</title>
|
||||
<link>http://www.akdillon.net/mrd_ce_thesis/</link>
|
||||
<link>http://localhost:1313/mrd_ce_thesis/</link>
|
||||
<description>Recent content in Mrd_ce_theses on AKDillon</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sun, 21 Jun 2015 15:04:57 -0800</lastBuildDate>
|
||||
<atom:link href="http://www.akdillon.net/mrd_ce_thesis/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="http://localhost:1313/mrd_ce_thesis/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>MRD CE Thesis Movies (From Manuscript Appendices)</title>
|
||||
<link>http://www.akdillon.net/mrd_ce_thesis/movies/</link>
|
||||
<link>http://localhost:1313/mrd_ce_thesis/movies/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 15:04:57 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/mrd_ce_thesis/movies/</guid>
|
||||
<guid>http://localhost:1313/mrd_ce_thesis/movies/</guid>
|
||||
<description>
|
||||
|
||||
<p>Timelapse movies and uCT renderings (manuscript supplementary info). There are
|
||||
|
@ -353,10 +353,10 @@ quite a few videos stashed here, so please be patient while loading.</p>
|
|||
|
||||
<item>
|
||||
<title>MRD Civil Engineering Thesis Info</title>
|
||||
<link>http://www.akdillon.net/mrd_ce_thesis/</link>
|
||||
<link>http://localhost:1313/mrd_ce_thesis/</link>
|
||||
<pubDate>Sun, 21 Jun 2015 12:19:11 -0800</pubDate>
|
||||
|
||||
<guid>http://www.akdillon.net/mrd_ce_thesis/</guid>
|
||||
<guid>http://localhost:1313/mrd_ce_thesis/</guid>
|
||||
<description>
|
||||
|
||||
<h3 id="abstract:d680e8a854a7cbad6d490c445cba2eba">Abstract</h3>
|
||||
|
@ -386,7 +386,7 @@ including soils that were found to be traditionally non-frost susceptible.</p
|
|||
|
||||
<p>PDF format manuscript, 166 pages. Science Commons, 2012.</p>
|
||||
|
||||
<h3 id="appendix-material-hugoshortcode-1:d680e8a854a7cbad6d490c445cba2eba"><a href="http://www.akdillon.net/mrd_ce_thesis/movies">Appendix Material</a></h3>
|
||||
<h3 id="appendix-material-hugoshortcode-1:d680e8a854a7cbad6d490c445cba2eba"><a href="http://localhost:1313/mrd_ce_thesis/movies">Appendix Material</a></h3>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
@ -5,29 +5,30 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<title>AKDillon</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://www.akdillon.net/css/starter.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:1313//css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="http://www.akdillon.net">AKDillon</a></h1>
|
||||
<h1 class="logo"><a href="http://localhost:1313/">AKDillon</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
|
||||
<li><a href="http://www.akdillon.net/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
<li><a href="http://localhost:1313/mrd_ce_thesis/">MRD CE Thesis</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/audio/">Audio</a></li>
|
||||
<li><a href="http://localhost:1313/audio/">Audio</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/about/">About</a></li>
|
||||
<li><a href="http://localhost:1313/about/">About</a></li>
|
||||
|
||||
<li><a href="http://www.akdillon.net/contact/">Contact</a></li>
|
||||
<li><a href="http://localhost:1313/contact/">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -378,6 +379,9 @@ quite a few videos stashed here, so please be patient while loading.</p>
|
|||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
<script data-no-instant>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html><head><link rel="canonical" href="http://www.akdillon.net/about/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://www.akdillon.net/about/" /></head></html>
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/about/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/about/" /></head></html>
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html><head><link rel="canonical" href="http://www.akdillon.net/mrd_ce_thesis/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://www.akdillon.net/mrd_ce_thesis/" /></head></html>
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/mrd_ce_thesis/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/mrd_ce_thesis/" /></head></html>
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html><head><link rel="canonical" href="http://www.akdillon.net/mrd_ce_thesis/movies/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://www.akdillon.net/mrd_ce_thesis/movies/" /></head></html>
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/mrd_ce_thesis/movies/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/mrd_ce_thesis/movies/" /></head></html>
|
48
sitemap.xml
48
sitemap.xml
|
@ -2,104 +2,104 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/</loc>
|
||||
<loc>http://localhost:1313/</loc>
|
||||
<lastmod>2015-06-21T10:37:00-08:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/goodbye/</loc>
|
||||
<loc>http://localhost:1313/audio/goodbye/</loc>
|
||||
<lastmod>2015-06-21T10:37:00-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/hello/</loc>
|
||||
<loc>http://localhost:1313/audio/hello/</loc>
|
||||
<lastmod>2015-06-21T10:34:51-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/ahem/</loc>
|
||||
<loc>http://localhost:1313/audio/ahem/</loc>
|
||||
<lastmod>2015-06-21T10:32:47-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/done/</loc>
|
||||
<loc>http://localhost:1313/audio/done/</loc>
|
||||
<lastmod>2015-06-21T10:31:46-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/life/</loc>
|
||||
<loc>http://localhost:1313/audio/life/</loc>
|
||||
<lastmod>2015-06-21T10:30:52-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/hadal_waltz/</loc>
|
||||
<loc>http://localhost:1313/audio/hadal_waltz/</loc>
|
||||
<lastmod>2015-06-21T10:29:34-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/wydtfm/</loc>
|
||||
<loc>http://localhost:1313/audio/wydtfm/</loc>
|
||||
<lastmod>2015-06-21T10:28:06-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/hurricanes/</loc>
|
||||
<loc>http://localhost:1313/audio/hurricanes/</loc>
|
||||
<lastmod>2015-06-21T10:25:01-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/atrophy/</loc>
|
||||
<loc>http://localhost:1313/audio/atrophy/</loc>
|
||||
<lastmod>2015-06-21T10:23:31-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/stance/</loc>
|
||||
<loc>http://localhost:1313/audio/stance/</loc>
|
||||
<lastmod>2015-06-21T10:22:28-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/12d4fd/</loc>
|
||||
<loc>http://localhost:1313/audio/12d4fd/</loc>
|
||||
<lastmod>2015-06-21T10:21:33-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/involuntary_organ_donation/</loc>
|
||||
<loc>http://localhost:1313/audio/involuntary_organ_donation/</loc>
|
||||
<lastmod>2015-06-21T10:19:32-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/d_unit/</loc>
|
||||
<loc>http://localhost:1313/audio/d_unit/</loc>
|
||||
<lastmod>2015-06-21T10:18:07-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/x3_x3/</loc>
|
||||
<loc>http://localhost:1313/audio/x3_x3/</loc>
|
||||
<lastmod>2015-06-21T10:16:24-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/mrd_ce_thesis/movies/</loc>
|
||||
<loc>http://localhost:1313/about/</loc>
|
||||
<lastmod>2015-06-25T14:46:35-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/mrd_ce_thesis/movies/</loc>
|
||||
<lastmod>2015-06-21T15:04:57-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/mrd_ce_thesis/</loc>
|
||||
<loc>http://localhost:1313/mrd_ce_thesis/</loc>
|
||||
<lastmod>2015-06-21T12:19:11-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/audio/untitled/</loc>
|
||||
<loc>http://localhost:1313/audio/untitled/</loc>
|
||||
<lastmod>2015-06-21T10:14:53-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/contact/</loc>
|
||||
<loc>http://localhost:1313/contact/</loc>
|
||||
<lastmod>2015-06-20T16:45:12-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.akdillon.net/about/</loc>
|
||||
<lastmod>2015-06-20T16:42:10-08:00</lastmod>
|
||||
</url>
|
||||
|
||||
</urlset>
|
Loading…
Add table
Reference in a new issue