QoL Update
This commit is contained in:
8
app.py
8
app.py
@@ -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 = "Benny’s House"
|
||||
TAGLINE = "Fast to prototype. Safe to scale."
|
||||
TAGLINE = "Local tech help, done right."
|
||||
|
||||
@app.route("/")
|
||||
def home():
|
||||
|
||||
Reference in New Issue
Block a user