Skip to content

Commit

Permalink
Fix broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Feb 16, 2024
1 parent 8d75afd commit e79c723
Show file tree
Hide file tree
Showing 9 changed files with 2,310 additions and 1,899 deletions.
8 changes: 4 additions & 4 deletions docs/_data/love.json
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@
"content": "The Bulma (<a href=\"https://twitter.com/jgthms\">@jgthms</a>) and <a href=\"https://twitter.com/Ghost\">@Ghost</a> for building a blog is so remarkable. Bulma takes care of the design and Ghost of writing. And both can be/are minimalistic - exactly what you need for simple blogging without design restrictions. <a href=\"https://twitter.com/search?q=%23Bulma\">#Bulma</a> <a href=\"https://twitter.com/search?q=%23blog\">#blog</a> <br><br><a href=\"https://t.co/67dwH4KPfK\">martinverbic.com</a>",
"fullname": "Martin Verbic",
"username": "martin_verbic",
"avatar": "https://pbs.twimg.com/profile_images/1282616915073081348/blr9itmR_normal.jpg",
"avatar": "/images/twitter/martin_verbic.jpg",
"hearts": 12,
"retweets": 3
},
Expand All @@ -2076,7 +2076,7 @@
"content": "Check out Bulma at <a href=\"https://t.co/iNBsGlZC1y\">bulma.io</a>....I was able to make a complete makeover of my blog in less than a day a few weeks ago.",
"fullname": "Martin Verbic",
"username": "martin_verbic",
"avatar": "https://pbs.twimg.com/profile_images/1282616915073081348/blr9itmR_normal.jpg",
"avatar": "/images/twitter/martin_verbic.jpg",
"hearts": 3,
"retweets": 0
},
Expand Down Expand Up @@ -2156,7 +2156,7 @@
"content": "Together with <a href=\"https://twitter.com/BreznikMark\">@BreznikMark</a> I will host a three-part workshop on building blogs on <a href=\"https://twitter.com/Ghost\">@Ghost</a> using Bulma (<a href=\"https://twitter.com/jgthms\">@jgthms</a> ) - which I think is by far the best way to do so. It will be based on the fact that we learn best by making.<br><br>Starting Thursday.",
"fullname": "Martin Verbic",
"username": "martin_verbic",
"avatar": "https://pbs.twimg.com/profile_images/1282616915073081348/blr9itmR_normal.jpg",
"avatar": "/images/twitter/martin_verbic.jpg",
"hearts": 2,
"retweets": 0
},
Expand Down Expand Up @@ -2186,7 +2186,7 @@
"content": "Along testing the new <a href=\"https://twitter.com/Ghost\">@Ghost</a> membership features and turning my blog into subscriber-exclusive one, I experimented with my homepage design. New post cards, new footer and a new header. I like where this is going. <a href=\"https://twitter.com/jgthms\">@jgthms</a> <br><br><a href=\"https://t.co/aipWQuXlCZ\">martinverbic.com</a> <a href=\"https://t.co/vWU5FRucXH\">pic.twitter.com/vWU5FRucXH</a>",
"fullname": "Martin Verbic",
"username": "martin_verbic",
"avatar": "https://pbs.twimg.com/profile_images/1282616915073081348/blr9itmR_normal.jpg",
"avatar": "/images/twitter/martin_verbic.jpg",
"hearts": 3,
"retweets": 1
},
Expand Down
25 changes: 6 additions & 19 deletions docs/_includes/global/side-sponsor.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
<div class="bd-side-sponsrs">
<p class="bd-side-sponsor-label">
Sponsors
</p>
<p class="bd-side-sponsor-label">Sponsors</p>

<a class="bd-side-sponsor" href="https://runpondr.com/" target="_blank" rel="nofollow">
<a class="bd-side-sponsor" href="https://password.link/" target="_blank">
{%
include elements/responsive-image.html
path="amis/pondr"
path="amis/passwordlink"
extension="png"
alt="Pondr"
width="126"
height="38"
%}
</a>

<a class="bd-side-sponsor" href="https://aussiecasinohex.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="amis/aussiecasinohex"
extension="png"
alt="AussieCasinoHEX.com"
width="170"
height="60"
alt="Password.link"
width="332"
height="96"
%}
</a>
</div>
10 changes: 6 additions & 4 deletions docs/_layouts/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
layout: default
route: documentation
---

{% include global/navbar.html id="Documentation" %}

{% assign current_category = page.doc-tab %}
{% assign current_category = page['doc-tab'] %}
{% assign current_link_id = page.breadcrumb | last %}
{% assign current_link = site.data.links.by_id[current_link_id] %}

Expand All @@ -23,14 +22,15 @@
<div
id="docs"
class="
bd-docs
bd-docs
{% if page.fullwidth %}
bd-is-fullwidth
{% else %}
bd-is-contained
{% endif %}
{% if page.fullmain %}bd-is-full-main{% endif %}
">
"
>
<div id="docsNavOverlay" class="bd-docs-overlay"></div>

<nav id="docsNav" class="bd-docs-nav {% if page.fullwidth %}bd-stickied{% endif %}">
Expand All @@ -50,6 +50,8 @@
<aside id="docsSide" class="bd-docs-side {% if page.fullwidth %}bd-stickied{% endif %}">
{% include elements/carbon.html %}

{% include global/side-sponsor.html %}

{% include global/fortyfour.html %}

{% if page.meta %}
Expand Down
1 change: 0 additions & 1 deletion docs/_sass/pages/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@

.bd-side-sponsrs {
@extend %block;
display: none;
text-align: center;
}

Expand Down
Loading

0 comments on commit e79c723

Please sign in to comment.