From 498913806182905cc0c14bd12a61f9af26fa16b4 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 17 Feb 2020 19:59:15 +0000 Subject: Switch over to Jigsaw --- source/contact.blade.php | 73 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 source/contact.blade.php (limited to 'source/contact.blade.php') diff --git a/source/contact.blade.php b/source/contact.blade.php new file mode 100644 index 0000000..65620be --- /dev/null +++ b/source/contact.blade.php @@ -0,0 +1,73 @@ +@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 -- cgit v1.2.3-13-gbd6f