Welcome to my super high-tech contact page!
If you're looking for a more "modern" contact experience, you can fill out the instant contact form at: www.katrinarey.com
WARNING: Your browser may have a warning that the site is not secure. I AM TOO BROKE TO AFFORD ANOTHER SSL cert for the second site!! But I'm not tech savvy enough to steal your info. Really, I couldn't code my way out of a
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Paper Bag Visual</title> <style> body { background: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; } .paper-bag { width: 200px; height: 300px; background: #d2a679; border: 2px solid #a67c52; border-radius: 5px 5px 0 0; position: relative; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); } .handle { position: absolute; width: 60px; height: 60px; border: 5px solid #5c3a1e; border-radius: 50%; top: -40px; left: 50%; transform: translateX(-50%); background: #f0f0f0; } .folds { position: absolute; width: 100%; height: 100%; background: linear-gradient( to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 80%, rgba(0,0,0,0) 100% ); } </style> </head> <body> <div class="paper-bag"> <div class="handle"></div> <div class="folds"></div> </div> </body> </html>
You can also connect with me on LinkedIn: 🔗 LinkedIn
I've given up on programming, if you wish to email me, please write to me at: katrina@katrinarey.com
Please note: Messages sent from Hotmail or AOL accounts get VIP treatment! (Just kidding... mostly.) Also, if you're offering me a job where I don't have to code, I'm all ears!