diff --git a/frontend/src/App.jsx b/frontend/src/App.js similarity index 65% rename from frontend/src/App.jsx rename to frontend/src/App.js index ffe41c3..94a3a58 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.js @@ -1,13 +1,10 @@ import './App.css'; import { Routes, Route } from "react-router-dom" import Layout from './components/Layout'; -import Home from "./components/landing/Home.jsx" -import About from './components/About.jsx'; -import Internship from './components/Internships/Internship'; -import Footer from './components/Footer'; -import Services from './components/landing/Services'; -import Navbar from './components/Navbar'; -import InternshipDetails from './components/Internships/InternshipDetails'; +import Home from "./components/home/Home" +import About from './components/About'; +import Internship from './components/internships/Internship'; +import InternshipDetails from './components/internships/InternshipDetails'; import Accomplishment from './verify/Accomplishment'; diff --git a/frontend/src/components/About.jsx b/frontend/src/components/About.js similarity index 84% rename from frontend/src/components/About.jsx rename to frontend/src/components/About.js index ed2e84c..efab6f4 100644 --- a/frontend/src/components/About.jsx +++ b/frontend/src/components/About.js @@ -5,7 +5,6 @@ const About = () => { return (
- About
) diff --git a/frontend/src/components/Footer.js b/frontend/src/components/Footer.js new file mode 100644 index 0000000..20bbe0b --- /dev/null +++ b/frontend/src/components/Footer.js @@ -0,0 +1,50 @@ +import React from 'react' +import { BsTwitter } from 'react-icons/bs' +import { FaFacebook } from 'react-icons/fa' +import { BsLinkedin } from 'react-icons/bs' +import { BsYoutube } from 'react-icons/bs' +import img from '../images/codebooter.png' +import { Link } from 'react-router-dom' + +const Footer = () => { + return ( + <> +
+ +
+ +
+
+ Community
+ About WEP
+ Partners
+
+ +
+ Newsletter
+ Events
+ Disclaimer
+
+ +
+ FAQ's
+ Feedback
+
+ +
+
+
+
+
+
+
+ +
+ © 2023 CodeBooter Website. All rights reserved. +
+ + + ) +} + +export default Footer \ No newline at end of file diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx deleted file mode 100644 index 11808d3..0000000 --- a/frontend/src/components/Footer.jsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' - -const Footer = () => { - return ( -
- © 2023 CodeBooter -
- ) -} - -export default Footer \ No newline at end of file diff --git a/frontend/src/components/Internships/Internship.jsx b/frontend/src/components/Internships/Internship.jsx deleted file mode 100644 index e0d66a5..0000000 --- a/frontend/src/components/Internships/Internship.jsx +++ /dev/null @@ -1,16 +0,0 @@ -import React from 'react' -import { Link } from 'react-router-dom' - -const Internship = () => { - return ( -
-
- Internship - Internship - Internship -
-
- ) -} - -export default Internship \ No newline at end of file diff --git a/frontend/src/components/Layout.jsx b/frontend/src/components/Layout.js similarity index 68% rename from frontend/src/components/Layout.jsx rename to frontend/src/components/Layout.js index 90965e5..cac849d 100644 --- a/frontend/src/components/Layout.jsx +++ b/frontend/src/components/Layout.js @@ -1,13 +1,12 @@ import React from 'react' import {Outlet} from "react-router-dom" -import Navbar from './Navbar.jsx' -import Footer from './Footer.jsx' +import Navbar from './Navbar' +import Footer from './Footer' const Layout = () => { return ( -
diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.js similarity index 71% rename from frontend/src/components/Navbar.jsx rename to frontend/src/components/Navbar.js index cb1ac47..8e67ef4 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.js @@ -10,24 +10,24 @@ function Navbar() { const activeStyles = { fontWeight: "bold", textDecoration: "underline", - color: "#FFA8A8" + color: "#ff8ba8" } return ( -
+
- + - CodeBooter + CodeBooter
- isActive ? activeStyles : null}> - isActive ? activeStyles : null}> - isActive ? activeStyles : null}> - isActive ? activeStyles : null}> - diff --git a/frontend/src/components/home/1.png b/frontend/src/components/home/1.png new file mode 100644 index 0000000..b6b7c47 Binary files /dev/null and b/frontend/src/components/home/1.png differ diff --git a/frontend/src/components/home/2.png b/frontend/src/components/home/2.png new file mode 100644 index 0000000..14082e8 Binary files /dev/null and b/frontend/src/components/home/2.png differ diff --git a/frontend/src/components/home/3.png b/frontend/src/components/home/3.png new file mode 100644 index 0000000..c3ce570 Binary files /dev/null and b/frontend/src/components/home/3.png differ diff --git a/frontend/src/components/home/4.png b/frontend/src/components/home/4.png new file mode 100644 index 0000000..0af211c Binary files /dev/null and b/frontend/src/components/home/4.png differ diff --git a/frontend/src/components/Contact.jsx b/frontend/src/components/home/Contact.js similarity index 71% rename from frontend/src/components/Contact.jsx rename to frontend/src/components/home/Contact.js index 58807f0..5e22b06 100644 --- a/frontend/src/components/Contact.jsx +++ b/frontend/src/components/home/Contact.js @@ -4,12 +4,15 @@ import { motion } from "framer-motion" const Contact = () => { return ( -
+
-

+ Contact -

-

Submit the form below to get in touch with us

+ +

Submit the form to get in touch with us

@@ -17,19 +20,19 @@ const Contact = () => { type="text" name="name" placeholder="Enter your Name" - className="p-2 bg-transparent border-2 rounded-md text-white focus:outline-none hover:scale-110 duration-100" + className="p-2 bg-transparent border-2 rounded-md text-white" />