summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-03-04 22:09:46 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-03-04 22:09:46 +0000
commit50c11e6d97eae5ef54e86742e0ed35443bb86afd (patch)
tree9e0db19a909e9e11addf91457052a5253f14c04c
parent9cbf8aa8a1ab3627e52f6f93a2292bfab099db43 (diff)
Remove un-needed files
-rw-r--r--source/contact.blade.php73
-rw-r--r--source/favicon.icobin2389 -> 0 bytes
2 files changed, 0 insertions, 73 deletions
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')
- <meta property="og:title" content="Contact {{ $page->siteName }}" />
- <meta property="og:type" content="website" />
- <meta property="og:url" content="{{ $page->getUrl() }}"/>
- <meta property="og:description" content="Get in touch with {{ $page->siteName }}" />
-@endpush
-
-@section('body')
-<h1>Contact</h1>
-
-<p class="mb-8">
- Static sites are unable to handle form submissions. However, there are third-party services, like Tighten’s <a href="https://fieldgoal.io" title="FieldGoal">FieldGoal</a>, which can accept the form submission, email you the result, and redirect back to a thank you page.
-</p>
-
-<form action="/contact" class="mb-12">
- <div class="flex flex-wrap mb-6 -mx-3">
- <div class="w-full md:w-1/2 mb-6 md:mb-0 px-3">
- <label class="block mb-2 text-gray-800 text-sm font-semibold" for="contact-name">
- Name
- </label>
-
- <input
- type="text"
- id="contact-name"
- placeholder="Jane Doe"
- name="name"
- class="block w-full border shadow rounded-lg outline-none mb-2 px-4 py-3"
- required
- >
- </div>
-
- <div class="w-full px-3 md:w-1/2">
- <label class="block text-gray-800 text-sm font-semibold mb-2" for="contact-email">
- Email Address
- </label>
-
- <input
- type="email"
- id="contact-email"
- placeholder="email@domain.com"
- name="email"
- class="block w-full border shadow rounded-lg outline-none mb-2 px-4 py-3"
- required
- >
- </div>
- </div>
-
- <div class="w-full mb-12">
- <label class="block text-gray-800 text-sm font-semibold mb-2" for="contact-message">
- Message
- </label>
-
- <textarea
- id="contact-message"
- rows="4"
- name="message"
- class="block w-full border shadow rounded-lg outline-none appearance-none mb-2 px-4 py-3"
- placeholder="A lovely message here."
- required
- ></textarea>
- </div>
-
- <div class="flex justify-end w-full">
- <input
- type="submit"
- value="Submit"
- class="block bg-blue-500 hover:bg-blue-600 text-white text-sm font-semibold leading-snug tracking-wide uppercase shadow rounded-lg cursor-pointer px-6 py-3"
- >
- </div>
-</form>
-@stop
diff --git a/source/favicon.ico b/source/favicon.ico
deleted file mode 100644
index 6f81ae3..0000000
--- a/source/favicon.ico
+++ /dev/null
Binary files differ