Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
feat: add github documentation link
Browse files Browse the repository at this point in the history
fixes #66 temporarily
  • Loading branch information
lucoel committed Jan 15, 2018
1 parent 83a8da2 commit 37375e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ <h2>Cross-functional single source of truth</h2>

<p>Basically, you share the component library with your engineers so that everyone has the latest version everywhere, everytime.</p>
<p class="small-copy">We are starting with React and certain <a href="https://github.com/meetalva/alva#pattern-requirements-and-configuration" target="_blank">library requirements</a>, but we plan to be platform-agnostic in the future.</p>
<a class="button inverted" href="https://github.com/meetalva/alva#installation-and-usage" target="_blank" title="Discover our documentation on Github">Discover our documentation on Github</a><br>
<p class="small-copy">More detailed guide will be coming soon.</p>
</div>
</section>

Expand Down
6 changes: 5 additions & 1 deletion src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,11 @@ input[type=email] {
max-width: 404px;
width: 90%;
margin: 30px auto;
}
}

.button {
margin-top: 42px;
}
}

.contribute {
Expand Down

0 comments on commit 37375e2

Please sign in to comment.