From e3993154a56e45eec7ae513df853c11ce2bc98a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bedirhan=20Y=C4=B1ld=C4=B1r=C4=B1m?= Date: Wed, 24 Apr 2024 10:54:33 +0200 Subject: [PATCH 1/2] feat: update cv --- lib/resume.ts | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/lib/resume.ts b/lib/resume.ts index 3aae184..231d229 100644 --- a/lib/resume.ts +++ b/lib/resume.ts @@ -6,11 +6,35 @@ import { } from "@/types/resume"; export const experiences: Iexperiences[] = [ + { + id: 6, + company: "Orzax Poland", + title: "Co-Founder & CEO", + location: "Poland", + description: "I manage the Polish operation.", + type: "Remote", + skills: ["Project Management", "Digital Marketing", "Supply Chain", "Allegro", "WooCommerce"], + start_date: "3.2024", + end_date: "present", + website: "http://orzax.pl", + }, + { + id: 5, + company: "Orzax Global", + title: "Ecommerce Specialist", + location: "Poland", + description: "I manage the online sales on USA & UK websites, asist to the digital marketing team with analysis.", + type: "Remote", + skills: ["WooCommerce", "Google Analytics", "Google Ads", "Meta Ads", "SEO"], + start_date: "1.2024", + end_date: "present", + website: "https://www.orzax.com", + }, { id: 4, company: "Upwork", title: "Software Engineer", - location: "Krakow, Poland", + location: "Poland", description: "I worked as a freelancer Frontend Web Developer.", type: "Remote", skills: ["React", "Next.js", "Remix.js", "Tailwind", "TypeScript"], From 4dc16de4e2078ee785e9e7277fb2816cfffa318d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bedirhan=20Y=C4=B1ld=C4=B1r=C4=B1m?= Date: Wed, 24 Apr 2024 10:54:53 +0200 Subject: [PATCH 2/2] feat: add og meta to the website --- app/layout.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 8741e22..ea1e83c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,8 +6,21 @@ import { GA_ID } from "@/lib/meta"; import "./globals.css"; export const metadata: Metadata = { - title: "Bedirhan Design | Portfolio", - description: 'Welcome to Bedirhan "bedcodes" Yildirim projects portfolio', + title: "Bedirhan YILDIRIM | Portfolio", + description: 'Welcome to Bedirhan "bedcodes" Yildirim portfolio', + keywords: "Bedirhan YILDIRIM", + openGraph: { + type: "website", + url: "https://bedirhan.design", + title: "Bedirhan YILDIRIM | Portfolio", + description: 'Welcome to Bedirhan "bedcodes" Yildirim portfolio', + siteName: "Bedirhan YILDIRIM | Portfolio", + images: [ + { + url: "https://bedirhan.design/favicon.ico", + }, + ], + }, }; export default function RootLayout({