This repository was archived by the owner on Jan 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grammatical fix on Sponsors page, resolves #85
- Loading branch information
Showing
3 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,13 +78,14 @@ const Sponsors = () => ( | |
<div className="max-width home flex" style={{marginBottom: '50px'}}> | ||
<div className="col-8 paddingr" style={{margin: '0 auto'}}> | ||
<h2>Additional Benefits</h2> | ||
<p> | ||
Gaining access to hackers’ resumes, emails, GitHubs, and LinkedIn profiles | ||
Awarding custom prizes based your criteria | ||
Promotion through giveaways and advertising | ||
Demonstrating your APIs and new technologies | ||
Reserving space for private events with hackers (tech talks, mentorship sessions, etc.) | ||
</p> | ||
<ul> | ||
<li>Gaining access to hackers’ resumes, emails, GitHubs, and LinkedIn profiles</li> | ||
<li>Awarding custom prizes based your criteria</li> | ||
<li>Promotion through giveaways and advertising</li> | ||
<li>Demonstrating your APIs and new technologies</li> | ||
<li>Reserving space for private events with hackers (tech talks, mentorship sessions, etc.)</li> | ||
</ul> | ||
<br></br> | ||
<button>[email protected]</button> | ||
</div> | ||
</div> | ||
|