From d5a4a5c8345af1d554346335966ba310a646b893 Mon Sep 17 00:00:00 2001 From: becarta Date: Tue, 4 Feb 2025 03:07:09 +0100 Subject: [PATCH] updated hero --- src/pages/index.astro | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 67eb8dc..d4fe339 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -18,6 +18,10 @@ import NexthinkAdministrator from '../assets/images/NexthinkAdministrator.webp' const metadata = { title: 'About me', }; + +const fixedYear = 2010; // Replace with your desired year +const currentYear = new Date().getFullYear(); +const yearsSince = currentYear - fixedYear; --- @@ -25,9 +29,10 @@ const metadata = {
@@ -71,7 +76,7 @@ const metadata = { >

About me

- With over 13 years of IT experience, I am a passionate and proficient Microsoft 365 professional who thrives on delivering optimal solutions for complex cloud and on-premise systems. As the Microsoft 365 expert in my current position, I manage the Microsoft 365 environment, communicate new features, and support colleagues with 3rd line requests. I also leverage my skills in Power Automate, Power Apps, and Nexthink to enhance automation and efficiency across various areas.

+ With over {yearsSince} years of IT experience, I am a passionate and proficient Microsoft 365 professional who thrives on delivering optimal solutions for complex cloud and on-premise systems. As the Microsoft 365 expert in my current position, I manage the Microsoft 365 environment, communicate new features, and support colleagues with 3rd line requests. I also leverage my skills in Power Automate, Power Apps, and Nexthink to enhance automation and efficiency across various areas.

Previously, I worked as a cloud systems and application engineer, where I set up and managed Microsoft 365 and SharePoint Online environments, migrated from different mail systems to Microsoft 365, and implemented SCCM for more automation. I also founded Bergsma IT, a company that helped small businesses migrate to the cloud and created and managed WordPress websites. I hold Microsoft certifications in Teams Administration, Azure Fundamentals, and Modern Desktop Administration. My mission is to drive IT excellence for organizational success by optimizing cloud solutions and providing outstanding technical support. @@ -125,6 +130,7 @@ const metadata = {