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

Commit 4368f21

Browse files
committed
Grammatical fix on Sponsors page, resolves #85
1 parent 4d45ee5 commit 4368f21

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

src/assets/_pages.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
font-weight: 800;
2121
font-size: 30px;
2222
}
23-
p {
23+
p, ul {
2424
font-size: 16px;
2525
line-height: 2em;
2626
}
27+
ul {
28+
padding-left: 16px;
29+
}
2730
}
2831
.images {
2932
.col-3-no-break:nth-child(odd) {

src/assets/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ h1 { font-size: 50px; }
3232
h1 { font-size: 30px; }
3333
}
3434
h3 { font-size: 25px; }
35-
p {
35+
p, ul {
3636
font-family: 'Helvetica Neue', Helvetica;
3737
font-size: 16px;
3838
font-weight: 400;

src/pages/Sponsors.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,14 @@ const Sponsors = () => (
7878
<div className="max-width home flex" style={{marginBottom: '50px'}}>
7979
<div className="col-8 paddingr" style={{margin: '0 auto'}}>
8080
<h2>Additional Benefits</h2>
81-
<p>
82-
Gaining access to hackers’ resumes, emails, GitHubs, and LinkedIn profiles
83-
Awarding custom prizes based your criteria
84-
Promotion through giveaways and advertising
85-
Demonstrating your APIs and new technologies
86-
Reserving space for private events with hackers (tech talks, mentorship sessions, etc.)
87-
</p>
81+
<ul>
82+
<li>Gaining access to hackers’ resumes, emails, GitHubs, and LinkedIn profiles</li>
83+
<li>Awarding custom prizes based your criteria</li>
84+
<li>Promotion through giveaways and advertising</li>
85+
<li>Demonstrating your APIs and new technologies</li>
86+
<li>Reserving space for private events with hackers (tech talks, mentorship sessions, etc.)</li>
87+
</ul>
88+
<br></br>
8889
<button>[email protected]</button>
8990
</div>
9091
</div>

0 commit comments

Comments
 (0)