Skip to content

Commit

Permalink
add cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-kansal committed Sep 18, 2024
1 parent 8706cef commit dc633f7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/gm.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import gmData from '../gmData.json';

import aiLogo from '../public/images/committees/ai_wordmark.svg';
import boardLogo from '../public/images/committees/board_wordmark.svg';
import cloudLogo from '../public/images/committees/cloud_wordmark.svg';
import cyberLogo from '../public/images/committees/cyber_wordmark.svg';
import designLogo from '../public/images/committees/design_wordmark.svg';
import hackLogo from '../public/images/committees/hack_wordmark.svg';
Expand Down Expand Up @@ -107,6 +108,7 @@ const parseGMData = (jsonContent) => {
w: data?.w,
ai: data?.ai,
hack: data?.hack,
cloud: data?.cloud,
initiatives: data?.initiatives.split(';'),
};
};
Expand Down Expand Up @@ -245,7 +247,7 @@ function gm() {
<div className='gm-program-section'>
<div className='section-header'>
<h3>Committee Presentations</h3>
<p className='sub-heading'>Learn what ACM&apos;s eight committees have planned for {data.quarter} quarter.</p>
<p className='sub-heading'>Learn what ACM&apos;s nine committees have planned for {data.quarter} quarter.</p>
</div>
<p className='gm-program-row'><Image src= {studioLogo} alt='ACM studio'/> {data.studio}</p>
<p className='gm-program-row'><Image src= {icpcLogo} alt='ACM icpc'/> {data.icpc}</p>
Expand All @@ -255,6 +257,7 @@ function gm() {
<p className='gm-program-row'><Image src= {wLogo} alt='ACM w'/> {data.w}</p>
<p className='gm-program-row'><Image src= {aiLogo} alt='ACM ai'/> {data.ai}</p>
<p className='gm-program-row'><Image src= {hackLogo} alt='ACM hack'/> {data.hack}</p>
<p className='gm-program-row'><Image src= {cloudLogo} alt='ACM cloud'/> &nbsp;{data.cloud}</p>
</div>
<div className='gm-program-section'>
<div className='section-header'>
Expand Down
27 changes: 27 additions & 0 deletions public/images/committees/cloud_wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc633f7

Please sign in to comment.