feat(views): link to the doc (#34)

* feat(views): link to the doc

* typo(views): removed extra space

Co-Authored-By: Grafikart <Grafikart@users.noreply.github.com>
This commit is contained in:
Jonathan 2018-12-27 08:47:12 +01:00 committed by Romain Lanz
parent 403223214f
commit 29d8045f57
2 changed files with 16 additions and 1 deletions

View File

@ -67,6 +67,16 @@ section:before {
animation: slideUp 1s cubic-bezier(0.19, 1, 0.30, 1) 0.5s forwards;
}
a {
color: inherit;
text-decoration: underline;
}
p {
margin: 0.83rem 0;
}
@keyframes slideUp {
0% {
transform: translateY(40px);

View File

@ -9,7 +9,12 @@
<section>
<div class="logo"></div>
<div class="title"></div>
<div class="subtitle"><p>AdonisJs simplicity will make you feel confident about your code</p></div>
<div class="subtitle">
<p>AdonisJs simplicity will make you feel confident about your code</p>
<p>
Don't know where to start? Read the <a href="https://adonisjs.com/docs">documentation</a>.
</p>
</div>
</section>
</body>
</html>