{
setIsNavOpen(false)
}}
+ to="/contact/"
>
Contact
diff --git a/src/components/Navigation/index.js b/src/components/Navigation/index.js
index 622c518..ae8465a 100644
--- a/src/components/Navigation/index.js
+++ b/src/components/Navigation/index.js
@@ -1 +1 @@
-export { default as Navigation } from "./Navigation.component"
\ No newline at end of file
+export { default as Navigation } from './Navigation.component'
diff --git a/src/components/ProjectRoadmap/ProjectRoadmap.component.js b/src/components/ProjectRoadmap/ProjectRoadmap.component.js
index 4f8e263..39d7548 100644
--- a/src/components/ProjectRoadmap/ProjectRoadmap.component.js
+++ b/src/components/ProjectRoadmap/ProjectRoadmap.component.js
@@ -23,19 +23,19 @@ const ProjectRoadmap = () => {
Project roadmap
- The "4 D's" as some call it, a common approach to deciphering the
- lifecycle of a website or application project. Planning is everything.
- Without implementing and executing a real plan of action, your project
- will begin to take on water.
+ The "4 D's" as some call it, a common approach to
+ deciphering the lifecycle of a website or application project.
+ Planning is everything. Without implementing and executing a real plan
+ of action, your project will begin to take on water.
-
+
1. Discover
- To determine the real scope of the work, we'll work closely
+ To determine the real scope of the work, we'll work closely
together to learn your goals and pain points. This step is
important to ensure we identify what problems we will be solving.
- With the planning done, it's time to start bringing these ideas to
- life. Each project has a strict development process to ensure
- quality is met.
+ With the planning done, it's time to start bringing these
+ ideas to life. Each project has a strict development process to
+ ensure quality is met.
4. Deploy
The final phase in the roadmap. Your application will be tested
- and then deployed. This isn't the end of the overall journey
+ and then deployed. This isn't the end of the overall journey
however. Digital tools require ongoing attention and care.
Creating a digital product or application is more than just putting good
- ideas together. It's a thought and data driven system.
+ ideas together. It's a thought and data driven system.
diff --git a/src/pages/about.js b/src/pages/about.js
index b1bf5ae..476ccc5 100644
--- a/src/pages/about.js
+++ b/src/pages/about.js
@@ -1,9 +1,9 @@
import React from 'react'
import { Link } from 'gatsby'
-import Seo from '../components/Seo'
-import Layout from '../components/Layout'
import styled from 'styled-components'
import { OutboundLink } from 'gatsby-plugin-google-analytics'
+import Seo from '../components/Seo'
+import Layout from '../components/Layout'
import whoAreYou from '../assets/images/parks-and-rec-craig-who-even-are-you.gif'
const Wrapper = styled.div`
@@ -28,7 +28,6 @@ const Wrapper = styled.div`
}
img {
- max-width: 100%;
border-radius: 40px 0 40px 0;
}
}
@@ -109,12 +108,12 @@ const AboutPage = () => (
-
+
About me
- My name is Tom Gooden and I'm a Michigan based Developer and
+ My name is Tom Gooden and I'm a Michigan based Developer and
Designer who specializes in custom solutions for businesses
including internal tooling a customer facing applications.
@@ -122,16 +121,16 @@ const AboutPage = () => (
- I’m a user-experience junkie, and for the past{' '}
- {new Date().getFullYear() - 2007}+ years I've been professionally
+ I'm a user-experience junkie, and for the past{' '}
+ {new Date().getFullYear() - 2007}+ years I've been professionally
creating websites and applications for businesses and governments of
all sizes. My passion is coming up with ideas to make processes more
efficient utilizing the JAMstack. You can usually catch me hanging out
in the{' '}
CodeHelp discord server
@@ -143,8 +142,8 @@ const AboutPage = () => (
Join
diff --git a/src/pages/blog.js b/src/pages/blog.js
index 819a593..0c487eb 100644
--- a/src/pages/blog.js
+++ b/src/pages/blog.js
@@ -32,24 +32,24 @@ import Layout from '../components/Layout'
// }
// `
-const BlogListPage = (
+const BlogListPage = () =>
+ // {
+ // data: {
+ // allMarkdownRemark: { edges },
+ // },
+ // }
{
- // data: {
- // allMarkdownRemark: { edges },
- // },
+ // const Posts = edges
+ // .filter((edge) => !!edge.node.frontmatter.date) // You can filter your posts based on some criteria
+ // .map((edge) => )
+ return (
+
+
+
This page is under construction
+
+
+ )
}
-) => {
- // const Posts = edges
- // .filter((edge) => !!edge.node.frontmatter.date) // You can filter your posts based on some criteria
- // .map((edge) => )
- return (
-
-
-
This page is under construction
-
-
- )
-}
//
//
//
Blog
diff --git a/src/pages/contact.js b/src/pages/contact.js
index bedf976..3c23418 100644
--- a/src/pages/contact.js
+++ b/src/pages/contact.js
@@ -1,8 +1,8 @@
import React from 'react'
+import styled from 'styled-components'
import Layout from '../components/Layout'
import Seo from '../components/Seo'
import { ProjectRoadmap } from '../components/ProjectRoadmap'
-import styled from 'styled-components'
const Contact = styled.div`
margin: 5rem 0;
@@ -124,20 +124,20 @@ const ContactPage = () => {