Skip to content

Commit

Permalink
Update Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jul 11, 2024
1 parent fc7db1b commit a2b16c2
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test.css
test.css.map
test.html
test.sass
test.scss
test.css
test.css.map

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| [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)

Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
Expand Down
2 changes: 2 additions & 0 deletions docs/_includes/docs/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@
{% include docs/menu-list.html category_id="helpers" %}
</div>
</div>

{% include docs/side-sponsr.html %}
12 changes: 6 additions & 6 deletions docs/_includes/docs/side-sponsr.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<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
path="amis/passwordlink"
path="amis/route4me"
extension="png"
alt="Password.link"
width="332"
height="96"
alt="Route Planner and Route Optimizer"
width="224"
height="57"
%}
</a>
</div>
8 changes: 8 additions & 0 deletions docs/_includes/global/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ <h3 class="title">
</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 %}
<div class="bd-footer-donation column">
<p class="bd-footer-donation-title">Visit our <strong>Sponsors</strong></p>
Expand Down
13 changes: 11 additions & 2 deletions docs/_sass/docs/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,19 @@
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 {
display: flex;
margin: 0.5rem;
margin-top: 0;

img {
border-radius: 0.75rem;
Expand Down
13 changes: 11 additions & 2 deletions docs/assets/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -37393,10 +37393,19 @@ has-background-moon.is-hoverable:active {
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 {
display: flex;
margin: 0.5rem;
margin-top: 0;
}
.bd-side-sponsor img {
border-radius: 0.75rem;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/website.min.css

Large diffs are not rendered by default.

Binary file added docs/assets/images/amis/route4me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/amis/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2b16c2

Please sign in to comment.