wip figures and images
This commit is contained in:
parent
ea235120f8
commit
c6bac45ecf
61 changed files with 1491 additions and 1315 deletions
|
@ -15,7 +15,7 @@ icon: "M12 20 L12 30 4 30 4 12 16 2 28 12 28 30 20 30 20 20 Z"
|
|||
{% for item in games.items %}
|
||||
<li>
|
||||
<a href="{{item.src}}">
|
||||
<div><img src="{{item.cover}}" alt="Box art cover for {{item.title}}"></div>
|
||||
<div><img src="{{item.cover}}" alt="Game icon for {{item.title}}"></div>
|
||||
<span>{{item.title}}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -48,15 +48,6 @@ icon: "M12 20 L12 30 4 30 4 12 16 2 28 12 28 30 20 30 20 20 Z"
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h3>Others</h3>
|
||||
<ul>
|
||||
{% for item in 88x31-others.items %}
|
||||
<li>
|
||||
<a href="{{item.src}}" title="{{item.name}}"><img {%if item.id%}id="{{item.id}}" {%endif%}
|
||||
src="{{item.button}}" alt="{{item.alt}}"></a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h3>Critters!</h3>
|
||||
<ul>
|
||||
{% for item in 88x31-critters.items %}
|
||||
|
@ -65,8 +56,18 @@ icon: "M12 20 L12 30 4 30 4 12 16 2 28 12 28 30 20 30 20 20 Z"
|
|||
src="{{item.button}}" alt="{{item.alt}}"></a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h3>Fun!</h3>
|
||||
<ul>
|
||||
{% for item in 88x31.items %}
|
||||
<li>
|
||||
<a href="{{item.src}}" title="{{item.name}}"><img {%if item.id%}id="{{item.id}}" {%endif%}
|
||||
src="{{item.button}}" alt="{{item.alt}}"></a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
<script src="/assets/js/cat.js"></script>
|
||||
<script src="/assets/js/fox.js"></script>
|
||||
<script src="/assets/js/bob.js"></script>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="pkmn" aria-label="Randomized list of my favorite Pokémon"><script src="/assets/js/poke.js"></script></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue