💄 emojis everywhere

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-03-17 15:52:32 +01:00
parent 583f723318
commit cb7edef515
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
8 changed files with 26 additions and 14 deletions

View file

@ -1,5 +1,5 @@
---
title: 'gallery: cairn collection'
title: '📸 gallery: cairn collection'
description: ''
layout: "../../layouts/Gallery.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'gallery'
title: '📸 gallery'
description: ''
layout: "../../layouts/Layout.astro"
---
@ -9,4 +9,4 @@ Under you'll see different pages where I collect and showcase some of my photogr
This way you can check out moments and places of my life, but keep in mind I'm no photographer lol. These are just my memories and a way to replace Instagram.
- [**cairn collection**](/gallery/cairns)
- [**valencia**](/gallery/valencia)
- [**valencia**](/gallery/valencia)

View file

@ -9,8 +9,8 @@ const valenciaImages = gallery.valencia.map(image => ({
---
<SectionContainer>
<main class="flex flex-col gap-6 py-8">
<h1 class="text-4xl font-bold">gallery: valencia</h1>
<main class="flex flex-col gap-6 py-4">
<h1 class="text-3xl font-bold">📸 gallery: valencia</h1>
<div class="grid grid-cols-3 gap-4">
{
valenciaImages.map(image => (