From 86b246d334f815ac918cc0eb387d9cc87651a99a Mon Sep 17 00:00:00 2001 From: umarGit Date: Mon, 30 Dec 2024 13:10:39 +0300 Subject: [PATCH] feat(add): added content --- app/globals.css | 13 +++++ app/page.tsx | 147 +++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 146 insertions(+), 14 deletions(-) diff --git a/app/globals.css b/app/globals.css index 93c517c..94202df 100644 --- a/app/globals.css +++ b/app/globals.css @@ -17,6 +17,19 @@ body { width: 0; } +.highlight { + @apply relative px-1 cursor-pointer; +} + +.highlight::before { + content: ""; + @apply absolute inset-0 bg-current opacity-10 rounded z-[-1] transition-opacity duration-300 ease-in-out; +} + +.highlight:hover::before { + @apply opacity-20; +} + @layer base { :root { --background: 0 0% 100%; diff --git a/app/page.tsx b/app/page.tsx index 217bdd2..74b95a8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -15,26 +15,142 @@ export default function Home() {
-
-

- Senior Software Engineer with a flair for - simplifying complexity. -

-

- Currently: Pursuing a Master's in Big Data & - Machine Learning at ITMO University. -

-

- Previously: Led scalable innovations at - Aeroglobe and digital transformations at Webnorth. -

+
+ {/* Summary */} +
+

+ import{" "} + introduction{" "} + from life +

+

+ Senior Software Engineer with a knack for + breaking down complex systems into innovative, scalable + solutions. A relentless problem-solver driven by the pursuit + of excellence and measurable impact.{" "} + + debug(this); + +

+
+ + {/* Current Endeavors */} +
+

+ const{" "} + Currently +

+
    +
  • + Pursuing a{" "} + Master's in + + Big Data + {" "} + and + + Machine Learning + {" "} + at + + ITMO University + + . +
  • +
  • + + tackleRealWorldChallenges() + {" "} + with AI-driven solutions, bridging academia and practical + innovation. +
  • +
+
+ + {/* Previous Experience */} +
+

+ class{" "} + Previously +

+
    +
  • + Transformed scalability and performance at + Aeroglobe + , implementing lazy-loading to reduce load times by 90%.{" "} + + optimize(); + +
  • +
  • + Spearheaded high-impact digital projects at + Webnorth + , developing solutions tailored for diverse user needs.{" "} + + refactor(UX); + +
  • +
+
+ + {/* Key Accomplishments */} +
+

+ fn Key + Accomplishments +

+
    +
  • + Migrated a micro-frontend architecture to a monolith, + achieving a 30% improvement in maintainability.{" "} + + cleanCode(); + +
  • +
  • + Reduced rendering times, ensuring a consistent 60fps + experience across applications.{" "} + + optimizeRendering(); + +
  • +
  • + Delivered a medical database solution in Denmark, + revolutionizing accessibility for practitioners and + patients.{" "} + + innovateHealthcare(); + +
  • +
+
+ + {/* Languages and Countries */} +
+

+ var{" "} + Languages & Countries +

+
    +
  • + Languages: English, Russian, Arabic, Urdu +
  • +
  • + Countries I've Lived or Worked In:{" "} + Singapore, Doha, Abu Dhabi, Russia +
  • +
+
-
+ +

Contact: umarsheikh303@gmail.com | +7 999 217 24 11

Find me on LinkedIn:{" "} /in/umarsheikh303 @@ -47,6 +163,9 @@ export default function Home() {

+ +
+