|
1 | 1 | <header class="header"> |
2 | 2 | <nav class="navbar"> |
3 | 3 | <div class="navbar-brand"> |
4 | | - <a class="navbar-item" href="https://redhat.com" target="_blank"><img |
5 | | - src="{{uiRootPath}}/img/logo.png" height="40px" alt="Cloud Native Architecture Solution Patterns"></a> |
6 | | - <a class="navbar-item" style="font-size: 24px; color: white" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">{{site.title}}</a> |
| 4 | + <a class="navbar-item" style="font-size: 20px; color: white" |
| 5 | + href="{{{or site.url (or siteRootUrl siteRootPath)}}}"> |
| 6 | + <img src="{{uiRootPath}}/img/logo.png" height="35px" alt="Solution Patterns"> {{site.title}}</a> |
7 | 7 | <button class="navbar-burger" data-target="topbar-nav"> |
8 | | - <span></span> |
9 | | - <span></span> |
10 | | - <span></span> |
11 | 8 | </button> |
12 | 9 | </div> |
13 | | - <div id="topbar-nav" class="navbar-menu"> |
14 | | - <div class="navbar-end"> |
15 | 10 |
|
16 | | - |
17 | | - <div class="navbar-item has-dropdown is-hoverable"> |
18 | | - <a class="navbar-link" href="#">Solution Patterns</a> |
19 | | - <div class="navbar-dropdown"> |
20 | | - <a class="navbar-item" href="#">Adopt Change Data Capture for <br/>stack modernization</a> |
21 | | - <a class="navbar-item" href="#">Edge-to-Cloud Pipelines</a> <a class="navbar-item" href="#">Event driven architecture</a> |
22 | | - </div> |
23 | | - </div> |
| 11 | + <div class="navbar-item"><span class="navbar-text" |
| 12 | + style="color: white; margin-left: 1rem; margin-right: 1rem;">|</span></div> |
24 | 13 |
|
25 | | - <div class="navbar-item has-dropdown is-hoverable"> |
26 | | - <a class="navbar-link" href="#">Other</a> |
27 | | - <div class="navbar-dropdown"> |
28 | | - <a class="navbar-item" href="https://redhat-gitops-patterns.io/">GitOps Solution Patterns</a> |
29 | | - <a class="navbar-item" href="https://hybrid-cloud-patterns.io/">Hybrid Cloud Solution Patterns</a> |
30 | | - </div> |
31 | | - </div> |
32 | | - |
33 | | - <a class="navbar-item" target="_blank" href="https://www.redhat.com/en/products/middleware">Red Hat Application Services</a> |
34 | | - |
35 | | - <a class="navbar-item" target="_blank" href="https://developers.redhat.com/middleware">Learn more</a> |
| 14 | + <div class="navbar-item has-dropdown is-hoverable"> |
| 15 | + <a class="navbar-link" href="#" style="color: white">Architectures & Patterns</a> |
| 16 | + <div class="navbar-dropdown"> |
| 17 | + <a class="navbar-item" href="https://www.redhat.com/architect/portfolio/" target="_blank">Portfolio Architecture </a> |
| 18 | + <a class="navbar-item" href="https://redhat-solution-patterns.github.io/solution-patterns/patterns.html" target="_blank">Solution Patterns </a> |
| 19 | + <a class="navbar-item" href="https://validatedpatterns.io/" target="_blank">Validated Patterns </a> |
| 20 | + <a class="navbar-item" href="https://catalog.redhat.com/solutions" target="_blank">Ecosystem Solutions </a> |
| 21 | + </div> |
| 22 | + </div> |
36 | 23 |
|
| 24 | + <div class="navbar-item has-dropdown is-hoverable"> |
| 25 | + <a class="navbar-link" href="#" style="color: white">Resources</a> |
| 26 | + <div class="navbar-dropdown"> |
| 27 | + <a class="navbar-item" target="_blank" href="https://developers.redhat.com">Red Hat Developers</a> |
| 28 | + <a class="navbar-item" target="_blank" href="https://developers.redhat.com/app-dev-platform">App Dev Platform</a> |
| 29 | + <a class="navbar-item" target="_blank" href="https://www.redhat.com/en/products/application-foundations">Red Hat Application Services</a> |
37 | 30 | </div> |
38 | 31 | </div> |
| 32 | + <a class="navbar-item" style="color: white" target="_blank" href="https://github.com/redhat-solution-patterns/redhat-solution-patterns.github.io/issues">Feedback</a> |
| 33 | + <a class="navbar-item" style="color: white" target="_blank" href="https://redhat-solution-patterns.github.io/solution-patterns/contributors-guide.html">Contribute</a> |
39 | 34 | </nav> |
40 | 35 | </header> |
0 commit comments