bulma/docs/brand.html

108 lines
2.3 KiB
HTML
Raw Normal View History

2022-01-16 00:00:43 +00:00
---
title: "Brand assets of Bulma"
layout: default
2024-03-21 16:11:54 +00:00
theme: primary
2022-01-16 00:00:43 +00:00
route: brand
breadcrumb:
- home
- brand
---
2024-03-21 16:11:54 +00:00
{% include global/header.html %}
2022-01-16 00:00:43 +00:00
{%
2024-03-21 16:11:54 +00:00
include docs/hero.html
title="The Bulma brand"
subtitle="Download the official Bulma logo."
2022-01-16 00:00:43 +00:00
%}
<div class="bd-brand">
<div class="bd-logos">
<p class="bd-logos-label title is-5">
Icon
</p>
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
asset="Bulma Icon"
%}
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
unsplash="fxvpCFZgTe4"
asset="Bulma Icon Black"
%}
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
unsplash="4TKFpJPnyU8"
asset="Bulma Icon White"
%}
<p class="bd-logos-label title is-5">
Wordmark
</p>
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
asset="Bulma Wordmark"
%}
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
unsplash="KjWMGF0PYuE"
asset="Bulma Wordmark"
%}
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
unsplash="qsnfSvCdec4"
asset="Bulma Wordmark White"
%}
<p class="bd-logos-label title is-5">
Logo
</p>
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
asset="Bulma Logo"
%}
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
unsplash="8tA3ZSY9Iic"
asset="Bulma Logo Black"
%}
{%
2024-03-21 16:11:54 +00:00
include docs/components/logos-item.html
2022-01-16 00:00:43 +00:00
unsplash="RMypptC8-B0"
asset="Bulma Logo White"
%}
2022-01-16 00:21:15 +00:00
<p class="bd-logos-label title is-5">
Color
</p>
<div class="bd-logos-color has-background-primary"></div>
<div class="bd-logos-codes">
<div class="bd-logos-code">
<p>Hex</p>
<p><strong>#00D1B2</strong></p>
<button class="bd-clipboard button is-primary is-small is-light" data-clipboard-text="#00D1B2">Copy</button>
</div>
<div class="bd-logos-code">
<p>RGB</p>
<p><strong>rgb(0, 209, 178)</strong></p>
<button class="bd-clipboard button is-primary is-small is-light" data-clipboard-text="rgb(0, 209, 178)">Copy</button>
</div>
<div class="bd-logos-code">
<p>HSL</p>
<p><strong>hsl(171, 100%, 41%)</strong></p>
<button class="bd-clipboard button is-primary is-small is-light" data-clipboard-text="hsl(171, 100%, 41%)">Copy</button>
</div>
</div>
2022-01-16 00:00:43 +00:00
</div>
</div>