Skip to content

Commit

Permalink
add flyer bifi2024 to home
Browse files Browse the repository at this point in the history
  • Loading branch information
tybens committed Aug 2, 2024
1 parent bbd4f88 commit 70cf90d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
35 changes: 32 additions & 3 deletions src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ const Home = ({ history, navColors, onSetNavColors }) => {
}

const handleClickHeader = () => {
routeToExt('https://www.linkedin.com/pulse/copy-introducing-anywhere-habitat-sartorials-global-vopkc/')
routeToExt(
"https://www.linkedin.com/pulse/copy-introducing-anywhere-habitat-sartorials-global-vopkc/"
);
};

const waveOptions = {
Expand All @@ -58,9 +60,36 @@ const Home = ({ history, navColors, onSetNavColors }) => {

return (
<>
<video onClick={handleClickHeader} width="100%" height="100%" autoPlay muted loop playsInline style={{cursor: 'pointer'}}>
<Grid
item
xs={12}
className={classes.gutterBottom}
container
direction="column"
alignItems="center"
>
<h1 className={classes.concertText}>BIFI 2024</h1>
<Typography variant="h6" color="inherit" className={classes.flyerText}>
By Indy For Indy 2024 is here! Click the flyer below to get your tickets now!
</Typography>
<Grid item xs={10}>
<img
className={classes.flyer}
src="https://res.cloudinary.com/habitatsartorial/image/upload/v1722374229/bifi24/317habitat._001_j7hvxn.jpg"
width="100%"
alt="flyer"
height="100%"
onClick={() =>
routeToExt(
"https://wl.seetickets.us/event/by-indy-for-indy-2024-hi-fi-annex/614140?afflky=HIFI"
)
}
/>
</Grid>
</Grid>
{/* <video onClick={handleClickHeader} width="100%" height="100%" autoPlay muted loop playsInline style={{cursor: 'pointer'}}>
<source src="/videos/anywhere-final.mp4" type="video/mp4" />
</video>
</video> */}

<h1 className={classes.firstBlock}>
<Grid
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Shop/Collections/Collections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Collections = ({ collectionsData, url }) => {
item
className={classes.parentWrap}
justify="space-between"
alignItems="center"
alignItems="center"
direction="column"
id="content"
>
Expand Down

0 comments on commit 70cf90d

Please sign in to comment.