mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
22 lines
579 B
HTML
22 lines
579 B
HTML
---
|
|
layout: default
|
|
route: index
|
|
fixed_navbar: true
|
|
---
|
|
|
|
{% include global/navbar.html id="Index" %}
|
|
{% include index/intro.html %}
|
|
{% include index/sponsor.html %}
|
|
{% include index/columns.html %}
|
|
{% include index/tws.html %}
|
|
{% include index/modifiers.html %}
|
|
<hr>
|
|
{% include index/customize.html %}
|
|
<!-- {% include index/tiles.html %} -->
|
|
<!-- {% include index/level.html %} -->
|
|
<!-- {% include index/media-object.html %} -->
|
|
{% include index/fullheight.html %}
|
|
<!-- {% include index/usual.html %} -->
|
|
<!-- {% include index/features.html %} -->
|
|
{% include index/start.html %}
|