mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
added first data for graphic page
This commit is contained in:
parent
dd6790b207
commit
a1e8deecc0
6 changed files with 57 additions and 21 deletions
19
_includes/graphics-tile.html
Executable file
19
_includes/graphics-tile.html
Executable file
|
@ -0,0 +1,19 @@
|
|||
<div class="col-xs-12 col-md-3">
|
||||
<div class="b-graphic-tile">
|
||||
<div class="thumbnail">
|
||||
<div class="logo-container">
|
||||
<img src="/assets/img/graphics/{{ graphic.img-link }}"/>
|
||||
</div>
|
||||
<div class="caption">
|
||||
<h4>{{ graphic.format }}</h4>
|
||||
</div>
|
||||
<div class="wallet-links-container">
|
||||
{% for link in graphic.links %}
|
||||
<div class="link">
|
||||
<a href="/assets/img/graphics/{{link.url}}" target="_blank">{{link.label}} </a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue