File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,17 @@ const Sponsors = (): React.ReactElement => {
3737 < div className = 'img-container' style = { { background : '#053a92' } } >
3838 < Nasa />
3939 </ div >
40- < div className = 'img-container' style = { { background : 'white' , paddingLeft : '150px' } } >
40+ < div className = 'img-container' style = { { background : 'white' } } >
41+ < img src = { SponsorImages . HAAS } style = { { width : '25%' , height : '165%' } } />
42+ </ div >
43+ < div className = 'img-container' style = { { background : 'white' , paddingLeft : '80px' } } >
4144 < Lockheed />
4245 </ div >
4346 < div className = 'img-container' style = { { background : 'white' } } >
44- < img src = { SponsorImages . EastPenn } style = { { width : '60 %' , height : '140 %' } } />
47+ < img src = { SponsorImages . EastPenn } style = { { width : '40 %' , height : '90 %' } } />
4548 </ div >
4649 < div className = 'img-container' style = { { background : 'white' } } >
47- < img src = { SponsorImages . Stratasys } style = { { width : '70%' } } />
50+ < img src = { SponsorImages . Stratasys } style = { { width : '40%' , height : ' 70%'} } />
4851 </ div >
4952 < div className = 'img-container' id = 'centered-img' >
5053 < h1 className = 'title' > Previous Sponsors</ h1 >
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export class SponsorImages {
88 static readonly Amtrack = require ( '../../assets/pics/sponsors/Amtrak.png' )
99 static readonly EastPenn = require ( '../../assets/pics/sponsors/EastPennManufacturer.jpg' )
1010 static readonly Stratasys = require ( '../../assets/pics/sponsors/Stratasys_logo.jpg' )
11+ static readonly HAAS = require ( '../../assets/pics/sponsors/GHF_Logo_DarkBackground.png' )
1112}
1213
1314export default class SponsorsStyles {
You can’t perform that action at this time.
0 commit comments