Skip to content

Commit

Permalink
Add latest single to "Latest" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Moran authored Aug 29, 2024
1 parent 97f04d1 commit 0626273
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions src/components/Latest.vue
Original file line number Diff line number Diff line change
@@ -1,41 +1,6 @@
<template>
<div class="latest">
<iframe
width="100%"
height="450"
scrolling="no"
frameborder="no"
allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/621321513&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"
/>
<div
style="
font-size: 10px;
color: #cccccc;
line-break: anywhere;
word-break: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans,
Garuda, Verdana, Tahoma, sans-serif;
font-weight: 100;
"
>
<a
href="https://soundcloud.com/xrgbmusic"
title="xRGB"
target="_blank"
style="color: #cccccc; text-decoration: none"
>xRGB</a>
·
<a
href="https://soundcloud.com/xrgbmusic/sets/refraction"
title="Refraction"
target="_blank"
style="color: #cccccc; text-decoration: none"
>Refraction</a>
</div>
<iframe style="border: 0; width: 426px; height: 518px;" src="https://bandcamp.com/EmbeddedPlayer/track=1548797469/size=large/bgcol=ffffff/linkcol=7137dc/tracklist=false/transparent=true/" seamless><a href="https://xrgb.bandcamp.com/track/prequinox-drive">Prequinox Drive by xRGB</a></iframe>

Check warning on line 3 in src/components/Latest.vue

View workflow job for this annotation

GitHub Actions / build

Expected indentation of 4 spaces but found 3 spaces

Check warning on line 3 in src/components/Latest.vue

View workflow job for this annotation

GitHub Actions / build

'src' should be on a new line

Check warning on line 3 in src/components/Latest.vue

View workflow job for this annotation

GitHub Actions / build

'seamless' should be on a new line

Check warning on line 3 in src/components/Latest.vue

View workflow job for this annotation

GitHub Actions / build

Expected indentation of 4 spaces but found 3 spaces

Check warning on line 3 in src/components/Latest.vue

View workflow job for this annotation

GitHub Actions / build

'src' should be on a new line

Check warning on line 3 in src/components/Latest.vue

View workflow job for this annotation

GitHub Actions / build

'seamless' should be on a new line
</div>
</template>

Expand Down

0 comments on commit 0626273

Please sign in to comment.