mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Init v1
This commit is contained in:
24
docs/_includes/home/beautified.html
Normal file
24
docs/_includes/home/beautified.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% assign columns_link = site.data.links.by_id['expo'] %}
|
||||
{% assign heading_href = site.url | append: columns_link.path %}
|
||||
|
||||
<section class="bd-home-section bd-theme-expo">
|
||||
{%
|
||||
include docs/components/heading.html
|
||||
color="warning"
|
||||
icon="fas fa-star"
|
||||
title="<strong>Beautified</strong> by <strong>everyone</strong>"
|
||||
subtitle="See what Bulma developers are building"
|
||||
href=heading_href
|
||||
button_icon_after="fas fa-arrow-right"
|
||||
button_label="Visit the <strong>expo</strong>"
|
||||
%}
|
||||
|
||||
<div class="bd-screenshots">
|
||||
{% include home/best-screenshot.html website_id="divjoy" %}
|
||||
{% include home/best-screenshot.html website_id="runlet" %}
|
||||
{% include home/best-screenshot.html website_id="gustav" %}
|
||||
{% include home/best-screenshot.html website_id="romes" %}
|
||||
{% include home/best-screenshot.html website_id="getbedtimestories" %}
|
||||
{% include home/best-screenshot.html website_id="signal" %}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user