Skip to content

Commit

Permalink
Merge pull request #1 from alpozkanm/action
Browse files Browse the repository at this point in the history
Action
  • Loading branch information
alpozkanm authored Sep 8, 2023
2 parents 575111e + 5996f8f commit 051470a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-error.log*

# local env files
.env*.local
.env
.env*.example
# vercel
.vercel
Expand Down
13 changes: 7 additions & 6 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import styles from "~/styles/about.module.css";
export const metadata = {
title: "About me",
description:
"Learn more about me, I'm a Istanbul-based Product Executive with a passion for user experience and privacy.",
"Learn more about me, I'm an Istanbul based product executive with a passion for user experience and privacy.",
};

export default async function AboutPage() {
Expand Down Expand Up @@ -88,13 +88,14 @@ export default async function AboutPage() {
<p>
As a seasoned Product Manager with over 10 years of experience, I have
consistently delivered groundbreaking products in diverse industries
such as E-commerce, FinTech, Delivery Service, Blockchain, and Mobile Apps.
such as E-commerce, FinTech, Delivery Service, Blockchain, and Mobile
Apps.
</p>
<p>
My proven track record includes successfully launching more than
75 products on an international scale. Adept at building robust
product organizations, I possess a keen understanding of every stage
of product development, from early ideation to launch.
My proven track record includes successfully launching more than 75
products on an international scale. Adept at building robust product
organizations, I possess a keen understanding of every stage of
product development, from early ideation to launch.
</p>
</section>

Expand Down
23 changes: 21 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"clsx": "^1.2.1",
"contentlayer": "^0.3.2",
"date-fns": "^2.29.3",
"encoding": "^0.1.13",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"next": "13.3.2",
Expand Down
Binary file modified public/images/laptop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 051470a

Please sign in to comment.