Fix broken image

This commit is contained in:
Jeremy Thomas 2024-02-16 18:13:52 +00:00
parent 8d75afd30e
commit e79c723441
9 changed files with 2310 additions and 1899 deletions

View File

@ -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
},
@ -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
},
@ -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
},
@ -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
},

View File

@ -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>

View File

@ -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] %}
@ -30,7 +29,8 @@ route: documentation
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 %}">
@ -50,6 +50,8 @@ route: documentation
<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 %}

View File

@ -71,7 +71,6 @@
.bd-side-sponsrs {
@extend %block;
display: none;
text-align: center;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB