diff --git a/.env b/.env new file mode 100644 index 0000000..7aefea6 --- /dev/null +++ b/.env @@ -0,0 +1,9 @@ +AWS_ACCESS_KEY_ID=waylon +AWS_SECRET_ACCESS_KEY=Q7ESYV59UVAN41O3GRM0 +AWS_BUCKET_NAME=k8s-pages +# optional, defaults to us-east-1 +AWS_REGION=us-east-1 +AWS_ENDPOINT_URL=https://minio.wayl.one +BACKEND_CORS_ORIGINS="http://localhost:8000, chrome-extension://*, *" +DOCKER_REPO=registry.wayl.one +CACHE_DIR=./cache diff --git a/basket-on-doorstep.png b/basket-on-doorstep.png deleted file mode 100644 index b4d44d3..0000000 Binary files a/basket-on-doorstep.png and /dev/null differ diff --git a/clean-towels.png b/clean-towels.png deleted file mode 100644 index 27a4fb1..0000000 Binary files a/clean-towels.png and /dev/null differ diff --git a/index.html b/index.html deleted file mode 100644 index 55f6f83..0000000 --- a/index.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - Fluffed Up | Peoria & Dunlap Laundry Pickup & Delivery - - - - -
- Fluffed Up Logo - -
- -
-

Your Laundry, Fluffed Up & Delivered

-

Serving Peoria & Dunlap, IL with gentle care and doorstep convenience.

- Laundry basket on doorstep -
- -
-

“We handle your dirty laundry — with clean hands and a soft touch.”

-

“Professionally fluffed. Emotionally supported.”

-

“The only thing we mess with is wrinkles.”

-
- -
-

What We Offer

- - Clean folded towels -
- -
-

Simple Pricing

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OptionPriceNotes
Per Pound$1.75/lb10 lb minimum
Per 30-Gal Bag$45 flatUp to ~25 lbs
Rush Service+$1024-hour turnaround
Pickup & DeliveryIncluded or +$5–10Based on distance
Add-onsVariesIroning, hypoallergenic options, etc.
-
- - - - - diff --git a/justfile b/justfile new file mode 100644 index 0000000..5a40afd --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +set dotenv-load + +serve: + python -m http.server 8000 + +deploy: + echo $AWS_ACCESS_KEY_ID + uvx --with awscli aws s3 sync site/ s3://k8s-pages/fluffed-up diff --git a/logo.png b/logo.png deleted file mode 100644 index b4f2b65..0000000 Binary files a/logo.png and /dev/null differ