Skip to content

Commit

Permalink
remove code_schools page (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh authored Feb 7, 2024
1 parent 73755d0 commit 07f2c9a
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 1,177 deletions.
9 changes: 2 additions & 7 deletions common/constants/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ const getInvolved = {
href: '/get_involved',
};

const codeSchools = {
name: 'Code Schools',
href: '/code_schools',
};

const merchStore = {
name: 'Merch Store',
href: '/swag',
Expand Down Expand Up @@ -82,7 +77,7 @@ const projectRebuild = {

const servicesGroup = {
...services,
sublinks: [podcast, codeSchools, projectRebuild],
sublinks: [podcast, projectRebuild],
};

const aboutUsGroup = {
Expand All @@ -109,7 +104,7 @@ export const mobileNavItems = flattenDepth(
// MARK: Footer items
export const footerItems = {
column1: [about, contact, faq, services],
column2: [chapters, codeSchools, jobs],
column2: [chapters, jobs],
column3: [getInvolved, podcast, history, donate],
column4: [
{
Expand Down
183 changes: 0 additions & 183 deletions components/Cards/SchoolCard/SchoolCard.js

This file was deleted.

Loading

0 comments on commit 07f2c9a

Please sign in to comment.