Skip to content

Commit

Permalink
Update sponsor information
Browse files Browse the repository at this point in the history
  • Loading branch information
chtzvt committed Feb 16, 2024
1 parent 5a6d86b commit 32a1c41
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
Binary file added public/assets/sponsors.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/style/classic.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
width: 100vw;
font-size: 1.4em;
background-color: white;
}

#sponsor-image {
max-width: 100%;
}
31 changes: 24 additions & 7 deletions src/text/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ NETWORK: Connect with Tampa’s vibrant community of software developers, entrep

export const box5Title = "Schedule"
export const box5Body = `BayHacks 2024 will be hosted at USF Discovery Hall on February 24th-25th.`
export const btn1 = "RSVP"
export const btn1 = "Tickets"
export const btn2 = "Location"
export const btn3 = "Prizes"
export const btn3 = "Sponsors"

export const modal1 = (
<div style={{fontSize: '1em'}}>
Expand All @@ -40,22 +40,39 @@ export const modal2 = (
)
export const modal3 = (
<>
<h4>Prizes</h4>
<ul>
<li>We'll have cash prizes available for first through third place, as well as scored subcategories.</li>
</ul>
<h4>Thank You To Our Sponsors</h4>
<p>We're deeply grateful to our sponsors for their generous support of BayHacks.</p>

<img id="sponsor-image" src="/assets/sponsors.png" />

<h5>Gold Sponsors</h5>
<ul>
<li>
<a href="https://dexian.com/disys/">Dexian</a>
</li>
<li>
<a href="https://www.faireconomy.com/">Fair Economy</a>
</li>
<li>
<a href="https://dexian.com/disys/">Dexian | DISYS</a>
<a href="https://hcfl.gov/businesses/small-business-support/resources-and-training/the-edi2-program">Hillsborough County EDi2 Program</a>
</li>
</ul>

<h5>Silver Sponsors</h5>
<ul>
<li>
<a href="https://www.computercoach.com/">Computer Coach</a>
</li>
<li>
<a href="https://www.relativitytech.com/">Relativity Tech</a>
</li>
</ul>

<h5>Bronze Sponsors</h5>
<ul>
<li>
<a href="https://www.certuscore.com/">Certus Core</a>
</li>
</ul>
</>
)
Expand Down

0 comments on commit 32a1c41

Please sign in to comment.