From 66abdd5da177b5ea9362599748d0820c28137a25 Mon Sep 17 00:00:00 2001 From: Ridhima10 Date: Tue, 2 Jul 2024 12:54:27 +0530 Subject: [PATCH] minor changes --- app/components/homepage/about/index.jsx | 4 +- .../homepage/hero-section/index.jsx | 95 ++++++++++++++++++- app/components/navbar.jsx | 2 +- 3 files changed, 93 insertions(+), 8 deletions(-) diff --git a/app/components/homepage/about/index.jsx b/app/components/homepage/about/index.jsx index f04e6ae..d0b14cb 100644 --- a/app/components/homepage/about/index.jsx +++ b/app/components/homepage/about/index.jsx @@ -25,8 +25,8 @@ function AboutSection() {
Ridhima Jain diff --git a/app/components/homepage/hero-section/index.jsx b/app/components/homepage/hero-section/index.jsx index 56cb20a..1ea806f 100644 --- a/app/components/homepage/hero-section/index.jsx +++ b/app/components/homepage/hero-section/index.jsx @@ -32,7 +32,6 @@ function HeroSection() {
-

Socials:

- - -
@@ -69,7 +65,96 @@ function HeroSection() {
- +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ const + coder + = + {'{'} +
+
+ name: + {`'`} + Ridhima Jain + {`',`} +
+
+ skills: + {`['`} + Html + {"', '"} + + Css + {"', '"} + + Javascript + {"', '"} + Bootstrap + {"', '"} + Tailwind css + {"', '"} + React + {"'],"} +
+
+ hardWorker: + true + , +
+
+ quickLearner: + true + , +
+
+ problemSolver: + true + , +
+
+ hireable: + function + {'() {'} +
+
+ return + {`(`} +
+
+ this. + hardWorker + && +
+
+ this. + problemSolver + && +
+
+ this. + skills.length + >= + 5 +
+
{`);`}
+
{`};`}
+
{`};`}
+
+
+
); diff --git a/app/components/navbar.jsx b/app/components/navbar.jsx index 5c0fa3c..c37efb9 100644 --- a/app/components/navbar.jsx +++ b/app/components/navbar.jsx @@ -10,7 +10,7 @@ function Navbar() { - RIDHIMA JAIN + RJ