]> nmode's Git Repositories - Rnaught/blob - inst/web/templates/navbar.html
Update about.html
[Rnaught] / inst / web / templates / navbar.html
1 <nav class="navbar navbar-expand-sm">
2 <div class="container-fluid">
3 <!-- Project name and description. -->
4 <a class="navbar-brand text-primary" href="/">Rnaught Web</a>
5 <span class="navbar-text d-none d-md-block">
6 An estimation suite for <em>R</em><sub>0</sub>
7 </span>
8 <!-- Navigation toggler for smaller screens. -->
9 <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav-toggle">
10 <span class="glyphicon glyphicon-menu-hamburger text-primary"></span>
11 </button>
12 <!-- Navigation links. -->
13 <div class="collapse navbar-collapse justify-content-end" id="nav-toggle">
14 <div class="navbar-nav">
15 <a class="nav-link text-primary" href="https://MI2YorkU.github.io/Rnaught" target="_blank">
16 <span class="glyphicon glyphicon-book"></span> Documentation
17 </a>
18 <a class="nav-link text-primary" href="https://github.com/MI2Yorku/Rnaught" target="_blank">
19 <span class="glyphicon glyphicon-console"></span> Source
20 </a>
21 <a class="nav-link text-primary" href="https://doi.org/10.1371/journal.pone.0269306" target="_blank">
22 <span class="glyphicon glyphicon-education"></span> Article
23 </a>
24 </div>
25 </div>
26 </div>
27 </nav>