diff --git a/public/images/hero1.png b/public/images/hero1.png new file mode 100644 index 0000000..bc2d352 Binary files /dev/null and b/public/images/hero1.png differ diff --git a/public/images/hero2.png b/public/images/hero2.png new file mode 100644 index 0000000..6cd8129 Binary files /dev/null and b/public/images/hero2.png differ diff --git a/src/assets/images/Christmas stars.png b/src/assets/images/Christmas stars.png new file mode 100644 index 0000000..ab3aae0 Binary files /dev/null and b/src/assets/images/Christmas stars.png differ diff --git a/src/assets/images/Website_Team/JaneDoe.png b/src/assets/images/Website_Team/JaneDoe.png deleted file mode 100644 index f0a4db1..0000000 Binary files a/src/assets/images/Website_Team/JaneDoe.png and /dev/null differ diff --git a/src/assets/images/Website_Team/JayTrivedi.png b/src/assets/images/Website_Team/JayTrivedi.png index f493286..b389201 100644 Binary files a/src/assets/images/Website_Team/JayTrivedi.png and b/src/assets/images/Website_Team/JayTrivedi.png differ diff --git a/src/assets/images/Website_Team/JohnDoe.png b/src/assets/images/Website_Team/JohnDoe.png deleted file mode 100644 index 1060ccb..0000000 Binary files a/src/assets/images/Website_Team/JohnDoe.png and /dev/null differ diff --git a/src/assets/images/Website_Team/JoshDoe.png b/src/assets/images/Website_Team/JoshDoe.png deleted file mode 100644 index c728ffd..0000000 Binary files a/src/assets/images/Website_Team/JoshDoe.png and /dev/null differ diff --git a/src/components/AboutUs/index.jsx b/src/components/AboutUs/index.jsx index 7b9fafc..4d36d6a 100644 --- a/src/components/AboutUs/index.jsx +++ b/src/components/AboutUs/index.jsx @@ -158,10 +158,10 @@ export default function AboutSection() { <>
-
+

{name}

diff --git a/src/components/WebsiteTeam/index.jsx b/src/components/WebsiteTeam/index.jsx index 19d026f..f7b5488 100644 --- a/src/components/WebsiteTeam/index.jsx +++ b/src/components/WebsiteTeam/index.jsx @@ -46,7 +46,7 @@ function WebsiteTeam() {
-
+
Special Thanks @@ -73,7 +73,7 @@ function WebsiteTeam() {
-
+
{teamMembers.slice(0, 2)}
diff --git a/src/pages/Home/Home.css b/src/pages/Home/Home.css new file mode 100644 index 0000000..6ca6e7e --- /dev/null +++ b/src/pages/Home/Home.css @@ -0,0 +1,47 @@ +/* Base Bubble Style */ +.bubble { + position: absolute; + background: white; + border-radius: 50%; + opacity: 0.7; + animation: float 6s infinite ease-in-out; + z-index: -1; +} + +/* Bubble Sizes and Positions */ +.bubble1 { + width: 60px; + height: 60px; + top: 20%; + left: 10%; + animation-delay: 0s; +} + +.bubble2 { + width: 100px; + height: 100px; + top: 35%; + left: 40%; + animation-delay: 2s; +} + +.bubble3 { + width: 60px; + height: 60px; + top: 70%; + left: 80%; + animation-delay: 4s; +} + +/* Floating Animation */ +@keyframes float { + 0% { + transform: translateY(0) translateX(0); + } + 50% { + transform: translateY(-30px) translateX(20px); + } + 100% { + transform: translateY(0) translateX(0); + } +} diff --git a/src/pages/Home/index.jsx b/src/pages/Home/index.jsx index 7083143..7102c52 100644 --- a/src/pages/Home/index.jsx +++ b/src/pages/Home/index.jsx @@ -8,6 +8,8 @@ import TeamMember from "../Teams/TeamMember"; import teamMembersData from "../Teams/teamsdata.json"; import Heading from "@/components/Heading"; import WebsiteTeam from "@/components/WebsiteTeam"; +import stars from "@/assets/images/Christmas stars.png"; +import "./Home.css"; function Home() { const { setCursorVariantText, setCursorVariantDefault } = @@ -16,7 +18,26 @@ function Home() { return (
-
+
+ codex-team - laser lock + codex guest session +
+
+
+
+
- Coding Club + Embracing Coding Culture
+
+ Learn + star-icon + Code + star-icon + Collaborate + star-icon + Build + star-icon + Solve + star-icon +