mirror of
https://github.com/jgthms/bulma
synced 2026-03-16 18:44:28 -07:00
Init v1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Extensions
|
||||
layout: default
|
||||
theme: customize
|
||||
route: extensions
|
||||
breadcrumb:
|
||||
- home
|
||||
@@ -146,14 +147,12 @@ extensions:
|
||||
slug: bulma-jumbo-tiny
|
||||
---
|
||||
|
||||
{% include global/navbar.html id="Extensions" %}
|
||||
{% include global/header.html %}
|
||||
|
||||
{%
|
||||
include components/hero.html
|
||||
color="extensions"
|
||||
icon="fas fa-plug"
|
||||
title="Bulma **extensions**"
|
||||
subtitle="Side projects to **enhance** your Bulma **experience**"
|
||||
include docs/hero.html
|
||||
title="Bulma extensions"
|
||||
subtitle="Side projects to enhance your Bulma experience."
|
||||
%}
|
||||
|
||||
{% capture call_button %}
|
||||
@@ -170,31 +169,31 @@ extensions:
|
||||
{% endcapture %}
|
||||
|
||||
{%
|
||||
include components/call.html
|
||||
include docs/components/call.html
|
||||
color="extensions"
|
||||
text='Have an <strong>extension</strong> to <strong>share</strong> with the community?'
|
||||
button=call_button
|
||||
%}
|
||||
|
||||
<div class="bd-posts">
|
||||
{% for extension in page.extensions %}
|
||||
<div class="bd-post bd-is-extension">
|
||||
<a class="bd-post-link" href="{{ extension.url }}" target="_blank" rel="nofollow">
|
||||
<div class="bd-post-body">
|
||||
<div class="bd-post-content">
|
||||
<h2 class="title">
|
||||
{{ extension.name }}
|
||||
</h2>
|
||||
<div class="subtitle">
|
||||
{{ extension.url | remove:'http://' | remove:'https://' | remove:'www.' }}
|
||||
</div>
|
||||
<section class="section">
|
||||
<div class="fixed-grid has-1-cols-mobile">
|
||||
<div class="grid is-gap-6">
|
||||
{% for extension in page.extensions %}
|
||||
<a class="cell" href="{{ extension.url }}" target="_blank" rel="nofollow">
|
||||
<div class="block">
|
||||
<h3 class="title is-5">
|
||||
{{ extension.name }}
|
||||
</h3>
|
||||
<div class="subtitle is-6">
|
||||
{{ extension.url | remove:'http://' | remove:'https://' | remove:'www.' }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<figure class="bd-post-screenshot">
|
||||
<img src="{{site.url}}/images/extensions/{{ extension.slug }}.png" width="{{ extension.width }}" height="{{ extension.height }}">
|
||||
<figure class="has-background is-flex is-justify-content-center p-3 has-radius">
|
||||
<img src="{{site.url}}/assets/images/extensions/{{ extension.slug }}.png" width="{{ extension.width }}" height="{{ extension.height }}">
|
||||
</figure>
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user