-);
-
-Testimonials.propTypes = {
- testimonials: PropTypes.arrayOf(
- PropTypes.shape({
- quote: PropTypes.string,
- author: PropTypes.string,
- })
- ),
-};
-
-export default Testimonials;
diff --git a/src/img/.gitkeep b/src/img/.gitkeep
new file mode 100644
index 0000000..d815cb8
--- /dev/null
+++ b/src/img/.gitkeep
@@ -0,0 +1 @@
+# This file ensures the img directory is tracked by git
diff --git a/src/img/github-icon.svg b/src/img/github-icon.svg
deleted file mode 100644
index cc9e70f..0000000
--- a/src/img/github-icon.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/src/img/logo.svg b/src/img/logo.svg
deleted file mode 100644
index 2077f34..0000000
--- a/src/img/logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/img/social/facebook.svg b/src/img/social/facebook.svg
deleted file mode 100644
index dede4a0..0000000
--- a/src/img/social/facebook.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/img/social/instagram.svg b/src/img/social/instagram.svg
deleted file mode 100644
index e0b8ffd..0000000
--- a/src/img/social/instagram.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/img/social/twitter.svg b/src/img/social/twitter.svg
deleted file mode 100644
index af5b7c3..0000000
--- a/src/img/social/twitter.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/img/social/vimeo.svg b/src/img/social/vimeo.svg
deleted file mode 100644
index 23b888e..0000000
--- a/src/img/social/vimeo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/pages/404.js b/src/pages/404.js
deleted file mode 100644
index 18229f4..0000000
--- a/src/pages/404.js
+++ /dev/null
@@ -1,13 +0,0 @@
-import * as React from "react";
-import Layout from "../components/Layout";
-
-const NotFoundPage = () => (
-
-
-
NOT FOUND
-
You just hit a route that doesn't exist... the sadness.
-
-
-);
-
-export default NotFoundPage;
diff --git a/src/pages/contact/examples.js b/src/pages/contact/examples.js
deleted file mode 100644
index b4e4a24..0000000
--- a/src/pages/contact/examples.js
+++ /dev/null
@@ -1,58 +0,0 @@
-import * as React from "react";
-import { Link } from "gatsby-link";
-import Layout from "../../components/Layout";
-
-export default class Index extends React.Component {
- render() {
- return (
-
-
-
-
-
Hi people
-
- This is an example site integrating Netlify’s
- form handling with Gatsby
-
-
-
-
- Basic contact form
-
-
-
-
- Form with file upload
-
-
-
-
-
Troubleshooting
-
- Forms stop working after upgrading to Gatsby v2
-
-
- This can be caused by the offline-plugin.{" "}
-
- Workaround
- {" "}
- is to use ?no-cache=1 in the POST
- url to prevent the service worker from handling
- form submissions
-