Skip to content

Commit

Permalink
Merge pull request #63 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: og meta & cv update
  • Loading branch information
bedirhanyildirim committed Apr 24, 2024
2 parents a5a2345 + 4dc16de commit c25f57a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
17 changes: 15 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
26 changes: 25 additions & 1 deletion lib/resume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit c25f57a

Please sign in to comment.