Skip to content

Commit

Permalink
attempt to make a projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanderxx46 committed Feb 8, 2025
1 parent 383c437 commit 131b5f5
Show file tree
Hide file tree
Showing 46 changed files with 822 additions and 8 deletions.
13 changes: 13 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "/static/css/main.c739eb0a.css",
"main.js": "/static/js/main.49661ba7.js",
"index.html": "/index.html",
"main.c739eb0a.css.map": "/static/css/main.c739eb0a.css.map",
"main.49661ba7.js.map": "/static/js/main.49661ba7.js.map"
},
"entrypoints": [
"static/css/main.c739eb0a.css",
"static/js/main.49661ba7.js"
]
}
File renamed without changes.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="About me website made with React!"/><meta name="keywords" content="about, Xander, React"><meta property="og:title" content="About"/><meta property="og:type" content="website"/><meta property="og:url" content="http://xanderxx.xyz"/><meta property="og:image" content="favicon.ico"/><meta property="og:description" content="About me website made with React!"/><meta name="theme-color" content="#8000ff"/><link rel="manifest" href="/manifest.json"/><title>About Me!</title><script defer="defer" src="/static/js/main.49661ba7.js"></script><link href="/static/css/main.c739eb0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "About me Site",
"name": "About me website for xander",
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
Expand Down
76 changes: 72 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.5",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -19,10 +20,17 @@
"deploy": "gh-pages -b production -d build"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
13 changes: 13 additions & 0 deletions projects/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "/projects/static/css/main.afb82957.css",
"main.js": "/projects/static/js/main.4608a3da.js",
"index.html": "/projects/index.html",
"main.afb82957.css.map": "/projects/static/css/main.afb82957.css.map",
"main.4608a3da.js.map": "/projects/static/js/main.4608a3da.js.map"
},
"entrypoints": [
"static/css/main.afb82957.css",
"static/js/main.4608a3da.js"
]
}
Binary file added projects/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/projects/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="My projects!"/><meta name="keywords" content="about, Xander, React"><meta property="og:title" content="About"/><meta property="og:type" content="website"/><meta property="og:url" content="http://xanderxx.xyz"/><meta property="og:image" content="favicon.ico"/><meta property="og:description" content="My projects!"/><meta name="theme-color" content="#8000ff"/><link rel="manifest" href="/projects/manifest.json"/><title>My projects!</title><script defer="defer" src="/projects/static/js/main.4608a3da.js"></script><link href="/projects/static/css/main.afb82957.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions projects/static/css/main.afb82957.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 131b5f5

Please sign in to comment.