Skip to content

Commit

Permalink
Revert "Contact page"
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilHarshh authored May 25, 2024
1 parent 8b32d0f commit 3179cc2
Show file tree
Hide file tree
Showing 28 changed files with 1,983 additions and 1,644 deletions.
Binary file removed client/dist/assets/codewave-b6bf4c85.png
Binary file not shown.
Binary file removed client/dist/assets/facebook-2f54914b.png
Binary file not shown.
Binary file removed client/dist/assets/google-b9f2dce9.png
Binary file not shown.
Binary file removed client/dist/assets/hero-39b48dbc.png
Binary file not shown.
207 changes: 0 additions & 207 deletions client/dist/assets/index-ae5751a1.js

This file was deleted.

1 change: 0 additions & 1 deletion client/dist/assets/index-dc009329.css

This file was deleted.

Binary file removed client/dist/assets/instagram-496c0b62.png
Binary file not shown.
Binary file removed client/dist/assets/job-7a3982a9.jpg
Binary file not shown.
Binary file removed client/dist/assets/linkedin-7dcbc614.png
Binary file not shown.
Binary file removed client/dist/assets/office-095f6b2e.jpg
Binary file not shown.
Binary file removed client/dist/assets/spotify-a4ba38da.png
Binary file not shown.
Binary file removed client/dist/assets/twitter-e6ca9110.png
Binary file not shown.
Binary file removed client/dist/assets/userprofile-028bf096.png
Binary file not shown.
Binary file removed client/dist/assets/whatsapp-e4e23ecf.png
Binary file not shown.
Binary file removed client/dist/assets/youtube-558740da.png
Binary file not shown.
15 changes: 0 additions & 15 deletions client/dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion client/dist/vite.svg

This file was deleted.

5 changes: 4 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Job Finder | Find Dream Job</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>

</html>
2,992 changes: 1,830 additions & 1,162 deletions client/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
13 changes: 0 additions & 13 deletions client/public/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import About from "./components/About/About";

import { useEffect, useState } from "react";
import Loader from "./components/Loader";
import Contact from "./components/Contact/contact";

function Layout() {
const { user } = useSelector((state) => state.user);
Expand Down Expand Up @@ -57,8 +56,6 @@ function App() {
<Routes>
<Route element={<Layout />}>
<Route element={<About />} path="/about" />
<Route element={<Contact />} path="/contact-us" />

<Route
path='/'
element={
Expand Down
62 changes: 0 additions & 62 deletions client/src/components/Contact/Contact.jsx

This file was deleted.

Loading

0 comments on commit 3179cc2

Please sign in to comment.