Various Changes

- Implemented contact-me form
- Added social icons using font-awesome
- Changed font
- Added favicon
- Changed site logo from png to svg
This commit is contained in:
JayWll
2020-05-18 11:49:56 -06:00
parent e4d86628aa
commit cc791c8e20
11 changed files with 241 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
$(() => {
$('[data-toggle="tooltip"]').tooltip()
});