mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
sponsors button
This commit is contained in:
@@ -16,6 +16,7 @@ title: Tabler
|
|||||||
description: Premium and Open Source dashboard template with responsive and high quality UI.
|
description: Premium and Open Source dashboard template with responsive and high quality UI.
|
||||||
homepage: https://tabler.io
|
homepage: https://tabler.io
|
||||||
github-url: https://github.com/tabler/tabler
|
github-url: https://github.com/tabler/tabler
|
||||||
|
github-sponsors-url: https://github.com/sponsors/codecalm
|
||||||
changelog-url: https://github.com/tabler/tabler/releases
|
changelog-url: https://github.com/tabler/tabler/releases
|
||||||
sponsor-url: https://github.com/sponsors/codecalm
|
sponsor-url: https://github.com/sponsors/codecalm
|
||||||
preview-url: https://preview.tabler.io
|
preview-url: https://preview.tabler.io
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
<li class="list-inline-item"><a href="{{ site.base }}/docs/index.html" class="link-secondary">Documentation</a></li>
|
<li class="list-inline-item"><a href="{{ site.base }}/docs/index.html" class="link-secondary">Documentation</a></li>
|
||||||
<li class="list-inline-item"><a href="{{ site.base }}/license.html" class="link-secondary">License</a></li>
|
<li class="list-inline-item"><a href="{{ site.base }}/license.html" class="link-secondary">License</a></li>
|
||||||
<li class="list-inline-item"><a href="{{ site.github-url }}" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
|
<li class="list-inline-item"><a href="{{ site.github-url }}" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="{{ site.github-sponsors-url }}" target="_blank" class="link-secondary" rel="noopener">
|
||||||
|
{% include ui/icon.html icon="heart" color="pink" %}
|
||||||
|
Sponsor
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
||||||
|
|||||||
@@ -2,7 +2,10 @@
|
|||||||
{% assign person = site.data.people[person-id] %}
|
{% assign person = site.data.people[person-id] %}
|
||||||
<div class="navbar-nav flex-row{% if include.class %} {{ include.class }}{% endif %}">
|
<div class="navbar-nav flex-row{% if include.class %} {{ include.class }}{% endif %}">
|
||||||
<div class="nav-item d-none d-md-flex me-3">
|
<div class="nav-item d-none d-md-flex me-3">
|
||||||
{% include ui/button.html icon="brand-github" color="github" outline=true text="Source code" href=site.github-url external=true %}
|
<div class="btn-list">
|
||||||
|
{% include ui/button.html icon="brand-github" icon-color="github" outline=true text="Source code" href=site.github-url external=true %}
|
||||||
|
{% include ui/button.html icon="heart" icon-color="pink" outline=true text="Sponsor" href=site.github-sponsors-url external=true %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav-item dropdown d-none d-md-flex me-3">
|
<div class="nav-item dropdown d-none d-md-flex me-3">
|
||||||
|
|||||||
@@ -14,9 +14,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-inline {
|
.icon-inline {
|
||||||
width: 1.25em;
|
width: 1em;
|
||||||
height: 1.25em;
|
height: 1em;
|
||||||
font-size: 1em;
|
font-size: (16/14) * 1em;
|
||||||
|
vertical-align: -0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-filled {
|
.icon-filled {
|
||||||
|
|||||||
Reference in New Issue
Block a user