2024-01-30 14:55:30 +01:00
|
|
|
<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>
|
2024-03-01 16:44:10 +01:00
|
|
|
<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></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>2024-W7</td>
|
|
|
|
<td>Other Worlds</td>
|
|
|
|
<td>The Pretty Reckless</td>
|
2024-01-30 14:55:30 +01:00
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|