From bcbc42067576ab1673ccc3259e7cbbf410c358a4 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Thu, 2 Nov 2017 20:30:10 -0700 Subject: [PATCH] Replace third party contact form with a custom one php files are not included because they contain sensitive information --- .gitignore | 4 ++++ contact.html | 55 ++++++++++++++++++++++++------------------- css/main.css | 9 ++++--- js/contact.js | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 104 insertions(+), 29 deletions(-) create mode 100644 js/contact.js diff --git a/.gitignore b/.gitignore index 333879b..6ffa66b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ js/popper.js !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json + +info\.php + +contact\.php diff --git a/contact.html b/contact.html index a6edaa7..ef9ca8f 100644 --- a/contact.html +++ b/contact.html @@ -39,18 +39,17 @@ ga('send', 'pageview'); - - - - - - + + + + + +