From 33242499a5b0a5409c70ded10ae2da7109bede3f Mon Sep 17 00:00:00 2001 From: royalpinto007 Date: Mon, 13 Nov 2023 01:10:59 +0530 Subject: [PATCH] fix: responsiveness --- app/src/components/Contact.jsx | 2 +- app/src/components/Hero.jsx | 6 +- app/src/components/Navbar.jsx | 191 ++++++++++++++++---------------- app/src/components/Projects.jsx | 2 +- app/src/components/Services.jsx | 187 +++++++++++++++++++------------ 5 files changed, 219 insertions(+), 169 deletions(-) diff --git a/app/src/components/Contact.jsx b/app/src/components/Contact.jsx index c6a0eee..efce883 100644 --- a/app/src/components/Contact.jsx +++ b/app/src/components/Contact.jsx @@ -22,7 +22,7 @@ export default function Contact() {
diff --git a/app/src/components/Hero.jsx b/app/src/components/Hero.jsx index 7273491..efb55bb 100644 --- a/app/src/components/Hero.jsx +++ b/app/src/components/Hero.jsx @@ -8,7 +8,7 @@ import contact from "../assets/contact.svg"; export default function Example() { return (
-
+
-
+

Bhar atG oDev

-

+

Website, App & Graphic Design Specialists diff --git a/app/src/components/Navbar.jsx b/app/src/components/Navbar.jsx index 42bbcb9..f34e1b2 100644 --- a/app/src/components/Navbar.jsx +++ b/app/src/components/Navbar.jsx @@ -1,7 +1,6 @@ import { Disclosure } from "@headlessui/react"; import Auth from "./Auth"; - const navigation = [ { name: "Projects", href: "#projects", current: false }, { name: "Services", href: "#services", current: false }, @@ -16,104 +15,106 @@ export default function Navbar() { const isUserSignedIn = false; return ( <> - - - - - - - - -

-
- -
-
- - +
+
+
+ -
-
-{navigation.map((item) => ( - - {item.name} - - ))} -
-
-
- -
- {isUserSignedIn ? ( - - ) : ( - - Log in - - )} -
-
-
- - - - + alt="BharatGoDev" + /> + +
+
+
+ {navigation.map((item) => ( + + {item.name} + + ))} +
+
+
- - - - - - {isUserSignedIn ? ( - - ) : ( - + {isUserSignedIn ? ( + + ) : ( + + Log in + + )} +
+
+
+ + + + + + + + + + {isUserSignedIn ? ( + + ) : ( + + Log in + + )} + + ); } diff --git a/app/src/components/Projects.jsx b/app/src/components/Projects.jsx index f741cbe..191071b 100644 --- a/app/src/components/Projects.jsx +++ b/app/src/components/Projects.jsx @@ -1,7 +1,7 @@ export default function Example() { return (
-
+

{" "} diff --git a/app/src/components/Services.jsx b/app/src/components/Services.jsx index 3c2176a..7774564 100644 --- a/app/src/components/Services.jsx +++ b/app/src/components/Services.jsx @@ -3,92 +3,141 @@ import { Carousel } from "flowbite-react"; export default function Services() { return (
-
+

Our Services

- -
- ... -
- -

App Development


We specialize in creating cool and - easy-to-use mobile apps. They work on different devices so more - people can enjoy them. From planning to launching, we take care of - the whole process to give users a hassle-free experience. -
-
+ +
+ ... +
+ +

App Development

+
We specialize in creating cool and easy-to-use mobile apps. + They work on different devices so more people can enjoy them. From + planning to launching, we take care of the whole process to give + users a hassle-free experience. +
+
-
- ...
- -

Web Development


We are really good at making websites that - look great and work well. We use the latest tech to make sure - everything runs smoothly. Plus, we customize our solutions to fit - exactly what you need, making sure your online presence stands - out. -
-
+
+ ... +
+ +

Web Development


We are + really good at making websites that look great and work well. We + use the latest tech to make sure everything runs smoothly. Plus, + we customize our solutions to fit exactly what you need, making + sure your online presence stands out. +
+
-
+
...
+ /> +
-

Graphic Design


We love making things look awesome, like - logos and promo stuff. Every little detail matters to us, creating - a unique and memorable look for your brand. Our creative designs - make sure your brand gets noticed and remembered by everyone. +

Graphic Design

+
We love making things look awesome, like logos and promo + stuff. Every little detail matters to us, creating a unique and + memorable look for your brand. Our creative designs make sure your + brand gets noticed and remembered by everyone.
- - -
- ... - -

App Development


We specialize in creating cool and - easy-to-use mobile apps. They work on different devices so more - people can enjoy them. From planning to launching, we take care of - the whole process to give users a hassle-free experience. -
-
- -
- ... - -

Web Development


We are really good at making websites that - look great and work well. We use the latest tech to make sure - everything runs smoothly. Plus, we customize our solutions to fit - exactly what you need, making sure your online presence stands - out. -
-
- -
- ... - -

Graphic Design


We love making things look awesome, like - logos and promo stuff. Every little detail matters to us, creating - a unique and memorable look for your brand. Our creative designs - make sure your brand gets noticed and remembered by everyone. -
-
-
- + +
+ ... + +

App Development


We + specialize in creating cool and easy-to-use mobile apps. They work + on different devices so more people can enjoy them. From planning + to launching, we take care of the whole process to give users a + hassle-free experience. +
+
+
+ ... + +

Web Development


We are + really good at making websites that look great and work well. We + use the latest tech to make sure everything runs smoothly. Plus, + we customize our solutions to fit exactly what you need, making + sure your online presence stands out. +
+
+
+ ... + +

Graphic Design


We love + making things look awesome, like logos and promo stuff. Every + little detail matters to us, creating a unique and memorable look + for your brand. Our creative designs make sure your brand gets + noticed and remembered by everyone. +
+
+
); } -