Skip to content

Commit

Permalink
feat: update links on the toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
prtksxna committed Dec 9, 2020
1 parent a9bbaf0 commit 6beb135
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@
<h1 class="screen-reader-text">Wink JS - NLP, Machine Learning & Stats</h1>
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse" id=main-nav>
<li><a href="/showcase.html" class="">Showcases</a></li>
<li><a href="https://winkjs.org/wink-nlp/getting-started.html">Tutorial</a></li>
<li><a href="/packages.html" class="">Packages</a></li>
<li><a href="/showcase.html" class="">Showcase</a></li>
<li><a href="/blog.html" class="">Blog</a></li>
<li><a href="http://github.com/winkjs">Github</a></li>
<li><a href="/about.html" class="">About</a></li>
<li><a href="https://github.com/winkjs/showcase-wiz#winknlp-wizard" class="purple_btn">Get the code</a></li>
</ul>
</div>
</nav>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ footer .social-icons ul li a img.github {
margin-top: 13px;
}

.navbar .navbar-nav > li > a.purple_btn {
background: #6C307D;
color: #fff;
}

.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
Expand Down

0 comments on commit 6beb135

Please sign in to comment.