mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Init v1
This commit is contained in:
36
docs/_includes/home/features.html
Normal file
36
docs/_includes/home/features.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<div class="bd-features">
|
||||
<div class="bd-features-grid">
|
||||
{% assign href = site.data.links.by_id['start-responsiveness'].path %}
|
||||
{% include website/feature.html
|
||||
id="responsive"
|
||||
icon="fas fa-mobile-screen-button fa-xl"
|
||||
title="100% Responsive"
|
||||
subtitle="Designed mobile-first"
|
||||
href=href
|
||||
%}
|
||||
{% assign href = site.data.links.by_id['features'].path %}
|
||||
{% include website/feature.html
|
||||
id="modern"
|
||||
icon="fa-brands fa-css3 fa-xl"
|
||||
title="Modern"
|
||||
subtitle="Flexbox + Grid + CSS Variables"
|
||||
href=href %}
|
||||
{% assign href = site.data.links.by_id['customize'].path %}
|
||||
{% include website/feature.html
|
||||
id="easy"
|
||||
icon="fa-solid fa-star-of-life fa-xl"
|
||||
title="Easy"
|
||||
subtitle="Download. Customize. Done."
|
||||
href=href
|
||||
%}
|
||||
{% assign href = site.meta.github %}
|
||||
{{ href }}
|
||||
{% include website/feature.html
|
||||
id="free"
|
||||
icon="fa-brands fa-github-alt fa-xl"
|
||||
title="Free"
|
||||
subtitle="Open Source on GitHub"
|
||||
href=href
|
||||
%}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user