Skip to content

Commit

Permalink
<iframe width="100%" height="300" scrolling="no" frameborder="no" all…
Browse files Browse the repository at this point in the history
…ow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1154196106&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe><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/nija-music" title="Nija" target="_blank" style="color: #cccccc; text-decoration: none;">Nija</a> · <a href="https://soundcloud.com/nija-music/on-call" title="On Call" target="_blank" style="color: #cccccc; text-decoration: none;">On Call</a></div>
  • Loading branch information
ricoThaka authored Nov 17, 2024
1 parent 10717e9 commit dd3c5c3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
7 changes: 3 additions & 4 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2675,14 +2675,13 @@ padding: 0px;
}
.oncall div:nth-child(2) {
background: #f28b0c;

animation: 1s ease-in 1s 1 slideInFromLeft;
}
.oncall div:nth-child(3) {
background: #f27405;
}
.oncall div:nth-child(4) {
background: #732e07;

}
.oncall div:nth-child(5) {
background: #bf3706;
Expand All @@ -2692,12 +2691,12 @@ padding: 0px;
flex: 0 1 200px;
flex: 1 1 200px;
padding: 0px;
/* animation: 1s ease-out 0s 1 slideInFromLeft;*/

animation: 1s ease-out 0s 1 slideInFromLeft;
}




.megan {
/*display: grid;
grid-gap: 5px;
Expand Down
26 changes: 25 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
mermaid: true
---


https://open.spotify.com/track/4anqYZt4APNlFwQixpbdZR?si=95fb3b016b4a4d1e
# FlexiBleBoX
I was able to get fresh reading materials thanks [![Twitter Follow](https://img.shields.io/badge/Social-LAPublicLibrary__-blue?style=social&logo=X)](https://twitter.com/LAPublicLibrary) [![Twitter Follow](https://img.shields.io/badge/Social-BiblioSzabo__-blue?style=social&logo=X)](https://twitter.com/BiblioSzabo) !

Expand Down Expand Up @@ -41,6 +41,30 @@ I was able to get fresh reading materials thanks [![Twitter Follow](https://img.
</div>
<iframe src="https://archive.org/embed/screen-recording-2024-07-02-2.48.05-pm" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>


{% highlight html %}

<div class="oncall">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>

{% endhighlight %}

<div class="oncall">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>


<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1154196106&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe><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/nija-music" title="Nija" target="_blank" style="color: #cccccc; text-decoration: none;">Nija</a> · <a href="https://soundcloud.com/nija-music/on-call" title="On Call" target="_blank" style="color: #cccccc; text-decoration: none;">On Call</a></div>

{% highlight css %}

.oncall {
Expand Down

0 comments on commit dd3c5c3

Please sign in to comment.