diff --git a/src/components/Footer.js b/src/components/Footer.js deleted file mode 100644 index 909400d..0000000 --- a/src/components/Footer.js +++ /dev/null @@ -1,120 +0,0 @@ -import * as React from "react"; -import { Link } from "gatsby"; - -import logo from "../img/logo.svg"; -import facebook from "../img/social/facebook.svg"; -import instagram from "../img/social/instagram.svg"; -import twitter from "../img/social/twitter.svg"; -import vimeo from "../img/social/vimeo.svg"; - -const Footer = () => { - return ( - - ); -}; - -export default Footer; diff --git a/src/components/Navbar.js b/src/components/Navbar.js deleted file mode 100644 index 3ae05fb..0000000 --- a/src/components/Navbar.js +++ /dev/null @@ -1,81 +0,0 @@ -import React, { useState } from "react"; -import { Link } from "gatsby"; -import github from "../img/github-icon.svg"; -import logo from "../img/logo.svg"; - -const Navbar = () => { - const [isActive, setIsActive] = useState(false); - - return ( - - ); -}; - -export default Navbar; diff --git a/src/components/SiteMetadata.js b/src/components/SiteMetadata.js deleted file mode 100644 index 60450a3..0000000 --- a/src/components/SiteMetadata.js +++ /dev/null @@ -1,19 +0,0 @@ -import { graphql, useStaticQuery } from 'gatsby' - -const useSiteMetadata = () => { - const { site } = useStaticQuery( - graphql` - query SITE_METADATA_QUERY { - site { - siteMetadata { - title - description - } - } - } - ` - ) - return site.siteMetadata -} - -export default useSiteMetadata diff --git a/src/components/Testimonials.js b/src/components/Testimonials.js deleted file mode 100644 index 22a6c0a..0000000 --- a/src/components/Testimonials.js +++ /dev/null @@ -1,28 +0,0 @@ -import * as React from "react"; -import PropTypes from "prop-types"; -import { v4 } from "uuid"; - -const Testimonials = ({ testimonials }) => ( -
- {testimonials.map((testimonial) => ( -
-
- {testimonial.quote} -
- – {testimonial.author} -
-
- ))} -
-); - -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 @@ - - - - -