Skip to content

Commit

Permalink
Regenerate site
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 15, 2017
1 parent 10ffe26 commit ac7780f
Show file tree
Hide file tree
Showing 598 changed files with 22,767 additions and 7,763 deletions.
78 changes: 78 additions & 0 deletions about.html
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<title>Cooking Vinyl Compilations</title>
<!-- link rel="stylesheet" href="style.css" type="text/css" / -->
</head>
<body>
<div class="container">
<div class="header">
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Cooking Vinyl Compilations</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/albums/">Albums</a></li>
<li><a href="/artists/">Artists</a></li>
<li><a href="/songs/">Songs</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>

<div class="jumbotron">
<h1>About This Site</h1>
<p>Cooking Vinyl Records is an independent record compnay based in the UK.
They specialise in producing and releasing folk, world and independent music.</p>
<p>Between 1990 and 2008, they released a number of compilation albums which
show-cased the best of their artists. For me and a small group of friends,
these compilations became essential listening as they introduced us to a large
number of our favourite acts.</p>
<p>But Cooking Vinyl seems to view those compilations as ephemeral. There
appears to be no mention of them on their
<a href="http://cookingvinyl.com/">official web site</a>. And I think that's
a shame. Those were great albums. So that's why I created this site - to
list the albums and to tell people what great music they contained.</p>
<p>I hope you find this site useful. I don't claim to know everything about
these albums, so if you have any more information (particulary about those
unused catalogue numbers) please <a href="https://twitter.com/davorg">get in
touch</a>.</p>

</div>

<footer class="footer">
Site created by <a href="https://twitter.com/davorg">Dave Cross</a><br>
Code on <a href="https://github.com/davorg/cookingvinyl/">Github</a>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-56332-58', 'auto');
ga('send', 'pageview');

</script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
</html>
49 changes: 37 additions & 12 deletions albums/grillcd001.html
Expand Up @@ -11,10 +11,32 @@
<body>
<div class="container">
<div class="header">
<h3 class="text-muted">Cooking Vinyl Compilations</h3>
<p><a href="/albums/index.html">List of albums</a> /
<a href="/artists/index.html">List of artists</a> /
<a href="/songs/index.html">List of songs</a></p>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Cooking Vinyl Compilations</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/albums/">Albums</a></li>
<li><a href="/artists/">Artists</a></li>
<li><a href="/songs/">Songs</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>

<div class="jumbotron">
Expand All @@ -41,16 +63,19 @@ <h1></h1>

</div>

<footer class="footer">
Site created by <a href="https://twitter.com/davorg">Dave Cross</a><br>
Code on <a href="https://github.com/davorg/cookingvinyl/">Github</a>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

<div class="footer">
Site created by <a href="mailto:dave@dave.org.uk">Dave Cross</a>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
ga('create', 'UA-56332-58', 'auto');
ga('send', 'pageview');

<script type="text/javascript">
_uacct = "UA-56332-2";
urchinTracker();
</script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
Expand Down
49 changes: 37 additions & 12 deletions albums/grillcd002.html
Expand Up @@ -11,10 +11,32 @@
<body>
<div class="container">
<div class="header">
<h3 class="text-muted">Cooking Vinyl Compilations</h3>
<p><a href="/albums/index.html">List of albums</a> /
<a href="/artists/index.html">List of artists</a> /
<a href="/songs/index.html">List of songs</a></p>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Cooking Vinyl Compilations</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/albums/">Albums</a></li>
<li><a href="/artists/">Artists</a></li>
<li><a href="/songs/">Songs</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>

<div class="jumbotron">
Expand All @@ -41,16 +63,19 @@ <h1></h1>

</div>

<footer class="footer">
Site created by <a href="https://twitter.com/davorg">Dave Cross</a><br>
Code on <a href="https://github.com/davorg/cookingvinyl/">Github</a>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

<div class="footer">
Site created by <a href="mailto:dave@dave.org.uk">Dave Cross</a>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
ga('create', 'UA-56332-58', 'auto');
ga('send', 'pageview');

<script type="text/javascript">
_uacct = "UA-56332-2";
urchinTracker();
</script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
Expand Down
49 changes: 37 additions & 12 deletions albums/grillcd003.html
Expand Up @@ -11,10 +11,32 @@
<body>
<div class="container">
<div class="header">
<h3 class="text-muted">Cooking Vinyl Compilations</h3>
<p><a href="/albums/index.html">List of albums</a> /
<a href="/artists/index.html">List of artists</a> /
<a href="/songs/index.html">List of songs</a></p>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Cooking Vinyl Compilations</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/albums/">Albums</a></li>
<li><a href="/artists/">Artists</a></li>
<li><a href="/songs/">Songs</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>

<div class="jumbotron">
Expand Down Expand Up @@ -146,16 +168,19 @@ <h1>Hootenanny</h1>

</div>

<footer class="footer">
Site created by <a href="https://twitter.com/davorg">Dave Cross</a><br>
Code on <a href="https://github.com/davorg/cookingvinyl/">Github</a>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

<div class="footer">
Site created by <a href="mailto:dave@dave.org.uk">Dave Cross</a>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
ga('create', 'UA-56332-58', 'auto');
ga('send', 'pageview');

<script type="text/javascript">
_uacct = "UA-56332-2";
urchinTracker();
</script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
Expand Down
49 changes: 37 additions & 12 deletions albums/grillcd004.html
Expand Up @@ -11,10 +11,32 @@
<body>
<div class="container">
<div class="header">
<h3 class="text-muted">Cooking Vinyl Compilations</h3>
<p><a href="/albums/index.html">List of albums</a> /
<a href="/artists/index.html">List of artists</a> /
<a href="/songs/index.html">List of songs</a></p>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Cooking Vinyl Compilations</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/albums/">Albums</a></li>
<li><a href="/artists/">Artists</a></li>
<li><a href="/songs/">Songs</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>

<div class="jumbotron">
Expand Down Expand Up @@ -121,16 +143,19 @@ <h1>Cooking Vinyl Sampler</h1>

</div>

<footer class="footer">
Site created by <a href="https://twitter.com/davorg">Dave Cross</a><br>
Code on <a href="https://github.com/davorg/cookingvinyl/">Github</a>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

<div class="footer">
Site created by <a href="mailto:dave@dave.org.uk">Dave Cross</a>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
ga('create', 'UA-56332-58', 'auto');
ga('send', 'pageview');

<script type="text/javascript">
_uacct = "UA-56332-2";
urchinTracker();
</script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
Expand Down

0 comments on commit ac7780f

Please sign in to comment.