Skip to content

Commit e224a9d

Browse files
committed
added ALRO logo
1 parent 657afd6 commit e224a9d

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Once the newest version of `Node.js` is installed, you can install the node pack
4848

4949
```shell
5050
npm i
51-
5251
```
5352

5453
Your environment should now be set up!
189 KB
Loading

src/pages/sponsors/Sponsors.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ const Sponsors = (): React.ReactElement => {
4848
<div className='img-container' style={{background: 'white'}}>
4949
<img src={SponsorImages.Stratasys} style={{width: '40%', height: '70%'}}/>
5050
</div>
51+
<div className='img-container' style={{background: 'white', height: '50%'}}>
52+
<img src={SponsorImages.ALRO} style={{width: '35%', height: '200%'}}/>
53+
</div>
5154

5255

5356
<Contact/>

src/pages/sponsors/SponsorsStyles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export class SponsorImages {
88
static readonly EastPenn = require('../../assets/pics/sponsors/EastPennManufacturer.jpg')
99
static readonly Stratasys = require('../../assets/pics/sponsors/Stratasys_logo.jpg')
1010
static readonly HAAS = require('../../assets/pics/sponsors/GHF_Logo_DarkBackground.png')
11+
static readonly ALRO = require('../../assets/pics/sponsors/ALRO_Logo.png')
1112
}
1213

1314
export default class SponsorsStyles {

0 commit comments

Comments
 (0)