Skip to content

Commit 69ea3bf

Browse files
authored
Merge branch 'main' into finish-ts-conversion
2 parents 35d2cb7 + 1a82665 commit 69ea3bf

File tree

2 files changed

+14
-42
lines changed

2 files changed

+14
-42
lines changed

pages/sponsorship.tsx

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ import FlatCard from 'components/Cards/FlatCard/FlatCard';
77
import LinkButton from 'components/Buttons/LinkButton/LinkButton';
88
import SponsorsSection from 'components/ReusableSections/SponsorsSection/SponsorsSection';
99
import MedalSolid from 'static/images/icons/FontAwesome/medal-solid.svg';
10-
import styles from 'styles/sponsorship.module.css';
1110

1211
const pageTitle = 'Corporate Sponsorship';
1312

1413
function Sponsorship() {
1514
return (
16-
<div className={styles.Sponsorship}>
15+
<div>
1716
<Head title={pageTitle} />
1817

1918
<HeroBanner title={pageTitle} className="min-h-[60dvh]">
20-
<LinkButton href="/donate" theme="primary" className={styles.topMargin}>
19+
<LinkButton href="/donate" theme="primary" className="mt-4">
2120
Donate Now
2221
</LinkButton>
2322
</HeroBanner>
@@ -63,23 +62,23 @@ function Sponsorship() {
6362
theme="white"
6463
hasTitleUnderline
6564
columns={[
66-
<Card className={styles.constrainDimensions}>
65+
<Card className="justify-start max-w-xs h-64">
6766
<h6>Employee Engagement</h6>
6867
<p>
6968
Provide opportunities for software engineers to mentor new learners and contribute to
7069
open source projects. Engage with veterans and military spouse employees in your
7170
organization - share their story; loud and proud.
7271
</p>
7372
</Card>,
74-
<Card className={styles.constrainDimensions}>
73+
<Card className="justify-start max-w-xs h-64">
7574
<h6>Talent Management</h6>
7675
<p>
7776
Build a talent pipeline between your company and transitioning service members with
7877
technical skills and security clearances. Our community is skilled, motivated, and
7978
diverse - they will bolster any workforce.
8079
</p>
8180
</Card>,
82-
<Card className={styles.constrainDimensions}>
81+
<Card className="justify-start max-w-xs h-64">
8382
<h6>Marketing</h6>
8483
<p>
8584
Marketing opportunities for national online and local community engagement Community
@@ -96,29 +95,29 @@ function Sponsorship() {
9695
columns={[
9796
<div>
9897
<Badge
99-
className={styles.badgeFormat}
100-
icon={<MedalSolid className={styles.gold} />}
98+
className="text-2xl font-medium mt-6"
99+
icon={<MedalSolid className="text-[#ffaa22]" />}
101100
label="Gold Sponsor"
102101
/>
103-
<p className={styles.paragraphFormat}>
102+
<p className="px-8">
104103
National benefits include branding recognition in national Slack community, open
105104
source program sponsorship, national employee engagement activities, plus all above.
106105
</p>
107106
<Badge
108-
className={styles.badgeFormat}
109-
icon={<MedalSolid className={styles.silver} />}
107+
className="text-2xl font-medium mt-6"
108+
icon={<MedalSolid className="text-silver" />}
110109
label="Silver Sponsor"
111110
/>
112-
<p className={styles.paragraphFormat}>
111+
<p className="px-8">
113112
Three local chapter sponsorships of choice, complete with marketing, employee
114113
engagement and talent pipeline opportunities, plus all above.
115114
</p>
116115
<Badge
117-
className={styles.badgeFormat}
118-
icon={<MedalSolid className={styles.bronze} />}
116+
className="text-2xl font-medium mt-6"
117+
icon={<MedalSolid className="text-[#cd7f32]" />}
119118
label="Bronze Sponsor"
120119
/>
121-
<p className={styles.paragraphFormat}>
120+
<p className="px-8">
122121
Sponsor one chapter and support your local Operation Code community for the year,
123122
including events, training, and networking opportunities.
124123
</p>

styles/sponsorship.module.css

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)