feat: enhance contact form security and add animated hero

This commit is contained in:
badblocks 2025-07-19 22:59:05 -07:00
parent ea18dcdb8e
commit 8497cd819d
No known key found for this signature in database
19 changed files with 320 additions and 112 deletions

View file

@ -1,5 +1,6 @@
NUXT_ANDROID_SMS_GATEWAY_LOGIN=""
NUXT_ANDROID_SMS_GATEWAY_PASSWORD=""
NUXT_ANDROID_SMS_GATEWAY_URL="" # including http(s)://
NUXT_MY_PHONE_NUMBER=""
NUXT_SUPER_SECRET_SALT="" #openssl rand -base64 60
# Portfolio App Environment Variables
NUXT_ANDROID_SMS_GATEWAY_URL=http://192.168.1.XXX:9090
NUXT_ANDROID_SMS_GATEWAY_LOGIN=your_login
NUXT_ANDROID_SMS_GATEWAY_PASSWORD=your_password
NUXT_MY_PHONE_NUMBER=your_phone_number
NUXT_SUPER_SECRET_SALT=your_secret_salt