Skip to content

Commit

Permalink
Update site to link to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
Rik Smith-Unna committed Jun 29, 2017
1 parent 1a6823c commit 3dd3f3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion site/components/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const joinus = () => a({ href: '#community', content: 'join us' })
module.exports = () => html`
<div class="w-100 tc dark-gray pt3">
<div class="w-70-ns w-90 center ba pa4 ph5">
<div class="w-70-ns w-90 center ba pa4 ph5-ns ph4">
<h3 class="w-100 tc center f3 lh-copy dark-gray">
Why ScienceFair?
</h3>
Expand Down Expand Up @@ -37,6 +37,12 @@ module.exports = () => html`
<p class="w-100 tl f3 lh-copy dark-gray">
<small>Thanks, <em>The ScienceFair team</em></small>
</p>
<p class="w-100 tl f3 lh-copy dark-gray">
<small>
p.s. you can read about ScienceFair in more detail in our launch
post on ${a({ href: 'https://elifesciences.org/labs/88b45406/sciencefair-a-new-desktop-science-library', content: 'the eLife Labs blog' })}.
</small>
</p>
</div>
</div>
Expand Down

0 comments on commit 3dd3f3a

Please sign in to comment.