diff --git a/gatsby-config.js b/gatsby-config.js index 7c50ba7..9f8c8f6 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -15,11 +15,13 @@ require('dotenv').config({ module.exports = { siteMetadata: { - title: 'Michał Skolak - Portfolio', - description: 'It is my portfolio page.', + title: 'Michał Skolak | Front-end developer | Portfolio', + description: + 'I am Michał, and it is my portfolio page. I am 16 years old and I have been learning programming for 2 years to become a front-end developer in the future', author: 'Michał Skolak', - keywords: 'Michał Skolak, Portfolio, Front-end developer', - siteUrl: 'https://michalskolak.com', + keywords: 'Michał Skolak,Front-end developer,Portfolio', + siteUrl: 'https://michalskolak.netlify.app/', + googleSiteVerification: 'LC8BEcTgSAYqz7TbnHAq6oPVAYTScpcp-oxAZf-J4Wg', }, plugins: [ { diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index bb692d2..5c492ac 100644 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -10,6 +10,7 @@ const Footer = () => {

© Copyright 2022. Created by{' '} - Michał Skolak + + Michał Skolak +

); diff --git a/src/components/Navigation/Navigation.js b/src/components/Navigation/Navigation.js index b637848..1f396ad 100644 --- a/src/components/Navigation/Navigation.js +++ b/src/components/Navigation/Navigation.js @@ -59,7 +59,7 @@ const Navigation = () => { isOpen={isOpen} scrollPosition={scrollPosition} > - + { diff --git a/src/components/SEO/SEO.js b/src/components/SEO/SEO.js index b897c2e..e33a9a6 100644 --- a/src/components/SEO/SEO.js +++ b/src/components/SEO/SEO.js @@ -10,13 +10,20 @@ export const SEO = ({ title, description }) => { description: defaultDescription, author, keywords, + googleSiteVerification, + siteUrl, } = site.siteMetadata; const seo = { title: title || defaultTitle, description: description || defaultDescription, + type: 'website', + image: 'src/assets/icons/logo.svg', + twitterCard: 'summary_large_image', author, keywords, + googleSiteVerification, + siteUrl, }; return ( @@ -29,6 +36,34 @@ export const SEO = ({ title, description }) => { + + + + + + + + + + + ); }; diff --git a/src/hooks/useData.js b/src/hooks/useData.js index 50825a9..af504e1 100644 --- a/src/hooks/useData.js +++ b/src/hooks/useData.js @@ -46,6 +46,7 @@ export const useData = () => { keywords siteUrl title + googleSiteVerification } } } diff --git a/src/templates/AboutMe/AboutMe.js b/src/templates/AboutMe/AboutMe.js index 20b759d..92819e4 100644 --- a/src/templates/AboutMe/AboutMe.js +++ b/src/templates/AboutMe/AboutMe.js @@ -30,14 +30,27 @@ const AboutMe = () => { Now, I'm still learning and creating projects that you can see - in the projects section or on {' '} - Github to become a junior - front-end developer in the future. + in the{' '} + + projects + {' '} + section or on{' '} + + Github + {' '} + to become a junior front-end developer in the future. I'm open to Job opportunities where I can contribute, learn and grow. If you have a good opportunity that matches my skills and - experience then don't hesitate to contact me. + experience then don't hesitate to{' '} + + contact me + + . diff --git a/src/templates/Hero/Hero.js b/src/templates/Hero/Hero.js index 6d4f98b..ffb953b 100644 --- a/src/templates/Hero/Hero.js +++ b/src/templates/Hero/Hero.js @@ -18,7 +18,7 @@ const Hero = () => { stagger: 0.1, duration: 1, delay: 0.25, - }, + } ); }, []); @@ -29,10 +29,13 @@ const Hero = () => {

Junior front-end developer.

I'm 16 years old and I've been learning programming for almost - two years. I'm still learning to find a job as a front-end developer - in the future. Programming is my passion, so I try to devote every free moment to it. + two years. I'm still learning to find a job as a front-end + developer in the future. Programming is my passion, so I try to devote + every free moment to it. - Check out my projects! + + Check out my projects! + ); }; diff --git a/src/templates/Projects/Projects.js b/src/templates/Projects/Projects.js index c232947..a8ba259 100644 --- a/src/templates/Projects/Projects.js +++ b/src/templates/Projects/Projects.js @@ -102,10 +102,14 @@ const Projects = () => {
  • {tech}
  • ))} - + - +