NECOOKIE
Creative Developer & Digital Archivist
I am a builder who seeks harmony between structured logic and organic aesthetics. Drawing deep inspiration from Studio Ghibli's hand-painted worlds and high-contrast retro terminals, I craft digital sanctuaries where code feels breathing, responsive, and alive.
[CORE_MANIFEST]
- 🌲 Alignment: Wandering between green meadows and glowing command prompts.
- ⚡ Directive: Ensure every pixel has a story, every keypress has an echo.
- 🎒 Inventory: Custom Neovim configuration, a pouch of forest moss, and endless curiosity.
TECHNOLOGY_RELIQUARY
Hover over a skill node inside the reliquary cabinet to read its digital codex manifest.
NAME
necookie - creative terminal developer, digital archivist, and builder of breathing interfaces
SYNOPSIS
necookie [--help] [--projects] [--about] [--stack] [--contact]
DESCRIPTION
necookie is a software engineer who lives in the sweet spot where rigid code lines cross paths with Ghibli's painterly hillsides. This interface serves as a command cabinet and interactive manifest built to demonstrate standard skills, repositories, and creative directives.
COMMANDS
SHORTCUTS
- Ctrl + L : Clear the terminal lines history immediately.
- Tab : Complete command phrases partially typed.
- Up / Down Arrows : Traverse history of typed command commands.
DIAGNOSTICS
No soot sprites were harmed in the execution of this site. Local state remains lightweight and optimized.
ECOLOGICAL_PRIVACY_MANIFEST
This digital cabinet values your privacy as much as we value quiet meadows, fireflies, and fresh morning rain. We operate under the ancient woodland statutes of the digital frontier.
> COOKIE_ECOLOGY
We do not plant invasive trackers or commercial cookies in your browser. The only cookies we approve of are fresh chocolate chip biscuits eaten on a picnic under deep forest shade.
> COLLECTED_DATA
We only remember the options you customize in your settings control panel (like scanline styles and hue tuning) locally in your immediate memory layer. No data is beamed or sold to corporate wizards.
> SOOT_SPRITES_COMPLIANCE
This website is fully compliant with the Soot Sprites Protection Treaty of 1988. Soot sprites are free to roam, spawn, and leave coal dust wherever they choose without tracking.
---
import BaseLayout from '../layouts/BaseLayout.astro';
import Terminal from '../components/Terminal';
import AboutTab from '../components/AboutTab';
---
<BaseLayout title="Ghibli Portfolio">
<main class="main-stage" id="main-stage">
<Terminal client:load />
</main>
</BaseLayout>