|
1 | 1 | {% load utils %} |
2 | 2 |
|
3 | | -<nav class="navbar is-dark mb-5 border-bottom-radius" role="navigation" aria-label="main navigation"> |
| 3 | + |
| 4 | +{% if STAGING %} |
| 5 | +<div class="notification is-danger has-text-centered is-fixed-top my-0" style="border-radius: 0;"> |
| 6 | + <span class="icon"> |
| 7 | + <i class="fa fa-exclamation-triangle"></i> |
| 8 | + </span> |
| 9 | + <strong> Staging Environment:</strong> |
| 10 | + Content and features may be unstable or change without notice. |
| 11 | +</div> |
| 12 | +{% endif %} |
| 13 | + |
| 14 | +<nav class="navbar is-dark mb-5 border-bottom-radius" role="navigation" aria-label="main navigation" |
| 15 | + style="border-radius: 0;"> |
4 | 16 | <div class="navbar-brand ml-3"> |
5 | 17 | <a class="navbar-item is-size-4 has-text-weight-bold {% active_item 'home' %}" href="{% url 'home' %}"> |
6 | 18 | VulnerableCode<span class="nexb-orange">.</span>io |
|
29 | 41 | <div class="navbar-item navbar-item is-cursor-help"> |
30 | 42 | <div class="dropdown is-right is-hoverable "> |
31 | 43 | <div class="dropdown-trigger has-text-grey-light">About</div> |
32 | | - <div class="dropdown-menu navbar-hover-div" role="menu"> |
| 44 | + <div class="dropdown-menu navbar-hover-div" role="menu"> |
33 | 45 | <div class="dropdown-content"> |
34 | 46 | <div class="dropdown-item about-hover-div"> |
35 | 47 |
|
36 | 48 | VulnerableCode is a free and open database of software package vulnerabilities. |
37 | 49 | <ul> |
38 | 50 | <li> |
39 | 51 | Live chat at <a href="https://gitter.im/aboutcode-org/vulnerablecode"> |
40 | | - https://gitter.im/aboutcode-org/vulnerablecode</a> |
| 52 | + https://gitter.im/aboutcode-org/vulnerablecode</a> |
41 | 53 | </li> |
42 | 54 | <li> |
43 | | - Source code and support at <a href="https://github.com/nexB/vulnerablecode">https://github.com/nexB/vulnerablecode</a> |
| 55 | + Source code and support at <a |
| 56 | + href="https://github.com/nexB/vulnerablecode">https://github.com/nexB/vulnerablecode</a> |
44 | 57 | </li> |
45 | 58 | <li> |
46 | | - Docs at <a href=https://vulnerablecode.readthedocs.org/> |
| 59 | + Docs at <a href=https://vulnerablecode.readthedocs.org /> |
47 | 60 | https://vulnerablecode.readthedocs.org/</a> |
48 | 61 | </li> |
49 | 62 | <li> |
50 | 63 | Sponsored by NLnet <a href="https://nlnet.nl/project/vulnerabilitydatabase/"> |
51 | | - https://nlnet.nl/project/vulnerabilitydatabase/</a> for |
| 64 | + https://nlnet.nl/project/vulnerabilitydatabase/</a> for |
52 | 65 | <a href="https://www.aboutcode.org/">https://www.aboutcode.org/</a> |
53 | 66 | </li> |
54 | 67 | </ul> |
|
59 | 72 | </div> |
60 | 73 | <div class="navbar-item navbar-item is-cursor-help"> |
61 | 74 | <div class="dropdown-trigger has-text-grey-light"> |
62 | | - v{{ VULNERABLECODE_VERSION }} |
| 75 | + v{{ VULNERABLECODE_VERSION }} |
63 | 76 | </div> |
64 | 77 | </div> |
65 | 78 | </div> |
|
0 commit comments