Update Sidebar

This commit is contained in:
Jeremy Thomas 2024-07-11 13:17:08 +01:00
parent fc7db1b204
commit a2b16c2fa7
10 changed files with 42 additions and 11 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ test.css
test.css.map test.css.map
test.html test.html
test.sass test.sass
test.scss
test.css test.css
test.css.map test.css.map

View File

@ -134,6 +134,8 @@ Browse the [online documentation here.](https://bulma.io/documentation/start/ove
| [CASE](https://case.app) | CASE is Lightweight Backend-as-a-Service with essential features: DB, Admin panel, API, JS SDK | | [CASE](https://case.app) | CASE is Lightweight Backend-as-a-Service with essential features: DB, Admin panel, API, JS SDK |
| [Reactive Bulma](https://github.com/NicolasOmar/reactive-bulma) | A component library based on React, Bulma, Typescript and Rollup | | [Reactive Bulma](https://github.com/NicolasOmar/reactive-bulma) | A component library based on React, Bulma, Typescript and Rollup |
<p>Browser testing via <a href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/resources/images/logo-white.svg" style="vertical-align: middle;margin-left:5px" width="147" height="26" /></a></p>
## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github) ## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github)
Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE). Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).

View File

@ -63,3 +63,5 @@
{% include docs/menu-list.html category_id="helpers" %} {% include docs/menu-list.html category_id="helpers" %}
</div> </div>
</div> </div>
{% include docs/side-sponsr.html %}

View File

@ -1,14 +1,14 @@
<div class="bd-side-sponsrs"> <div class="bd-side-sponsrs">
<p class="bd-side-sponsor-label">Sponsors</p> <p class="bd-side-sponsor-label">Sponsor</p>
<a class="bd-side-sponsor" href="https://password.link/" target="_blank"> <a class="bd-side-sponsor" href="https://www.route4me.com/" target="_blank">
{% {%
include docs/elements/responsive-image.html include docs/elements/responsive-image.html
path="amis/passwordlink" path="amis/route4me"
extension="png" extension="png"
alt="Password.link" alt="Route Planner and Route Optimizer"
width="332" width="224"
height="96" height="57"
%} %}
</a> </a>
</div> </div>

View File

@ -23,6 +23,14 @@
</div> </div>
</div> </div>
<div class="bd-footer-donation column">
<p class="bd-footer-donation-title"><strong>Browser testing</strong> via</p>
<div class="bd-footer-donation-action">
<a class="bd-hidden-dark" href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/support/img/logo.svg" style="vertical-align: middle;margin-left:5px" width="147" height="26" /></a>
<a class="bd-hidden-light" href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/resources/images/logo-white.svg" style="vertical-align: middle;margin-left:5px" width="147" height="26" /></a>
</div>
</div>
{% if site.data.sponsors.footer.size > 0 %} {% if site.data.sponsors.footer.size > 0 %}
<div class="bd-footer-donation column"> <div class="bd-footer-donation column">
<p class="bd-footer-donation-title">Visit our <strong>Sponsors</strong></p> <p class="bd-footer-donation-title">Visit our <strong>Sponsors</strong></p>

View File

@ -171,10 +171,19 @@
line-height: 1.25rem; line-height: 1.25rem;
} }
.bd-side-sponsrs {
margin: 0 1rem;
}
.bd-side-sponsor-label {
font-weight: 500;
font-size: 0.875em;
margin-bottom: 0.5em;
opacity: 0.5;
}
.bd-side-sponsor { .bd-side-sponsor {
display: flex; display: flex;
margin: 0.5rem;
margin-top: 0;
img { img {
border-radius: 0.75rem; border-radius: 0.75rem;

View File

@ -37393,10 +37393,19 @@ has-background-moon.is-hoverable:active {
line-height: 1.25rem; line-height: 1.25rem;
} }
.bd-side-sponsrs {
margin: 0 1rem;
}
.bd-side-sponsor-label {
font-weight: 500;
font-size: 0.875em;
margin-bottom: 0.5em;
opacity: 0.5;
}
.bd-side-sponsor { .bd-side-sponsor {
display: flex; display: flex;
margin: 0.5rem;
margin-top: 0;
} }
.bd-side-sponsor img { .bd-side-sponsor img {
border-radius: 0.75rem; border-radius: 0.75rem;

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB