Adds link to blog

This commit is contained in:
Andy Tudhope 2018-08-01 13:23:21 +02:00
parent 8da10a2522
commit cb40e88fee
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
2 changed files with 12 additions and 0 deletions

View File

@ -32,6 +32,9 @@ const PageHeader = () => (
We’ve interviewed 100+ developers to showcase the biggest opportunities in the We’ve interviewed 100+ developers to showcase the biggest opportunities in the
Ethereum ecosystem Ethereum ecosystem
</p> </p>
<p>
Find out more on <a href="https://our.status.im/tag/ethprize/" target="_blank">our blog</a>.
</p>
</div> </div>
<PageHeaderNav /> <PageHeaderNav />
</div> </div>

View File

@ -35,6 +35,15 @@
margin-left: calculateRem(204); margin-left: calculateRem(204);
} }
} }
a {
color: #fff;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
} }
.inline-header { .inline-header {