From dc45c67eae1fd289ca4241e571bd7c50ee3ac998 Mon Sep 17 00:00:00 2001 From: SanjayramVempati <101228879+SanjayramVempati@users.noreply.github.com> Date: Sun, 26 Mar 2023 23:00:07 -0400 Subject: [PATCH] new stuff --- src/components/Footer.astro | 47 ++++++++++++++++++------------------ src/components/Nav.astro | 16 +++++++----- src/components/NavLink.astro | 2 +- 3 files changed, 35 insertions(+), 30 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index b8b7d2b..61cf43a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,13 +7,33 @@ import logo from '../images/logo.png';
- - FlowBite Logo + + FlowBite Logo + + +
+ © 2023 Potentia Robotics™. All Rights Reserved. + +
+ + + +
-

Header

  • Link @@ -24,7 +44,6 @@ import logo from '../images/logo.png';
-

Header

  • Link @@ -35,7 +54,6 @@ import logo from '../images/logo.png';
-

Header

  • Link @@ -47,24 +65,7 @@ import logo from '../images/logo.png';
-
-
- © 2023 Potentia Robotics™. All Rights Reserved. - - -
+
diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 57bb8df..491642a 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -6,21 +6,26 @@ import NavLink from "./NavLink.astro"; ---
-
+
- Logo + Logo -
+
- - + + + +
@@ -35,7 +40,6 @@ import NavLink from "./NavLink.astro"; -
diff --git a/src/components/NavLink.astro b/src/components/NavLink.astro index 1d29da8..f086e32 100644 --- a/src/components/NavLink.astro +++ b/src/components/NavLink.astro @@ -3,6 +3,6 @@ const {href, text} = Astro.props; --- - + {text} \ No newline at end of file