Update Dependencies | Remove DailyDev | Add Experience

This commit is contained in:
Tobias Brummer 2026-03-21 22:22:38 +01:00
parent 75f4febcf9
commit 101539086c
Signed by: lycaknight
SSH key fingerprint: SHA256:fHDcXIosrUAkTqh1ux7FUNHeJJ7R30kWiDTsIFcWm8w
4 changed files with 602 additions and 482 deletions

1021
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,23 +11,23 @@
"clean-node": "rimraf node_modules build"
},
"dependencies": {
"@vitejs/plugin-react": "^4.4.1",
"lottie-web": "^5.12.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"@vitejs/plugin-react": "^4.7.0",
"lottie-web": "^5.13.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/css": "^0.8.1",
"@eslint/js": "^9.27.0",
"@eslint/js": "^9.39.4",
"@eslint/json": "^0.12.0",
"@eslint/markdown": "^6.4.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.27.0",
"@eslint/markdown": "^6.6.0",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.1.0",
"postcss": "^8.4.47",
"globals": "^16.5.0",
"postcss": "^8.5.8",
"prettier": "2.6.2",
"tailwindcss": "^3.4.12",
"vite": "^5.4.7"
"tailwindcss": "^3.4.19",
"vite": "^5.4.21"
}
}

View file

@ -2,8 +2,8 @@ const workHistory = [
{
id: 1,
companyName: "Fischer Systempartner GmbH",
role: "IT Consultant",
duration: "Sept'16 Current",
role: "Senior IT Consultant",
duration: "Jan'26 Current",
workDes: [
"Supervising IT department employees",
"Providing support to Customers",
@ -15,6 +15,19 @@ const workHistory = [
},
{
id: 2,
companyName: "Fischer Systempartner GmbH",
role: "IT Consultant",
duration: "Sept'16 Dez'25",
workDes: [
"Providing support to Customers",
"Keeping up to date with advancements",
"Manage Network Security",
"Maintain Computer Systems",
],
link: "https://itfischer.de/",
},
{
id: 3,
companyName: "Fischer Systempartner GmbH",
role: "Trainee",
duration: "July'13 Aug'16",

View file

@ -1,13 +1,10 @@
import React from "react";
import {
FIRST_NAME,
LAST_NAME,
ADDRESS,
GIT,
DAILYDEV_USERNAME,
} from "../components/root.link.jsx";
import git from "../images/icons/git.svg";
import dailydev from "../images/icons/dailydev.svg";
function Contact() {
return <section className="my-28 px-5" id="contact">
@ -38,25 +35,6 @@ function Contact() {
</span>
</a>
</div>
<div className="mr-4">
<a
href={`https://app.daily.dev/${DAILYDEV_USERNAME}`}
target="_blank"
rel="noreferrer"
>
<span className="mb-2 flex flex-row items-end rounded-lg border border-gray-500 p-2 text-sm">
<img
src={dailydev}
alt=""
width="24px"
height="24px"
className="mr-1"
/>
Daily.dev
</span>
</a>
</div>
</div>
</div>