diff --git a/package-lock.json b/package-lock.json index dfa3271..d1c1a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7401,6 +7401,20 @@ "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" }, + "iframe-resizer": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/iframe-resizer/-/iframe-resizer-4.2.11.tgz", + "integrity": "sha512-fj5vX5kkpRbMb5Qje6veIDzqoJpnCEqUDdSOwASOeQHYmb8hLYX6Ev2yXf3jjMs2MclwcYY3chyZ3diGKcr8DA==" + }, + "iframe-resizer-react": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/iframe-resizer-react/-/iframe-resizer-react-1.0.4.tgz", + "integrity": "sha512-j2AFgVe6ZhvUVu4VbEvUB4lUadmCwdg4tIYgL9TRdWubL1477Xv0wl8xVC9ETky3+81ngnbOYFLaUIkBOESJFQ==", + "requires": { + "iframe-resizer": "^4.2.10", + "warning": "^4.0.3" + } + }, "ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", @@ -14425,6 +14439,14 @@ "makeerror": "1.0.x" } }, + "warning": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "requires": { + "loose-envify": "^1.0.0" + } + }, "watchpack": { "version": "1.7.5", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", diff --git a/package.json b/package.json index eed4724..2e91f8e 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", + "iframe-resizer-react": "^1.0.4", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", diff --git a/public/images/hero.png b/public/images/hero.png index 2f400df..ae3acf2 100644 Binary files a/public/images/hero.png and b/public/images/hero.png differ diff --git a/public/images/segments/get-involved.jpg b/public/images/segments/get-involved.jpg new file mode 100644 index 0000000..942266a Binary files /dev/null and b/public/images/segments/get-involved.jpg differ diff --git a/public/images/segments/news-and-happenings.jpg b/public/images/segments/news-and-happenings.jpg new file mode 100644 index 0000000..8285b5a Binary files /dev/null and b/public/images/segments/news-and-happenings.jpg differ diff --git a/public/images/segment-1.jpg b/public/images/segments/old/segment-1.jpg similarity index 100% rename from public/images/segment-1.jpg rename to public/images/segments/old/segment-1.jpg diff --git a/public/images/segment-2.jpg b/public/images/segments/old/segment-2.jpg similarity index 100% rename from public/images/segment-2.jpg rename to public/images/segments/old/segment-2.jpg diff --git a/public/images/segment-3.jpg b/public/images/segments/old/segment-3.jpg similarity index 100% rename from public/images/segment-3.jpg rename to public/images/segments/old/segment-3.jpg diff --git a/public/images/segments/who-we-are.jpg b/public/images/segments/who-we-are.jpg new file mode 100644 index 0000000..63ff0e0 Binary files /dev/null and b/public/images/segments/who-we-are.jpg differ diff --git a/public/images/who-we-are/excomm.png b/public/images/who-we-are/excomm.png new file mode 100644 index 0000000..7bbec80 Binary files /dev/null and b/public/images/who-we-are/excomm.png differ diff --git a/public/images/who-we-are/officers.jpg b/public/images/who-we-are/officers.jpg new file mode 100644 index 0000000..5014a0d Binary files /dev/null and b/public/images/who-we-are/officers.jpg differ diff --git a/src/App.tsx b/src/App.tsx index 1521bf5..eb08c08 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,7 +14,20 @@ const notfound = React.lazy(() => import('./pages/404')); const officers = React.lazy(() => import('./pages/officers')); const committee = React.lazy(() => import('./pages/committee')); const classcouncil = React.lazy(() => import('./pages/classcouncil')); -const loading = () =>