Skip to content

Commit

Permalink
Merge pull request #62 from Green-Software-Foundation/rm-workshops
Browse files Browse the repository at this point in the history
rm workshop ionvite links
  • Loading branch information
jmcook1186 authored Apr 2, 2024
2 parents d09cd76 + a0a7ce0 commit d0ebbaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Hackathon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ export default function Hackathon(): JSX.Element {
<div className="container">
<div className='row'>
<div className='col col--6'>
<h1 className={styles.title}>Join an upcoming <br />
<span>1hr live training</span> for Impact Framework</h1>
<p>Sign up for a 1-hour Impact Framework demo to improve how you measure software to reduce its environmental impact.</p>
<div className={styles.workshopList}>
{/* <h1 className={styles.title}>Join an upcoming <br />
<span>1hr live training</span> for Impact Framework</h1> */}
{/* <p>Sign up for a 1-hour Impact Framework demo to improve how you measure software to reduce its environmental impact.</p> */}
{/* <div className={styles.workshopList}>
{WorkshopList.map((props, idx) => (
<Workshop key={idx} {...props} />
))}
</div>
</div> */}
</div>
<div className={clsx('col', styles.illustrationWrapper)}>
<Illustration />
Expand Down

0 comments on commit d0ebbaf

Please sign in to comment.