From 50c11e6d97eae5ef54e86742e0ed35443bb86afd Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 4 Mar 2020 22:09:46 +0000 Subject: Remove un-needed files --- source/contact.blade.php | 73 ----------------------------------------------- source/favicon.ico | Bin 2389 -> 0 bytes 2 files changed, 73 deletions(-) delete mode 100644 source/contact.blade.php delete mode 100644 source/favicon.ico (limited to 'source') diff --git a/source/contact.blade.php b/source/contact.blade.php deleted file mode 100644 index 65620be..0000000 --- a/source/contact.blade.php +++ /dev/null @@ -1,73 +0,0 @@ -@extends('_layouts.master') - -@push('meta') - - - - -@endpush - -@section('body') -

Contact

- -

- Static sites are unable to handle form submissions. However, there are third-party services, like Tighten’s FieldGoal, which can accept the form submission, email you the result, and redirect back to a thank you page. -

- -
-
-
- - - -
- -
- - - -
-
- -
- - - -
- -
- -
-
-@stop diff --git a/source/favicon.ico b/source/favicon.ico deleted file mode 100644 index 6f81ae3..0000000 Binary files a/source/favicon.ico and /dev/null differ -- cgit v1.2.3-13-gbd6f