Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
etweisberg committed Apr 30, 2024
2 parents 73c0d35 + a4601f1 commit 3989285
Show file tree
Hide file tree
Showing 5 changed files with 4,589 additions and 21 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 @@ -32,7 +32,7 @@
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^27.4.7",
"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
2 changes: 1 addition & 1 deletion pages/projects/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Projects({ projects }) {
<h2>Section Under Construction</h2>
<p>
We are in the process of transfer all of our projects to our new site. A complete list of
pervious projects can be found{' '}
previous projects can be found{' '}
<a href="https://www.notion.so/h4i/986a3351cdca44cd85e10dd4452953f5?v=6420ae90233148dfaf6f8570e680e4e5">
here
</a>
Expand Down
Loading

0 comments on commit 3989285

Please sign in to comment.