Skip to content

Commit

Permalink
Upload: Hemang Yadav's Portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemerik authored May 18, 2024
1 parent 9b0e16e commit 4b90d78
Show file tree
Hide file tree
Showing 98 changed files with 3,870 additions and 0 deletions.
Empty file added HEMANG YADAV/src/App.css
Empty file.
28 changes: 28 additions & 0 deletions HEMANG YADAV/src/App.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import "./App.css";
import { BrowserRouter, Routes, Route } from "react-router-dom";
import Home from "./pages/Home";
import ActiveSectionContextProvider from "./context/active-section-context";
import ThemeContextProvider from "./context/theme-context";
import LanguageContextProvider from "./context/language-context";

function App() {
return (
<>
<BrowserRouter>
<ThemeContextProvider>
<LanguageContextProvider>
<ActiveSectionContextProvider>
<Routes>
<Route path="/" element={<Home />}></Route>
<Route path="/imprint" element={<Home />}></Route>
<Route path="/privacy" element={<Home />}></Route>
</Routes>
</ActiveSectionContextProvider>
</LanguageContextProvider>
</ThemeContextProvider>
</BrowserRouter>
</>
);
}

export default App;
Binary file added HEMANG YADAV/src/assets/fonts/font1.woff2
Binary file not shown.
Binary file added HEMANG YADAV/src/assets/fonts/font2.woff2
Binary file not shown.
Binary file added HEMANG YADAV/src/assets/fonts/font3.woff2
Binary file not shown.
Binary file added HEMANG YADAV/src/assets/fonts/font4.woff2
Binary file not shown.
Binary file added HEMANG YADAV/src/assets/icons/aboutmeicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions HEMANG YADAV/src/assets/icons/adobexdicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions HEMANG YADAV/src/assets/icons/apiicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HEMANG YADAV/src/assets/icons/asciiiicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions HEMANG YADAV/src/assets/icons/axiosicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HEMANG YADAV/src/assets/icons/blogsicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions HEMANG YADAV/src/assets/icons/boostrapicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HEMANG YADAV/src/assets/icons/c++icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions HEMANG YADAV/src/assets/icons/canvaicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions HEMANG YADAV/src/assets/icons/car-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HEMANG YADAV/src/assets/icons/cdp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions HEMANG YADAV/src/assets/icons/cssicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HEMANG YADAV/src/assets/icons/discordapiicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HEMANG YADAV/src/assets/icons/discordjsicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HEMANG YADAV/src/assets/icons/expressicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b90d78

Please sign in to comment.