From 624ffe679f54df011e99990bc14e4a260a7c5ab5 Mon Sep 17 00:00:00 2001 From: ZDNCH Date: Fri, 5 Jul 2024 18:48:12 +0700 Subject: [PATCH 01/11] SUBMIT --- .gitignore | 2 +- package-lock.json | 31 +++++++---- public/index.html | 10 ++-- src/App.js | 2 - src/Assets/Soumyajit_Behera-BIT_MESRA.pdf | Bin 49681 -> 0 bytes src/components/About/About.js | 3 -- src/components/About/AboutCard.js | 18 +++---- src/components/About/Github.js | 22 -------- src/components/About/Techstack.js | 19 ------- src/components/About/Toolstack.js | 4 +- src/components/Footer.js | 6 +-- src/components/Home/Home.js | 2 +- src/components/Home/Home2.js | 4 +- src/components/Home/Type.js | 3 +- src/components/Navbar.js | 26 +-------- src/components/Projects/ProjectCards.js | 4 +- src/components/Projects/Projects.js | 61 ++-------------------- src/components/Resume/ResumeNew.js | 56 -------------------- 18 files changed, 48 insertions(+), 225 deletions(-) delete mode 100644 src/Assets/Soumyajit_Behera-BIT_MESRA.pdf delete mode 100644 src/components/About/Github.js delete mode 100644 src/components/Resume/ResumeNew.js diff --git a/.gitignore b/.gitignore index 9d7b84cf89..dc24f05655 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,4 @@ yarn-error.log* .eslintcache Server/node_modules -Server/config.js \ No newline at end of file +Server/config.jsnode_modules diff --git a/package-lock.json b/package-lock.json index 3fb122f4a3..d57551fcf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5024,13 +5024,24 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001317", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001317.tgz", - "integrity": "sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } + "version": "1.0.30001640", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001640.tgz", + "integrity": "sha512-lA4VMpW0PSUrFnkmVuEKBUovSWKhj7puyCg8StBChgu298N1AtuF1sKWEvfDuimSEDbhlb/KqPKC3fs1HbuQUA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", @@ -18914,9 +18925,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001317", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001317.tgz", - "integrity": "sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ==" + "version": "1.0.30001640", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001640.tgz", + "integrity": "sha512-lA4VMpW0PSUrFnkmVuEKBUovSWKhj7puyCg8StBChgu298N1AtuF1sKWEvfDuimSEDbhlb/KqPKC3fs1HbuQUA==" }, "case-sensitive-paths-webpack-plugin": { "version": "2.4.0", diff --git a/public/index.html b/public/index.html index 9a1d8bdd82..151fe0b6a7 100644 --- a/public/index.html +++ b/public/index.html @@ -3,16 +3,16 @@ - + - S0umyajit | Portfolio + ZDNCH | Portfolio - + @@ -20,14 +20,14 @@ - + - + diff --git a/src/App.js b/src/App.js index f080c888b1..3fe19ffb0f 100644 --- a/src/App.js +++ b/src/App.js @@ -5,7 +5,6 @@ import Home from "./components/Home/Home"; import About from "./components/About/About"; import Projects from "./components/Projects/Projects"; import Footer from "./components/Footer"; -import Resume from "./components/Resume/ResumeNew"; import { BrowserRouter as Router, Route, @@ -38,7 +37,6 @@ function App() { } /> } /> } /> - } /> } />