diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ef3cdb6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/Video.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/client/index.html b/client/index.html index a4fda6a..e6167c1 100644 --- a/client/index.html +++ b/client/index.html @@ -1,11 +1,29 @@ - - - - - - Job Finder | Find Dream Job + + + + + + Job Finder | Find Dream Job + @@ -13,4 +31,6 @@ - \ No newline at end of file + + + diff --git a/client/package-lock.json b/client/package-lock.json index 08df303..f810f9a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19,6 +19,7 @@ "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@reduxjs/toolkit": "^1.9.5", "axios": "^1.4.0", + "framer-motion": "^11.3.24", "html2canvas": "^1.4.1", "html2pdf": "^0.0.11", "html2pdf.js": "^0.10.1", @@ -3871,6 +3872,31 @@ "url": "https://github.com/sponsors/rawify" } }, + "node_modules/framer-motion": { + "version": "11.3.24", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.24.tgz", + "integrity": "sha512-kl0YI7HwAtyV0VOAWuU/rXoOS8+z5qSkMN6rZS+a9oe6fIha6SC3vjJN6u/hBpvjrg5MQNdSnqnjYxm0WYTX9g==", + "license": "MIT", + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0", + "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", diff --git a/client/package.json b/client/package.json index 3b03147..d383c8a 100644 --- a/client/package.json +++ b/client/package.json @@ -21,6 +21,7 @@ "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@reduxjs/toolkit": "^1.9.5", "axios": "^1.4.0", + "framer-motion": "^11.3.24", "html2canvas": "^1.4.1", "html2pdf": "^0.0.11", "html2pdf.js": "^0.10.1", diff --git a/client/src/App.jsx b/client/src/App.jsx index ef72717..3630fc2 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -127,12 +127,13 @@ function App() { } /> { - window.scrollTo({ top: 0, left: 0, behavior: "smooth" }); - }} - /> + className="fixed bottom-24 right-4 border rounded-full p-3 bg-white shadow-lg z-50 cursor-pointer" + size={50} + onClick={() => { + window.scrollTo({ top: 0, left: 0, behavior: "smooth" }); + }} +/> + {user &&