Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuxuan-Zhang-Dexter committed Dec 7, 2024
0 parents commit a882c0e
Show file tree
Hide file tree
Showing 34 changed files with 239 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python-related
__pycache__/
game_arena_venv/

# Editor configurations
.vscode/
29 changes: 29 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"files": {
"main.css": "/react-gh-pages/static/css/main.1c60fbae.css",
"main.js": "/react-gh-pages/static/js/main.69f0aa92.js",
"static/js/453.e714295e.chunk.js": "/react-gh-pages/static/js/453.e714295e.chunk.js",
"static/media/blog1.png": "/react-gh-pages/static/media/blog1.224a5f52acfa6a2c43dd.png",
"static/media/blog2.jpg": "/react-gh-pages/static/media/blog2.97bad8b8d4b06a02c79e.jpg",
"static/media/bg1.jpg": "/react-gh-pages/static/media/bg1.3fbf53906d5af7783b87.jpg",
"static/media/bg2.jpg": "/react-gh-pages/static/media/bg2.c6f24337f02bf6ba22fb.jpg",
"static/media/bg3.jpg": "/react-gh-pages/static/media/bg3.3cc8d9d94f19fd132bd5.jpg",
"static/media/ak1.png": "/react-gh-pages/static/media/ak1.ad86c0867222dd8e4fd2.png",
"static/media/b2.jpg": "/react-gh-pages/static/media/b2.d67c1260ad84c05d6c3a.jpg",
"static/media/b4.jpg": "/react-gh-pages/static/media/b4.5ef9493b4b08856741de.jpg",
"static/media/blog3.jpg": "/react-gh-pages/static/media/blog3.b976d74f5af8ee3f2a7f.jpg",
"static/media/b3.jpg": "/react-gh-pages/static/media/b3.690adc4c59bca914b773.jpg",
"static/media/slick.svg": "/react-gh-pages/static/media/slick.2630a3e3eab21c607e21.svg",
"static/media/slick.eot": "/react-gh-pages/static/media/slick.a4e97f5a2a64f0ab1323.eot",
"static/media/slick.ttf": "/react-gh-pages/static/media/slick.c94f7671dcc99dce43e2.ttf",
"static/media/slick.woff": "/react-gh-pages/static/media/slick.295183786cd8a1389865.woff",
"index.html": "/react-gh-pages/index.html",
"main.1c60fbae.css.map": "/react-gh-pages/static/css/main.1c60fbae.css.map",
"main.69f0aa92.js.map": "/react-gh-pages/static/js/main.69f0aa92.js.map",
"453.e714295e.chunk.js.map": "/react-gh-pages/static/js/453.e714295e.chunk.js.map"
},
"entrypoints": [
"static/css/main.1c60fbae.css",
"static/js/main.69f0aa92.js"
]
}
9 changes: 9 additions & 0 deletions blogs/blog1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Blog Title

This is the content of the blog. You can add **bold text**, _italic text_, or even:

- Bullet points
- Lists
- Images: ![alt text](image-url)

[Links](https://example.com) are supported too.
9 changes: 9 additions & 0 deletions blogs/blog2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Blog Title

This is the content of the blog. You can add **bold text**, _italic text_, or even:

- Bullet points
- Lists
- Images: ![alt text](image-url)

[Links](https://example.com) are supported too.
9 changes: 9 additions & 0 deletions blogs/blog3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Blog Title

This is the content of the blog. You can add **bold text**, _italic text_, or even:

- Bullet points
- Lists
- Images: ![alt text](image-url)

[Links](https://example.com) are supported too.
Binary file added favicon.ico
Binary file not shown.
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="/react-gh-pages/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/react-gh-pages/logo192.png"/><link rel="manifest" href="/react-gh-pages/manifest.json"/><title>React App</title><script defer="defer" src="/react-gh-pages/static/js/main.69f0aa92.js"></script><link href="/react-gh-pages/static/css/main.1c60fbae.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added logo192.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 logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
8 changes: 8 additions & 0 deletions src/backend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# .env
DB_HOST=localhost
DB_PORT=5432
DB_USER=your_username
DB_PASSWORD=your_password
DB_NAME=your_database
FLASK_APP=app.py
FLASK_ENV=development
Binary file added src/components/Sections/.AboutUs.jsx.swp
Binary file not shown.
2 changes: 2 additions & 0 deletions static/css/main.1c60fbae.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.1c60fbae.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/453.e714295e.chunk.js

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

1 change: 1 addition & 0 deletions static/js/453.e714295e.chunk.js.map

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

3 changes: 3 additions & 0 deletions static/js/main.69f0aa92.js

Large diffs are not rendered by default.

Loading

0 comments on commit a882c0e

Please sign in to comment.