From fa086b937075d9aa2de3ca83e60bbdb774f13a6c Mon Sep 17 00:00:00 2001 From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:56:21 -0800 Subject: [PATCH] Revert "Merge branch 'mgr8/teams' into mig/index" This reverts commit e218f8f001030decd05fe0d2d4db4ed71d4c803e, reversing changes made to e6e1704b154886d982ac844d4dc5d7fe8abeefeb. --- src/lib/components/block/block.svelte | 35 ----------- src/lib/legacy/path-section.svelte | 91 --------------------------- src/lib/legacy/text-alignment.ts | 5 -- src/routes/teams/+page.svelte | 65 ------------------- 4 files changed, 196 deletions(-) delete mode 100644 src/lib/components/block/block.svelte delete mode 100644 src/lib/legacy/path-section.svelte delete mode 100644 src/lib/legacy/text-alignment.ts delete mode 100644 src/routes/teams/+page.svelte diff --git a/src/lib/components/block/block.svelte b/src/lib/components/block/block.svelte deleted file mode 100644 index 5cd68e4f2..000000000 --- a/src/lib/components/block/block.svelte +++ /dev/null @@ -1,35 +0,0 @@ - - -
-
- - -
-
- - diff --git a/src/lib/legacy/path-section.svelte b/src/lib/legacy/path-section.svelte deleted file mode 100644 index 38840a851..000000000 --- a/src/lib/legacy/path-section.svelte +++ /dev/null @@ -1,91 +0,0 @@ - - -
- {#if info !== undefined} -
- {`acm${info.title} -
-

- - - {info.title} - - Team - -

- -
-
- {/if} -
- - diff --git a/src/lib/legacy/text-alignment.ts b/src/lib/legacy/text-alignment.ts deleted file mode 100644 index e2364031b..000000000 --- a/src/lib/legacy/text-alignment.ts +++ /dev/null @@ -1,5 +0,0 @@ -export enum TextAlignment { - LEFT = 'left', - RIGHT = 'right', - CENTER = 'center', -} diff --git a/src/routes/teams/+page.svelte b/src/routes/teams/+page.svelte deleted file mode 100644 index c21257922..000000000 --- a/src/routes/teams/+page.svelte +++ /dev/null @@ -1,65 +0,0 @@ - - - - Teams | ACM at CSUF - - - - - -

Meet the Teams

-

- Teams are committees that specialize in specific fields in the tech industry. We’ve designed the - teams to be gateways for students to explore new fields, develop new interests, and learn new - skills that will benefit them in the industry. -

-
- - - - -

- This team is dedicated to providing accessible information about artificial intelligence and - machine learning to all. AI focuses on fun projects geared - towards beginners in the field. -

-
- - - - -

- This team is dedicated to building programming fundamentals within students. - Algo focuses on mastering data structures and algorithms, - enhancing problem solving abilities, and exploration of competitive programming. -

-
- - - - -

- This team is dedicated to emphasizing the importance of product design and product management in - the tech industry. Design focuses on educating students - about design principles, design tools, and the intricacies of conceptualization, development, and - management of a product. -

-
- - - - -

- This team is dedicated to giving students the opportunity to explore tech via hands-on projects - and activities. Dev focuses on introducing students to - software development, and the various tech stacks used in the industry. -

-
- -