Skip to content

Commit b547017

Browse files
committed
Latest push
1 parent 7dd6a4d commit b547017

32 files changed

Lines changed: 20080 additions & 20080 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ yarn-error.log*
2424

2525
# Local Netlify folder
2626
.netlify
27+
28+
#VS Code files
29+
.vscode

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

package-lock.json

Lines changed: 18308 additions & 18308 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
1-
{
2-
"name": "portfolio",
3-
"version": "0.1.0",
4-
"private": true,
5-
"dependencies": {
6-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
7-
"@fortawesome/free-brands-svg-icons": "^6.4.0",
8-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
9-
"@fortawesome/react-fontawesome": "^0.2.0",
10-
"@testing-library/jest-dom": "^5.16.5",
11-
"@testing-library/react": "^13.4.0",
12-
"@testing-library/user-event": "^13.5.0",
13-
"cors": "^2.8.5",
14-
"express": "^4.18.2",
15-
"mongoose": "^7.3.1",
16-
"react": "^18.2.0",
17-
"react-circular-progressbar": "^2.1.0",
18-
"react-dom": "^18.2.0",
19-
"react-router-dom": "^6.14.0",
20-
"react-scripts": "5.0.1",
21-
"react-transition-group": "^4.4.5",
22-
"react-tsparticles": "^2.10.1",
23-
"react-visibility-sensor": "^5.1.1",
24-
"tsparticles": "^2.10.1",
25-
"typewriter-effect": "^2.20.1",
26-
"validator": "^13.9.0",
27-
"web-vitals": "^2.1.4"
28-
},
29-
"scripts": {
30-
"start": "react-scripts start",
31-
"build": "react-scripts build",
32-
"test": "react-scripts test",
33-
"eject": "react-scripts eject"
34-
},
35-
"eslintConfig": {
36-
"extends": [
37-
"react-app",
38-
"react-app/jest"
39-
]
40-
},
41-
"browserslist": {
42-
"production": [
43-
">0.2%",
44-
"not dead",
45-
"not op_mini all"
46-
],
47-
"development": [
48-
"last 1 chrome version",
49-
"last 1 firefox version",
50-
"last 1 safari version"
51-
]
52-
},
53-
"devDependencies": {
54-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
55-
"gh-pages": "^5.0.0"
56-
}
57-
}
1+
{
2+
"name": "portfolio",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"@fortawesome/fontawesome-svg-core": "^6.4.0",
7+
"@fortawesome/free-brands-svg-icons": "^6.4.0",
8+
"@fortawesome/free-solid-svg-icons": "^6.4.0",
9+
"@fortawesome/react-fontawesome": "^0.2.0",
10+
"@testing-library/jest-dom": "^5.16.5",
11+
"@testing-library/react": "^13.4.0",
12+
"@testing-library/user-event": "^13.5.0",
13+
"cors": "^2.8.5",
14+
"express": "^4.18.2",
15+
"mongoose": "^7.3.1",
16+
"react": "^18.2.0",
17+
"react-circular-progressbar": "^2.1.0",
18+
"react-dom": "^18.2.0",
19+
"react-router-dom": "^6.14.0",
20+
"react-scripts": "5.0.1",
21+
"react-transition-group": "^4.4.5",
22+
"react-tsparticles": "^2.10.1",
23+
"react-visibility-sensor": "^5.1.1",
24+
"tsparticles": "^2.10.1",
25+
"typewriter-effect": "^2.20.1",
26+
"validator": "^13.9.0",
27+
"web-vitals": "^2.1.4"
28+
},
29+
"scripts": {
30+
"start": "react-scripts start",
31+
"build": "react-scripts build",
32+
"test": "react-scripts test",
33+
"eject": "react-scripts eject"
34+
},
35+
"eslintConfig": {
36+
"extends": [
37+
"react-app",
38+
"react-app/jest"
39+
]
40+
},
41+
"browserslist": {
42+
"production": [
43+
">0.2%",
44+
"not dead",
45+
"not op_mini all"
46+
],
47+
"development": [
48+
"last 1 chrome version",
49+
"last 1 firefox version",
50+
"last 1 safari version"
51+
]
52+
},
53+
"devDependencies": {
54+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
55+
"gh-pages": "^5.0.0"
56+
}
57+
}

public/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/* /index.html 200
1+
/* /index.html 200

public/index.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<meta name="theme-color" content="#000000" />
7-
<script src="tailwind.js"></script>
8-
<meta
9-
author="Anmol Kumar Sharma"
10-
name="description"
11-
content="Web site created using create-react-app"
12-
/>
13-
<link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Kameron" rel="stylesheet"/>
14-
<link rel="icon" href="%PUBLIC_URL%/aks.png" />
15-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
16-
<link rel="stylesheet" type="text/css"/>
17-
<title>Portfolio - Anmol</title>
18-
</head>
19-
<body>
20-
<noscript>You need to enable JavaScript to run this app.</noscript>
21-
<div id="root"></div>
22-
</body>
23-
24-
</html>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta name="theme-color" content="#000000" />
7+
<script src="tailwind.js"></script>
8+
<meta
9+
author="Anmol Kumar Sharma"
10+
name="description"
11+
content="Web site created using create-react-app"
12+
/>
13+
<link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Kameron" rel="stylesheet"/>
14+
<link rel="icon" href="%PUBLIC_URL%/aks.png" />
15+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
16+
<link rel="stylesheet" type="text/css"/>
17+
<title>Portfolio - Anmol</title>
18+
</head>
19+
<body>
20+
<noscript>You need to enable JavaScript to run this app.</noscript>
21+
<div id="root"></div>
22+
</body>
23+
24+
</html>

public/manifest.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
4-
"icons": [
5-
{
6-
"src": "favicon.ico",
7-
"sizes": "64x64 32x32 24x24 16x16",
8-
"type": "image/x-icon"
9-
},
10-
{
11-
"src": "logo192.png",
12-
"type": "image/png",
13-
"sizes": "192x192"
14-
},
15-
{
16-
"src": "logo512.png",
17-
"type": "image/png",
18-
"sizes": "512x512"
19-
}
20-
],
21-
"start_url": ".",
22-
"display": "standalone",
23-
"theme_color": "#000000",
24-
"background_color": "#ffffff"
25-
}
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

public/tailwind.js

Lines changed: 210 additions & 210 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.css

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
2-
:root {
3-
--dark: #1c1c1c;
4-
}
5-
6-
7-
body {
8-
margin: 0;
9-
font-family: 'Gochi Hand', cursive;
10-
font-family: 'Kameron', serif;
11-
background-color:black;
12-
letter-spacing: 3px;
13-
font-weight: bold;
14-
}
15-
16-
/* ---- reset ---- */
17-
canvas {
18-
display: block;
19-
z-index: -50;
20-
21-
}
22-
/* ---- tsparticles container ---- */
23-
#tsparticles {
24-
z-index: -50 !important;
25-
width: 100%;
26-
height: 100%;
27-
background-color: #000000;
28-
background-repeat: no-repeat;
29-
background-size: cover;
30-
background-position: 50% 50%;
1+
2+
:root {
3+
--dark: #1c1c1c;
4+
}
5+
6+
7+
body {
8+
margin: 0;
9+
font-family: 'Gochi Hand', cursive;
10+
font-family: 'Kameron', serif;
11+
background-color:black;
12+
letter-spacing: 3px;
13+
font-weight: bold;
14+
}
15+
16+
/* ---- reset ---- */
17+
canvas {
18+
display: block;
19+
z-index: -50;
20+
21+
}
22+
/* ---- tsparticles container ---- */
23+
#tsparticles {
24+
z-index: -50 !important;
25+
width: 100%;
26+
height: 100%;
27+
background-color: #000000;
28+
background-repeat: no-repeat;
29+
background-size: cover;
30+
background-position: 50% 50%;
3131
}

src/App.js

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
import './App.css';
2-
import React from "react";
3-
import {
4-
BrowserRouter as Router,
5-
Routes,
6-
Route,
7-
} from "react-router-dom";
8-
import Navbar from './components/Navbar';
9-
import Home from './pages/Home';
10-
import About from './pages/About';
11-
import Contact from './pages/Contact';
12-
import Projects from './pages/Projects';
13-
import Skills from './pages/Skills';
14-
import Timeline from './pages/Timeline';
15-
16-
17-
function App() {
18-
19-
20-
return (
21-
<div className={`App flex flex-col md:flex-row `}>
22-
<Router>
23-
<Navbar/>
24-
<Routes>
25-
<Route index path="/" element={<Home/>}/>
26-
<Route exact path="/about" element={<About/>}/>
27-
<Route exact path="/timeline" element={<Timeline/>}/>
28-
<Route exact path="/skills" element={<Skills/>}/>
29-
<Route exact path="/projects" element={<Projects/>}/>
30-
<Route exact path="/contact" element={<Contact/>}/>
31-
</Routes>
32-
</Router>
33-
</div>
34-
);
35-
}
36-
37-
export default App;
1+
import './App.css';
2+
import React from "react";
3+
import {
4+
BrowserRouter as Router,
5+
Routes,
6+
Route,
7+
} from "react-router-dom";
8+
import Navbar from './components/Navbar';
9+
import Home from './pages/Home';
10+
import About from './pages/About';
11+
import Contact from './pages/Contact';
12+
import Projects from './pages/Projects';
13+
import Skills from './pages/Skills';
14+
import Timeline from './pages/Timeline';
15+
16+
17+
function App() {
18+
19+
20+
return (
21+
<div className={`App flex flex-col md:flex-row `}>
22+
<Router>
23+
<Navbar/>
24+
<Routes>
25+
<Route index path="/" element={<Home/>}/>
26+
<Route exact path="/about" element={<About/>}/>
27+
<Route exact path="/timeline" element={<Timeline/>}/>
28+
<Route exact path="/skills" element={<Skills/>}/>
29+
<Route exact path="/projects" element={<Projects/>}/>
30+
<Route exact path="/contact" element={<Contact/>}/>
31+
</Routes>
32+
</Router>
33+
</div>
34+
);
35+
}
36+
37+
export default App;

0 commit comments

Comments
 (0)