mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Init v1
This commit is contained in:
5
docs/_includes/website/carbon.html
Normal file
5
docs/_includes/website/carbon.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div id="carboncontainer" class="bd-carbon">
|
||||
<div id="carbon">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIE237&placement=bulmaio&format=cover&ignore=yes" id="_carbonads_js"></script>
|
||||
</div>
|
||||
</div>
|
||||
13
docs/_includes/website/darkmode-toggle.html
Normal file
13
docs/_includes/website/darkmode-toggle.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<button class="js-darkmode bd-darkmode thing">
|
||||
<span class="icon is-small bd-hidden-dark">
|
||||
<i class="fas fa-moon color-moon" aria-hidden="true"></i>
|
||||
</span>
|
||||
|
||||
<span class="bd-hidden-dark">Dark Mode</span>
|
||||
|
||||
<span class="icon is-small bd-hidden-light">
|
||||
<i class="fas fa-sun color-sun" aria-hidden="true"></i>
|
||||
</span>
|
||||
|
||||
<span class="bd-hidden-light">Light Mode</span>
|
||||
</button>
|
||||
9
docs/_includes/website/feature.html
Normal file
9
docs/_includes/website/feature.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<a class="bd-feature is-{{ include.id }}" href="{{ include.href }}">
|
||||
<div class="bd-feature-body">
|
||||
<span class="icon is-medium">
|
||||
<i class="{{ include.icon }}"></i>
|
||||
</span>
|
||||
<h2 class="bd-feature-title">{{ include.title }}</h2>
|
||||
<h3 class="bd-feature-subtitle">{{ include.subtitle }}</h3>
|
||||
</div>
|
||||
</a>
|
||||
Reference in New Issue
Block a user