Skip to content
This repository was archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
Grammatical fix on Sponsors page, resolves #85
Browse files Browse the repository at this point in the history
  • Loading branch information
pkfoury committed Jul 6, 2018
1 parent 4d45ee5 commit 4368f21
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
5 changes: 4 additions & 1 deletion src/assets/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
font-weight: 800;
font-size: 30px;
}
p {
p, ul {
font-size: 16px;
line-height: 2em;
}
ul {
padding-left: 16px;
}
}
.images {
.col-3-no-break:nth-child(odd) {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ h1 { font-size: 50px; }
h1 { font-size: 30px; }
}
h3 { font-size: 25px; }
p {
p, ul {
font-family: 'Helvetica Neue', Helvetica;
font-size: 16px;
font-weight: 400;
Expand Down
15 changes: 8 additions & 7 deletions src/pages/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4368f21

Please sign in to comment.