Browse Source

Updates welcome content preparing for v12

main
Eric Amodio 2 years ago
parent
commit
46d48b0010
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      src/webviews/apps/welcome/welcome.html

+ 9
- 9
src/webviews/apps/welcome/welcome.html View File

@ -20,7 +20,7 @@
/> -->
<div class="container">
<div class="banner">
<!-- <div class="banner">
<a
title="Learn more about GitKraken and GitLens joining forces!"
href="https://www.gitkraken.com/blog/gitkraken-acquires-gitlens-for-visual-studio-code"
@ -29,7 +29,7 @@
>
<img src="#{root}/images/gk+gl-banner.png" alt="GitKraken and GitLens are joining forces!" />
</a>
</div>
</div> -->
<header>
<a class="header__link" title="Learn more about GitLens" href="https://gitlens.amod.io">
<div class="header__logo">
@ -48,7 +48,7 @@
</p>
</header>
<div class="hero__area">
<!-- <div class="hero__area">
<p>
<a class="bold" title="Learn more about GitLens" href="https://gitlens.amod.io">GitLens</a> is an
<a class="bold" title="Open GitLens on GitHub" href="https://github.com/eamodio/vscode-gitlens"
@ -62,25 +62,25 @@
and why the code evolved. Effortlessly explore the history and evolution of a codebase. Dive right
in and see how GitLens can help!
</p>
</div>
</div> -->
<div class="content__area">
<section id="welcome" class="section--full">
<h2 class="section__title section__title--primary">
Welcome to <span class="highlight">GitLens 11</span>
Welcome to <span class="highlight">GitLens 12</span>
</h2>
<div class="center mt-1">
<div class="center mt-1 mb-1">
<a class="button button--flat" title="See What's New" href="https://gitlens.amod.io/#whats-new"
>See What's New in GitLens 11</a
>See What's New in GitLens 12</a
>
</div>
<h2 id="quick-setup" class="section__title section__title--break">Quick Setup</h2>
<p class="blurb ml-0 mr-0">
GitLens is <b>powerful</b>, <b>feature rich</b>, and highly <b>customizable</b> to meet your
needs. Do you find CodeLens intrusive or the current line blame annotation distracting &mdash;
no problem, quickly turn them off or change how they behave using the options below.
</p>
<h2 class="section__title section__title--break">Quick Setup</h2>
<p class="section__hint mt-0 center">
<i class="icon icon__info"></i> For more options, use the interactive
<a class="command" title="Open GitLens Settings" href="command:gitlens.showSettingsPage"

Loading…
Cancel
Save