Skip to content

Commit d41609f

Browse files
committed
Sorted out the sponsors
1 parent 4b8feb6 commit d41609f

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/components/HomePage.jsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,13 @@ export default class HomePage extends React.Component {
347347
</div>
348348
</Row>
349349

350-
<Row styling='splash-parallax' noPadding style={ { paddingTop: `50px` } }>
351-
<FocusIn className='animated-card' pose={animations["categories"] ? 'open' : 'closed'} style={ { marginLeft: 0, marginRight: 0 } }>
352-
<Column width='1-1' horizontalAlignment="center">
350+
<Row styling='splash-parallax'>
351+
<Column width='1-1' horizontalAlignment="center">
353352
<TextView text="Partners" heading="1" style={ { paddingBottom : `0`} }/>
354353
{
355354
sponsors.map((sponsor, i) =>
356355

357-
<CardView width={"1-3"} minWidth="100px" maxWidth="100px" key={i} height="380px" style={{ padding: `20px 0`}} type="transparent" snapAlign noShadow>
356+
<CardView width={"1-3"} minWidth="100px" maxWidth="100px" key={i} height="380px" style={{ padding: `20px 0`}} snapAlign noShadow>
358357
<Row height={`100px`} noPadding >
359358
<ImageView width={"100px"} height={"100px"} src={sponsor.image} />
360359
</Row>
@@ -363,7 +362,6 @@ export default class HomePage extends React.Component {
363362
)
364363
}
365364
</Column>
366-
</FocusIn>
367365
</Row>
368366

369367
<Footer />

src/img/sponsors/techsoc.png

-103 Bytes
Loading

0 commit comments

Comments
 (0)