From 8fb96f1a38d05b211c950b44dd13fa6af5341542 Mon Sep 17 00:00:00 2001 From: yash suthar Date: Sat, 24 Jun 2023 21:06:59 +0530 Subject: [PATCH 1/2] test commit --- Technodes/src/App.jsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Technodes/src/App.jsx b/Technodes/src/App.jsx index 945aa20..e63beab 100644 --- a/Technodes/src/App.jsx +++ b/Technodes/src/App.jsx @@ -5,11 +5,13 @@ import Error from "./Pages/Error"; export default function App() { return ( - - - }> - }> - - +
+ + + }> + }> + + +
); } From d7323378d260491adef4ee29c39fd9137a1ef5b1 Mon Sep 17 00:00:00 2001 From: yash suthar Date: Sun, 25 Jun 2023 09:37:09 +0530 Subject: [PATCH 2/2] defined basic colors for UI and fixed navbar --- Technodes/src/App.jsx | 2 +- Technodes/src/Pages/Home.jsx | 4 ++-- Technodes/src/components/FAQ.jsx | 2 +- Technodes/src/components/Footer.jsx | 20 ++++++++++---------- Technodes/src/components/HeroSection.jsx | 8 ++++---- Technodes/src/components/Navbar.jsx | 4 ++-- Technodes/src/components/NewsLetter.jsx | 6 +++--- Technodes/tailwind.config.js | 12 +++++++++++- 8 files changed, 34 insertions(+), 24 deletions(-) diff --git a/Technodes/src/App.jsx b/Technodes/src/App.jsx index e63beab..9fc1cc4 100644 --- a/Technodes/src/App.jsx +++ b/Technodes/src/App.jsx @@ -5,7 +5,7 @@ import Error from "./Pages/Error"; export default function App() { return ( -
+
}> diff --git a/Technodes/src/Pages/Home.jsx b/Technodes/src/Pages/Home.jsx index 373c91b..dcc6a27 100644 --- a/Technodes/src/Pages/Home.jsx +++ b/Technodes/src/Pages/Home.jsx @@ -7,13 +7,13 @@ import Footer from "../components/Footer"; function Home() { return ( - <> +
- +
); } diff --git a/Technodes/src/components/FAQ.jsx b/Technodes/src/components/FAQ.jsx index c362953..7871400 100644 --- a/Technodes/src/components/FAQ.jsx +++ b/Technodes/src/components/FAQ.jsx @@ -3,7 +3,7 @@ import React from "react"; export default function FAQ() { return (
-
+

diff --git a/Technodes/src/components/Footer.jsx b/Technodes/src/components/Footer.jsx index 4beb18f..46c4757 100644 --- a/Technodes/src/components/Footer.jsx +++ b/Technodes/src/components/Footer.jsx @@ -3,14 +3,14 @@ import React from "react"; export default function Footer() { return (
-