Third Commit

This commit is contained in:
2023-05-01 08:38:20 -04:00
parent 72357932a2
commit ebc3d6baa9
10 changed files with 14 additions and 14 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.b5e6f88c.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.b5e6f88c.js.map": "/static/js/main.b5e6f88c.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.b5e6f88c.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.b5e6f88c.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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -22,6 +22,6 @@ function App() {
</Router> </Router>
</div> </div>
); );
}; }
export default App; export default App;

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="/shop"> Store </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="/shop"> Store </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

@@ -20,8 +20,8 @@ export const ShopList = [
}, },
{ {
name: "Image 3", name: "Tokyo Ghoul2",
image: Image3, image: ToykoGhoul,
price: 1, price: 1,
} }
]; ];

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">Yo Buy My Shit</h1> <h1 className="shopTitle">Test Shop</h1>
<div className="shopList"> <div className="shopList">
{ShopList.map((shopItem, key) => { {ShopList.map((shopItem, key) => {
return ( return (