From 559a83b2ec15e1499566a62e011db99a2f162f6c Mon Sep 17 00:00:00 2001 From: Michelle Mei-Ling Sandford Date: Wed, 1 May 2024 01:43:32 +0000 Subject: [PATCH] Pending changes exported from your codespace --- package-lock.json | 4 +- package.json | 6 +-- src/App.jsx | 4 +- src/Components/Features.jsx | 87 ++++++++++++++++++++++++++++++++++++ src/Components/Header.jsx | 2 +- src/Components/Home.bak | 52 +++++++++++++++++++++ src/Components/Home.jsx | 25 ++--------- src/Components/Portfolio.jsx | 8 ++-- src/index.html | 2 +- 9 files changed, 155 insertions(+), 35 deletions(-) create mode 100644 src/Components/Features.jsx create mode 100644 src/Components/Home.bak diff --git a/package-lock.json b/package-lock.json index 684d563..354e49b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "educator-js-codespace-template", + "name": "CWB Hackathon App", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "educator-js-codespace-template", + "name": "CWB Hackathon App", "version": "1.0.0", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 8682a1f..2a09d02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "CWB Hackathon App", "version": "1.0.0", - "description": "Educator JS Codespace Template", + "description": "CWB Hackathon App", "source": "src/index.html", "homepage": "https://codess-aus.github.io/CWBHackathonApp/", "scripts": { @@ -13,12 +13,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/microsoft/codespaces-teaching-template-js.git" + "url": "git+https://github.com/codess-aus/CWBHackathonApp.git" }, "author": "Microsoft", "license": "ISC", "bugs": { - "url": "https://github.com/microsoft/codespaces-teaching-template-js/issues" + "url": "https://github.com/codess-aus/CWBHackathonApp/issues" }, "dependencies": { "react": "^18.2.0", diff --git a/src/App.jsx b/src/App.jsx index b952091..4f25f0f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,7 +10,7 @@ import About from "./Components/About"; import Footer from "./Components/Footer"; import Header from "./Components/Header"; import Home from "./Components/Home"; -import Portfolio from "./Components/Portfolio"; +import Features from "./Components/Features"; import "./styles.css"; @@ -44,7 +44,7 @@ const App = () => {
- +