mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Init v1
This commit is contained in:
14
docs/_includes/home/bubble.html
Normal file
14
docs/_includes/home/bubble.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% assign bubble = site.data.bubbles[include.id] %}
|
||||
|
||||
<div class="bd-bubble is-{{ include.id }} js-bubble-{{ include.id }}" style="--h: {{ bubble.hue }}">
|
||||
<div class="bd-bubble-content">
|
||||
{{ bubble.content }}
|
||||
</div>
|
||||
|
||||
<div class="bd-bubble-arrow"></div>
|
||||
|
||||
<footer class="bd-bubble-author">
|
||||
<img src="{{ site.url }}/assets/images/twitter/{{ include.id }}.jpg" alt="Avatar of {{ bubble.name }}">
|
||||
<strong>{{ bubble.name }}</strong>
|
||||
</footer>
|
||||
</div>
|
||||
Reference in New Issue
Block a user