// image collection
moments captured • philosophy visualized • acceptable aesthetics
📸
image slot 1
🎨
image slot 2
🌌
image slot 3
♟️
image slot 4
📖
image slot 5
🔮
image slot 6
// how to add images
Option 1: Direct upload to Neocities
- Log into your Neocities dashboard
- Upload your images (jpg, png, gif)
- Note the URL (e.g., /images/photo1.jpg)
- Edit this HTML file and replace the placeholder divs
Example image code:
<div class="gallery-item">
<img src="/images/yourphoto.jpg" alt="description">
```