From 3dc42cbf8d4cb4fca98bd5be7063dea81d59ed59 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 22 Jul 2025 14:52:42 +0000 Subject: [PATCH] chore: personal info update --- app/_data/experience.ts | 2 +- app/_data/projects.ts | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/_data/experience.ts b/app/_data/experience.ts index 94db4c4..433f1c0 100644 --- a/app/_data/experience.ts +++ b/app/_data/experience.ts @@ -5,7 +5,7 @@ const experience: WorkplaceEntry[] = { title: "Software Engineer", place: "[nordcloud]", tech: "ASP.NET, EF Core" }, { title: "CTO", year: "2022", place: "FoxDev Studio", tech: "Unity, Xamarin, .NET, React, Azure" }, { title: "Senior Software Engineer", year: "2023", place: "A-rial", tech: ".NET, React, DevOps" }, - { title: "Senior Software Architect", year: "2024", place: "Ubitel", tech: ".NET, React, Embedded devices" }, + { title: "Senior Software Architect", year: "2024", place: "A-rial", tech: ".NET, React, Embedded devices" }, { title: "Here", place: "Your company" }, ]; diff --git a/app/_data/projects.ts b/app/_data/projects.ts index fc540fe..16eb517 100644 --- a/app/_data/projects.ts +++ b/app/_data/projects.ts @@ -24,17 +24,16 @@ const projects: Project[] = "In the end, I have created a big web service with mobile app and a customer portal, that could authenticate users on any website, and any device within a few seconds." ], image: ezlogImg, - link: "https://ezlog.app/about", + link: "https://github.com/xfox111/easylogon-web", stack: [ { text: "C#/TypeScript", icon: ic.Code24Regular }, { text: ".NET 6", icon: ic.Server24Regular }, - { text: "ReactJS", icon: ic.PhoneDesktop24Regular }, + { text: "React/Vite", icon: ic.PhoneDesktop24Regular }, { text: "Xamarin.Forms", icon: ic.Phone24Regular }, { text: "SQL Server", icon: ic.Database24Regular }, { text: "Azure DevOps", icon: ic.Branch24Regular }, - { text: "Azure Pipelines/AppCenter", icon: ic.FlashFlow24Regular }, - { text: "AppCenter", icon: ic.HeartPulse24Regular } + { text: "Azure Pipelines/GitHub Actions", icon: ic.FlashFlow24Regular } ] }, { @@ -47,12 +46,12 @@ const projects: Project[] = ], image: tabsAsideLight, imageDark: tabsAsideDark, - link: "https://github.com/xfox111/TabsAsideExtension", + link: "https://github.com/xfox111/TabsAsideExtension/tree/next", stack: [ - { text: "ReactJS", icon: ic.Desktop24Regular }, - { text: "TypeScript/SASS", icon: ic.Code24Regular }, - { text: "Chrome/WebExt", icon: ic.FlashSettings24Regular }, + { text: "React/WXT", icon: ic.Desktop24Regular }, + { text: "TypeScript", icon: ic.Code24Regular }, + { text: "Browser extension", icon: ic.FlashSettings24Regular }, { text: "Fluent UI", icon: ic.Color24Regular }, { text: "GitHub", icon: ic.Branch24Regular }, { text: "GitHub Actions", icon: ic.FlashFlow24Regular }, @@ -91,7 +90,7 @@ const projects: Project[] = [ { text: "React/Vite", icon: ic.Desktop24Regular }, { text: "TypeScript", icon: ic.Code24Regular }, - { text: "Chrome/WebExt", icon: ic.FlashSettings24Regular }, + { text: "Browser extension", icon: ic.FlashSettings24Regular }, { text: "Fluent UI", icon: ic.Color24Regular }, { text: "GitHub", icon: ic.Branch24Regular }, { text: "GitHub Actions", icon: ic.FlashFlow24Regular },