make the disclaimer text links

This commit is contained in:
Karan Misra 2014-04-13 23:03:47 +05:30
parent c91518ae97
commit d75eab4d1e
3 changed files with 14 additions and 1 deletions

View File

@ -2050,3 +2050,6 @@ h1.logo { font-family: "Roboto", sans-serif; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
h4.signup-subtitle a, h4.signup-subtitle a:hover { color: #fff; }
.hs-disclaimer a { color: #fff; }
.hs-disclaimer a:hover { text-decoration: underline; }

View File

@ -39,7 +39,7 @@
<a href="#" class="skip btn-side btn-docs" gumby-goto="#demo">Demo</a>
<a href="http://godoc.org/github.com/kidoman/embd" class="btn-side">Docs</a>
<p class="hs-disclaimer"><strong>Star</strong> it, <strong>fork</strong> it, <strong>Contribute</strong> to it.</p>
<p class="hs-disclaimer"><a href="https://github.com/kidoman/embd"><strong>Star</strong></a> it, <a href="https://github.com/kidoman/embd"><strong>fork</strong></a> it, <a href="https://github.com/kidoman/embd"><strong>Contribute</strong></a> to it.</p>
</form>
<div class="catch-errors-top"></div>
</div>

View File

@ -1347,4 +1347,14 @@ h1.logo {
h4.signup-subtitle a, h4.signup-subtitle a:hover {
color: #fff;
}
.hs-disclaimer {
a {
color: #fff;
}
a:hover {
text-decoration: underline;
}
}