jrtechs 279abcd5b8 | 6 years ago | |
---|---|---|
css | 6 years ago | |
img | 6 years ago | |
js | 6 years ago | |
Jeffery_Russell_Resume.pdf | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
contactform.php | 6 years ago | |
index.html | 6 years ago | |
messageSent.html | 6 years ago | |
screenshot.png | 6 years ago |
Simple bootstrap site for my personal portfolio website.
Check it out live here
If you wish to run a live instance of this site, you need apache installed and php configured to send email.
To install dependency for sending mail on a ubuntu server:
sudo apt-get install sendmail
On the contact form I use google's reCAPTCHA api. If you wish to use reCAPTCHA on your website, you need to sign up for an account on google's website. The secret for the captcha goes in a text file above the root directory for this website called "captchaSecret.txt". The destination email address is stored above the root directory in a file called "email.txt".