diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..046f296 --- /dev/null +++ b/.env.example @@ -0,0 +1,15 @@ +# Earth Walker Design — site env vars +# +# Both are inlined at build time by Vite. To rotate either, edit +# values here, then rebuild + redeploy. + +# The Nostr public key that receives encrypted inquiry submissions. +# Bech32 npub1... form. Generate via `nak key generate` (fiatjaf/nak) +# or any Nostr client. +VITE_OWNER_NPUB= + +# Optional. Comma-separated wss:// relay URLs the inquiry form +# publishes to. If unset, defaults to: +# wss://relay.damus.io,wss://nos.lol,wss://relay.nostr.band +# The submission succeeds if at least one relay accepts the event. +VITE_NOSTR_RELAYS= diff --git a/src/components/contact/ContactForm.vue b/src/components/contact/ContactForm.vue new file mode 100644 index 0000000..62f4210 --- /dev/null +++ b/src/components/contact/ContactForm.vue @@ -0,0 +1,199 @@ + + +