Browse Source

Moves images above descriptions in home view

main
Keith Daulton 2 years ago
parent
commit
123eb0f321
1 changed files with 27 additions and 9 deletions
  1. +27
    -9
      src/webviews/apps/home/home.html

+ 27
- 9
src/webviews/apps/home/home.html View File

@ -259,7 +259,15 @@
<div id="plus-sections"> <div id="plus-sections">
<card-section dismissable id="commit-graph"> <card-section dismissable id="commit-graph">
<span slot="heading">Introducing the Commit Graph</span> <span slot="heading">Introducing the Commit Graph</span>
<p>
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.commitGraph%22"
><img
src="#{webroot}/media/plus-commit-graph-illustrated.webp"
alt="Commit Graph illustration"
class="mb-1"
/></a>
<p class="mb-0">
The The
<a <a
title="Learn more about the Visual File History" title="Learn more about the Visual File History"
@ -269,11 +277,18 @@
helps you to easily visualize branch structure and commit history. Not only does it help you helps you to easily visualize branch structure and commit history. Not only does it help you
verify your changes, but also easily see changes made by others and when. verify your changes, but also easily see changes made by others and when.
</p> </p>
<img src="#{webroot}/media/plus-commit-graph-illustrated.webp" alt="Commit Graph illustration" />
</card-section> </card-section>
<card-section dismissable id="visual-file-history"> <card-section dismissable id="visual-file-history">
<span slot="heading">Introducing Visual File History</span> <span slot="heading">Introducing Visual File History</span>
<p>
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
><img
src="#{webroot}/media/plus-visual-file-history-illustrated.webp"
alt="Visual File History illustration"
class="mb-1"
/></a>
<p class="mb-0">
The The
<a <a
title="Learn more about the Visual File History" title="Learn more about the Visual File History"
@ -283,14 +298,18 @@
allows you to quickly see the evolution of a file, including when changes were made, how large allows you to quickly see the evolution of a file, including when changes were made, how large
they were, and who made them. they were, and who made them.
</p> </p>
<img
src="#{webroot}/media/plus-visual-file-history-illustrated.webp"
alt="Visual File History illustration"
/>
</card-section> </card-section>
<card-section dismissable id="worktrees"> <card-section dismissable id="worktrees">
<span slot="heading">Introducing Worktrees</span> <span slot="heading">Introducing Worktrees</span>
<p>
<a
title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
><img
src="#{webroot}/media/plus-worktrees-illustrated.webp"
alt="Worktrees illustration"
class="mb-1"
/></a>
<p class="mb-0">
<a <a
title="Learn more about worktrees" title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22" href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
@ -298,7 +317,6 @@
> >
allow you to easily work on different branches of a repository simultaneously. allow you to easily work on different branches of a repository simultaneously.
</p> </p>
<img src="#{webroot}/media/plus-worktrees-illustrated.webp" alt="Worktrees illustration" />
</card-section> </card-section>
</div> </div>
<div class="button-container"> <div class="button-container">

Loading…
Cancel
Save