TEMPLATE / READY TO REMIX
Personal homepage
Pixel-art introduction with an adaptive two-column layout.
preview
Static preview. Links and form controls are interactive inside Lantern.
STATIC PREVIEW · OPEN IN LANTERN FOR INTERACTIVE FORMS
A CORNER OF MY WORLD
A build journal, a few discoveries, and a place to call home.
ABOUT
Replace this text with your story.
PROJECTS
- A mountainside workshop
- A railway to somewhere new
- Your next great idea
↗ Find other worlds
index.json
{
"version": 1,
"title": "A corner of my world",
"children": [
{
"type": "image",
"text": "Sunrise over the mountains",
"rows": [
"ffffffff44444444ffffffff",
"fffffff4441111444fffffff",
"fffffffff111111fffffffff",
"fffffff7777777777fffffff",
"ffff777788887777777fffff",
"ff7777888888887777777fff"
]
},
{
"type": "heading",
"text": "A CORNER OF MY WORLD"
},
{
"type": "paragraph",
"text": "A build journal, a few discoveries, and a place to call home."
},
{
"type": "columns",
"children": [
{
"type": "section",
"children": [
{
"type": "heading",
"text": "ABOUT"
},
{
"type": "paragraph",
"text": "Replace this text with your story."
}
]
},
{
"type": "section",
"children": [
{
"type": "heading",
"text": "PROJECTS"
},
{
"type": "list",
"items": [
"A mountainside workshop",
"A railway to somewhere new",
"Your next great idea"
]
}
]
}
]
},
{
"type": "link",
"text": "Find other worlds",
"href": "hub://directory/"
}
]
}