add art link to link grid
This commit is contained in:
BIN
src/_assets/img/art.jpg
Normal file
BIN
src/_assets/img/art.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -1,22 +1,26 @@
|
|||||||
<div class="link_tiles_grid">
|
<div class="link_tiles_grid">
|
||||||
<a href="{{ collections.post[-1].page.url }}">
|
<a href="{{ collections.post[-1].page.url }}">
|
||||||
<img src="_assets/img/most_recent.jpg" alt="Mitsuami from the Splatoon manga saying 'pyo'. The image links to the most recent post on the website."/>
|
<img src="_assets/img/most_recent.jpg" alt=""/>
|
||||||
newest!
|
newest!
|
||||||
</a>
|
</a>
|
||||||
<a href="/blog/">
|
<a href="/blog/">
|
||||||
<img src="_assets/img/blog.jpg" alt="Yuko from the Nichijou anime slumped over a school desk. The image links to the 'blogs' page on the website."/>
|
<img src="_assets/img/blog.jpg" alt=""/>
|
||||||
blog
|
blog
|
||||||
</a>
|
</a>
|
||||||
<a href="/music/">
|
<a href="/music/">
|
||||||
<img src="_assets/img/music.jpg" alt="Nano from the Nichijou anime listening to music on a pair of headphones. The image links to the 'music' page on the website."/>
|
<img src="_assets/img/music.jpg" alt=""/>
|
||||||
music
|
music
|
||||||
</a>
|
</a>
|
||||||
<a href="/games/">
|
<a href="/art/">
|
||||||
<img src="_assets/img/game.jpg" alt="Konata Izumi from the Lucky Star anime playing a video game on a playstation 2 while sitting on the floor. The image links to the 'game' page on the website."/>
|
<img src="_assets/img/art.jpg" alt=""/>
|
||||||
games
|
art
|
||||||
</a>
|
</a>
|
||||||
<a href="/lists/">
|
<a href="/lists/">
|
||||||
<img src="_assets/img/lists.jpg" alt="The character Rally from the Gunsmith Cats anime looking into her fridge disappointedly. Two bricks of c4 explosive can be seen on a fridge shelf. The image links to the 'lists' page on the website."/>
|
<img src="_assets/img/lists.jpg" alt=""/>
|
||||||
lists
|
lists
|
||||||
</a>
|
</a>
|
||||||
|
<a href="/games/">
|
||||||
|
<img src="_assets/img/game.jpg" alt=""/>
|
||||||
|
games
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -135,6 +135,7 @@ nav {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
margin-bottom: var(--line-padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
.link_tiles_grid>a>img {
|
.link_tiles_grid>a>img {
|
||||||
|
11
src/art.md
Normal file
11
src/art.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: lists
|
||||||
|
layout: layout/base.njk
|
||||||
|
eleventyImport.collections: ["art"]
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="pages-article">
|
||||||
|
{% for post in collections.art | reverse %}
|
||||||
|
\- [{{ post.data.title or post.data.page.fileSlug }}](/art/{{ post.data.page.fileSlug }})
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
@ -3,7 +3,7 @@ layout: layout/base.njk
|
|||||||
title: becoming one with the slime
|
title: becoming one with the slime
|
||||||
---
|
---
|
||||||
|
|
||||||
hey what's up! my name is uuupah. im a twenty-something non-binary (they/them please!) software dev from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing.
|
hey what's up! my name is uuupah. im a twenty-something non-binary (they/them please!) person from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing.
|
||||||
|
|
||||||
### recent updates
|
### recent updates
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user