|
46 | 46 | <div class="nav-section">
|
47 | 47 | <ul role="menubar">
|
48 | 48 | {{#each navbar}}
|
49 |
| - <li><a href="{{ href }}">{{ title }}</a></li> |
| 49 | + <li class="nav-link"><a href="{{ href }}">{{ title }}</a></li> |
50 | 50 | {{/each}}
|
51 |
| - <li> |
| 51 | + <li class="nav-link"> |
52 | 52 | <a href="{{ site.github.url }}" class="contrast" aria-label="{{ site.title }} GitHub repository">
|
53 | 53 | <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
|
54 | 54 | viewBox="0 0 496 512" height="16px">
|
|
62 | 62 | </nav>
|
63 | 63 | <header>
|
64 | 64 | <div class="container">
|
65 |
| - <div class="header-content"> |
66 |
| - <h1>{{ title }}</h1> |
67 |
| - <p>{{ description }}</p> |
68 |
| - <div class="header-cta"> |
69 |
| - <a href="docs/" class="contrast outline">Get started</a> |
70 |
| - <a href="docs/mrdocs/install.html" class="primary">Download</a> |
71 |
| - </div> |
72 |
| - <div class="banner-snippet"> |
73 |
| - <small><code>{{ banner.description }}</code></small> |
| 65 | + <div class="grid header-banner"> |
| 66 | + <div class="header-content"> |
| 67 | + <h1>{{ title }}</h1> |
| 68 | + <p>{{ description }}</p> |
| 69 | + <div class="header-cta"> |
| 70 | + <a href="docs/" class="contrast outline">Get started</a> |
| 71 | + <a href="docs/mrdocs/install.html" class="primary">Download</a> |
| 72 | + </div> |
| 73 | + <div class="banner-snippet"> |
| 74 | + <small><code>{{ banner.description }}</code></small> |
| 75 | + </div> |
74 | 76 | </div>
|
75 |
| - </div> |
76 |
| - <div class="header-image"> |
77 |
| - <div class="box3 box-shape2 box270"> |
78 |
| - <div class="inner-box mrdocs"></div> |
| 77 | + <div class="header-image"> |
| 78 | + <div class="box3 box-shape2 box270"> |
| 79 | + <div class="inner-box mrdocs"></div> |
| 80 | + </div> |
79 | 81 | </div>
|
80 | 82 | </div>
|
81 | 83 | </div>
|
|
178 | 180 | </main>
|
179 | 181 | <footer>
|
180 | 182 | <div class="container">
|
181 |
| - <ul> |
| 183 | + <ul class="footer-links"> |
182 | 184 | {{#each navbar}}
|
183 |
| - <li><a href="{{ href }}">{{ title }}</a></li> |
| 185 | + <li class="footer-link"><a href="{{ href }}">{{ title }}</a></li> |
184 | 186 | {{/each}}
|
185 |
| - <li><a href="https://github.com/cppalliance/mrdocs">GitHub</a></li> |
| 187 | + <li class="footer-link"><a href="https://github.com/cppalliance/mrdocs">GitHub</a></li> |
186 | 188 | </ul>
|
187 | 189 | </div>
|
188 | 190 | </footer>
|
|
0 commit comments