Skip to content

Commit afbe184

Browse files
committed
transfer
1 parent 22a4503 commit afbe184

File tree

225 files changed

+59834
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+59834
-2
lines changed

.DS_Store

8 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 2 deletions

package-lock.json

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

package.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"name": "jonsportfolio",
3+
"version": "0.1.0",
4+
"homepage": "https://mathcodes.github.io/JonChristie2022/",
5+
"private": true,
6+
"dependencies": {
7+
"@material-ui/core": "^4.12.2",
8+
"@material-ui/icons": "^4.11.2",
9+
"@testing-library/jest-dom": "^5.11.4",
10+
"@testing-library/react": "^11.1.0",
11+
"@testing-library/user-event": "^12.1.10",
12+
"axios": "^0.21.1",
13+
"gh-pages": "^3.2.3",
14+
"react": "^17.0.2",
15+
"react-dom": "^17.0.2",
16+
"react-fast-marquee": "^1.2.1",
17+
"react-helmet": "^6.1.0",
18+
"react-icons": "^4.2.0",
19+
"react-reveal": "^1.2.2",
20+
"react-router-dom": "^5.2.0",
21+
"react-router-hash-link": "^2.4.3",
22+
"react-scripts": "^4.0.3",
23+
"react-slick": "^0.28.1",
24+
"slick-carousel": "^1.8.1",
25+
"validator": "^13.6.0",
26+
"web-vitals": "^1.0.1"
27+
},
28+
"scripts": {
29+
"predeploy": "npm run build",
30+
"deploy": "gh-pages -d build",
31+
"start": "react-scripts start",
32+
"build": "react-scripts build",
33+
"test": "react-scripts test",
34+
"eject": "react-scripts eject"
35+
},
36+
"eslintConfig": {
37+
"extends": [
38+
"react-app",
39+
"react-app/jest"
40+
]
41+
},
42+
"browserslist": {
43+
"production": [
44+
">0.2%",
45+
"not dead",
46+
"not op_mini all"
47+
],
48+
"development": [
49+
"last 1 chrome version",
50+
"last 1 firefox version",
51+
"last 1 safari version"
52+
]
53+
}
54+
}

public/_redirects

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

public/favicon.ico

4.19 KB
Binary file not shown.

public/favicon.png

237 KB

public/favicon512.png

237 KB

public/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta name="theme-color" content="#000000" />
8+
<meta name="description" content="Portfolio Website" />
9+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png" />
10+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
11+
12+
13+
<title>Portfolio</title>
14+
</head>
15+
<body>
16+
<noscript>You need to enable JavaScript to run this app.</noscript>
17+
<div id="root"></div>
18+
19+
</body>
20+
</html>

public/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "Developer Portfolio",
3+
"name": "Developer Portfolio template by hhhrrrttt222111",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "favicon.png",
12+
"type": "image/png",
13+
"sizes": "64x64"
14+
},
15+
{
16+
"src": "favicon512.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+
}

0 commit comments

Comments
 (0)