Skip to content

Commit

Permalink
Update week7.html
Browse files Browse the repository at this point in the history
  • Loading branch information
user0disconnect authored Nov 20, 2023
1 parent 6929f05 commit 6461f21
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Labs/week7/week7.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
header {
font-weight: bold;
text-align: center;
}
header a {
color: white;
Expand All @@ -26,7 +27,13 @@
}
h1, h2 {
text-align: center;
text-shadow: 5px 5px 3px blue;
}
p {
margin: 20px;
line-height: 1.5;
}

details {
max-width: 12rem;
position: relative;
Expand Down Expand Up @@ -121,8 +128,6 @@
padding: 8px;
}

#tags tr:nth-child(even){background-color: #f2f2f2;}

#tags tr:hover {background-color: lightblue;}

#tags th {
Expand Down Expand Up @@ -180,7 +185,7 @@ <h2>Task 1: Identifying Tracks and Creating a Metadata Table</h2>
<td>Arvo Pärt</td>
<td>CC-BY-NC</td>
<td>Contemporary Classical</td>
<td>Spotify</td>
<td><a href="https://open.spotify.com/track/08TLq5qtAcv9BdjtPKjv2s?si=d36e4ff69b0f42e2">Spotify</td>
<td>.WAV</td>
<td>2</td>
<td>48 kHz</td>
Expand All @@ -193,7 +198,7 @@ <h2>Task 1: Identifying Tracks and Creating a Metadata Table</h2>
<td>Arvo Pärt</td>
<td>CC-BY-NC</td>
<td>Contemporary Classical</td>
<td>Spotify</td>
<td><a href="https://open.spotify.com/track/2eBZm4NAB0wk78H25hMkxw?si=2f31e7cbef804334">Spotify</td>
<td>.WAV</td>
<td>2</td>
<td>48 kHz</td>
Expand All @@ -206,7 +211,7 @@ <h2>Task 1: Identifying Tracks and Creating a Metadata Table</h2>
<td>Arvo Pärt</td>
<td>CC-BY-NC</td>
<td>Contemporary Classical</td>
<td>Spotify</td>
<td><a href="https://open.spotify.com/track/6KVsOXkG7bKrFihfy9g91P?si=414aaf1cb70c42ee">Spotify</td>
<td>.WAV</td>
<td>2</td>
<td>48 kHz</td>
Expand All @@ -215,7 +220,7 @@ <h2>Task 1: Identifying Tracks and Creating a Metadata Table</h2>
</tr>

</table>
<h2>Basic Analysis of Tracks in SonicVisualizer</h2>
<h2>Task 2: Basic Analysis of Tracks in SonicVisualizer</h2>


</body>
Expand Down

0 comments on commit 6461f21

Please sign in to comment.