Skip to content

Commit 9f76ac3

Browse files
Sukritib13IsaiahA21brian-ngyn
authored
Migrate teams page (#35)
* git commit -s * fixed team page header CSS * Fixes to images, fonts, margins, icons, links * icon placement and font fix * finally! fixed the transition issue, removed css files * clean up * isaiah yarn file * trying to fix vercel deployment * PM images - not working * uploaded the team managers images * addressing comments * committing yarn to fix vercel * trying yarn again for vercel check * yarn fix last try * changes required for mobile view * Isaiah/migrate exec previous team (#33) * feat: Add Previous Executives section * included the PhotoGallery page Signed-off-by: IsaiahA21 <[email protected]> * refactor: remove styles component PhotoGallery and GalleryPage * refactored code with prettier * resolved issue blocking yarn build * updated package.json and tsconfig.json * switched to using next/image instead of load-image * resolved yarn run build error: Expected a non-empty string * resolved the other yarn run build error * improved styling and layout of images * modified next config for images * switched back to LazyLoad because images werent been render on vercel * refactor: included the PhotoProps interface to the getServerSideProps function * refactor: switched to Image from LazyLoad. manually removed lazyload dependencies * style: Update MerchSection styles and enhance GalleryPage layout * style: Adjust layout classes in PreviousExecTeam and GalleryPage for improved responsiveness * style: Simplify Chevron component SVG * Fix yarn.lock syntax issues by getting yarnlock from 4-migrate-teams-page --------- Signed-off-by: IsaiahA21 <[email protected]> * removing changes from merge * remove team images from src folder * addressing comments * fixing founder font size * refactor: updated Team, TeamSection, Profile and ProfileDescription components to appear more similar to the old website styling * refactored Linkedin svg * add spacing to the Our Team section * fix yarn error * fixed order of class names in PreviousExecTeam component --------- Signed-off-by: IsaiahA21 <[email protected]> Co-authored-by: IsaiahA21 <[email protected]> Co-authored-by: brian-ngyn <[email protected]>
1 parent 5935b16 commit 9f76ac3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1859
-1780
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@fortawesome/free-brands-svg-icons": "^6.6.0",
1717
"@fortawesome/free-regular-svg-icons": "^6.6.0",
1818
"@fortawesome/react-fontawesome": "^0.2.2",
19+
"@heroicons/react": "^2.2.0",
1920
"@mui/material": "^6.1.2",
2021
"aos": "^2.3.4",
2122
"axios": "^1.7.8",
@@ -26,14 +27,16 @@
2627
"react": "^18",
2728
"react-countup": "^6.5.3",
2829
"react-dom": "^18",
30+
"react-icons": "^5.5.0",
2931
"react-intersection-observer": "^9.13.1",
3032
"react-lazy-load-image-component": "^1.6.2",
3133
"react-multi-carousel": "^2.8.5",
3234
"react-scroll": "^1.9.0",
3335
"react-tsparticles": "^2.9.3",
3436
"react-visibility-sensor": "^5.1.1",
3537
"styled-components": "^6.1.13",
36-
"tsparticles": "^2.9.3"
38+
"tsparticles": "^2.9.3",
39+
"watch": "^1.0.2"
3740
},
3841
"devDependencies": {
3942
"@types/aos": "^3.0.7",
91.2 KB
Loading
85 KB
Loading
60.3 KB
Loading
74.6 KB
Loading
194 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)