File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed
Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,22 @@ import Contact from '../general/contact/Contact'
1515// Custom styles
1616import Styles , { SponsorImages } from './SponsorsStyles'
1717
18- const brochure = `https://onedrive.live.com/?authkey=%21AHOgLg076B6sBgc&id=
19- 35ECBC1F69BC7768%21114&cid=35ECBC1F69BC7768&parId=root&parQt=sharedby&o=OneUp`
18+
2019const Sponsors = ( ) : React . ReactElement => {
2120 return (
2221 < Styles . SponsorContainer >
2322 < Styles . TitleContainer className = 'title-container' >
2423 < h2 className = 'title' > Sponsors</ h2 >
2524 < AiOutlineDash />
2625 </ Styles . TitleContainer >
26+ < Styles . SectionHeader >
27+ < div className = 'button-container' >
28+ < Button text = 'Become a Sponsor' size = 'large' source = { 'https://forms.gle/pAfv3VBYJJXooiU38' } />
29+ < Button text = 'Temple Robotics Brochure' size = 'large' source = { `https://onedrive.live.com/?authkey=%21AHOgLg076B6sBgc&id=
30+ 35ECBC1F69BC7768%21114&cid=35ECBC1F69BC7768&parId=root&parQt=sharedby&o=OneUp` } />
31+ </ div >
32+ </ Styles . SectionHeader >
2733 < div className = 'img-container' id = 'centered-img' >
28- < Button source = { 'https://forms.gle/pAfv3VBYJJXooiU38' }
29- text = 'Become a Sponsor' size = 'large' className = 'becomeSponsor' />
30- < Button source = { brochure }
31- text = 'Temple Robotics Brochure' size = 'large' className = 'becomeSponsor' />
3234 < h1 className = 'title' > Current Sponsors</ h1 >
3335 </ div >
3436 < div className = 'img-container' style = { { background : '#053a92' } } >
Original file line number Diff line number Diff line change @@ -60,4 +60,21 @@ export default class SponsorsStyles {
6060 ${ FONT_FAMILY . PAGE_TITLE }
6161 }
6262 `
63+
64+ static readonly SectionHeader = styled . div `
65+ display: flex;
66+ justify-content: center;
67+ width: 100%;
68+ flex-direction: column;
69+ row-gap: 10%;
70+ height: 80%;
71+ align-self: center;
72+
73+ & > .button-container {
74+ width: 100%;
75+ display: flex;
76+ column-gap: 10%;
77+ justify-content: center;
78+ }
79+ `
6380}
You can’t perform that action at this time.
0 commit comments