Skip to content

Commit

Permalink
Update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
moerabaya committed Apr 10, 2024
1 parent 4a93ddb commit e8d2adc
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mohammed Rabay'a is an experinced software engineer specialized in designing and building web and mobile applications. To contact Mohammed or learn more please visit [moerabaya.com](https://moerabaya.com/).
Moe Rabay'a is an experinced software engineer specialized in designing and building web and mobile applications. To contact Moe or learn more please visit [moerabaya.com](https://moerabaya.com/).

## Remaining

Expand Down
4 changes: 2 additions & 2 deletions components/organisms/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Footer = React.forwardRef<HTMLDivElement>((props, ref) => {
src={
"https://en.gravatar.com/userimage/201100235/e812a2bff97470caf6299b1a96e5cc1e.png?size=150"
}
alt="Portrait of Mohammed Rabay'a"
alt="Portrait of Moe Rabay'a"
placeholder="blur"
blurDataURL='"https://en.gravatar.com/userimage/201100235/e812a2bff97470caf6299b1a96e5cc1e.png?size=1"'
size={45}
Expand Down Expand Up @@ -160,7 +160,7 @@ const Footer = React.forwardRef<HTMLDivElement>((props, ref) => {
<div className="!p-2 max-[500px]:text-center">
<Link
className={`px-4 py-2 bg-neutral-900 hover:text-neutral-50 hover:bg-neutral-800 rounded-2xl text-base inline-block transition ease-in-out hover:rounded-full`}
href={"mohammed-rabaya.pdf"}
href={"resume.pdf"}
>
{getLocalizedString("footer", "downloadResume")}
</Link>
Expand Down
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ const nextConfig = {
{
source: "/product-resume-2022.pdf",
destination:
"/mohammed-rabaya.pdf",
"/resume.pdf",
permanent: false,
},
{
source: "/engineering-resume-2022.pdf",
destination:
"/mohammed-rabaya.pdf",
"/resume.pdf",
permanent: false,
},
{
source: "/design-resume-2022.pdf",
destination:
"/mohammed-rabaya.pdf",
"/resume.pdf",
permanent: false,
},
];
Expand Down
16 changes: 8 additions & 8 deletions pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,18 @@ const About: NextPage<Props> = ({ projects }: Props) => {
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>About - Mohammed Rabay&apos;a</title>
<title>About - Moe Rabay&apos;a</title>

{/* <!-- Primary Meta Tags --> */}
<meta name="title" content="About | Mohammed Rabay'a" />
<meta name="title" content="About | Moe Rabay'a" />
<meta
name="description"
content="A passionate problem solver with 7+ years of experience working in the field of ux and traditional development."
/>

{/* <!-- Open Graph / Facebook --> */}
<meta property="og:url" content="https://moerabaya.com/about" />
<meta property="og:title" content="About | Mohammed Rabay'a" />
<meta property="og:title" content="About | Moe Rabay'a" />
<meta
property="og:description"
content="A passionate problem solver with 7+ years of experience working in the field of ux and traditional development."
Expand All @@ -120,7 +120,7 @@ const About: NextPage<Props> = ({ projects }: Props) => {

{/* <!-- Twitter --> */}
<meta property="twitter:url" content="https://moerabaya.com/about" />
<meta property="twitter:title" content="About | Mohammed Rabay'a" />
<meta property="twitter:title" content="About | Moe Rabay'a" />
<meta
property="twitter:description"
content="A passionate problem solver with 7+ years of experience working in the field of ux and traditional development."
Expand Down Expand Up @@ -151,7 +151,7 @@ const About: NextPage<Props> = ({ projects }: Props) => {
src={
"https://en.gravatar.com/userimage/201100235/0e21cbd55417f43fa3f5e687fa8b1fb2.png?size=1000"
}
alt="Portrait of Mohammed Rabay'a"
alt="Portrait of Moe Rabay'a"
placeholder="blur"
blurDataURL='"https://en.gravatar.com/userimage/201100235/0e21cbd55417f43fa3f5e687fa8b1fb2.png?size=1"'
width={400}
Expand All @@ -173,7 +173,7 @@ const About: NextPage<Props> = ({ projects }: Props) => {
</span>
<span className="w-[0.5px] h-[100vh] bg-[#FF0000] absolute bottom-0 left-0"></span>
<AnimatedText
text={translate("about.title", "Mohammed Rabaya")}
text={translate("about.title", "Moe Rabaya")}
type="h2"
className={`border-[1px] border-solid border-[#4597F7] max-lg:text-[6.75vw] max-md:text-[3rem] max-sm:text-[10vw] max-[500px]:text-[12vw] w-[calc(auto + 100px)] ${
locale === "ar"
Expand Down Expand Up @@ -206,7 +206,7 @@ const About: NextPage<Props> = ({ projects }: Props) => {
src={
"https://en.gravatar.com/userimage/201100235/0e21cbd55417f43fa3f5e687fa8b1fb2.png?size=1000"
}
alt="Portrait of Mohammed Rabay'a"
alt="Portrait of Moe Rabay'a"
placeholder="blur"
blurDataURL='"https://en.gravatar.com/userimage/201100235/0e21cbd55417f43fa3f5e687fa8b1fb2.png?size=1"'
width={400}
Expand Down Expand Up @@ -237,7 +237,7 @@ const About: NextPage<Props> = ({ projects }: Props) => {
{translate("about.connect", "Let's connect...")}
</a>
<a
href="/mohammed-rabaya.pdf"
href="/resume.pdf"
className="py-[10px] w-[206px] inline-block text-center dark:text-white text-stone-950 text-[1rem] font-medium rounded-sm hover:bg-neutral-200 dark:hover:bg-[rgba(255,255,255,0.15)] max-sm:w-[170px] max-[400px]:w-full"
>
{translate("footer.downloadResume", "Download Resume")}
Expand Down
8 changes: 4 additions & 4 deletions pages/blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ const Blog = ({ posts }: any) => {
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Blog - Mohammed Rabay&apos;a</title>
<title>Blog - Moe Rabay&apos;a</title>

{/* <!-- Primary Meta Tags --> */}
<meta name="title" content="Blog | Mohammed Rabay'a" />
<meta name="title" content="Blog | Moe Rabay'a" />
<meta
name="description"
content="ux, ui, mobile, apps, web, javascript, html, developer, designer, seo, user experience, user interface, products, social media"
/>

{/* <!-- Open Graph / Facebook --> */}
<meta property="og:url" content="https://moerabaya.com/blog" />
<meta property="og:title" content="Blog | Mohammed Rabay'a" />
<meta property="og:title" content="Blog | Moe Rabay'a" />
<meta
property="og:description"
content="ux, ui, mobile, apps, web, javascript, html, developer, designer, seo, user experience, user interface, products, social media"
Expand All @@ -88,7 +88,7 @@ const Blog = ({ posts }: any) => {

{/* <!-- Twitter --> */}
<meta property="twitter:url" content="https://moerabaya.com/blog" />
<meta property="twitter:title" content="Blog | Mohammed Rabay'a" />
<meta property="twitter:title" content="Blog | Moe Rabay'a" />
<meta
property="twitter:description"
content="ux, ui, mobile, apps, web, javascript, html, developer, designer, seo, user experience, user interface, products, social media"
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Home: NextPage<Props> = ({ projects }: Props) => {
src={
"https://en.gravatar.com/userimage/201100235/e812a2bff97470caf6299b1a96e5cc1e.png?size=150"
}
alt="Portrait of Mohammed Rabay'a"
alt="Portrait of Moe Rabay'a"
placeholder="blur"
blurDataURL='"https://en.gravatar.com/userimage/201100235/e812a2bff97470caf6299b1a96e5cc1e.png?size=1"'
width={70}
Expand Down
11 changes: 4 additions & 7 deletions pages/posts/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,15 @@ const Post = ({ mdxSource, meta }: any) => {
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>{meta.title} - Mohammed Rabay&apos;a</title>
<title>{meta.title} - Moe Rabay&apos;a</title>

{/* <!-- Primary Meta Tags --> */}
<meta name="title" content={meta.title + " | Mohammed Rabay'a"} />
<meta name="title" content={meta.title + " | Moe Rabay'a"} />
<meta name="description" content={meta.description} />

{/* <!-- Open Graph / Facebook --> */}
<meta property="og:url" content={"https://moerabaya.com/" + pathname} />
<meta
property="og:title"
content={meta.title + " | Mohammed Rabay'a"}
/>
<meta property="og:title" content={meta.title + " | Moe Rabay'a"} />
<meta property="og:description" content={meta.description} />
<meta
property="og:image"
Expand All @@ -88,7 +85,7 @@ const Post = ({ mdxSource, meta }: any) => {
/>
<meta
property="twitter:title"
content={meta.title + " | Mohammed Rabay'a"}
content={meta.title + " | Moe Rabay'a"}
/>
<meta property="twitter:description" content={meta.description} />
<meta
Expand Down
11 changes: 4 additions & 7 deletions pages/work/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,15 @@ const Project = ({ mdxSource, meta, hasReadPermission }: ProjectProps) => {
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>{meta.title} - Mohammed Rabay&apos;a</title>
<title>{meta.title} - Moe Rabay&apos;a</title>

{/* <!-- Primary Meta Tags --> */}
<meta name="title" content={meta.title + " | Mohammed Rabay'a"} />
<meta name="title" content={meta.title + " | Moe Rabay'a"} />
<meta name="description" content={meta.description} />

{/* <!-- Open Graph / Facebook --> */}
<meta property="og:url" content={"https://moerabaya.com/" + pathname} />
<meta
property="og:title"
content={meta.title + " | Mohammed Rabay'a"}
/>
<meta property="og:title" content={meta.title + " | Moe Rabay'a"} />
<meta property="og:description" content={meta.description} />
<meta
property="og:image"
Expand All @@ -78,7 +75,7 @@ const Project = ({ mdxSource, meta, hasReadPermission }: ProjectProps) => {
/>
<meta
property="twitter:title"
content={meta.title + " | Mohammed Rabay'a"}
content={meta.title + " | Moe Rabay'a"}
/>
<meta property="twitter:description" content={meta.description} />
<meta
Expand Down
2 changes: 1 addition & 1 deletion pages/work/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Work = ({ projects }: WorkProps) => {

{/* <!-- Open Graph / Facebook --> */}
<meta property="og:url" content="https://moerabaya.com/blog" />
<meta property="og:title" content="Blog | Mohammed Rabay'a" />
<meta property="og:title" content="Blog | Moe Rabay'a" />
<meta
property="og:description"
content="ux, ui, mobile, apps, web, javascript, html, developer, designer, seo, user experience, user interface, products, social media"
Expand Down
2 changes: 1 addition & 1 deletion posts/error-updating-xcode-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category: Development
metaimage: ""
image: "/articles/jason-rosewell-ASKeuOZqhYU.jpg"
placeholder: "/articles/jason-rosewell-ASKeuOZqhYU-placeholder.jpg"
author: Mohammed Rabay'a
author: Moe Rabay'a
date: Feb 9th 2022
---

Expand Down
2 changes: 1 addition & 1 deletion posts/getting-started-with-nextjs-and-graphql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category: GraphQL
metaimage: ""
image: "/articles/ante-hamersmit-gi1f13S1-64-unsplash.jpg"
placeholder: "/articles/ante-hamersmit-gi1f13S1-64-unsplash-placeholder.jpg"
author: Mohammed Rabay'a
author: Moe Rabay'a
date: Nov 24th 2022
---

Expand Down
2 changes: 1 addition & 1 deletion projects/cura-healthcare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Visual studio, Mac, csharp, Xamarin, iOS, Android, c#, javascript,
tags: Visual studio, Mac, csharp, Xamarin, iOS, Android, c#, javascript, development, bugs, errors
metaimage: ""
color: "#EBD4F1"
author: Mohammed Rabay'a
author: Moe Rabay'a
date: Feb 9th 2022
project_type: Product Design & Development
cover_placeholder_photo: cura-healthcare.jpg
Expand Down
2 changes: 1 addition & 1 deletion projects/jewemall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Visual studio, Mac, csharp, Xamarin, iOS, Android, c#, javascript,
tags: Visual studio, Mac, csharp, Xamarin, iOS, Android, c#, javascript, development, bugs, errors
metaimage: ""
color: "#F1FEF9"
author: Mohammed Rabay'a
author: Moe Rabay'a
date: 09-02-2022
project_type: branding, creative design
cover_placeholder_photo: jewemall.jpg
Expand Down
2 changes: 1 addition & 1 deletion projects/sitatbyoot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Visual studio, Mac, csharp, Xamarin, iOS, Android, c#, javascript,
tags: Visual studio, Mac, csharp, Xamarin, iOS, Android, c#, javascript, development, bugs, errors
metaimage: ""
color: "#FFE9C2"
author: Mohammed Rabay'a
author: Moe Rabay'a
date: Feb 9th 2022
project_type: UX, UI Design
cover_placeholder_photo: sitatbyoot.jpg
Expand Down
2 changes: 1 addition & 1 deletion projects/veni-marketplace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Introducing a new furniture shopping experience
tags: Visual studio, Mac, csharp, Xamarin, iOS, Android, c#, javascript, development, bugs, errors
metaimage: ""
color: "#FFEDD7"
author: Mohammed Rabay'a
author: Moe Rabay'a
date: 09-02-2022
project_type: UX, UI Design
cover_placeholder_photo: veni-marketplace.jpg
Expand Down
Binary file added public/resume.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions utils/languages/en-US.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hero": "UX, Product Design | Engineer",
"name": "Mohammed Rabay'a",
"title": "Mohammed Rabay'a - UX, Product Designer | Senior Engineer",
"name": "Moe Rabay'a",
"title": "Moe Rabay'a - UX, Product Designer | Senior Engineer",
"description": "A product-focused engineer based in Amman, Jordan. Highly skilled in designing and developing interactive and data-driven platforms for both web & mobile experiences.",
"navigation": {
"about": "About",
Expand All @@ -20,7 +20,7 @@
"title": "Latest Articles"
},
"about": {
"title": "Mohammed Rabaya",
"title": "Moe Rabaya",
"about1": "A software engineer with over 9+ years of experience, I am currently based in Amsterdam.",
"about2": "I help companies build intuitive softwares and products using state-of-the-art technologies ensuring best practices are applied for smooth user experience and development process.",
"work-title": "Recent work",
Expand Down

0 comments on commit e8d2adc

Please sign in to comment.