mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix broken image
This commit is contained in:
parent
8d75afd30e
commit
e79c723441
@ -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
|
||||
},
|
||||
|
@ -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>
|
||||
|
@ -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] %}
|
||||
|
||||
@ -23,14 +22,15 @@ route: documentation
|
||||
<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 %}">
|
||||
@ -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 %}
|
||||
|
@ -71,7 +71,6 @@
|
||||
|
||||
.bd-side-sponsrs {
|
||||
@extend %block;
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/images/amis/passwordlink.png
Normal file
BIN
docs/images/amis/passwordlink.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
docs/images/amis/passwordlink@2x.png
Normal file
BIN
docs/images/amis/passwordlink@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
docs/images/twitter/martin_verbic.jpg
Normal file
BIN
docs/images/twitter/martin_verbic.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user