Personal portfolio website created with bootstrap.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
841 B

6 years ago
  1. # Portfolio Website
  2. Simple bootstrap site for my personal portfolio website.
  3. ![Screenshot](./screenshot.png)
  4. Check it out live [here](https://jrtechs.me)
  5. ## Installation notes
  6. If you wish to run a live instance of this site,
  7. you need apache installed and php configured to
  8. send email.
  9. To install dependency for sending mail on a ubuntu server:
  10. ```
  11. sudo apt-get install sendmail
  12. ```
  13. On the contact form I use google's
  14. [reCAPTCHA](https://developers.google.com/recaptcha/) api. If you wish
  15. to use reCAPTCHA on your website, you need to sign up for an account on google's website.
  16. The secret for the captcha goes in a text file above the root
  17. directory for this website called "captchaSecret.txt". The destination
  18. email address is stored above the root directory in a file called "email.txt".
  19. https://www.google.com/recaptcha/admin