|
12 | 12 | <div class="collapse navbar-collapse" id="navbarADP" style="position: relative; top: 4px; margin-left: 16px;"> |
13 | 13 | <ul class="navbar-nav me-auto mb-2 mb-lg-0"> |
14 | 14 | <li class="nav-item dropdown"> |
15 | | - <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Team</a> |
| 15 | + <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">About</a> |
16 | 16 | <ul class="dropdown-menu"> |
17 | 17 | <!--<li><a class="dropdown-item" href="/blog/">Tooling Blog</a></li>--> |
18 | 18 | <li><a class="dropdown-item" href="/team.html">About the team</a></li> |
19 | 19 | <li><a class="dropdown-item" href="/trusted-releases.html">Trusted Releases</a></li> |
20 | 20 | <li><a class="dropdown-item" href="/supply-chain.html">Supply Chain Attacks FAQ</a></li> |
21 | 21 | <li><a class="dropdown-item" href="/policies.html">Policies</a></li> |
| 22 | + <li><a class="dropdown-item" href="/volunteer.html">Volunteer with Tooling</a></li> |
| 23 | + <li><a class="dropdown-item" href="/job-posting.html">Job Posting</a></li> |
22 | 24 | </ul> |
23 | 25 | </li> |
24 | 26 |
|
|
31 | 33 | </li> |
32 | 34 |
|
33 | 35 | <li class="nav-item dropdown"> |
34 | | - <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Repositories</a> |
| 36 | + <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Source</a> |
35 | 37 | <ul class="dropdown-menu"> |
36 | 38 | <li><a class="dropdown-item" href="https://github.com/apache/tooling-docs/">Documentation Website</a></li> |
37 | 39 | <li><a class="dropdown-item" href="https://github.com/apache/tooling-secretary">Secretary's Workbench</a></li> |
|
42 | 44 | </ul> |
43 | 45 | </li> |
44 | 46 |
|
45 | | - <li class="nav-item dropdown"> |
46 | | - <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Contribute</a> |
47 | | - <ul class="dropdown-menu"> |
48 | | - <li><a class="dropdown-item" href="/volunteer.html">Volunteer with Tooling</a></li> |
49 | | - <li><a class="dropdown-item" href="/job-posting.html">Job Posting</a></li> |
50 | | - </ul> |
51 | | - </li> |
52 | | - |
53 | 47 | <li class="nav-item dropdown"> |
54 | 48 | <a href="#" class="nav-link dropdown-toggle hidden-xs" data-bs-toggle="dropdown"><span class="fa-solid fa-magnifying-glass" aria-hidden="true"></span> Search</a> |
55 | 49 | <ul class="search-form dropdown-menu"> |
|
59 | 53 | </ul> |
60 | 54 | </li> |
61 | 55 | </ul> |
62 | | - <div class="nav-item dropdown active"> |
| 56 | + <div class="nav-item dropdown active" style="position: relative; top: 4px; margin-right: 12px;"> |
63 | 57 | <a class="nav-link dropdown-toggle" href="#" |
64 | 58 | role="button" data-bs-toggle="dropdown" aria-expanded="false"> |
65 | 59 | About The ASF |
|
0 commit comments