Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kevelopment committed Nov 7, 2023
1 parent 240eed2 commit dfb1a59
Show file tree
Hide file tree
Showing 16 changed files with 257 additions and 184 deletions.
3 changes: 2 additions & 1 deletion gatsby-config.js
Expand Up @@ -24,7 +24,8 @@ module.exports = {
"minimal viable product",
],
lang: "en",
description: "Kevin Adam - the Freelance Web Developer from Oldenburg ready for your Project. You're a Start up looking for someone who can drive forward your MVP? Search no more and hit me up!",
description:
"Kevin Adam - the Freelance Web Developer from Oldenburg ready for your Project. You're a Start up looking for someone who can drive forward your MVP? Search no more and hit me up!",
},
plugins: [
"gatsby-plugin-sass",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,8 @@
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "prettier --check . && eslint src"
"lint": "prettier --check . && eslint src",
"format": "prettier -w ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AboutMe.jsx
Expand Up @@ -32,7 +32,7 @@ function AboutMe() {
({
maxHeight,
},
roundBorders)
roundBorders)
}
src="../images/kevin.jpeg"
alt="Picture of me in the nature"
Expand Down
7 changes: 6 additions & 1 deletion src/components/Contact.jsx
Expand Up @@ -14,7 +14,12 @@ export default function Contact() {
<div className="container has-text-centered pb-6">
<h2 className="title has-text-light">{title}</h2>
<h3 className="subtitle has-text-light">{subtitle}</h3>
<a href="mailto:info@kevelopment.dev" rel="author" className="button is-white is-outlined is-rounded" title="contact me">
<a
href="mailto:info@kevelopment.dev"
rel="author"
className="button is-white is-outlined is-rounded"
title="contact me"
>
<span className="icon is-medium">
<i className="fa-lg far fa-paper-plane" />
</span>
Expand Down
92 changes: 77 additions & 15 deletions src/components/References.jsx
@@ -1,13 +1,22 @@
import {
SiAmazonaws, SiAmazondynamodb,
SiAmazonaws,
SiAmazondynamodb,
SiApachetomcat,
SiAwsamplify, SiBulma, SiCoinmarketcap,
SiGatsby, SiHeroku,
SiAwsamplify,
SiBulma,
SiCoinmarketcap,
SiGatsby,
SiHeroku,
SiHibernate,
SiMui, SiNestjs,
SiMui,
SiNestjs,
SiNextdotjs,
SiPostgresql, SiPrisma, SiReact, SiRiotgames,
SiSpring, SiStackoverflow,
SiPostgresql,
SiPrisma,
SiReact,
SiRiotgames,
SiSpring,
SiStackoverflow,
SiVercel,
} from "@icons-pack/react-simple-icons";
import { StaticImage } from "gatsby-plugin-image";
Expand All @@ -28,7 +37,13 @@ const projects = [
<SiPostgresql title="PostgreSQL" color="#4169E1" />,
<SiHeroku title="Heroku" color="#430098" />,
],
image: <StaticImage alt="doku-coach application" title="DokuCoach @ DokuCoach GmbH" src="../images/projects/dokucoach.png" />,
image: (
<StaticImage
alt="doku-coach application"
title="DokuCoach @ DokuCoach GmbH"
src="../images/projects/dokucoach.png"
/>
),
homepage: "https://www.doku-coach.de",
},
{
Expand All @@ -37,7 +52,13 @@ const projects = [
homepage: "https://www.cryptohunt.it",
// description:
// "Lorem ipsizzle dolor fizzle shizzle my nizzle crocodizzle, cool adipiscing elit. Yippiyo fo shizzle velizzle, away volutpizzle, bling bling quizzle, gravida vel, da bomb. Lorem ipsizzle dolor fizzle shizzle my nizzle crocodizzle",
image: <StaticImage alt="cryptohunt application" title="Cryptohunt @ Aircooled Ventures, Inc." src="../images/projects/cryptohunt.png" />,
image: (
<StaticImage
alt="cryptohunt application"
title="Cryptohunt @ Aircooled Ventures, Inc."
src="../images/projects/cryptohunt.png"
/>
),
stack: [
<SiNextdotjs title="Next.js" color="#000000" />,
<SiNestjs title="NestJS" color="#E0234E" />,
Expand All @@ -50,7 +71,13 @@ const projects = [
name: "Hitcap.gg",
client: "Hitcap eSports GmbH",
homepage: "https://www.hitcap.gg",
image: <StaticImage alt="hitcap application" title="hitcap.gg @ Hitcap eSports GmbH" src="../images/projects/hitcap.png" />,
image: (
<StaticImage
alt="hitcap application"
title="hitcap.gg @ Hitcap eSports GmbH"
src="../images/projects/hitcap.png"
/>
),
stack: [
<SiReact title="React" color="#61DAFB" />,
<SiAwsamplify title="AWS Amplify" color="#FF9900" />,
Expand All @@ -62,7 +89,13 @@ const projects = [
{
name: "School Book Order Platform",
client: "SBL Fulfilment GmbH",
image: <StaticImage alt="school-book-orders application" title="School Book Order Platform @ SBL Fulfilment GmbH" src="../images/projects/school-book-orders.png" />,
image: (
<StaticImage
alt="school-book-orders application"
title="School Book Order Platform @ SBL Fulfilment GmbH"
src="../images/projects/school-book-orders.png"
/>
),
stack: [
<SiNextdotjs title="Next.js" color="#000000" />,
<SiMui title="Material UI Component Library" color="#007FFF" />,
Expand All @@ -75,7 +108,13 @@ const projects = [
name: "moreEvent",
client: "meetingmasters.de e.K.",
homepage: "https://www.meetingmasters.de/teilnehmermanagement-moreevent",
image: <StaticImage alt="moreEvent application" title="moreEvent @ meetingmasters.de e.K." src="../images/projects/moreevent.png" />,
image: (
<StaticImage
alt="moreEvent application"
title="moreEvent @ meetingmasters.de e.K."
src="../images/projects/moreevent.png"
/>
),
stack: [
<SiSpring title="Spring (Boot)" color="#6DB33F" />,
<SiHibernate title="Hibernate" color="#59666C" />,
Expand All @@ -87,7 +126,13 @@ const projects = [
name: "moreDirect",
client: "meetingmasters.de e.K.",
homepage: "https://direct.meetingmasters.de/direct/r/LocationSearch.action",
image: <StaticImage alt="moreDirect application" title="moreDirect @ meetingmasters.de e.K." src="../images/projects/moredirect.png" />,
image: (
<StaticImage
alt="moreDirect application"
title="moreDirect @ meetingmasters.de e.K."
src="../images/projects/moredirect.png"
/>
),
stack: [
<SiSpring title="Spring (Boot)" color="#6DB33F" />,
<SiPostgresql title="PostgreSQL" color="#4169E1" />,
Expand All @@ -98,7 +143,13 @@ const projects = [
name: "Dog License Trainer",
client: "Kevelopment",
homepage: "https://doggo.kevelopment.dev",
image: <StaticImage alt="doggo trainer website" title="Dog License Trainer @ Kevelopment" src="../images/projects/doggo.png" />,
image: (
<StaticImage
alt="doggo trainer website"
title="Dog License Trainer @ Kevelopment"
src="../images/projects/doggo.png"
/>
),
stack: [
<SiNextdotjs title="Next.js" color="#000000" />,
<SiMui title="Material UI Component Library" color="#007FFF" />,
Expand All @@ -109,7 +160,13 @@ const projects = [
name: "Portfolio Website",
client: "Kevelopment",
homepage: "https://www.kevelopment.dev",
image: <StaticImage alt="kevelopment portfolio website" title="Portfolio Website @ Kevelopment" src="../images/projects/kevelopment.png" />,
image: (
<StaticImage
alt="kevelopment portfolio website"
title="Portfolio Website @ Kevelopment"
src="../images/projects/kevelopment.png"
/>
),
stack: [
<SiGatsby title="Gatsby" color="#663399" />,
<SiBulma title="Bulma" color="#00D1B2" />,
Expand Down Expand Up @@ -137,7 +194,12 @@ export default function References() {
<p className="is-size-4 pb-4">{project.name}</p>
{project.image &&
(project.homepage ? (
<a href={project.homepage} target="_blank" rel="noreferrer" title={`${project.name} @ ${project.client}`}>
<a
href={project.homepage}
target="_blank"
rel="noreferrer"
title={`${project.name} @ ${project.client}`}
>
{project.image}
</a>
) : (
Expand Down
14 changes: 10 additions & 4 deletions src/components/buttons/LegalNotice.jsx
@@ -1,7 +1,7 @@
import React, { useState } from "react";
import useLegalNoticeData from "../../hooks/useLegalNoticeData";
import { Link } from "gatsby";
import "./LegalNotice.scss";
import {Link} from "gatsby";
import Pages from "../nav/Pages";

function LegalNotice() {
Expand Down Expand Up @@ -35,9 +35,15 @@ function LegalNotice() {
</div>
</div>
) : null}
<Link to={Pages.IMPRESS} style={{display: "none"}} title="Impress">Impressum</Link>
<Link to={Pages.ABOUT} style={{display: "none"}} title="About me">About Me</Link>
<Link to={Pages.HOME} style={{display: "none"}} title="Home">Home</Link>
<Link to={Pages.IMPRESS} style={{ display: "none" }} title="Impress">
Impressum
</Link>
<Link to={Pages.ABOUT} style={{ display: "none" }} title="About me">
About Me
</Link>
<Link to={Pages.HOME} style={{ display: "none" }} title="Home">
Home
</Link>
</>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/SocialMediaButton.jsx
@@ -1,4 +1,4 @@
import {SiGithub, SiLinkedin} from "@icons-pack/react-simple-icons";
import { SiGithub, SiLinkedin } from "@icons-pack/react-simple-icons";
import React from "react";

const SocialMediaButtonIcons = {
Expand Down

1 comment on commit dfb1a59

@vercel
Copy link

@vercel vercel bot commented on dfb1a59 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.