diff --git a/public/jobs.json b/public/jobs.json
index 42b2f7c..9ceac57 100644
--- a/public/jobs.json
+++ b/public/jobs.json
@@ -3,7 +3,7 @@
"name": "Czech Quests",
"started": "July 2024",
"ended": "today",
- "description": "Custom project, where I make an addon, for World of Warcraft game, to show Czech translation for in-game quests. The translations are made via AI (DeepL and GPT). Texts are formated for player and quest giver gender. Also it keeps original names of other NPCs, items or places. I also create a web application where i am able to manage translations",
+ "description": "Custom project, where I make an addon for World of Warcraft game, which show Czech translation for in-game quests. The translations are made via AI (DeepL and GPT). Text is formated for player and quest giver gender. Keep original names of other NPCs, items or places. I also create a web application where i am able to manage translations",
"tags": [
"Typescript",
"React",
@@ -63,7 +63,7 @@
"tags": [
"Typescript",
"React",
- "GraphQL",
+ "Graphql",
"REST",
"Mui",
"Azure DevOps"
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 0000000..344c613
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,3 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+}
diff --git a/src/app/components/AboutMe.tsx b/src/app/components/AboutMe.tsx
index eb8984c..bc94642 100644
--- a/src/app/components/AboutMe.tsx
+++ b/src/app/components/AboutMe.tsx
@@ -1,4 +1,4 @@
-import {Kbd} from "../../components/Kbd";
+import {Card} from "../../components/Card";
export const AboutMe = () => {
const age = Math.floor(
@@ -13,9 +13,9 @@ export const AboutMe = () => {
<>
- Hello, my name is Roman Jaroš. I am {age}. {work} years working as software engineer.
+ 👋, my name is Roman Jaroš. I am {age}. {work} years working as software engineer.
I have been programming since I was 15 years old and still love to learn new technologies.
- Outside of the programming world, I maintain servers with around 80 docker containers.
+ Outside of the programming world, I maintain servers with about 120 docker containers.
Outside of the IT world, I enjoy reading self improvement books, meditating,
alternative medicine and model painting or playing video games.
@@ -24,11 +24,9 @@ export const AboutMe = () => {
I am contractor and currently only for full remote jobs.