Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 how do i ... understand that i must be a part of something for things to be this bad on the radio, events not sounds
  • Loading branch information
ricoThaka authored Jan 18, 2025
1 parent 989e41e commit ce87189
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 58 deletions.
15 changes: 14 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,20 @@
-->

<section class="floatleft floatright animate pop" itemscope itemtype="http://schema.org/Blog">
{{ content }}

<div class="tupperware">
{% for post in site.posts %}

<article itemprop="blogPosts" itemscope itemtype="https://schema.org/BlogPosting" >
<a href="{{ site.github.url }}{{ post.url }}">
<div class="featured-post" {% if post.image %}style="background-image:url({{ site.github.url }}/assets/img/{{ post.image }})"{% endif %}>
<h2 itemprop="headline"><span>{{ post.title }}</span></h2>
</div>
</a>
</article>

{% endfor %}
</div>

<p>layout: default
title: HoleToAnotherUniVersE</p>
Expand Down
84 changes: 40 additions & 44 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ font-size: 1rem;
background-size: 100%;


margin: 0px;
margin: 0px;
padding: 0px 0 20px 0px;
font-size:100%;

Expand Down Expand Up @@ -52,7 +52,7 @@ section {

display : block;
flex-wrap: wrap;

border-radius: 0px 0px 0px 0px;
margin-top: 0px;
width: 90vh;
padding: 0px;
Expand All @@ -63,7 +63,7 @@ padding: 0px;
line-height: 1.5;
/* opera does not like 'margin:20px auto' */
/* background: #666; */
border: 1px solid #c9ff23;
border: 1px solid white;
background: url(https://landsat.gsfc.nasa.gov/wp-content/uploads/2013/12/San_Fran_new_432.jpg) no-repeat 0 0 fixed;
/* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size */
background-size: cover;
Expand All @@ -76,8 +76,9 @@ text-align:left;
/* part 2 of 2 centering hack */
voice-family: "\"}\"";
voice-family:inherit;
border-radius: 3px 3px 3px 3px;
box-shadow: rgba(201,255,35, 0.4) 5px 5px, rgba(201,255,35, 0.3) 10px 10px, rgba(201,255,35, 0.2) 15px 15px, rgba(255,255,255, 0.1) 20px 20px, rgba(255,255,255, 0.05) 25px 25px;font-family: 'Martian Mono',-apple-system, Ariel, Verdana;


box-shadow: rgba(255,255,255, 0.4) 5px 5px, rgba(255,255,255, 0.3) 10px 10px, rgba(255,255,255, 0.2) 15px 15px, rgba(255,255,255, 0.1) 20px 20px, rgba(255,255,255, 0.05) 25px 25px;font-family: 'Martian Mono',-apple-system, Ariel, Verdana;
/* color: #c9ff23; */
overflow-y: auto;
}
Expand All @@ -89,43 +90,6 @@ section img {


}



.tupperware > * {
border: 1px solid #c9ff23;
border-radius: 5px;
padding: 0px;
flex-basis: 30%;
flex-shrink:2;
flex-grow:1;
overflow: hidden;
transition: all 300ms ease-in-out;

&:hover {
flex-grow: 9.3;

}
}


.tupperware {
display: flex;
justify-content: space-evenly;
flex-flow: row wrap;
padding: 15px;
gap: 5px;
height: auto;
}

.tupperware img {
width: 100%;
}





svg { width:100%;}
.jumpmenu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #0dd9c4; color: #3df28b; border: #3df28b; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-weight: bold
;}
Expand Down Expand Up @@ -403,6 +367,39 @@ img[alt="whiteslavery40"] {
max-width: 40%;
transform: rotate(45deg);}


.tupperware > * {
border: 1px solid #c9ff23;
border-radius: 5px;
padding: 0px;
flex-basis: 30%;
flex-shrink:2;
flex-grow:1;
overflow: hidden;
transition: all 300ms ease-in-out;

&:hover {
flex-grow: 2;

}
}


.tupperware {
display: flex;
justify-content: space-evenly;
flex-flow: row wrap;
padding: 15px;
gap: 5px;
height: auto;
}

.tupperware img {
width: 100%;
}



/*
.tupperware > * {
border: 1px solid #c9ff23;
Expand Down Expand Up @@ -867,8 +864,7 @@ footer {
}
}
section {

margin-top: -188px;
margin-top: 0px;
}

#banner { display: none;}
Expand Down
14 changes: 1 addition & 13 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,7 @@ mermaid: true



<section class="tupperware">
{% for post in site.posts %}

<article itemprop="blogPosts" itemscope itemtype="https://schema.org/BlogPosting" >
<a href="{{ site.github.url }}{{ post.url }}">
<div class="featured-post" {% if post.image %}style="background-image:url({{ site.github.url }}/assets/img/{{ post.image }})"{% endif %}>
<h2 itemprop="headline"><span>{{ post.title }}</span></h2>
</div>
</a>
</article>

{% endfor %}
</section>


<figure>
<figcaption>Future: `[WifiLit]()`</figcaption>
Expand Down

0 comments on commit ce87189

Please sign in to comment.