Skip to content

Commit

Permalink
uncommenting partners section and updating to imc
Browse files Browse the repository at this point in the history
  • Loading branch information
etweisberg committed Apr 18, 2024
1 parent 249bdb0 commit 83ce437
Show file tree
Hide file tree
Showing 4 changed files with 887 additions and 605 deletions.
17 changes: 0 additions & 17 deletions components/homepage/partnerSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,6 @@ export default function PartnerSection() {
alt="IMC logo"
/>
</a>

<a href="https://stripe.com/" alt="Stripe">
<img
width="250"
src="/images/stripe-logo.svg"
className="center partner-logos"
alt="Stripe logo"
/>
</a>
<a href="https://www.facebook.com/" alt="Facebook">
<img
width="150"
src="/images/fb-logo.svg"
className="center partner-logos"
alt="Facebook logo"
/>
</a>
</div>
<Row>
<div className="center partner-button">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.3.1",
"node-sass": "^5.0.0",
"node-sass": "^9.0.0",
"prettier": "^2.1.2",
"styled-jsx-plugin-sass": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Home({ chapterLogos, previewProjects }) {
<InvolveSection />
</Container>
</Section>
{/* <PartnerSection /> */}
<PartnerSection />
<OtherChapters chapterLogos={chapterLogos} />
</>
);
Expand All @@ -34,7 +34,7 @@ export default Home;
export async function getStaticProps() {
const {
chapterCollection,
pennWebsiteLayout: { projectsCollection },
pennWebsiteLayout: { projectsCollection },
} = await fetchContent(`
{
chapterCollection {
Expand Down
Loading

0 comments on commit 83ce437

Please sign in to comment.