From 7a3780a5e1fcc5095c7f1eb8f60a3dd5446014ce Mon Sep 17 00:00:00 2001 From: Malin Date: Mon, 20 Jan 2025 12:52:53 -0500 Subject: [PATCH 1/4] Updated electrical and mechanical weekly events --- src/data/EventsDatabase.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/EventsDatabase.tsx b/src/data/EventsDatabase.tsx index 59cea5e..9107b03 100644 --- a/src/data/EventsDatabase.tsx +++ b/src/data/EventsDatabase.tsx @@ -23,8 +23,8 @@ const EVENT_INFO: EventObject[] = [ { title: 'Weekly Electrical Meeting', description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!', - date: new Date('TBD'), - time: 'TBD', + date: new Date('1/22/2025'), + time: '6:00 PM', location: 'The ideas hub (second floor of the engineering building)', weekly: true, endDate: new Date(semesterEnd) @@ -32,8 +32,8 @@ const EVENT_INFO: EventObject[] = [ { title: 'Weekly Mechanical Meeting', description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.', - date: new Date('TBD'), - time: 'TBD', + date: new Date('1/22/2025'), + time: '4:00 PM', location: 'The ideas hub (second floor of the engineering building)', weekly: true, endDate: new Date(semesterEnd) From 3fbebe94040ffd508b629d02f6e627e5f13ae698 Mon Sep 17 00:00:00 2001 From: Malin Date: Mon, 20 Jan 2025 13:14:42 -0500 Subject: [PATCH 2/4] Changes to weekly meeting events --- src/data/EventsDatabase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/EventsDatabase.tsx b/src/data/EventsDatabase.tsx index 9107b03..515d1c9 100644 --- a/src/data/EventsDatabase.tsx +++ b/src/data/EventsDatabase.tsx @@ -1,6 +1,6 @@ import { EventObject } from '../tools/CustomTypes' -const semesterEnd = '5/30/25' +const semesterEnd = '5/31/25' const EVENT_INFO: EventObject[] = [ // { From 6224550e4667a48ae3ba0074d5d6d6fbde5b47b0 Mon Sep 17 00:00:00 2001 From: Malin Date: Mon, 20 Jan 2025 13:49:52 -0500 Subject: [PATCH 3/4] fixing videos --- README.md | 4 ++++ src/assets/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6623bb4..d8b7e58 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ The only other accepted format is an empty string, meaning the date has not been There is information on changing certain data in [this README](./src/data/README.md). This includes things such as changing the photo galleries or adding new photos to them, adding to the home carousel, adding to the rocksat table, etc. ## Getting the Environment Setup +Make sure to install git lfs before cloning to properly run videos +https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage + It should be pretty simple getting the website set up on vscode. First you will need to download [Node.js](https://nodejs.org/en/). @@ -42,6 +45,7 @@ Once the newest version of `Node.js` is installed, you can install the node pack ```shell npm i + ``` Your environment should now be set up! diff --git a/src/assets/README.md b/src/assets/README.md index 03fc077..83549e5 100644 --- a/src/assets/README.md +++ b/src/assets/README.md @@ -6,4 +6,4 @@ https://www.the-qrcode-generator.com/mycodes # Business Cards https://www.canva.com/design/DAFIa-vK2lo/KOgdvUYLq0wLn9ZNdzp11Q/edit?utm_source=onboarding -https://www.canva.com/design/DAFIa-vK2lo/KOgdvUYLq0wLn9ZNdzp11Q/edit?utm_content=DAFIa-vK2lo&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton +https://www.canva.com/design/DAFIa-vK2lo/KOgdvUYLq0wLn9ZNdzp11Q/edit?utm_content=DAFIa-vK2lo&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton \ No newline at end of file From 0cd1587705c94b18ff33287e41d6c6c5fe311eef Mon Sep 17 00:00:00 2001 From: Malin Date: Mon, 20 Jan 2025 13:54:43 -0500 Subject: [PATCH 4/4] Updated the Readme document --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8b7e58..1c3888d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ There is information on changing certain data in [this README](./src/data/README ## Getting the Environment Setup Make sure to install git lfs before cloning to properly run videos + https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage