Skip to content

Commit 6659b5b

Browse files
committed
fix screenshot file paths
1 parent c9a3726 commit 6659b5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams-spring2025/WhatMusicDoILike/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ <h1>Class Project Showcase</h1>
1616

1717
<main>
1818
<section class="project">
19-
<img src="Logo_Screenshots/LittleLogoIS.svg" alt="Logo" style="width: 24px; height: 24px; vertical-align: middle; margin-right: 8px;">
19+
<img src="Screenshots/LittleLogoIS.svg" alt="Logo" style="width: 24px; height: 24px; vertical-align: middle; margin-right: 8px;">
2020
<h2>WhatMusicDoILike?</h2>
2121
<p>A web project for transferring playlists between different music platforms.</p>
2222
<a href="https://github.com/orgs/WhatMusicDoILike-MusicWebApp/repositories" class="button">View Repository</a>
2323
<a href="https://www.whatmusicdoilike.com/" class="button">View Website</a>
2424
</section>
2525
<section class="screenshots">
2626
<h2>Screenshots</h2>
27-
<img src="Logo_Screenshots/Screenshot 2025-05-01 134328.png" alt="Logo" style="vertical-align: middle; margin-right: 8px; width: 100%; height: auto;">
28-
<img src="Logo_Screenshots/Screenshot 2025-05-01 134352.png" alt="Logo" style="vertical-align: middle; margin-right: 8px; width: 100%; height: auto;">
29-
<img src="Logo_Screenshots/Screenshot 2025-05-01 134601.png" alt="Logo" style="vertical-align: middle; margin-right: 8px; width: 100%; height: auto;">
27+
<img src="Screenshots/Screenshot 2025-05-01 134328.png" alt="Logo" style="vertical-align: middle; margin-right: 8px; width: 100%; height: auto;">
28+
<img src="Screenshots/Screenshot 2025-05-01 134352.png" alt="Logo" style="vertical-align: middle; margin-right: 8px; width: 100%; height: auto;">
29+
<img src="Screenshots/Screenshot 2025-05-01 134601.png" alt="Logo" style="vertical-align: middle; margin-right: 8px; width: 100%; height: auto;">
3030
</section>
3131
</main>
3232

0 commit comments

Comments
 (0)