1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
3.5 KiB
HTML

<html>
<head>
<title>Vane listens to one music album by women every week of 2024 - MayVaneDay Studios</title>
<style>
body {
margin: auto;
margin-top: 14px;
font-family: monospace !important;
background-color: #cc99ff;
max-width: 1000px;
}
table {
width: auto;
margin-left: auto;
margin-right: auto;
}
table, td {
border: 1px solid;
max-width: 800px;
}
h1 {
text-align: center;
padding: 4px;
}
table, h1 {
background-color: #99ccff;
}
</style>
</head>
<body>
<h1>Vane listens to one music album by women every week of 2024</h1>
<table>
<thead>
<th>Week</th>
<th>Album Name</th>
<th>Album Artist</th>
<th>Comments / notes</th>
</thead>
<tbody>
<tr>
<td>2024-W1</td>
<td>Your Little Secret</td>
<td>Melissa Etheridge</td>
<td>Nice voice, but I'm not sure folk is my thing.<br>Favorite track: <b>Nowhere To Go</b></td>
</tr>
<tr>
<td>2024-W2</td>
<td>Big Time</td>
<td>Angel Olsen</td>
<td>Is "farmhouse muzak" a thing?<br>Favorite track: <b>Dream Thing</b></td>
</tr>
<tr>
<td>2023-W3</td>
<td>Eternal Blue</td>
<td>Spiritbox</td>
<td></td>
</tr>
<tr>
<td>2024-W4</td>
<td>Always Already</td>
<td>la luna</td>
<td>Favorite track: <b>Undreaming</b></td>
</tr>
<tr>
<td>2024-W5</td>
<td>Keep Your Courage</td>
<td>Natalie Merchant</td>
<td>Favorite track: <b>Big Girls</b></td>
</tr>
<tr>
<td>2024-W6</td>
<td>Collection</td>
<td>Tracy Chapman</td>
<td>The hype for "Fast Car" didn't deliver.</td>
</tr>
<tr>
<td>2024-W7</td>
<td>Other Worlds</td>
<td>The Pretty Reckless</td>
<td>Favorite track: <b>Got So High</b></td>
</tr>
<tr>
<td>2024-W8</td>
<td>The Best Of The Vanguard Years</td>
<td>Joan Baez</td>
<td>Favorite track: <b>It's All Over Now, Baby Blue</b></td>
</tr>
<tr>
<td>2024-W9</td>
<td>From There / To Here: UK / US Recordings 1974-1982</td>
<td>Bridget St. John</td>
<td>On the first song of the first disc, "Sparrowpit", I thought at first I'd accidentally downloaded a parody album, but no: her voice <em>really</em> sounded like that. A few songs later, her voice was back to normal. I must admit I really liked the voice effects on "Jumble Queen".</td>
</tr>
<tr>
<td>2024-W10</td>
<td>The Asylum Albums (1972-1975)</td>
<td>Joni Mitchell</td>
<td></td>
</tr>
<tr>
<td>2024-W11</td>
<td>Become You</td>
<td>Indigo Girls</td>
<td>I like the harmony of their voices.</td>
</tr>
<tr>
<td>2024-W12</td>
<td>Come On Now Social</td>
<td>Indigo Girls</td>
<td>Favorite track: <b>Sister</b></td>
</tr>
<tr>
<td>2024-W13</td>
<td>Look Long</td>
<td>Indigo Girls</td>
<td></td>
</tr>
<tr>
<td>2024-W14</td>
<td>This Is The End Of Control</td>
<td>Cherri Bomb</td>
<td>One of my favorite albums from my adolescent years. I wish the band had stayed together instead of imploding into the pop mess they are now.<br>Favorite track: <b>Too Many Faces</b></td>
</tr>
<tr>
<td>2024-W15</td>
<td>Battle Scars & Broken Hearts</td>
<td>Darling Parade</td>
<td>Favorite track: <b>Change</b></td>
</tr>
<tr>
<td>2024-W16</td>
<td>At Swim</td>
<td>Lisa Hannigan</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>