Add files via upload

Third  Commit
This commit is contained in:
Dev EhChad
2023-05-01 08:52:34 -04:00
committed by GitHub
parent 5f1a55f931
commit 1527b5c20a
20 changed files with 706 additions and 616 deletions

View File

@@ -1,7 +1,7 @@
{ {
"files": { "files": {
"main.css": "/static/css/main.57ed8be6.css", "main.css": "/static/css/main.57ed8be6.css",
"main.js": "/static/js/main.7cad1801.js", "main.js": "/static/js/main.46d3a67e.js",
"static/js/787.6d38311e.chunk.js": "/static/js/787.6d38311e.chunk.js", "static/js/787.6d38311e.chunk.js": "/static/js/787.6d38311e.chunk.js",
"static/media/Tokyo-Ghoul-Wallpaper-For-PC.jpg": "/static/media/Tokyo-Ghoul-Wallpaper-For-PC.3a4eb3e1677a0231dbb6.jpg", "static/media/Tokyo-Ghoul-Wallpaper-For-PC.jpg": "/static/media/Tokyo-Ghoul-Wallpaper-For-PC.3a4eb3e1677a0231dbb6.jpg",
"static/media/1132066.jpg": "/static/media/1132066.830e0815c15f9fb74063.jpg", "static/media/1132066.jpg": "/static/media/1132066.830e0815c15f9fb74063.jpg",
@@ -11,11 +11,11 @@
"static/media/shityourself.jpg": "/static/media/shityourself.4d8b9defaa102373e6c7.jpg", "static/media/shityourself.jpg": "/static/media/shityourself.4d8b9defaa102373e6c7.jpg",
"index.html": "/index.html", "index.html": "/index.html",
"main.57ed8be6.css.map": "/static/css/main.57ed8be6.css.map", "main.57ed8be6.css.map": "/static/css/main.57ed8be6.css.map",
"main.7cad1801.js.map": "/static/js/main.7cad1801.js.map", "main.46d3a67e.js.map": "/static/js/main.46d3a67e.js.map",
"787.6d38311e.chunk.js.map": "/static/js/787.6d38311e.chunk.js.map" "787.6d38311e.chunk.js.map": "/static/js/787.6d38311e.chunk.js.map"
}, },
"entrypoints": [ "entrypoints": [
"static/css/main.57ed8be6.css", "static/css/main.57ed8be6.css",
"static/js/main.7cad1801.js" "static/js/main.46d3a67e.js"
] ]
} }

View File

@@ -1 +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="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.7cad1801.js"></script><link href="/static/css/main.57ed8be6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> <!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="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.46d3a67e.js"></script><link href="/static/css/main.57ed8be6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,80 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @mui/styled-engine v5.12.0
*
* @license MIT
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @remix-run/router v1.6.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/**
* React Router DOM v6.11.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/**
* React Router v6.11.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

File diff suppressed because one or more lines are too long

View File

@@ -17,14 +17,14 @@ function Navbar() {
<img src={Logo} /> <img src={Logo} />
<div className='hiddenLinks'> <div className='hiddenLinks'>
<Link to="/"> Home </Link> <Link to="/"> Home </Link>
<Link to="/menu"> Shop </Link> <Link to="/shop"> Shop </Link>
<Link to="/about"> About </Link> <Link to="/about"> About </Link>
<Link to="/contact"> Contact </Link> <Link to="/contact"> Contact </Link>
</div> </div>
</div> </div>
<div className='rightSide'> <div className='rightSide'>
<Link to="/"> Home </Link> <Link to="/"> Home </Link>
<Link to="/menu"> Shop </Link> <Link to="/shop"> Shop </Link>
<Link to="/about"> About </Link> <Link to="/about"> About </Link>
<Link to="/contact"> Contact </Link> <Link to="/contact"> Contact </Link>
<button onClick={toggleNavbar}> <button onClick={toggleNavbar}>

View File

@@ -18,4 +18,10 @@ export const ShopList = [
image: Image3, image: Image3,
price: 1, price: 1,
}, },
{
name: "Tokyo Ghoul2",
image: ToykoGhoul,
price: 1,
}
]; ];

View File

@@ -9,7 +9,7 @@ function Home() {
<div className="headerContainer"> <div className="headerContainer">
<h1> Chad's Test Website </h1> <h1> Chad's Test Website </h1>
<p> This is kinda fun</p> <p> This is kinda fun</p>
<Link to='menu'> <Link to='shop'>
<button> This is a button </button> <button> This is a button </button>
</Link> </Link>
</div> </div>

View File

@@ -6,7 +6,7 @@ import "../styles/Shop.css";
function Shop() { function Shop() {
return ( return (
<div className="shop"> <div className="shop">
<h1 className="shopTitle">My Menu</h1> <h1 className="shopTitle">Test Shop</h1>
<div className="shopList"> <div className="shopList">
{ShopList.map((shopItem, key) => { {ShopList.map((shopItem, key) => {
return ( return (