diff options
| author | 2023-06-20 14:54:27 +0100 | |
|---|---|---|
| committer | 2023-06-20 14:54:27 +0100 | |
| commit | c4e2551365eff2c12f5a19134779ef3289480ac3 (patch) | |
| tree | 2e3e192ec79a13f195227010e71cb092ecb7c606 | |
| parent | fefea214d392c306d1b9c54baa9a5762d702e12c (diff) | |
| download | blossom-c4e2551365eff2c12f5a19134779ef3289480ac3.tar.gz blossom-c4e2551365eff2c12f5a19134779ef3289480ac3.tar.bz2 blossom-c4e2551365eff2c12f5a19134779ef3289480ac3.zip | |
fix badges
Diffstat (limited to '')
| -rw-r--r-- | static/badges/mothracompat.gif | bin | 0 -> 7453 bytes | |||
| -rw-r--r-- | static/badges/webb.png | bin | 0 -> 369 bytes | |||
| -rw-r--r-- | static/style.css | 8 | ||||
| -rw-r--r-- | templates/base.html.tera | 10 | 
4 files changed, 11 insertions, 7 deletions
| diff --git a/static/badges/mothracompat.gif b/static/badges/mothracompat.gifBinary files differ new file mode 100644 index 0000000..b1a1cc7 --- /dev/null +++ b/static/badges/mothracompat.gif diff --git a/static/badges/webb.png b/static/badges/webb.pngBinary files differ new file mode 100644 index 0000000..b043f28 --- /dev/null +++ b/static/badges/webb.png diff --git a/static/style.css b/static/style.css index 035c404..7098687 100644 --- a/static/style.css +++ b/static/style.css @@ -137,17 +137,21 @@ aside {  }  footer { +  display: flex; +  align-items: center;    z-index: -1;    background-color: #e8d2c5;  }  .badge,  .badge * { -  display: inline; +  height: 31px;    padding: 0;    border-radius: 0;    border: 0; -  margin: 4px 0; +  margin: 0; +  text-decoration: none; +  font-size: 0;    background-color: #0000;  } diff --git a/templates/base.html.tera b/templates/base.html.tera index 84755cf..19c0764 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -40,8 +40,8 @@            <li><a class="{% block nav_projects %}{% endblock %}" style="font-family: 'DeGerm LoCase';" href="/projects">projetos</a></li>            <li><a class="{% block nav_sound %}{% endblock %}" style="font-family: 'kirieji'" href="/sound">ι³</a></li>            <li><a class="{% block nav_listens %}{% endblock %}" style="font-family: 'Darumadrop One'" href="/listens">γγγ¦γΎγ</a></li> -          <li><a href="https://bimbo.video" style="font-family: 'Mon Hugo In'">video</a></li> -          <li><a href="https://live.blos.sm" style="font-family: id_kana018" >π΄γ©γ€γ</a></li> +          <li><a href="https://bimbo.video/a/cel" style="font-family: 'Mon Hugo In'">video</a></li> +          <li><a href="https://weirdstar.stream" style="font-family: id_kana018" >π΄γ©γ€γ</a></li>            <li><a class="{% block nav_pix %}{% endblock %}" style="font-family: Minecraftia" href="/pix">pix</a></li>            <li><a class="{% block nav_shodo %}{% endblock %}" href="/shodo">ζΈι</a></li>            <li><a class="{% block nav_thoughts %}{% endblock %}" style="font-family: 'MAZIUS REVIEW 20.09';" href="/thoughts">thoughts</a></li> @@ -50,7 +50,7 @@            <li><a class="{% block nav_things %}{% endblock %}" style="font-family: '18th Century Kurrent Text';" href="/things">flop</a></li>            <li><a class="{% block nav_zk %}{% endblock %}" href="/zk" style="font-family: Louise">zettelkasten</a></li>            <li><a class="{% block nav_read %}{% endblock %}" style="font-family: ukikusa" href="/read">γγ</a></li> -          <li><a href="https://sectorinf.com/cel">π¦ππππ·</a></li> +          <li><a href="https://bunny.garden">π¦ππππ·</a></li>            <li><a class="{% block nav_plants %}{% endblock %}" style="font-family: 'Almendra Display'; font-weight: 900;" href="/plants">plantas</a></li>            <li class="suscakke"><a href="https://ass-smacc"><img src="https://skinnyver.se/emoji/Wigs/suscakke.png"></a></li>            <li><a style="font-family: Abordage;" href="https://pussy.accountants">pussy</a></li> @@ -73,8 +73,8 @@        <footer class="panel">            <a class="badge" href="https://skinnyver.se"><img src="https://skinnyver.se/instance/skinnyversebadge.png"></a> -          <a class="badge" href="https://social.xenofem.me/"><img src="https://s3.eu-west-1.wasabisys.com/skinnyverse/4520d16b-565c-4956-b1f0-dd18afcdf906/xenofemme.png"></a> -          <a class="badge" href="https://arachnid.town"><img src="https://arachnid.town/media/e900cdf1adcd230b81fb7bb98c4279f5dfaa19ab18a54a0cbc8290a52bcd3ee7.png"></a> +          <a class="badge" href="https://webb.spiderden.org"><img src="/badges/webb.png"></a> +          <img class="badge" src="/badges/mothracompat.gif">        </footer>      </div> | 
