draft out albums page a little more
This commit is contained in:
@ -135,7 +135,8 @@ nav {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.link-tiles-grid {
|
||||
.link-tiles-grid,
|
||||
.album-tiles-grid {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
@ -143,13 +144,20 @@ nav {
|
||||
margin-bottom: var(--line-padding);
|
||||
}
|
||||
|
||||
.link-tiles-grid>a>img {
|
||||
.link-tiles-grid>a>img,
|
||||
.album-tiles-grid>a>img {
|
||||
background-color: var(--border);
|
||||
width: 100%;
|
||||
aspect-ratio: 1/1;
|
||||
color: var(--container)
|
||||
}
|
||||
|
||||
.album-tiles-grid iframe {
|
||||
border: 0 !important;
|
||||
width: 100% !important;
|
||||
aspect-ratio: 1 !important;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1100px) {
|
||||
body {
|
||||
flex-direction: column-reverse;
|
||||
|
@ -6,4 +6,7 @@ draft: true
|
||||
|
||||
### webbed
|
||||
|
||||
### the strive to complete vs the pain of having it completed
|
||||
### the strive to complete vs the pain of having it completed
|
||||
|
||||
### independent animation on youtube
|
||||
https://www.youtube.com/watch?v=jAy1zGCQ3DM
|
@ -4,12 +4,38 @@ draft: true
|
||||
---
|
||||
|
||||
# albums
|
||||
exo - tineidae
|
||||
hyper dimensional expansion beam ?? - the comet is coming
|
||||
exile - sabrepulse
|
||||
delancey st. station - pinc louds
|
||||
|
||||
<!-- dev uuupah! be sure to overwrite the iframe style with style="border: 0; width: 100%; aspect-ratio: 1;" when adding new albums -->
|
||||
|
||||
<div class="album-tiles-grid">
|
||||
<div>
|
||||
<iframe style="border: 0; width: 100%; aspect-ratio: 1;" src="https://bandcamp.com/EmbeddedPlayer/album=1662540416/size=large/bgcol=ffffff/linkcol=0687f5/minimal=true/transparent=true/" seamless><a href="https://cryochamber.bandcamp.com/album/exo">Exo by Tineidae</a></iframe>
|
||||
<b>exo - tineidae</b>
|
||||
</div>
|
||||
<div>
|
||||
<iframe style="border: 0; width: 100%; aspect-ratio: 1;" src="https://bandcamp.com/EmbeddedPlayer/album=2135258317/size=large/bgcol=ffffff/linkcol=0687f5/minimal=true/transparent=true/" seamless><a href="https://sabrepulse.bandcamp.com/album/exile-2">Exile by Sabrepulse</a></iframe>
|
||||
<b>exile - sabrepulse</b>
|
||||
</div>
|
||||
<div>
|
||||
<iframe style="border: 0; width: 100%; aspect-ratio: 1;" src="https://bandcamp.com/EmbeddedPlayer/album=3174957532/size=large/bgcol=ffffff/linkcol=0687f5/minimal=true/transparent=true/" seamless><a href="https://pinclouds.bandcamp.com/album/delancey-st-station">Delancey St. Station by Pinc Louds</a></iframe>
|
||||
<b>delancey st. station - pinc louds</b>
|
||||
</div>
|
||||
<div>
|
||||
<iframe style="border: 0; width: 100%; aspect-ratio: 1;" src="https://www.youtube-nocookie.com/embed/videoseries?list=OLAK5uy_kYZZBgXZRayWvaZrwpA3tOb5C6o_9qoio" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
<b>hyper dimensional expansion beam - the comet is coming</b>
|
||||
</div>
|
||||
<div>
|
||||
<iframe style="border: 0; width: 100%; aspect-ratio: 1;" src="https://bandcamp.com/EmbeddedPlayer/album=1344380888/size=large/bgcol=ffffff/linkcol=0687f5/minimal=true/transparent=true/" seamless><a href="https://12kmusic.bandcamp.com/album/twine">Twine by Taylor Deupree & Marcus Fischer</a></iframe>
|
||||
<b>twine - taylor deupree & marcus fischer</b>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
# soundtracks
|
||||
|
||||
<div class="link-tiles-grid">
|
||||
<div>
|
||||
<iframe style="border: 0; width: 100%; aspect-ratio: 1;" src="https://www.youtube-nocookie.com/embed/videoseries?list=OLAK5uy_mbQxWvaWie-adhtXtm6b2X0qM-2zoRJio" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
# artists
|
||||
# artists
|
||||
|
Reference in New Issue
Block a user