remove FB from the contact section, update some translations

This commit is contained in:
Dawid Wysokiński 2022-05-18 06:17:48 +02:00
parent 2854104504
commit 723302a644
Signed by: Kichiyaki
GPG Key ID: 1ECC5DE481BE5184
4 changed files with 5 additions and 18 deletions

View File

@ -4,13 +4,12 @@ const SITE_URL = 'https://' + DOMAIN;
module.exports = {
siteMetadata: {
title: `Dawid Wysokiński | Full Stack Web Developer`,
description: `Dawid Wysokiński - Full Stack Web Developer | Back End Developer | Front End Developer | Golang Developer | React Developer | JavaScript Developer`,
description: `Dawid Wysokiński - Full Stack Web Developer | Backend Developer | Frontend Developer | Go Developer | React Developer | Node.js Developer`,
authorTwitter: `@Dawid56143781`,
authorFullName: 'Dawid Wysokiński',
siteUrl: SITE_URL,
email: 'contact@dwysokinski.me',
github: 'https://github.com/Kichiyaki',
facebook: 'https://www.facebook.com/dawidwysokinski00',
domain: DOMAIN,
},
plugins: [

View File

@ -3,11 +3,7 @@ import { graphql, useStaticQuery } from 'gatsby';
import { makeStyles } from '@material-ui/core/styles';
import { Typography, Container, Link } from '@material-ui/core';
import {
Email as EmailIcon,
GitHub as GitHubIcon,
Facebook as FacebookIcon,
} from '@material-ui/icons';
import { Email as EmailIcon, GitHub as GitHubIcon } from '@material-ui/icons';
import Section from '@components/Section';
export const SECTION_ID = 'contact';
@ -24,7 +20,6 @@ function Contact() {
siteMetadata {
email
github
facebook
}
}
}
@ -51,12 +46,6 @@ function Contact() {
{siteMetadata.github.replace('https://github.com/', '')}
</Link>
</Typography>
<Typography variant="h6">
<FacebookIcon fontSize="large" />
<Link href={siteMetadata.facebook} {...linkProps}>
{siteMetadata.facebook.replace('https://www.facebook.com', '')}
</Link>
</Typography>
</div>
</Container>
</Section>

View File

@ -23,7 +23,7 @@ function Header() {
I create websites and web apps.
</Typography>
<Typography gutterBottom variant="h3">
Have an idea, a project or a problem you would like to discuss?
Do you have an idea, project or problem you would like to discuss?
</Typography>
</div>
<Link

View File

@ -2,7 +2,7 @@ const projects = [
{
title: 'TWHelp',
description:
'A stat tracking and tools website, scripts, a public GraphQL API and a Discord bot for the browser-based game Tribal Wars.',
'A website with various stats and tools, scripts, a public GraphQL API and a Discord bot for the browser-based game Tribal Wars.',
technologies: [
'GraphQL',
'Golang',
@ -24,7 +24,6 @@ const projects = [
],
github: 'https://github.com/tribalwarshelp',
fluid: 'projects/twhelp.png',
live: 'https://tribalwarshelp.com/',
},
{
title: 'Zdam Egzamin Zawodowy',
@ -43,7 +42,7 @@ const projects = [
'Create React App',
'Material-UI',
'Apollo',
'Traefik'
'Traefik',
],
fluid: 'projects/zdam.png',
live: 'https://zdamegzaminzawodowy.pl/',