Skip to content

Commit

Permalink
data: update funds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnm committed Oct 14, 2019
1 parent 127d3ab commit e4bcd05
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/components/funds.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Section from './common/section';
import { styles, mediaQueries } from '../constants';
import Link from './common/link';
import CTAButton from './common/ctaButton';

const Funds = () => (
<Section section={{ style: { backgroundColor: styles.mainColor3 } }}>
Expand All @@ -20,9 +21,13 @@ const Funds = () => (
Aimed at helping underrepresented or underprivileged tech enthusiasts to join the
event
</li>
<li>Can cover a variety of costs: ticket, accommodation, transport</li>
<li>Application forms will be available soon!</li>
<li>When you buy a ticket, you can <Link href="https://ti.to/cluj-javascripters/jsheroes-2020" theme={Link.THEME_DARK}>add a donation for the scholarship fund</Link></li>
<li>Can cover a variety of costs: ticket, accommodation, transport</li>
</ul>

<CTAButton align="left" url="https://jsheroes-form.typeform.com/to/EAPVUS">
Apply for the scholarship fund
</CTAButton>
</div>
<div className="fund-container">
<h3>
Expand Down

0 comments on commit e4bcd05

Please sign in to comment.