|
21 | 21 | data-placement="#{placement}"
|
22 | 22 | data-vscode-context='{ "webview": "#{webviewId}", "webviewInstance": "#{webviewInstanceId}" }'
|
23 | 23 | >
|
24 |
| - <div class="home__nav"> |
25 |
| - <gl-promo class="promo-banner promo-banner--eyebrow" id="promo" type="link"></gl-promo> |
26 |
| - <nav class="inline-nav" id="links" aria-label="Help and Resources"> |
27 |
| - <div class="inline-nav__group"> |
28 |
| - <gl-tooltip hoist> |
29 |
| - <a |
30 |
| - class="inline-nav__link inline-nav__link--text" |
31 |
| - href="https://help.gitkraken.com/gitlens/gitlens-release-notes-current/" |
32 |
| - aria-label="What's New" |
33 |
| - ><code-icon icon="megaphone"></code-icon><span>What's New</span></a |
34 |
| - > |
35 |
| - <span slot="content">What's New</span> |
36 |
| - </gl-tooltip> |
37 |
| - <gl-tooltip hoist> |
38 |
| - <a |
39 |
| - class="inline-nav__link inline-nav__link--text" |
40 |
| - href="https://help.gitkraken.com/gitlens/gitlens-home/" |
41 |
| - aria-label="Help Center" |
42 |
| - ><code-icon icon="question"></code-icon><span>Help</span></a |
43 |
| - > |
44 |
| - <span slot="content">Help Center</span> |
45 |
| - </gl-tooltip> |
46 |
| - <gl-tooltip hoist> |
47 |
| - <a |
48 |
| - class="inline-nav__link inline-nav__link--text" |
49 |
| - href="https://github.com/gitkraken/vscode-gitlens/issues" |
50 |
| - aria-label="Feedback" |
51 |
| - ><code-icon icon="feedback"></code-icon><span>Feedback</span></a |
52 |
| - > |
53 |
| - <span slot="content">Feedback</span> |
54 |
| - </gl-tooltip> |
55 |
| - </div> |
56 |
| - <div class="inline-nav__group"> |
57 |
| - <gl-tooltip hoist> |
58 |
| - <a |
59 |
| - class="inline-nav__link" |
60 |
| - href="https://github.com/gitkraken/vscode-gitlens/discussions" |
61 |
| - aria-label="GitHub Discussions" |
62 |
| - ><code-icon icon="comment-discussion"></code-icon |
63 |
| - ></a> |
64 |
| - <span slot="content">GitHub Discussions</span> |
65 |
| - </gl-tooltip> |
66 |
| - <gl-tooltip hoist> |
67 |
| - <a |
68 |
| - class="inline-nav__link" |
69 |
| - href="https://github.com/gitkraken/vscode-gitlens" |
70 |
| - aria-label="GitHub Repo" |
71 |
| - ><code-icon icon="github"></code-icon |
72 |
| - ></a> |
73 |
| - <span slot="content">GitHub Repo</span> |
74 |
| - </gl-tooltip> |
75 |
| - <gl-tooltip hoist> |
76 |
| - <a class="inline-nav__link" href="https://twitter.com/gitlens" aria-label="@gitlens on Twitter" |
77 |
| - ><code-icon icon="twitter"></code-icon |
78 |
| - ></a> |
79 |
| - <span slot="content">@gitlens on Twitter</span> |
80 |
| - </gl-tooltip> |
81 |
| - <gl-tooltip hoist> |
82 |
| - <a |
83 |
| - class="inline-nav__link" |
84 |
| - href="https://gitkraken.com/gitlens?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-logo-links" |
85 |
| - aria-label="GitLens Website" |
86 |
| - ><code-icon icon="globe"></code-icon |
87 |
| - ></a> |
88 |
| - <span slot="content">GitLens Website</span> |
89 |
| - </gl-tooltip> |
90 |
| - </div> |
91 |
| - </nav> |
92 |
| - </div> |
93 | 24 | <header class="home__header" id="header" hidden>
|
94 | 25 | <div id="no-repo-alert" class="alert alert--info mb-0" aria-hidden="true" hidden>
|
95 | 26 | <h1 class="alert__title">No repository detected</h1>
|
@@ -483,6 +414,83 @@ <h2 class="nav-list__title t-eyebrow sticky">Companion Tools</h2>
|
483 | 414 | </nav>
|
484 | 415 | </main>
|
485 | 416 |
|
| 417 | + <footer class="home__footer"> |
| 418 | + <account-content id="account-content"> |
| 419 | + <div class="home__nav"> |
| 420 | + <gl-promo class="promo-banner promo-banner--eyebrow" id="promo" type="link"></gl-promo> |
| 421 | + <nav class="inline-nav" id="links" aria-label="Help and Resources"> |
| 422 | + <div class="inline-nav__group"> |
| 423 | + <gl-tooltip hoist> |
| 424 | + <a |
| 425 | + class="inline-nav__link inline-nav__link--text" |
| 426 | + href="https://help.gitkraken.com/gitlens/gitlens-release-notes-current/" |
| 427 | + aria-label="What's New" |
| 428 | + ><code-icon icon="megaphone"></code-icon><span>What's New</span></a |
| 429 | + > |
| 430 | + <span slot="content">What's New</span> |
| 431 | + </gl-tooltip> |
| 432 | + <gl-tooltip hoist> |
| 433 | + <a |
| 434 | + class="inline-nav__link inline-nav__link--text" |
| 435 | + href="https://help.gitkraken.com/gitlens/gitlens-home/" |
| 436 | + aria-label="Help Center" |
| 437 | + ><code-icon icon="question"></code-icon><span>Help</span></a |
| 438 | + > |
| 439 | + <span slot="content">Help Center</span> |
| 440 | + </gl-tooltip> |
| 441 | + <gl-tooltip hoist> |
| 442 | + <a |
| 443 | + class="inline-nav__link inline-nav__link--text" |
| 444 | + href="https://github.com/gitkraken/vscode-gitlens/issues" |
| 445 | + aria-label="Feedback" |
| 446 | + ><code-icon icon="feedback"></code-icon><span>Feedback</span></a |
| 447 | + > |
| 448 | + <span slot="content">Feedback</span> |
| 449 | + </gl-tooltip> |
| 450 | + </div> |
| 451 | + <div class="inline-nav__group"> |
| 452 | + <gl-tooltip hoist> |
| 453 | + <a |
| 454 | + class="inline-nav__link" |
| 455 | + href="https://github.com/gitkraken/vscode-gitlens/discussions" |
| 456 | + aria-label="GitHub Discussions" |
| 457 | + ><code-icon icon="comment-discussion"></code-icon |
| 458 | + ></a> |
| 459 | + <span slot="content">GitHub Discussions</span> |
| 460 | + </gl-tooltip> |
| 461 | + <gl-tooltip hoist> |
| 462 | + <a |
| 463 | + class="inline-nav__link" |
| 464 | + href="https://github.com/gitkraken/vscode-gitlens" |
| 465 | + aria-label="GitHub Repo" |
| 466 | + ><code-icon icon="github"></code-icon |
| 467 | + ></a> |
| 468 | + <span slot="content">GitHub Repo</span> |
| 469 | + </gl-tooltip> |
| 470 | + <gl-tooltip hoist> |
| 471 | + <a |
| 472 | + class="inline-nav__link" |
| 473 | + href="https://twitter.com/gitlens" |
| 474 | + aria-label="@gitlens on Twitter" |
| 475 | + ><code-icon icon="twitter"></code-icon |
| 476 | + ></a> |
| 477 | + <span slot="content">@gitlens on Twitter</span> |
| 478 | + </gl-tooltip> |
| 479 | + <gl-tooltip hoist> |
| 480 | + <a |
| 481 | + class="inline-nav__link" |
| 482 | + href="https://gitkraken.com/gitlens?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-logo-links" |
| 483 | + aria-label="GitLens Website" |
| 484 | + ><code-icon icon="globe"></code-icon |
| 485 | + ></a> |
| 486 | + <span slot="content">GitLens Website</span> |
| 487 | + </gl-tooltip> |
| 488 | + </div> |
| 489 | + </nav> |
| 490 | + </div> |
| 491 | + </account-content> |
| 492 | + </footer> |
| 493 | + |
486 | 494 | #{endOfBody}
|
487 | 495 | </body>
|
488 | 496 | </html>
|
0 commit comments