Update Dependencies | Remove DailyDev | Add Experience
This commit is contained in:
parent
75f4febcf9
commit
101539086c
4 changed files with 602 additions and 482 deletions
1021
package-lock.json
generated
1021
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue