|
44 | 44 | <li> |
45 | 45 | <a class='btn btn-link btn-lg' href="{{ site.baseurl }}/learn.html">Learn</a> |
46 | 46 | </li> |
| 47 | + <li> |
| 48 | + <div id="asf-dropdown-container" class="dropdown"> |
| 49 | + <button class="btn btn-link btn-lg dropdown-toggle" type="button" id="asf-dropdown" data-toggle="dropdown"> |
| 50 | + ASF |
| 51 | + <span class="caret"></span> |
| 52 | + </button> |
| 53 | + <ul class="dropdown-menu" role="menu" aria-labelledby="asf-dropdown"> |
| 54 | + <li role="presentation"> |
| 55 | + <a href="https://www.apache.org/" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">Foundation</a> |
| 56 | + </li> |
| 57 | + <li role="presentation"> |
| 58 | + <a href="https://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">License</a> |
| 59 | + </li> |
| 60 | + <li role="presentation"> |
| 61 | + <a href="https://www.apache.org/events/current-event.html" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">Events</a> |
| 62 | + </li> |
| 63 | + <li role="presentation"> |
| 64 | + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">Privacy</a> |
| 65 | + </li> |
| 66 | + <li role="presentation"> |
| 67 | + <a href="https://www.apache.org/security/" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">Security</a> |
| 68 | + </li> |
| 69 | + <li role="presentation"> |
| 70 | + <a href="https://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">Sponsorship</a> |
| 71 | + </li> |
| 72 | + <li role="presentation"> |
| 73 | + <a href="https://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">Thanks</a> |
| 74 | + </li> |
| 75 | + <li role="presentation"> |
| 76 | + <a href="https://www.apache.org/foundation/policies/conduct.html" target="_blank" rel="noopener noreferrer" role="menuitem" tabindex="-1">Code of Conduct</a> |
| 77 | + </li> |
| 78 | + </ul> |
| 79 | + </div> |
| 80 | + </li> |
47 | 81 | <li> |
48 | 82 | <a class='btn btn-primary btn-lg' href="{{ site.baseurl }}/download.html">Download <strong>v{{ site.version }}</strong></a> |
49 | 83 | </li> |
|
0 commit comments