QoL Update

This commit is contained in:
Benny
2026-04-23 13:29:18 -05:00
parent af09d72733
commit b7f8ccf2e9
3236 changed files with 69 additions and 69 deletions

8
app.py
View File

@@ -9,10 +9,10 @@ app.secret_key = os.getenv("APP_SECRET_KEY", "dev")
CONTACT = {
"name": os.getenv("BH_CONTACT_NAME", "Benjamin Mosley"),
"title": os.getenv("BH_CONTACT_TITLE", "E-Commerce Manager, United Supermarkets"),
"title": os.getenv("BH_CONTACT_TITLE", "Level II Technical Support, AMA TechTel"),
"email": os.getenv("BH_CONTACT_EMAIL", "ben@bennyshouse.net"),
"phone": os.getenv("BH_CONTACT_PHONE", "(806) 655 2300"),
"city": os.getenv("BH_CONTACT_CITY", "Canyon / Amarillo / Borger / Remote"),
"phone": os.getenv("BH_CONTACT_PHONE", "Email to request phone number"),
"city": os.getenv("BH_CONTACT_CITY", "Greater Amarillo Area"),
"cal": os.getenv("BH_CONTACT_CAL", "https://calendly.com/bennyshouse24/30min"),
"link": os.getenv("BH_CONTACT_LINK", "https://www.linkedin.com/in/benjamin-mosley-849643329/"),
"site": os.getenv("BH_CONTACT_SITE", "https://bennyshouse.net"),
@@ -20,7 +20,7 @@ CONTACT = {
}
BRAND = "Bennys House"
TAGLINE = "Fast to prototype. Safe to scale."
TAGLINE = "Local tech help, done right."
@app.route("/")
def home():