<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- To ensure proper rendering and touch zooming -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Design Meltdown RIP</title>

<!-- The main Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">

<!-- Main styles -->
<link rel="stylesheet" type="text/css" href="/css/styles.css">



<!-- Visual debugging tool for Bootstrap 
<link rel="stylesheet" type="text/css" href="boostrap-inspect/bootinspect.css">-->

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>
<body>

<div class="container">
	<div class="row">
		<div class="col-xs-8 col-xs-offset-2 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
			<img src="/img/bg.jpg" class="img-responsive"/>
		</div>
		<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
			<h1>Design Meltdown RIP</h1>
			<p>I started Design Meltdown in late 2005 and it served me well over these many years. But it would seem that nothing will match my passion and momentum I found in those first few years. It is with a heavy heart that I shut the site down. I would have left the site up in its last form but the hosting was expensive and Amazon changed the way you access your files on S3. I simply don't have the time to fix the problem. So instead of letting the site sit busted I am taking it offline.</p>
			<p>If you want to keep up with my latest antics <a href="http://twitter.com/#!/DesignMeltdown">follow me on Twitter</a> or on my <a href="http://pmcneil.com/">personal blog</a>.</p>
			<p>Thank you so much to everyone who has visited and enjoyed the site over the years. It has been a fun project, and it is really hard to let go.</p>
		</div>
	
	</div>
</div>




<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="/js/jquery-2.1.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/js/bootstrap.min.js"></script>
<script src="/js/scripts.js"></script>

<!-- Optional Bootlint for debuging basic Bootstrap problems -->
<script src="/js/bootlint.js"></script>

<!-- Visual debugging tool for Bootstrap 
<script src="boostrap-inspect/bootinspect.js"></script>-->

</body>
</html>
