Skip to content

Commit

Permalink
Updated Consortium Members List (CIROH-UA#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh authored Jun 27, 2024
2 parents c38c81a + b513f39 commit cc551cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,18 @@ export default function HomepageFeatures() {
</a>
</div>
</div>
<div className={styles.row1}>
<div className={styles.col2} >
<a href={MemberList[12].link}>
<img className={styles.imagecontainer} src={MemberList[12].logo} alt={MemberList[12].name} width={MemberList[12].width} height={MemberList[12].height} />
</a>
</div>
<div className={`${styles.flex} ${styles.col2}`}>
<a href={MemberList[13].link}>
<img className={styles.imagecontainer} src={MemberList[13].logo} alt={MemberList[13].name} width={MemberList[13].width} height={MemberList[13].height} />
</a>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit cc551cd

Please sign in to comment.