2017-10-24 11:23:31 +00:00
< nav class = "navbar{% if include.transparent %} is-transparent{% endif %}" >
< div class = "navbar-brand" >
< a class = "navbar-item" href = "{{ site.url }}" >
< img src = "{{ site.url }}/images/bulma-logo.png" alt = "Bulma: a modern CSS framework based on Flexbox" width = "112" height = "28" >
< / a >
2020-12-09 15:44:40 +00:00
< div class = "navbar-burger" data-target = "navbarExample{{ include.id }}" >
2017-10-24 11:23:31 +00:00
< span > < / span >
< span > < / span >
< span > < / span >
< / div >
< / div >
< div id = "navbarExample{{ include.id }}" class = "navbar-menu" >
< div class = "navbar-start" >
< a class = "navbar-item" href = "{{ site.url }}/" >
Home
< / a >
< div class = "navbar-item has-dropdown is-hoverable" >
2018-10-12 10:23:32 +00:00
< a class = "navbar-link" href = "{{ site.url }}/documentation/overview/start/" >
2017-10-24 11:23:31 +00:00
Docs
< / a >
< div class = "navbar-dropdown{% if include.boxed %} is-boxed{% endif %}" >
2018-10-12 10:23:32 +00:00
< a class = "navbar-item" href = "{{ site.url }}/documentation/overview/start/" >
2017-10-24 11:23:31 +00:00
Overview
< / a >
2020-06-08 09:57:35 +00:00
< a class = "navbar-item" href = "{{ site.url }}/documentation/overview/modifiers/" >
2017-10-24 11:23:31 +00:00
Modifiers
< / a >
< a class = "navbar-item" href = "{{ site.url }}/documentation/columns/basics/" >
Columns
< / a >
< a class = "navbar-item" href = "{{ site.url }}/documentation/layout/container/" >
Layout
< / a >
< a class = "navbar-item" href = "{{ site.url }}/documentation/form/general/" >
Form
< / a >
< hr class = "navbar-divider" >
< a class = "navbar-item" href = "{{ site.url }}/documentation/elements/box/" >
Elements
< / a >
< a class = "navbar-item is-active" href = "{{ site.url }}/documentation/components/breadcrumb/" >
Components
< / a >
< / div >
< / div >
< / div >
< div class = "navbar-end" >
< div class = "navbar-item" >
< div class = "field is-grouped" >
< p class = "control" >
2019-10-18 11:43:14 +00:00
< a class = "bd-tw-button button" data-social-network = "Twitter" data-social-action = "tweet" data-social-target = "https://bulma.io" target = "_blank" href = "https://twitter.com/intent/tweet?text=Bulma: a modern CSS framework based on Flexbox&hashtags=bulmaio&url=https://bulma.io&via=jgthms" >
2017-10-24 11:23:31 +00:00
< span class = "icon" >
2018-01-10 16:30:23 +00:00
< i class = "fab fa-twitter" > < / i >
2017-10-24 11:23:31 +00:00
< / span >
< span >
Tweet
< / span >
< / a >
< / p >
< p class = "control" >
2018-04-08 11:09:02 +00:00
< a class = "button is-primary" href = "{{ site.data.meta.download }}" >
2017-10-24 11:23:31 +00:00
< span class = "icon" >
2018-01-10 16:30:23 +00:00
< i class = "fas fa-download" > < / i >
2017-10-24 11:23:31 +00:00
< / span >
< span > Download< / span >
< / a >
< / p >
< / div >
< / div >
< / div >
< / div >
< / nav >