-
-
- {getLocalizedString("about", "title")}
-
-
-
-
- My name is Mohammed Rabaya - a Software Engineer with over{" "}
- {new Date().getFullYear() - 2015} years of experience in designing
- and building web and mobile apps. I am currently based in{" "}
- Amsterdam , developing
- awesome products for{" "}
-
- Rodeo Software
-
- .
-
-
-
-
-
- {getLocalizedString("about", "reach-out")}
-
-
-
-
- {getLocalizedString("about", "download-resume")}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ font-weight: bolder
+
+
+
setHeaderAniamteState(state)}
+ className="border-[1px] border-solid border-[#4597F7] w-[490px] text-7xl leading-[0.8] m-0 uppercase *:!font-extrabold px-0 text-stone-800 dark:text-neutral-50"
+ />
+
+
+ margin-left: -10%
+
+
+
+ padding-top: 2em
+
+
+
+
+ 531 x 154
+
+
+
+
+
+
+
+
+
+
+
+ A software engineer with over 9+ years of experience, I am
+ currently based in Amsterdam.
+
+
+ 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.
+
+
+
+
+
+
-
-
-
-
-
- {getLocalizedString("about", "work-title")}
+
+
+ Experience
+
+
+ Jan 2023 - Present
+
+
+
+ Senior Software Engineer
+
+
+ Rodeo Software . Full-time
+
+
+
+ Amsterdam, Netherlands
+
+
+
+
+
+ Nov 2017 - Dec 2022
+
+
+
+ Senior Front-end Engineer
+
+
+ Cura Healthcare . Full-time
+
+
+
+ Amman, Jordan
+
+
+
+
+ Jun 2015 - Nov 2017
+
+
+
+ Front-end Engineer
+
+
+ Plexable . Full-time
+
+
+
+ Amman, Jordan
+
+
- {WorkItems()}
);
};
diff --git a/tailwind.config.js b/tailwind.config.js
index 64479e2..c1a8855 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -10,7 +10,15 @@ module.exports = {
"./src/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
- extend: {},
+ extend: {
+ maxHeight: {
+ '60vh': '65vh',
+ '65vh': '65vh',
+ }
+ },
+ fontFamily: {
+ "mono": '"Fira Mono", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace'
+ }
},
plugins: [],
};
diff --git a/templates/Layout.tsx b/templates/Layout.tsx
index a172af0..e5df679 100644
--- a/templates/Layout.tsx
+++ b/templates/Layout.tsx
@@ -1,3 +1,4 @@
+/* eslint-disable @next/next/no-page-custom-font */
import useGlobalization from "hooks/useGlobalization";
import dynamic from "next/dynamic";
import Head from "next/head";
@@ -41,7 +42,7 @@ export default function Layout({ children, pageProps }: any) {
crossOrigin=""
/>
diff --git a/utils/languages/ar.json b/utils/languages/ar.json
index 224885b..4fe1b0c 100644
--- a/utils/languages/ar.json
+++ b/utils/languages/ar.json
@@ -24,7 +24,8 @@
"about": "مهندس برمجيات متخصص في تصميم وبناء برمجيات ومنتجات سلسة للمستخدم لكل من منصات الويب والهواتف المحمول.",
"work-title": "اخر الاعمال",
"download-resume": "حمل السيرة الذاتية",
- "reach-out": "تواصل معي"
+ "reach-out": "تواصل معي",
+ "checkout": "تصفح اخر الاعمال"
},
"work": {
"title": "المشاريع",
diff --git a/utils/languages/en-US.json b/utils/languages/en-US.json
index d486318..d5f582a 100644
--- a/utils/languages/en-US.json
+++ b/utils/languages/en-US.json
@@ -24,7 +24,8 @@
"about": "",
"work-title": "Recent work",
"download-resume": "Download resume",
- "reach-out": "Reach out"
+ "reach-out": "Reach out",
+ "checkout": "Checkout my work"
},
"work": {
"title": "Work",