From 5dcdbed0c0aa55fa0a2cdbb121e080c09701e611 Mon Sep 17 00:00:00 2001 From: floatsinkfc Date: Tue, 16 Jan 2024 17:15:27 -0600 Subject: [PATCH 1/4] Maybe fix for safari --- src/assets/skyline.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/skyline.astro b/src/assets/skyline.astro index 59111a2..982e4d0 100644 --- a/src/assets/skyline.astro +++ b/src/assets/skyline.astro @@ -1,6 +1,6 @@ --- --- - + From ecf08ede9310efdcb7cb90fa39546c1997341f05 Mon Sep 17 00:00:00 2001 From: floatsinkfc Date: Tue, 16 Jan 2024 18:39:24 -0600 Subject: [PATCH 2/4] Fixed svg not appearing on safari --- src/assets/skyline.astro | 65 +++++++++++++++++++++------------------ src/components/hero.astro | 2 +- 2 files changed, 36 insertions(+), 31 deletions(-) diff --git a/src/assets/skyline.astro b/src/assets/skyline.astro index 982e4d0..5a4e03d 100644 --- a/src/assets/skyline.astro +++ b/src/assets/skyline.astro @@ -1,33 +1,38 @@ --- --- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/hero.astro b/src/components/hero.astro index 063a1ac..8394019 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -1,4 +1,4 @@ -
+
From f0245c286463450cde1be9a02639cb390215174b Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 25 Jan 2024 16:07:22 -0600 Subject: [PATCH 3/4] updated calendar --- src/components/Schedule.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Schedule.tsx b/src/components/Schedule.tsx index 486fd7c..2381969 100644 --- a/src/components/Schedule.tsx +++ b/src/components/Schedule.tsx @@ -17,6 +17,10 @@ const schedulingData = [ time: "4:00 pm - 5:00 pm", title: "‘Creating a Basic Web App’ Workshop with John Deere", }, + { + time: "4:00 pm - 5:30 pm", + title: "Resume Review Workshop with CAT", + }, { time: "4:00 pm - 5:30 pm", title: "Brainstorm Project Ideas with Mentors", @@ -27,15 +31,11 @@ const schedulingData = [ }, { time: "5:00 pm - 6:00 pm", - title: "Resume Review with CAT", - }, - { - time: "6:00 pm - 7:00 pm", - title: "‘How to Use ChatGPT as your Backend’ with CAT", + title: "Interviewing Tips and Tricks from Abbvie", }, { time: "6:00 pm - 7:00 pm", - title: "Interviewing Tips and Tricks from Abbvie", + title: "Intro to API Workshop with CAT", }, { time: "7:00 pm - 8:00 pm", From 978c639c045bdf6bde4b3454a4f49e667d42bcb5 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 25 Jan 2024 16:12:38 -0600 Subject: [PATCH 4/4] fixed time for CAT event --- src/components/Schedule.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Schedule.tsx b/src/components/Schedule.tsx index 2381969..e802241 100644 --- a/src/components/Schedule.tsx +++ b/src/components/Schedule.tsx @@ -18,7 +18,7 @@ const schedulingData = [ title: "‘Creating a Basic Web App’ Workshop with John Deere", }, { - time: "4:00 pm - 5:30 pm", + time: "4:00 pm - 5:00 pm", title: "Resume Review Workshop with CAT", }, {