Skip to content

Commit

Permalink
Add citation for leading statistic.
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcontact committed Aug 17, 2018
1 parent 5618bbe commit 36c4039
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
28 changes: 28 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,34 @@ nav .title {
text-align: center;
}

sup {
color: black;
font-size: 9pt;
position: relative;
bottom: 5px;
left: 5px;
}

sub {
font-family: 'Nunito Light';
font-size: 9pt;
display: block;
}

sub::before {
content: "1";
font-size: 7pt;
font-weight: bold;
position: relative;
bottom: 5px;
margin-right: 2px;
}

sub i {
font-family: inherit;
font-size: inherit;
}

body {
/* linear-gradient(to bottom right, transparent, #659bb5), */
/* url(../images/landing-background-grid.svg) */
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
</section>
<section id="statement-section" class='fade-blurred'>
<span class='leading-header'>Over 2 billion people can't afford the glasses they need.</span>
<span class='leading-header'>Over 2 billion people can't afford the glasses they need.<sup>1</sup></span>
<p>Optical manufacturing has always been an esoteric process, limited to select corporations and trained lenscrafters. Now, it's trending towards higher prices and lower affordability.</p>
<p>We want to change that.</p>
<p>
Expand All @@ -86,6 +86,7 @@
Our goal is to harness its benefits to enter the world of lens manufacture, allowing for individuals across continents and social classes to access the art of lenscrafting like never before.
</p>
<p><a href='/research/'>Find out more.</a></p>
<sub>Wray, Chris. "How Many People Need Glasses but Don’t Have Them?" <i>Centre for Vision in the Developing World.</i> Centre for Vision in the Developing World, 01 Aug. 2016. Web.</sub>
</section>
</section>
<section class="footer">
Expand Down
4 changes: 1 addition & 3 deletions research/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@
</section>
<section class="graphic-row">
<span class="leading-header text-center">Relevant Resources</span>
<div id="research-container">

</div>
<div id="research-container"></div>
</section>
</section>
<section class="footer">
Expand Down

0 comments on commit 36c4039

Please sign in to comment.