Update landing page

This commit is contained in:
Andres Almiray
2021-05-01 21:53:20 +02:00
parent 8a689c6e17
commit ac654b77c5

View File

@@ -109,7 +109,7 @@
<div class="service-content">
<h4><a href="#">Release to git</a></h4>
<p>
Tag and release to popular git services such as GitHub.
Tag and release to popular git services such as GitHub, GitLab, and Gitea.
</p>
</div>
</div>
@@ -184,7 +184,7 @@
<div class="col-md-7">
<h2 class="featurette-heading">Quick configuration.</h2>
<p class="lead">Configure the essentials and let JReleaser do the heavy lifting. Convention over configuration is a thing!<br/><br/>
YAML is not your cup of Java? We've got other formats like JSON, a Maven DSL, and a Gradle DSL.</p>
YAML is not your preferred format? We've got other formats like TOML, JSON, a Maven DSL, and a Gradle DSL.</p>
</div>
<div class="col-md-5">
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" src="images/app-jreleaser-config.png"></img>
@@ -198,7 +198,7 @@
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Publish and announce a release.</h2>
<p class="lead">Publishing a release is as simple as executing a single command using the <code>jreleaser</code> CLI.<br/><br/>
We also offer Maven and Gradle plugins, Ant tasks, and Jbang integration to boot!</p>
We also offer Maven and Gradle plugins, Ant tasks, Jbang integration, and a Docker image to boot!</p>
</div>
<div class="col-md-5 order-md-1">
<img class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" src="images/app-full-release-command.png"></img><br/><br/>