diff --git a/src/_assets/img/haruko.png b/src/_assets/img/haruko.png new file mode 100644 index 0000000..c653e94 Binary files /dev/null and b/src/_assets/img/haruko.png differ diff --git a/src/_includes/partials/link_tiles.njk b/src/_includes/partials/link_tiles.njk new file mode 100644 index 0000000..9ae98bc --- /dev/null +++ b/src/_includes/partials/link_tiles.njk @@ -0,0 +1,18 @@ + diff --git a/src/_includes/styles.css b/src/_includes/styles.css index b8b78fa..dea456d 100644 --- a/src/_includes/styles.css +++ b/src/_includes/styles.css @@ -230,6 +230,18 @@ footer { margin-top: 25px; } +.link_tiles_grid { + display: flex; + width: 100%; + flex-wrap: wrap; + gap: 15px; +} + +.link_tiles_grid>a, +.link_tiles_grid>a>img { + width: 230px; +} + /* body > footer { margin-top: 4rem; padding: 2rem 1rem 1.5rem 1rem; diff --git a/src/index.md b/src/index.md index abcaa84..c4615f0 100644 --- a/src/index.md +++ b/src/index.md @@ -14,6 +14,10 @@ welcome to my site! my name is uuupah. i've always been fascinated by the tiny p - i have a big interest in more abstract and experimental music genres - i build mechanical keyboards and do figure drawing in my spare time + + ### this site is built using [eleventy](https://11ty.dev) and hosted on [neocities](https://neocities.org/). i used [flamedfury's tutorial](https://flamedfury.com/guides/11ty-homepage-neocities/) to get started, and implemented [bcomnes deployment github action](https://github.com/bcomnes/deploy-to-neocities) to bring the amount of work required to make changes to almost zero. i also use [obsidian](https://obsidian.md/) and obsidian git to create and edit posts on my phone. the source code for this site is [here](https://github.com/uuupah/11ty_neocities). \ No newline at end of file